/* ==========================================================================
   Gambling Block, landing page
   Design tokens mirror the iOS app so the site→app transition feels continuous.
   ========================================================================== */

:root {
  --navy:        #14243F;
  --navy-soft:   #1E3557;
  --ink:         #0E1B30;
  --muted:       #5A6B84;
  --muted-light: #8794A8;

  --blue:        #2E7BA6;
  --blue-dark:   #23648A;
  --blue-tint:   #E7F1F7;

  --lime:        #B7F03F;
  --lime-dark:   #8FC91E;
  --lime-tint:   #F0FBDD;

  --cream:       #FBF5EC;
  --mint:        #EDF7EE;
  --paper:       #FFFFFF;
  --line:        #E6E1D8;
  --line-soft:   #F0ECE4;

  --app-navy:    #16345B;

  --danger:      #D8452F;
  --danger-tint: #FDEDEA;

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --shadow-sm: 0 1px 2px rgba(20,36,63,.06), 0 2px 6px rgba(20,36,63,.05);
  --shadow:    0 4px 12px rgba(20,36,63,.07), 0 12px 32px rgba(20,36,63,.07);
  --shadow-lg: 0 8px 24px rgba(20,36,63,.09), 0 32px 64px rgba(20,36,63,.12);

  --wrap: 1140px;
  --gutter: clamp(20px, 5vw, 40px);

  --font: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI",
          system-ui, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
}
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -.025em; font-weight: 800; }
p, blockquote, figure { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 116px); }
section[id] { scroll-margin-top: 84px; }
.section--tight { padding-block: clamp(48px, 6vw, 76px); }
.center { text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--lime-dark);
}
.eyebrow--center { justify-content: center; }

h1 { font-size: clamp(2.2rem, 4.7vw, 3.6rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; }
h2 { font-size: clamp(1.9rem, 4.2vw, 3rem); }
h3 { font-size: clamp(1.15rem, 1.9vw, 1.4rem); letter-spacing: -.015em; }

.lede { font-size: clamp(1.05rem, 1.7vw, 1.25rem); color: var(--muted); line-height: 1.62; }
.section-head { max-width: 640px; margin-inline: auto; margin-bottom: clamp(40px, 5vw, 64px); text-align: center; }
.section-head p { margin-top: 18px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 32px;
  border: 0; border-radius: 999px;
  font-size: 1.02rem; font-weight: 800; letter-spacing: -.01em;
  text-decoration: none; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  white-space: nowrap;
}
.btn--primary {
  background: var(--navy); color: #fff;
  box-shadow: 0 4px 14px rgba(20,36,63,.24), 0 12px 28px rgba(20,36,63,.16);
}
.btn--primary:hover { background: #0B1930; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(20,36,63,.3), 0 18px 40px rgba(20,36,63,.2); }
.btn--lime { background: var(--lime); color: var(--navy); box-shadow: 0 4px 14px rgba(143,201,30,.34); }
.btn--lime:hover { background: #C4F559; transform: translateY(-2px); }
.btn--ghost { background: #fff; color: var(--navy); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--navy); transform: translateY(-2px); }
.btn--lg { padding: 18px 30px; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn:focus-visible, a:focus-visible, button:focus-visible {
  outline: 3px solid var(--blue); outline-offset: 3px;
}

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.header.is-stuck { border-bottom-color: var(--line-soft); box-shadow: 0 1px 14px rgba(20,36,63,.05); }
.header__inner { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.brand__mark {
  width: 38px; height: 38px; border-radius: 12px; flex: none;
  display: grid; place-items: center;
  background: var(--mint); border: 1px solid var(--line-soft);
}
.brand__mark img { width: 26px; height: 26px; }
.brand__name { font-weight: 800; font-size: 1.02rem; letter-spacing: -.02em; line-height: 1.15; }
.brand__sub { display: block; font-size: .72rem; font-weight: 600; color: var(--muted-light); letter-spacing: 0; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { text-decoration: none; font-size: .93rem; font-weight: 600; color: var(--muted); transition: color .15s; }
.nav a:hover { color: var(--ink); }
.header .btn { padding: 12px 24px; font-size: .93rem; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }

@media (max-width: 900px) {
  /* The nav collapses into the burger, but the download button stays visible:
     hiding it left mobile with no CTA in the header at all. */
  .nav { display: none; }
  .nav-toggle { display: block; }
  .header__inner { height: 64px; gap: 12px; }
  .header .btn { padding: 9px 14px; font-size: .84rem; }
  .brand__mark { width: 34px; height: 34px; }
  .brand__name { font-size: .95rem; }
  .nav.is-open {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line-soft);
    padding: 8px var(--gutter) 20px;
    box-shadow: var(--shadow);
  }
  .nav.is-open a { padding: 14px 0; border-bottom: 1px solid var(--line-soft); font-size: 1rem; color: var(--ink); }
}

/* ---------- announce bar ---------- */
.announce {
  background: var(--navy); color: #fff;
  font-size: .84rem; font-weight: 700; letter-spacing: .01em;
  text-align: center; padding: 10px 16px;
  text-decoration: none; display: block;
}
.announce span { color: var(--lime); }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 80% at 15% 0%, #F3FAF2 0%, transparent 55%),
    linear-gradient(168deg, var(--mint) 0%, #F8F4EC 46%, var(--cream) 100%);
  padding-block: clamp(52px, 7vw, 88px) clamp(0px, 2vw, 24px);
}
.hero__grid {
  display: grid; grid-template-columns: 1.06fr .94fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.hero h1 { margin-bottom: 22px; }
.hero h1 em {
  font-style: normal; white-space: nowrap;
  /* marker stroke painted as a background, so the text always sits on top */
  background-image: linear-gradient(var(--lime), var(--lime));
  background-repeat: no-repeat;
  background-size: 100% .3em;
  background-position: 0 .60em;
  padding-inline: 5px; margin-inline: -5px;
  border-radius: 3px;
}
.hero__sub { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--navy-soft); line-height: 1.6; max-width: 33ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__micro {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px;
  margin-top: 20px; font-size: .87rem; font-weight: 600; color: var(--muted);
}
.hero__micro span { display: inline-flex; align-items: center; gap: 6px; }
.hero__micro svg { flex: none; color: var(--lime-dark); }

.badge-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 16px 7px 8px;
  font-size: .82rem; font-weight: 700; color: var(--navy);
  box-shadow: var(--shadow-sm); margin-bottom: 26px;
}
.badge-pill b { font-weight: 800; }
.badge-pill .stars { color: #F5A623; letter-spacing: -1px; font-size: .95rem; }
.badge-pill__icon {
  width: 26px; height: 26px; border-radius: 8px; flex: none;
  display: grid; place-items: center; background: var(--mint);
}
.badge-pill__icon img { width: 18px; height: 18px; }

/* hero phone */
.hero__art { position: relative; display: flex; justify-content: center; }
.hero__art::before {
  content: ""; position: absolute; inset: 8% -6% 4% -6%;
  background: radial-gradient(closest-side, rgba(183,240,63,.34), transparent 72%);
  filter: blur(10px); z-index: 0;
}
.hero__blocked-card {
  position: absolute; z-index: 3; right: -24%; top: 7%;
  width: min(206px, 48%);
  background: #fff; border-radius: 18px; padding: 16px 18px;
  box-shadow: var(--shadow-lg);
  animation: floaty 6s ease-in-out infinite;
}
.hero__blocked-card .bc__row { display: flex; align-items: center; gap: 10px; }
.hero__blocked-card .bc__dot {
  width: 30px; height: 30px; border-radius: 50%; background: var(--danger-tint);
  display: grid; place-items: center; flex: none; color: var(--danger);
}
.hero__blocked-card .bc__t { display: block; font-size: .82rem; font-weight: 800; line-height: 1.25; }
.hero__blocked-card .bc__s { display: block; font-size: .72rem; color: var(--muted); font-weight: 600; line-height: 1.3; }
.hero__blocked-card .bc__url {
  margin-top: 12px; font-size: .72rem; font-weight: 700; color: var(--muted-light);
  background: #F6F7F9; border-radius: 8px; padding: 7px 10px;
  text-decoration: line-through; text-decoration-color: var(--danger); text-decoration-thickness: 2px;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

@media (max-width: 940px) {
  .hero__grid { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .hero__sub { max-width: 46ch; margin-inline: auto; }
  .hero__cta, .hero__micro { justify-content: center; }
  .hero__art { margin-top: 12px; }
  .hero__blocked-card { right: -8%; top: 7%; }
}
@media (max-width: 520px) {
  .hero__blocked-card { width: 176px; right: -10px; top: 6%; }
}

/* ---------- phone mockup ---------- */
.phone {
  position: relative; z-index: 2;
  width: min(316px, 78vw);
  aspect-ratio: 316 / 661;
  background: #0A0A0C;
  border-radius: 46px;
  padding: 11px;
  box-shadow: 0 2px 0 rgba(255,255,255,.14) inset, var(--shadow-lg);
}
.phone__screen {
  width: 100%; height: 100%; border-radius: 36px; overflow: hidden;
  background: #EDF7EE;
  display: flex; flex-direction: column;
  position: relative;
}
.phone__shot {
  width: 100%; height: 100%; display: block;
  border-radius: 36px; object-fit: cover; object-position: top center;
  background: #EDF7EE;
}
.phone__notch {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 26px; background: #0A0A0C; border-radius: 999px; z-index: 4;
}
/* ---------- site checker ---------- */
.checker { background: linear-gradient(168deg, var(--mint), #F8F4EC); }
.checker__form {
  display: flex; gap: 10px; max-width: 560px; margin-inline: auto;
  background: #fff; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 7px 7px 7px 22px;
  box-shadow: var(--shadow);
}
.checker__form:focus-within { border-color: var(--navy); }
.checker__input {
  flex: 1; min-width: 0; border: 0; outline: 0; background: none;
  font: inherit; font-weight: 700; font-size: 1.02rem; color: var(--ink);
}
.checker__input::placeholder { color: var(--muted-light); font-weight: 600; }
.checker__form .btn { padding: 14px 30px; flex: none; }

.checker__out {
  display: flex; gap: 14px; align-items: flex-start;
  max-width: 560px; margin: 18px auto 0;
  border-radius: var(--radius); padding: 18px 22px;
  text-align: left;
}
.checker__out[hidden] { display: none; }
.checker__out b { display: block; font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; margin-bottom: 5px; }
.checker__out span span { display: block; font-size: .93rem; line-height: 1.55; }
.checker__ico { flex: none; margin-top: 2px; }
.checker__cta { margin-top: 14px; padding: 12px 24px; font-size: .93rem; }
.checker__out--yes { background: var(--lime-tint); border: 1px solid var(--lime); }
.checker__out--yes .checker__ico, .checker__out--yes b { color: #5F8F0E; }
.checker__out--yes span span { color: #4C6B2A; }
.checker__out--maybe { background: var(--blue-tint); border: 1px solid #BCD9EA; }
.checker__out--maybe .checker__ico, .checker__out--maybe b { color: var(--blue-dark); }
.checker__out--maybe span span { color: var(--navy-soft); }

.checker__hint {
  margin-top: 20px; text-align: center;
  font-size: .87rem; font-weight: 600; color: var(--muted);
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: center;
}
.checker__chip {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 6px 14px; font-size: .84rem; font-weight: 700; color: var(--navy);
  cursor: pointer; transition: border-color .14s, transform .14s;
}
.checker__chip:hover { border-color: var(--navy); transform: translateY(-1px); }

@media (max-width: 560px) {
  .checker__form { flex-direction: column; border-radius: var(--radius-lg); padding: 16px; gap: 12px; }
  .checker__input { padding: 4px 6px; }
  .checker__form .btn { width: 100%; }
}

/* ---------- proof strip ---------- */
.proof {
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  background: #fff;
}
.proof__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding-block: 34px;
}
.proof__item { text-align: center; padding-inline: 12px; }
.proof__item + .proof__item { border-left: 1px solid var(--line-soft); }
.proof__item b {
  display: block; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800;
  letter-spacing: -.035em; color: var(--navy); line-height: 1.1;
}
.proof__item span { font-size: .8rem; font-weight: 700; color: var(--muted); }
@media (max-width: 700px) {
  .proof__grid { grid-template-columns: 1fr 1fr; gap: 26px 0; padding-block: 30px; }
  .proof__item:nth-child(odd) { border-left: 0; }
  .proof__item:nth-child(-n+2) { padding-bottom: 26px; border-bottom: 1px solid var(--line-soft); }
}

/* ---------- problem ---------- */
.problem { background: var(--cream); }
.problem__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.problem-card {
  background: #fff; border-radius: var(--radius-lg); padding: 30px 28px;
  border: 1px solid var(--line-soft);
}
.problem-card__n {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  background: var(--danger-tint); color: var(--danger);
  font-weight: 800; font-size: .88rem; margin-bottom: 18px;
}
.problem-card h3 { margin-bottom: 10px; }
.problem-card p { color: var(--muted); font-size: .97rem; }
.problem__punch {
  margin-top: 40px; text-align: center;
  font-size: clamp(1.15rem, 2.2vw, 1.5rem); font-weight: 800; letter-spacing: -.02em;
  color: var(--navy); max-width: 30ch; margin-inline: auto; line-height: 1.35;
}
@media (max-width: 860px) { .problem__grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- features ---------- */
.feat { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 84px); align-items: center; }
.feat + .feat { margin-top: clamp(72px, 9vw, 120px); }
.feat--flip .feat__media { order: -1; }
.feat h2 { margin-bottom: 20px; }
.feat__list { margin-top: 26px; display: grid; gap: 14px; }
.feat__list li { display: flex; gap: 12px; align-items: flex-start; font-size: .99rem; color: var(--navy-soft); }
.feat__list svg { flex: none; margin-top: 3px; color: var(--lime-dark); }
.feat__media {
  position: relative; display: flex; justify-content: center; align-items: center;
  min-height: 320px;
}
.feat__media-bg {
  position: absolute; inset: 0; border-radius: var(--radius-xl);
  background: linear-gradient(160deg, var(--mint), var(--cream));
}
.feat__media--blue .feat__media-bg { background: linear-gradient(160deg, var(--blue-tint), #F5FAFD); }
@media (max-width: 900px) {
  .feat { grid-template-columns: minmax(0, 1fr); }
  .feat--flip .feat__media { order: 0; }
}

/* keyword blocking visual */
.kw-cloud { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; justify-content: center; padding: 44px 30px; }
.kw {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 16px; font-size: .86rem; font-weight: 700; color: var(--muted);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.kw--blocked { color: var(--danger); border-color: #F5CFC8; background: var(--danger-tint); text-decoration: line-through; }
.kw--pulse { animation: kwpop .5s ease both; }
@keyframes kwpop { from { transform: scale(1); } 50% { transform: scale(1.07); } to { transform: scale(1); } }

/* lock visual */
.lockviz { position: relative; z-index: 1; text-align: center; padding: 44px 30px; }
.lockviz__ring {
  width: 132px; height: 132px; border-radius: 50%; margin: 0 auto 22px;
  display: grid; place-items: center;
  background: #fff; box-shadow: var(--shadow);
  color: var(--navy);
}
.lockviz__rows { display: grid; gap: 9px; max-width: 300px; margin-inline: auto; }
.lockviz__row {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border-radius: 12px; padding: 11px 14px;
  font-size: .87rem; font-weight: 700; box-shadow: var(--shadow-sm);
}
.lockviz__row svg { flex: none; color: var(--danger); }
.lockviz__row s { color: var(--muted-light); font-weight: 600; text-decoration-color: var(--danger); }

/* progress visual */
.prog { position: relative; z-index: 1; padding: 40px 30px; width: 100%; }
.prog__card {
  background: #fff; border-radius: 20px; padding: 22px; box-shadow: var(--shadow);
  max-width: 330px; margin-inline: auto;
}
.prog__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.prog__head b { font-size: 2.1rem; font-weight: 800; letter-spacing: -.04em; color: var(--navy); }
.prog__head span { font-size: .78rem; font-weight: 700; color: var(--muted); }
.prog__bars { display: flex; align-items: flex-end; gap: 6px; height: 84px; margin-bottom: 18px; }
.prog__bars i { flex: 1; background: var(--lime); border-radius: 4px; display: block; }
.prog__bars i:nth-child(-n+3) { background: #DCEFB4; }
.prog__foot { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.prog__foot div { background: var(--mint); border-radius: 12px; padding: 10px 12px; }
.prog__foot b { display: block; font-size: 1.15rem; font-weight: 800; color: var(--navy); letter-spacing: -.02em; }
.prog__foot span { font-size: .68rem; font-weight: 700; color: var(--muted); }

/* ---------- steps ---------- */
.steps { background: var(--navy); color: #fff; }
.steps h2 { color: #fff; }
.steps .lede { color: #A9BAD2; }
.steps .eyebrow { color: var(--lime); }
.steps .eyebrow::before { background: var(--lime); }
.steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
.step {
  background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg); padding: 32px 28px;
  position: relative;
}
.step__n {
  width: 40px; height: 40px; border-radius: 12px; background: var(--lime); color: var(--navy);
  display: grid; place-items: center; font-weight: 800; margin-bottom: 20px;
}
.step h3 { color: #fff; margin-bottom: 10px; }
.step p { color: #A9BAD2; font-size: .96rem; }
.steps__cta { margin-top: 44px; text-align: center; }
.steps__cta .btn--lime { box-shadow: 0 6px 22px rgba(183,240,63,.24); }
@media (max-width: 860px) { .steps__grid { grid-template-columns: minmax(0, 1fr); } }

/* ---------- comparison ---------- */
.compare { background: #fff; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
table.cmp { width: 100%; min-width: 660px; border-collapse: separate; border-spacing: 0; }
table.cmp th, table.cmp td { padding: 16px 14px; text-align: center; font-size: .92rem; }
table.cmp thead th { font-weight: 800; font-size: .84rem; color: var(--muted); letter-spacing: -.01em; vertical-align: bottom; }
table.cmp thead th.is-us {
  color: var(--navy); font-size: .95rem;
  background: var(--lime-tint); border-radius: 16px 16px 0 0;
  border: 1px solid var(--lime); border-bottom: 0;
  padding-top: 20px;
}
table.cmp tbody td.is-us { background: var(--lime-tint); border-inline: 1px solid var(--lime); }
table.cmp tbody tr:last-child td.is-us { border-bottom: 1px solid var(--lime); border-radius: 0 0 16px 16px; }
table.cmp th[scope="row"] {
  text-align: left; font-weight: 700; color: var(--ink); font-size: .93rem;
  min-width: 210px; padding-left: 0;
}
table.cmp tbody tr + tr th[scope="row"], table.cmp tbody tr + tr td { border-top: 1px solid var(--line-soft); }
table.cmp tbody tr + tr td.is-us { border-top-color: #DCEFB4; }
.tick  { color: var(--lime-dark); }
.cross { color: #C9CFD9; }
.cmp__note { margin-top: 18px; font-size: .8rem; color: var(--muted-light); text-align: center; }

/* ---------- testimonials ---------- */
.testi { background: var(--cream); }
.testi__grid { columns: 3; column-gap: 20px; }
.tcard {
  break-inside: avoid; background: #fff; border-radius: var(--radius-lg);
  padding: 26px 26px 22px; margin-bottom: 20px; border: 1px solid var(--line-soft);
}
.tcard__stars { color: #F5A623; font-size: .95rem; letter-spacing: 1px; margin-bottom: 12px; }
.tcard p { font-size: 1rem; color: var(--navy-soft); line-height: 1.55; }
.tcard__meta { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.tcard__av {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-weight: 800; font-size: .8rem;
  background: var(--blue-tint); color: var(--blue-dark);
}
.tcard__name { display: block; font-size: .87rem; font-weight: 800; line-height: 1.25; }
.tcard__day { display: block; font-size: .76rem; font-weight: 700; color: var(--lime-dark); line-height: 1.3; }
@media (max-width: 960px) { .testi__grid { columns: 2; } }
@media (max-width: 640px) { .testi__grid { columns: 1; } }

/* ---------- quiz ---------- */
.quiz { background: linear-gradient(168deg, var(--mint), var(--cream)); }
.quiz__shell {
  background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg);
  max-width: 660px; margin-inline: auto; overflow: hidden;
}
.quiz__bar { height: 5px; background: var(--line-soft); }
.quiz__bar i { display: block; height: 100%; background: var(--lime); width: 0; transition: width .3s ease; border-radius: 0 3px 3px 0; }
.quiz__inner { padding: clamp(28px, 4vw, 44px); }
.quiz__count { font-size: .78rem; font-weight: 800; color: var(--blue); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.quiz__q { font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.3; margin-bottom: 24px; }
.quiz__opts { display: grid; gap: 10px; }
.quiz__opt {
  display: flex; align-items: center; gap: 12px;
  width: 100%; text-align: left; cursor: pointer;
  background: #fff; border: 1.5px solid var(--line); border-radius: 14px;
  padding: 16px 18px; font-size: .99rem; font-weight: 700; color: var(--navy);
  transition: border-color .14s, background .14s, transform .14s;
}
.quiz__opt:hover { border-color: var(--blue); background: var(--blue-tint); transform: translateX(3px); }
.quiz__opt .dot {
  width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line); flex: none;
  transition: border-color .14s, background .14s;
}
.quiz__opt:hover .dot { border-color: var(--blue); }
.quiz__back {
  margin-top: 20px; background: none; border: 0; cursor: pointer;
  font-size: .87rem; font-weight: 700; color: var(--muted);
  display: inline-flex; align-items: center; gap: 6px; padding: 4px 0;
}
.quiz__back:hover { color: var(--ink); }
.quiz__back[hidden] { display: none; }

.quiz__result { text-align: center; }
.quiz__score {
  width: 116px; height: 116px; border-radius: 50%; margin: 0 auto 22px;
  display: grid; place-items: center; line-height: 1;
  border: 8px solid var(--lime-tint);
}
.quiz__score b { font-size: 2.3rem; font-weight: 800; letter-spacing: -.04em; }
.quiz__score span { font-size: .68rem; font-weight: 700; color: var(--muted); }
.quiz__band { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.quiz__result h3 { font-size: clamp(1.35rem, 3vw, 1.85rem); margin-bottom: 14px; }
.quiz__result > p { color: var(--muted); max-width: 46ch; margin-inline: auto; }
.quiz__result .btn { margin-top: 28px; }
.quiz__disclaimer {
  margin-top: 24px; font-size: .78rem; color: var(--muted-light); line-height: 1.55;
  border-top: 1px solid var(--line-soft); padding-top: 18px;
}
.quiz__intro-list { display: grid; gap: 10px; margin: 22px 0 28px; }
.quiz__intro-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; color: var(--navy-soft); }
.quiz__intro-list svg { flex: none; margin-top: 3px; color: var(--lime-dark); }

/* ---------- faq ---------- */
.faq { background: var(--cream); }
.faq__list { max-width: 760px; margin-inline: auto; }
details.qa {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius);
  margin-bottom: 12px; overflow: hidden;
}
details.qa[open] { border-color: var(--line); box-shadow: var(--shadow-sm); }
details.qa summary {
  cursor: pointer; list-style: none; padding: 22px 26px;
  font-size: 1.02rem; font-weight: 800; letter-spacing: -.015em;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after {
  content: ""; flex: none; width: 11px; height: 11px;
  border-right: 2.5px solid var(--muted); border-bottom: 2.5px solid var(--muted);
  transform: rotate(45deg) translateY(-3px); transition: transform .2s ease;
}
details.qa[open] summary::after { transform: rotate(-135deg) translateY(-3px); }
details.qa .qa__body { padding: 0 26px 24px; color: var(--muted); font-size: .98rem; line-height: 1.65; }
details.qa .qa__body p + p { margin-top: 12px; }

/* ---------- final cta ---------- */
.final {
  background:
    radial-gradient(90% 70% at 50% 0%, rgba(183,240,63,.16) 0%, transparent 60%),
    var(--navy);
  color: #fff; text-align: center;
}
.final h2 { color: #fff; max-width: 18ch; margin-inline: auto; }
.final p { color: #A9BAD2; margin-top: 20px; max-width: 46ch; margin-inline: auto; font-size: 1.08rem; }
.final__cta { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.final__micro { margin-top: 22px; font-size: .85rem; color: #7E90AB; font-weight: 600; }

/* ---------- help / responsible ---------- */
.help { background: var(--blue-tint); }
.help__inner { display: flex; gap: 28px; align-items: flex-start; max-width: 860px; margin-inline: auto; }
.help__ico { flex: none; color: var(--blue-dark); margin-top: 2px; }
.help h3 { margin-bottom: 10px; }
.help p { color: var(--navy-soft); font-size: .96rem; }
.help ul { margin-top: 14px; display: grid; gap: 7px; }
.help li { font-size: .93rem; color: var(--navy-soft); }
.help b { font-weight: 800; }
@media (max-width: 640px) { .help__inner { flex-direction: column; gap: 16px; } }

/* ---------- footer ---------- */
.footer { background: #fff; border-top: 1px solid var(--line-soft); padding-block: 52px 40px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.footer__brand p { margin-top: 14px; font-size: .9rem; color: var(--muted); max-width: 30ch; }
.footer h4 { font-size: .8rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--muted-light); margin-bottom: 14px; }
.footer li { margin-bottom: 9px; }
.footer li a { font-size: .92rem; color: var(--muted); text-decoration: none; font-weight: 600; }
.footer li a:hover { color: var(--ink); }
.footer__bottom {
  margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  font-size: .84rem; color: var(--muted-light);
}
@media (max-width: 820px) { .footer__grid { grid-template-columns: 1fr 1fr; } }

/* ---------- sticky mobile cta ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  padding: 12px var(--gutter) calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line-soft);
  display: none;
  transform: translateY(110%); transition: transform .25s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta .btn { width: 100%; padding: 16px 24px; }
.sticky-cta__micro { text-align: center; font-size: .72rem; font-weight: 700; color: var(--muted); margin-top: 7px; }
@media (max-width: 900px) { .sticky-cta { display: block; } body { padding-bottom: 0; } }

/* ---------- reveal ---------- */
/* Reveal is opt-in: without JS (or if the observer never fires) content stays visible. */
.has-js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.has-js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .has-js .reveal { opacity: 1; transform: none; } }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- legal pages ---------- */
.legal { background: var(--paper); }
.legal__head {
  background: linear-gradient(168deg, var(--mint), var(--cream));
  padding-block: clamp(48px, 6vw, 76px) clamp(36px, 4vw, 52px);
  border-bottom: 1px solid var(--line-soft);
}
.legal__head h1 { font-size: clamp(2rem, 4vw, 3rem); max-width: 20ch; }
.legal__updated {
  margin-top: 16px; font-size: .88rem; font-weight: 700; color: var(--muted);
}
.legal__body { max-width: 720px; margin-inline: auto; padding-block: clamp(44px, 6vw, 72px); }
.legal__body > * + * { margin-top: 20px; }
.legal__body h2 {
  font-size: clamp(1.15rem, 2vw, 1.4rem); letter-spacing: -.015em;
  margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--line-soft);
}
.legal__body h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal__body h3 { font-size: 1.02rem; margin-top: 30px; }
.legal__body p { color: var(--navy-soft); line-height: 1.7; font-size: 1rem; }
.legal__body ul { display: grid; gap: 12px; }
.legal__body li {
  color: var(--navy-soft); line-height: 1.7; font-size: 1rem;
  padding-left: 22px; position: relative;
}
.legal__body li::before {
  content: ""; position: absolute; left: 4px; top: .72em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--lime-dark);
}
.legal__body a { color: var(--blue-dark); font-weight: 600; }
.legal__callout {
  background: var(--blue-tint); border: 1px solid #BCD9EA;
  border-radius: var(--radius); padding: 22px 26px;
}
.legal__callout p { color: var(--navy-soft); }
.legal__callout p + p { margin-top: 12px; }
.legal__back {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .9rem; font-weight: 700; color: var(--muted); text-decoration: none;
  margin-bottom: 22px;
}
.legal__back:hover { color: var(--ink); }

/* ==========================================================================
   Guide pages (block-prediction-markets.html)
   Editorial treatment: a reference document first, a landing page second.
   ========================================================================== */

.guide__head {
  background: linear-gradient(168deg, var(--mint), var(--cream));
  padding-block: clamp(44px, 6vw, 72px) clamp(36px, 4vw, 56px);
  border-bottom: 1px solid var(--line-soft);
}
.guide__meta {
  display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center;
  font-size: .82rem; font-weight: 700; color: var(--muted); margin-bottom: 18px;
}
.guide__meta .tag {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 5px 13px; color: var(--navy); font-size: .76rem;
  letter-spacing: .04em; text-transform: uppercase;
}
.guide__head h1 { font-size: clamp(1.95rem, 4vw, 3.05rem); max-width: 19ch; }
.guide__standfirst {
  margin-top: 22px; max-width: 62ch;
  font-size: clamp(1.05rem, 1.7vw, 1.2rem); line-height: 1.62; color: var(--navy-soft);
}

/* two-column guide body with a sticky contents rail */

/* callouts */
.note {
  border-radius: var(--radius); padding: 20px 24px;
  border: 1px solid var(--line); background: var(--paper);
}
.note p { color: var(--navy-soft); }
.note p + p { margin-top: 12px; }
.note__label {
  display: block; font-size: .74rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 8px;
}
.note--warn { background: var(--danger-tint); border-color: #F3CFC8; }
.note--warn .note__label { color: var(--danger); }
.note--info { background: var(--blue-tint); border-color: #BCD9EA; }
.note--info .note__label { color: var(--blue-dark); }

/* platform card */
.plat {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px 26px; background: #fff;
}
.plat + .plat { margin-top: 14px; }
.plat__top { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 14px; }
.plat__name { font-size: 1.08rem; font-weight: 800; letter-spacing: -.02em; margin-right: auto; }
.plat__status {
  font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
  border-radius: 999px; padding: 5px 12px;
}
.plat__status--yes { background: var(--lime-tint); color: #5F8F0E; }
.plat__status--part { background: #FDF1DC; color: #A9741B; }
.plat__status--no { background: var(--danger-tint); color: var(--danger); }
.plat p { font-size: .97rem; }
.plat p + p, .plat ol + p, .plat ul + p { margin-top: 14px; }
.plat ul { margin-top: 12px; }
.plat ul li { font-size: .95rem; }

/* the block list */

/* the one commercial block on the page, kept plain and honest */
.pitch {
  border: 1.5px solid var(--navy); border-radius: var(--radius-lg);
  padding: 28px 30px; background: var(--paper);
}
.pitch h3 { margin-top: 0; font-size: 1.25rem; margin-bottom: 12px; }
.pitch p { font-size: .99rem; }
.pitch p + p, .pitch ul + p { margin-top: 14px; }
.pitch ul { margin-top: 16px; }
.pitch .btn { margin-top: 22px; }
.pitch__fine { margin-top: 14px; font-size: .82rem; color: var(--muted-light); }

/* methods comparison */

/* sources */

/* The shared .table-wrap bleeds to the page gutter, which is wrong inside the
   narrow guide column: it scrolls within its own box instead. */
.sponsorviz__trigger svg { flex: none; }

.sponsorviz__link {
  width: 2px; height: 34px; margin: 6px auto;
  background: repeating-linear-gradient(var(--muted-light) 0 4px, transparent 4px 9px);
  position: relative;
}
.sponsorviz__link::after {
  content: ""; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%);
  border: 5px solid transparent; border-top-color: var(--muted-light);
}

.sponsorviz__alert {
  background: #fff; border-radius: 16px; padding: 14px 16px;
  box-shadow: var(--shadow);
}
.sponsorviz__head {
  display: flex; align-items: center; gap: 7px;
  font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 9px;
}
.sponsorviz__head img { width: 15px; height: 15px; }
.sponsorviz__head span:last-child { margin-left: auto; letter-spacing: 0; text-transform: none; font-weight: 700; }
.sponsorviz__alert b { display: block; font-size: .93rem; font-weight: 800; letter-spacing: -.015em; margin-bottom: 4px; }
.sponsorviz__alert p { font-size: .84rem; color: var(--muted); line-height: 1.5; }

.sponsorviz__to {
  display: flex; align-items: center; gap: 9px;
  margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line-soft);
}
.sponsorviz__av {
  width: 28px; height: 28px; border-radius: 50%; flex: none;
  background: var(--lime-tint); color: var(--lime-dark);
  display: grid; place-items: center; font-size: .76rem; font-weight: 800;
}
.sponsorviz__to span { font-size: .78rem; font-weight: 700; color: var(--navy-soft); }
.sponsorviz__to span i { display: block; font-style: normal; font-weight: 600; color: var(--muted-light); font-size: .72rem; }

/* ---------- short guide: numbered answer steps ---------- */
.answer { max-width: 760px; margin-inline: auto; display: grid; gap: 34px; }
.answer__step { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 20px; align-items: start; }
.answer__n {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--navy); color: #fff;
  display: grid; place-items: center; font-size: 1.15rem; font-weight: 800;
}
.answer__body > * + * { margin-top: 16px; }
.answer__body h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); }
.answer__body > p { color: var(--muted); line-height: 1.7; }
@media (max-width: 620px) {
  .answer__step { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .answer__n { width: 40px; height: 40px; border-radius: 12px; font-size: 1.02rem; }
}

/* platform card, used inside the answer steps */
.plat { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 24px; background: #fff; }
.plat__top { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 12px; }
.plat__name { font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; margin-right: auto; }
.plat__status { font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; border-radius: 999px; padding: 5px 12px; }
.plat__status--yes { background: var(--lime-tint); color: #5F8F0E; }
.plat__status--no { background: var(--danger-tint); color: var(--danger); }
.plat p { font-size: .96rem; color: var(--navy-soft); line-height: 1.65; }
.plat code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em;
  background: var(--mint); border-radius: 5px; padding: 2px 6px; color: var(--navy);
}

/* the one commercial block on the page */
.pitch { border: 1.5px solid var(--navy); border-radius: var(--radius-lg); padding: 26px 28px; background: var(--paper); }
.pitch h3 { margin-top: 0; font-size: 1.1rem; margin-bottom: 16px; }
.pitch ul { display: grid; gap: 13px; }
.pitch li { display: flex; gap: 11px; align-items: flex-start; font-size: .97rem; color: var(--navy-soft); line-height: 1.6; }
.pitch li svg { flex: none; margin-top: 3px; color: var(--lime-dark); }
.pitch .btn { margin-top: 22px; }
.pitch__fine { margin-top: 14px; font-size: .82rem; color: var(--muted-light); }

.help__sources { margin-top: 16px; font-size: .82rem; color: var(--muted-light); }
.help__sources a { color: var(--muted); font-weight: 600; }

/* Restored: without position/z-index here the section's absolutely positioned
   .feat__media-bg paints over this content, leaving only the connector visible. */
.sponsorviz { position: relative; z-index: 1; width: 100%; padding: 40px 30px; }
.sponsorviz__inner { max-width: 330px; margin-inline: auto; }
.sponsorviz__trigger {
  display: flex; align-items: center; gap: 10px;
  background: var(--danger-tint); border: 1px solid #F3CFC8; border-radius: 12px;
  padding: 12px 16px; font-size: .87rem; font-weight: 700; color: var(--danger);
}

/* ---------- competitor pages: verdict box + urge checklist ---------- */
.verdict {
  max-width: 760px; margin-inline: auto;
  background: var(--mint); border: 1px solid #CFE6D2; border-radius: var(--radius-lg);
  padding: 28px 30px;
}
.verdict__label {
  display: block; font-size: .74rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; color: var(--lime-dark); margin-bottom: 10px;
}
.verdict p { color: var(--navy-soft); line-height: 1.7; font-size: 1.04rem; }
.verdict p + p { margin-top: 14px; }
.verdict b { color: var(--ink); }

.prose { max-width: 720px; margin-inline: auto; }
.prose > * + * { margin-top: 18px; }
.prose h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); margin-top: 40px; }
.prose p { color: var(--navy-soft); line-height: 1.72; }
.prose ul { display: grid; gap: 12px; }
.prose ul li { color: var(--navy-soft); line-height: 1.7; padding-left: 24px; position: relative; }
.prose ul li::before {
  content: ""; position: absolute; left: 5px; top: .72em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--lime-dark);
}
.prose a:not(.btn) { color: var(--blue-dark); font-weight: 600; }
.prose b { color: var(--ink); }

/* "which one is for you" routing cards */
.routes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  padding: 26px 26px 24px;
}
.route__if {
  display: block; font-size: .74rem; font-weight: 800; letter-spacing: .07em;
  text-transform: uppercase; color: var(--muted-light); margin-bottom: 10px;
}
.route h3 { font-size: 1.08rem; margin-bottom: 10px; }
.route p { font-size: .96rem; color: var(--muted); line-height: 1.65; }
.route__pick {
  display: inline-block; margin-top: 16px; font-size: .84rem; font-weight: 800;
  border-radius: 999px; padding: 6px 14px;
}
.route__pick--them { background: var(--blue-tint); color: var(--blue-dark); }
.route__pick--us { background: var(--lime-tint); color: #5F8F0E; }
@media (max-width: 860px) { .routes { grid-template-columns: minmax(0, 1fr); } }

/* the urge checklist on the interception page */
.urge { max-width: 720px; margin-inline: auto; display: grid; gap: 12px; }
.urge li {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius);
  padding: 20px 24px; color: var(--navy-soft); line-height: 1.65;
}
.urge li b { display: block; color: var(--ink); font-size: 1.02rem; margin-bottom: 6px; }

/* Competitor landing pages carry no nav, so there is no burger to show. */
.header--lp .nav-toggle { display: none !important; }

/* Long CTA labels cannot stay on one line on a 320px phone. Let them wrap and
   fill the box rather than pushing the page sideways. */
@media (max-width: 420px) {
  .btn { white-space: normal; text-align: center; }
  .btn--lg { padding: 16px 22px; font-size: 1rem; }
  .pitch { padding: 22px 18px; }
  .pitch .btn, .hero__cta .btn, .final__cta .btn { width: 100%; }
}

/* The pitch list carries its own tick icons, so suppress the .prose bullet. */
.prose .pitch li { padding-left: 0; }
.prose .pitch li::before { display: none; }
