/* Guide pages (/imessage-betting, /prediction-market-alternative,
   /settle-bets-with-friends). Loaded after main.css and landing.css, and
   reuses their cards, contrast rows and FAQ list; only the long-form layout
   lives here. */

.guide-hero {
  max-width: 760px;
  padding: 48px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  animation: rise .5s ease both;
}

.guide-hero .breadcrumb {
  margin-bottom: 0;
}

.guide-hero h1 {
  font-weight: 800;
  font-size: clamp(34px, 5.2vw, 56px);
  line-height: 1.04;
}

.guide-hero .subhead {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink2);
  margin: 0;
  max-width: 620px;
}

.prose {
  max-width: 720px;
  padding: 56px 0 8px;
}

.prose h2 {
  font-weight: 800;
  font-size: clamp(26px, 3.3vw, 34px);
  line-height: 1.1;
  margin: 52px 0 14px;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.25;
  margin: 26px 0 8px;
}

.prose p,
.prose li {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink2);
}

.prose p {
  margin: 0 0 16px;
}

.prose ul,
.prose ol {
  padding-left: 1.3rem;
  margin: 0 0 16px;
}

.prose li {
  margin-bottom: 8px;
}

.prose strong {
  color: var(--ink);
}

.prose .section-features,
.prose .how-cards {
  padding-top: 8px;
  margin-bottom: 8px;
}

.compare-wrap {
  overflow-x: auto;
  margin: 8px 0 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
}

.compare-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.45;
}

.compare-table th,
.compare-table td {
  text-align: left;
  vertical-align: top;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.compare-table tr:last-child th,
.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table thead th {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
  background: var(--fill);
}

.compare-table tbody th {
  font-weight: 700;
  color: var(--ink);
  width: 24%;
}

.compare-table td {
  color: var(--ink2);
}

.compare-table .is-betcha {
  color: var(--ink);
  font-weight: 700;
}

.guide-cta {
  margin: 64px 0 0;
  background: var(--invert);
  border-radius: 30px;
  padding: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.guide-cta h2 {
  color: #F6F0E7;
  font-weight: 800;
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.08;
}

.guide-cta p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--invert-ink2);
  max-width: 560px;
}

.guide-cta .btn-primary {
  margin-top: 4px;
}

.guide-related {
  padding: 64px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.guide-related-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 14px;
}

.guide-related-links a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 22px;
  background: var(--fill);
  border: 1px solid var(--line);
  border-radius: 20px;
  color: var(--ink);
  text-decoration: none;
}

.guide-related-links a:hover {
  border-color: var(--ink4);
  color: var(--ink);
}

.guide-related-links strong {
  font-family: var(--font-display);
  font-size: 17.5px;
  line-height: 1.2;
}

.guide-related-links span {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--ink2);
}
