/* =====================================================================
   Grow Curriculum · sales homepage draft
   Same family as growresearch.org ("Daybreak"): Plus Jakarta Sans, bright
   surfaces, and the Grow strategy colours from grow-curriculum-frontend.
   Brand colours are FILLS; every colour has a text-safe "-ink" tone.
   ===================================================================== */
:root {
  --disc: #F0893C; --teach: #E84E4E; --env: #E4D353; --evt: #BED65A;
  --vol: #82D1DD;  --fam: #F27A9E;   --lead: #434A50;
  --disc-ink: #A94F0C; --teach-ink: #B41818; --env-ink: #635910; --evt-ink: #515E17;
  --vol-ink: #1D616C;  --fam-ink: #AE1140;   --lead-ink: #434A50;
  --disc-soft: #FDEEE3; --teach-soft: #FCE7E7; --env-soft: #FBF7DA; --evt-soft: #F2F8DF;
  --vol-soft: #E5F6F8;  --fam-soft: #FDE9F0;   --lead-soft: #ECEEF0;
  --ink: #1F2328; --ink-2: #454C55; --ink-3: #5F6873;
  --bg: #F6F7F9; --surface: #FFFFFF; --line: #E4E7EB; --line-2: #D3D8DE;
  --char: #434A50; --char-2: #2F3439; --char-3: #23272B;
  --hl: #DCEBA4;
  --font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --r-sm: 12px; --r: 18px; --r-lg: 26px; --r-pill: 999px;
  --shadow: 0 1px 2px rgba(31,35,40,.05), 0 8px 24px rgba(31,35,40,.06);
  --shadow-lg: 0 2px 4px rgba(31,35,40,.05), 0 18px 48px rgba(31,35,40,.10);
  --max: 80rem;
  --stripe: linear-gradient(90deg, var(--disc) 0 16.667%, var(--teach) 0 33.333%, var(--env) 0 50%,
            var(--evt) 0 66.667%, var(--vol) 0 83.333%, var(--fam) 0 100%);
}
[data-theme="disc"]  { --a: var(--disc);  --a-ink: var(--disc-ink);  --a-soft: var(--disc-soft); }
[data-theme="teach"] { --a: var(--teach); --a-ink: var(--teach-ink); --a-soft: var(--teach-soft); }
[data-theme="env"]   { --a: var(--env);   --a-ink: var(--env-ink);   --a-soft: var(--env-soft); }
[data-theme="evt"]   { --a: var(--evt);   --a-ink: var(--evt-ink);   --a-soft: var(--evt-soft); }
[data-theme="vol"]   { --a: var(--vol);   --a-ink: var(--vol-ink);   --a-soft: var(--vol-soft); }
[data-theme="fam"]   { --a: var(--fam);   --a-ink: var(--fam-ink);   --a-soft: var(--fam-soft); }
[data-theme="lead"]  { --a: var(--lead);  --a-ink: var(--lead-ink);  --a-soft: var(--lead-soft); }

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: #fff; color: var(--ink); font: 400 17px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--disc-ink); text-underline-offset: 3px; }
b, strong { font-weight: 700; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--disc); outline-offset: 2px; border-radius: 6px; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; cursor: pointer;
  text-decoration: none; white-space: nowrap; font-weight: 800; font-size: 15px; letter-spacing: -.005em;
  padding: 13px 22px; border-radius: var(--r-pill); transition: transform .15s, box-shadow .15s, background .15s; }
.btn-primary { background: var(--disc); color: var(--ink); box-shadow: 0 2px 0 rgba(169,79,12,.35); }
.btn-primary:hover { background: #F5994F; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(240,137,60,.35); }
.btn-dark { background: var(--char-3); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line-2); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink-3); }
.btn-light { background: rgba(255,255,255,.1); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); }
.btn-light:hover { background: rgba(255,255,255,.18); }
.btn-lg { padding: 16px 28px; font-size: 17px; }
.btn .arr { transition: transform .15s; }
.btn:hover .arr { transform: translateX(3px); }

/* ---------- header ---------- */
.gc-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94);
  backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line); }
.gc-header .bar { display: flex; align-items: center; gap: 22px; height: 68px; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.gc-logo { --logo-ink: #262626; display: inline-flex; align-items: center; gap: 14px; color: var(--logo-ink); text-decoration: none; flex: none; }
.gc-logo .mark { height: 38px; display: inline-flex; }
.gc-logo .mark svg { height: 100%; width: auto; }
.gc-logo .rule { width: 2px; height: 36px; border-radius: 1px; background: #8C8C8C; }
.gc-logo .word { font-weight: 700; font-size: 21px; line-height: 1; letter-spacing: -.02em; }
.gc-nav { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.gc-nav a { color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: 14.5px; padding: 8px 12px; border-radius: var(--r-pill); white-space: nowrap; }
.gc-nav a:hover { background: var(--bg); color: var(--ink); }
.gc-nav .login { margin-left: 6px; }
.gc-header .btn { padding: 10px 18px; font-size: 14.5px; }
.gc-menu { display: none; }
@media (max-width: 960px) {
  .gc-header .bar { gap: 10px; height: 60px; padding: 0 16px; }
  .gc-logo { gap: 10px; } .gc-logo .mark { height: 31px; } .gc-logo .rule { height: 29px; } .gc-logo .word { font-size: 18px; }
  .gc-nav { display: none; }
  .gc-header .btn { margin-left: auto; padding: 9px 15px; font-size: 14px; }
  .gc-menu { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; border: 0; background: var(--bg); cursor: pointer; }
  .gc-menu svg { width: 20px; height: 20px; }
  .gc-header.open .gc-nav { display: flex; flex-direction: column; align-items: stretch; position: absolute; left: 0; right: 0; top: 60px;
    background: #fff; border-bottom: 1px solid var(--line); padding: 10px 16px 16px; box-shadow: var(--shadow); }
  .gc-header.open .gc-nav a { padding: 12px 14px; font-size: 16px; }
}
@media (max-width: 370px) {
  .gc-logo .mark { height: 26px; } .gc-logo .rule { height: 24px; } .gc-logo .word { font-size: 15.5px; }
  .gc-header .btn { padding: 8px 12px; font-size: 13px; }
}

/* ---------- shared section bits ---------- */
section { position: relative; }
.sec { padding: 104px 0; }
.sec.tint { background: var(--bg); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; color: var(--a-ink, var(--disc-ink)); }
.eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 3px; background: var(--a, var(--disc)); }
.h2 { font-size: clamp(32px, 4.4vw, 52px); line-height: 1.1; letter-spacing: -.038em; font-weight: 800; margin: 14px 0 16px; text-wrap: balance; }
.lede { font-size: clamp(17px, 1.6vw, 20px); color: var(--ink-2); max-width: 40rem; margin: 0; line-height: 1.55; }
.head { max-width: 46rem; margin-bottom: 48px; }
.head.center { margin-left: auto; margin-right: auto; text-align: center; }
.head.center .lede { margin: 0 auto; }
.hl { background: linear-gradient(transparent 56%, var(--hl) 56%, var(--hl) 86%, transparent 86%); padding: 0 .06em;
  -webkit-box-decoration-break: clone; box-decoration-break: clone; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; margin-top: 40px; }
.cta-row.center { justify-content: center; }
.cta-note { font-size: 14.5px; color: var(--ink-3); font-weight: 600; }

/* ---------- hero ---------- */
.hero { overflow: hidden; background: #fff; padding: 64px 0 0; }
.hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-blob.b1 { width: 560px; height: 560px; right: -160px; top: -200px; background: radial-gradient(circle, var(--env-soft) 0%, rgba(255,255,255,0) 70%); }
.hero-blob.b2 { width: 440px; height: 440px; left: -170px; bottom: -120px; background: radial-gradient(circle, var(--vol-soft) 0%, rgba(255,255,255,0) 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 56px; align-items: center; padding-bottom: 72px; }
.hero-title { font-size: clamp(42px, 5.9vw, 78px); line-height: 1.06; letter-spacing: -.045em; font-weight: 800; margin: 16px 0 22px; text-wrap: balance; }
.hero-sub { font-size: clamp(18px, 1.9vw, 21px); line-height: 1.55; color: var(--ink-2); max-width: 35rem; margin: 0 0 30px; font-weight: 500; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-facts { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 26px 0 0; font-size: 14.5px; color: var(--ink-2); font-weight: 600; }
.hero-facts li { position: relative; padding-left: 15px; }
.hero-facts li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--evt); }
.hero-facts li:nth-child(2)::before { background: var(--vol); }
.hero-facts li:nth-child(3)::before { background: var(--fam); }

/* year card: pick an age, see the next 12 months */
.year-card { position: relative; background: var(--char-3); color: #fff; border-radius: 32px; padding: 26px 26px 22px;
  box-shadow: 0 34px 70px -24px rgba(31,35,40,.45); overflow: hidden; }
.year-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px; background: var(--stripe); }
.yc-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 6px; }
.yc-label { font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: #C4C9CE; }
.age-switch { display: inline-flex; background: rgba(255,255,255,.1); border-radius: var(--r-pill); padding: 4px; gap: 2px; }
.age-switch button { border: 0; background: transparent; color: #D4D8DC; font-weight: 700; font-size: 14px; padding: 8px 14px; border-radius: var(--r-pill); cursor: pointer; white-space: nowrap; }
.age-switch button:hover { color: #fff; }
.age-switch button[aria-pressed="true"] { background: var(--env); color: var(--ink); }
.yc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 20px 0 16px; }
.yc-grid figure { margin: 0; position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 16 / 9; background: #33383D; }
.yc-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.yc-grid figure:hover img { transform: scale(1.06); }
.yc-grid figcaption { position: absolute; left: 6px; top: 6px; font-size: 10.5px; font-weight: 800; letter-spacing: .06em;
  background: rgba(20,23,27,.78); color: #fff; padding: 2px 6px; border-radius: 6px; }
.yc-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 14.5px; color: #C4C9CE; }
.yc-foot b { color: #fff; }
.yc-foot a { color: #fff; font-weight: 700; text-decoration-color: var(--disc); text-decoration-thickness: 2px; }
.hero-stripe { height: 10px; background: var(--stripe); position: relative; z-index: 1; }

/* ---------- facts strip ---------- */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); padding: 44px 0; }
.facts div { padding: 0 28px; border-left: 1px solid var(--line); }
.facts div:first-child { border-left: 0; padding-left: 0; }
.facts b { display: block; font-size: clamp(34px, 4vw, 48px); line-height: 1; letter-spacing: -.04em; font-weight: 800; }
.facts span { display: block; margin-top: 10px; color: var(--ink-2); font-size: 15.5px; font-weight: 500; line-height: 1.45; max-width: 15rem; }

/* ---------- problem ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pain { background: #fff; border-radius: var(--r-lg); padding: 30px 28px 28px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.pain::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 6px; background: var(--a); }
.pain .when { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--a-ink); }
.pain h3 { font-size: 23px; line-height: 1.2; letter-spacing: -.02em; margin: 10px 0 10px; font-weight: 800; }
.pain p { margin: 0; color: var(--ink-2); font-size: 16.5px; }
.turn { margin: 56px auto 0; max-width: 50rem; text-align: center; }
.turn p { font-size: clamp(22px, 2.6vw, 30px); line-height: 1.3; letter-spacing: -.025em; font-weight: 800; margin: 0; text-wrap: balance; }
.turn p span { color: var(--ink-3); }

/* ---------- how it works ---------- */
.how { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: center; }
.steps { list-style: none; padding: 0; margin: 36px 0 0; display: grid; gap: 14px; counter-reset: s; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start;
  background: var(--bg); border-radius: var(--r); padding: 18px 20px; }
.steps li::before { content: counter(s); width: 48px; height: 48px; border-radius: 14px; background: var(--a); color: var(--ink);
  display: grid; place-items: center; font-weight: 800; font-size: 20px; }
.steps h3 { margin: 2px 0 4px; font-size: 19px; letter-spacing: -.015em; font-weight: 800; }
.steps p { margin: 0; color: var(--ink-2); font-size: 16px; }
.board { position: relative; border-radius: 30px; background: var(--vol-soft); padding: 40px 0 40px 40px; overflow: hidden; min-height: 460px; }
.board img { width: 118%; max-width: none; border-radius: 18px 0 0 18px; box-shadow: var(--shadow-lg); }
.board .tag { position: absolute; left: 22px; bottom: 22px; background: #fff; border-radius: var(--r-pill); padding: 8px 14px;
  font-size: 13.5px; font-weight: 700; box-shadow: var(--shadow); display: inline-flex; gap: 8px; align-items: center; }
.board .tag i { width: 9px; height: 9px; border-radius: 50%; background: var(--evt); }

/* ---------- seven colours ---------- */
.areas-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.areas-tabs button { border: 0; background: #fff; box-shadow: var(--shadow); border-radius: var(--r-pill); padding: 10px 16px 10px 12px;
  font-weight: 700; font-size: 15.5px; cursor: pointer; display: inline-flex; align-items: center; gap: 9px; transition: transform .15s; }
.areas-tabs button::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--a); box-shadow: inset 0 0 0 2px rgba(255,255,255,.6); }
.areas-tabs button:hover { transform: translateY(-1px); }
.areas-tabs button[aria-selected="true"] { background: var(--a); color: var(--ink); }
.areas-tabs button[data-theme="lead"][aria-selected="true"] { color: #fff; }
.area-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); border-radius: 30px; overflow: hidden; background: #fff; box-shadow: var(--shadow-lg); }
.ap-left { background: var(--a); padding: 40px 38px; display: flex; flex-direction: column; min-height: 380px; color: var(--ink); transition: background .35s; }
.area-panel[data-theme="lead"] .ap-left { color: #fff; }
.ap-left .plan { align-self: flex-start; font-size: 12.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  background: rgba(255,255,255,.62); color: var(--ink); padding: 6px 12px; border-radius: var(--r-pill); }
.ap-left h3 { font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; margin: 26px 0 14px; font-weight: 800; }
.ap-left p { font-size: 20px; line-height: 1.35; font-weight: 700; margin: 0; letter-spacing: -.01em; max-width: 22rem; }
.ap-left .pos { margin-top: auto; padding-top: 26px; font-size: 14.5px; font-weight: 700; opacity: .85; }
.ap-right { padding: 38px 40px; }
.ap-right h4 { margin: 0 0 16px; font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--ink-3); }
.ap-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 26px; }
.ap-list li { position: relative; padding-left: 30px; font-weight: 600; font-size: 16px; line-height: 1.4; }
.ap-list li::before { content: ""; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; border-radius: 50%; background: var(--a-soft); }
.ap-list li::after { content: ""; position: absolute; left: 7px; top: 5px; width: 5px; height: 9px; border: solid var(--a-ink); border-width: 0 2.5px 2.5px 0; transform: rotate(45deg); }
.ap-more { margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 15px; color: var(--ink-2); }

/* ---------- proof ---------- */
.proof-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.proof-top .head { margin-bottom: 0; }
.proof-top .proof-switch { margin-top: 8px; }
.proof-switch { background: var(--bg); }
.proof-switch button { color: var(--ink-2); }
.proof-switch button:hover { color: var(--ink); }
.proof-switch button[aria-pressed="true"] { background: var(--char-3); color: #fff; }
.quotes { columns: 3 320px; column-gap: 20px; }
.q { break-inside: avoid; margin: 0 0 20px; background: #fff; border-radius: var(--r-lg); padding: 58px 28px 24px; box-shadow: var(--shadow); position: relative; }
.q::before { content: "“"; position: absolute; left: 24px; top: 10px; font-size: 64px; line-height: 1; font-weight: 800; color: var(--a-ink); }
.q blockquote { margin: 0; font-size: 18px; line-height: 1.5; font-weight: 600; letter-spacing: -.008em; position: relative; }
.q figcaption { margin-top: 18px; display: flex; gap: 12px; align-items: center; font-size: 14.5px; }
.q .av { width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--a); color: var(--ink); display: grid; place-items: center; font-weight: 800; font-size: 15px; }
.q figcaption b { display: block; }
.q figcaption span { color: var(--ink-3); }
.proof-note { margin-top: 10px; font-size: 14px; color: var(--ink-3); }

/* ---------- compare ---------- */
.cmp { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); }
.cmp th, .cmp td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.cmp thead th { font-size: 14px; font-weight: 800; color: var(--ink-2); background: var(--bg); vertical-align: bottom; }
.cmp thead th.grow { background: var(--char-3); color: #fff; font-size: 16px; }
.cmp tbody th { text-align: left; font-weight: 700; }
.cmp td.grow { background: var(--evt-soft); font-weight: 700; }
.cmp tr:last-child th, .cmp tr:last-child td { border-bottom: 0; }
.yes, .no, .meh { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; font-weight: 800; font-size: 14px; }
.yes { background: var(--evt); color: var(--ink); }
.no { background: #DDE1E5; color: var(--ink-2); }
.meh { background: var(--env-soft); color: var(--env-ink); }
.cmp .sm { display: none; }
.cmp-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--r-lg); }
.cmp-legend { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-top: 16px; font-size: 14px; color: var(--ink-2); font-weight: 600; }
.cmp-legend span { display: inline-flex; align-items: center; gap: 8px; }
.cmp-legend .yes, .cmp-legend .no, .cmp-legend .meh { width: 22px; height: 22px; font-size: 12px; }
.meh { background: var(--env); color: var(--ink); }

/* ---------- pricing ---------- */
.pricing-head { text-align: center; max-width: 46rem; margin: 0 auto 30px; }
.pricing-head .lede { margin: 0 auto; }
.price-switch { display: flex; justify-content: center; margin-bottom: 34px; }
.price-switch .age-switch { background: var(--bg); }
.price-switch .age-switch button { color: var(--ink-2); font-size: 15px; padding: 10px 18px; }
.price-switch .age-switch button[aria-pressed="true"] { background: var(--char-3); color: #fff; }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 64rem; margin: 0 auto; align-items: stretch; }
.plans.one { grid-template-columns: minmax(0, 34rem); justify-content: center; }
.plan { background: #fff; border-radius: 30px; padding: 34px 34px 30px; box-shadow: var(--shadow); position: relative; display: flex; flex-direction: column; border: 2px solid var(--line); }
.plan.pop { border-color: var(--char-3); box-shadow: var(--shadow-lg); }
.plan .badge { position: absolute; top: -14px; left: 34px; background: var(--env); color: var(--ink); font-size: 12.5px; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill); }
.plan h3 { margin: 0; font-size: 26px; letter-spacing: -.025em; font-weight: 800; }
.plan .for { margin: 6px 0 22px; color: var(--ink-2); font-size: 16px; min-height: 3em; }
.price { display: flex; align-items: baseline; gap: 6px; }
.price b { font-size: 60px; line-height: 1; letter-spacing: -.05em; font-weight: 800; }
.price span { font-weight: 700; color: var(--ink-2); }
.per { text-wrap: pretty; margin: 8px 0 22px; font-size: 15px; color: var(--ink-2); font-weight: 600; }
.per b { color: var(--ink); }
.plan .btn { width: 100%; white-space: normal; text-align: center; }
.plans > * { min-width: 0; }
.klarna { text-wrap: balance; margin: 12px 0 0; text-align: center; font-size: 14px; color: var(--ink-3); font-weight: 600; }
.inc { list-style: none; padding: 22px 0 0; margin: 24px 0 0; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.inc li { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 16px; }
.inc li i { width: 14px; height: 14px; border-radius: 50%; background: var(--a); flex: none; align-self: flex-start; margin-top: 5px; }
.inc li.off { color: var(--ink-2); font-weight: 500; }
.inc li.off::after { content: attr(data-note); margin-left: auto; font-size: 12px; font-weight: 700; color: var(--ink-2); background: var(--bg); padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.inc li.off i { background: var(--line); }
.inc li small { margin-left: auto; font-weight: 600; color: var(--ink-3); font-size: 13px; }
.plan-foot { margin-top: auto; padding-top: 22px; }
.assure { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 64rem; margin: 30px auto 0; }
.assure div { background: var(--bg); border-radius: var(--r); padding: 20px 22px; font-size: 15px; color: var(--ink-2); }
.assure b { display: block; color: var(--ink); font-size: 16px; margin-bottom: 4px; }
.assure a { font-weight: 700; }

/* ---------- founders ---------- */
.founders { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: center; }
.origin { font-size: clamp(22px, 2.4vw, 28px); line-height: 1.38; letter-spacing: -.02em; font-weight: 700; margin: 0; }
.origin + p { margin-top: 22px; color: var(--ink-2); font-size: 17.5px; max-width: 38rem; }
.sig { margin-top: 26px; display: flex; align-items: center; gap: 14px; font-weight: 700; }
.sig .dots { display: flex; }
.sig .dots i { width: 44px; height: 44px; border-radius: 50%; border: 3px solid #fff; display: grid; place-items: center; font-style: normal; font-weight: 800; }
.sig .dots i + i { margin-left: -12px; }
.sig span { color: var(--ink-3); font-weight: 600; font-size: 15px; display: block; }
.made { background: var(--char-3); color: #fff; border-radius: 30px; padding: 36px; position: relative; overflow: hidden; }
.made::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.06); z-index: 0; pointer-events: none; }
.made > * { position: relative; z-index: 1; }
.made h3 { margin: 0 0 18px; font-size: 22px; letter-spacing: -.02em; }
.made ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.made li { display: grid; grid-template-columns: 12px 1fr; gap: 14px; color: #D4D8DC; font-size: 16px; }
.made li::before { content: ""; width: 12px; height: 12px; border-radius: 3px; margin-top: 6px; background: var(--c); }
.made li b { color: #fff; }

/* ---------- FAQ ---------- */
.faq { max-width: 52rem; margin: 0 auto; }
.faq details { background: #fff; border-radius: var(--r); margin-bottom: 12px; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 60px 22px 26px; font-weight: 800; font-size: 18px; letter-spacing: -.01em; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%;
  background: var(--bg); display: grid; place-items: center; font-size: 20px; font-weight: 700; transition: transform .2s; }
.faq details[open] summary::after { content: "–"; background: var(--disc); }
.faq .ans { padding: 0 26px 24px; color: var(--ink-2); font-size: 16.5px; }
.faq .ans p { margin: 0 0 10px; }

/* ---------- final CTA / footer ---------- */
.final { background: var(--char-3); color: #D4D8DC; position: relative; }
.final::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px; background: var(--stripe); }
.final .in { max-width: var(--max); margin: 0 auto; padding: 96px 24px 44px; }
.final .cta { text-align: center; max-width: 48rem; margin: 0 auto; padding-bottom: 72px; border-bottom: 1px solid rgba(255,255,255,.12); }
.final h2 { color: #fff; font-size: clamp(36px, 5vw, 60px); line-height: 1.1; letter-spacing: -.04em; margin: 0 0 16px; font-weight: 800; text-wrap: balance; }
.final .cta p { margin: 0 auto; font-size: 19px; color: #C4C9CE; max-width: 36rem; }
.final .btn-primary { color: var(--ink); }
.final .cta-note { color: #AEB4BA; }
.foot { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-top: 40px; font-size: 14.5px; }
.foot .cols { display: flex; gap: 48px; flex-wrap: wrap; }
.foot .cols div { display: flex; flex-direction: column; gap: 8px; }
.foot .cols b { color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.foot a { color: #D4D8DC; text-decoration: none; }
.foot a:hover { color: #fff; text-decoration: underline; }
.foot .gc-logo { --logo-ink: #fff; }
.foot .gc-logo .rule { background: rgba(255,255,255,.45); }
.fine { margin-top: 30px; font-size: 13px; color: #AEB4BA; }

/* sticky mobile CTA */
.sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: none; align-items: center; justify-content: space-between; gap: 12px;
  background: var(--char-3); color: #fff; border-radius: 18px; padding: 10px 10px 10px 18px; box-shadow: 0 18px 40px -12px rgba(0,0,0,.45);
  transform: translateY(140%); transition: transform .3s ease; }
.sticky.show { transform: none; }
.sticky span { font-size: 14px; font-weight: 600; color: #D4D8DC; line-height: 1.3; }
.sticky span b { color: #fff; display: block; font-size: 15px; }
.sticky .btn { padding: 12px 18px; font-size: 15px; }

/* draft ribbon */
.draft { position: fixed; left: 14px; bottom: 14px; z-index: 70; background: #fff; color: var(--ink-2); font-size: 12px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; padding: 6px 11px; border-radius: var(--r-pill); box-shadow: var(--shadow); }

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  .hero-grid, .how, .founders { grid-template-columns: 1fr; gap: 44px; }
  .board { min-height: 0; }
  .area-panel { grid-template-columns: 1fr; }
  .ap-left { min-height: 0; }
}
@media (max-width: 900px) {
  .sec { padding: 76px 0; }
  .facts { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .facts div:nth-child(3) { border-left: 0; padding-left: 0; }
  .pain-grid, .assure { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 34rem; }
  .sticky { display: flex; }
  .draft { display: none; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 18px; }
  .hero { padding-top: 36px; }
  .hero-grid { padding-bottom: 48px; }
  .hero-ctas .btn { width: 100%; }
  .year-card { padding: 22px 16px 18px; border-radius: 24px; }
  .yc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .age-switch button { padding: 8px 11px; font-size: 13.5px; }
  .facts div { padding: 0 14px; }
  .facts span { font-size: 14px; }
  .ap-left, .ap-right { padding: 28px 24px; }
  .ap-list { grid-template-columns: 1fr; }
  .board { padding: 24px 0 24px 24px; }
  .plan { padding: 30px 24px 26px; }
  .price b { font-size: 52px; }
  .cta-row .btn { width: 100%; }
  .final .in { padding-top: 76px; }
  .cmp { table-layout: fixed; }
  .cmp th, .cmp td { padding: 11px 4px; font-size: 12.5px; line-height: 1.3; }
  .cmp thead th { font-size: 12px; }
  .cmp .lg { display: none; }
  .cmp .sm { display: inline !important; }
  .cmp tbody th { width: 34%; padding-left: 12px; font-size: 13px; }
  .cmp thead th:first-child { width: 34%; }
  .cmp thead th.grow { font-size: 13px; }
  .yes, .no, .meh { width: 22px; height: 22px; font-size: 12px; }
  .h2 { letter-spacing: -.03em; }
  .q figcaption span { display: block; }
}
@media (max-width: 360px) {
  .age-switch button { padding: 7px 8px; font-size: 12.5px; }
  .proof-switch { flex-wrap: wrap; border-radius: 18px; }
  .year-card { padding-left: 12px; padding-right: 12px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
