/* =====================================================================
   Grow Slides · sales page draft
   Built to the SYCU Design System ("Daybreak") note in the vault.
   Tokens, base, buttons, header, facts, pain, steps, FAQ, final CTA and
   sticky bar are copied verbatim from grow-salespage/site/sales.css.
   Page accent: teach (red) per the product → accent map. Primary CTA: orange.
   ===================================================================== */
: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: #1F2328; 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; }


/* pill switch (reviews + pricing) */
.age-switch { display: inline-flex; background: var(--bg); border-radius: var(--r-pill); padding: 4px; gap: 2px; }
.age-switch button { border: 0; background: transparent; color: var(--ink-2); font-weight: 700; font-size: 14.5px; padding: 9px 16px; border-radius: var(--r-pill); cursor: pointer; white-space: nowrap; transition: background .15s, color .15s; }
.age-switch button:hover { color: var(--ink); }
.age-switch button[aria-pressed="true"] { background: var(--char-3); color: #fff; }

/* ---------- facts strip ---------- */
.facts { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 44px; padding-bottom: 44px; } /* keep .wrap side padding */
.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(30px, 3.6vw, 46px); 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); }


.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; counter-reset: s; }
.steps li { counter-increment: s; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; background: #fff; border-radius: var(--r); padding: 18px 20px; box-shadow: var(--shadow); }
.steps li::before { content: counter(s); width: 44px; height: 44px; border-radius: 13px; background: var(--evt); color: var(--ink); display: grid; place-items: center; font-weight: 800; font-size: 19px; }
.steps h3 { margin: 2px 0 4px; font-size: 18px; letter-spacing: -.015em; font-weight: 800; }
.steps p { margin: 0; color: var(--ink-2); font-size: 15.5px; }
.steps-row { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; }

/* ---------- 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); }
