/* TalkedAbout — editorial "printed audit" aesthetic.
   Paper cream + ink + deep pine. Fraunces for display, native humanist sans for body. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/fraunces-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/fraunces-italic-var.woff2') format('woff2');
}

:root {
  --paper: #FAF7F0;
  --paper-deep: #F2EDE1;
  --card: #FFFDF8;
  --ink: #1C1917;
  --ink-soft: #524E48;
  --ink-faint: #8A847B;
  --rule: #E3DCCB;
  --rule-strong: #CFC6AE;
  --pine: #175E43;
  --pine-deep: #114935;
  --pine-wash: #E7EFE6;
  --sienna: #BA4A2A;
  --sienna-wash: #F7E8E1;
  --mark: #F5DE82;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Seravek', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
::selection { background: var(--mark); color: var(--ink); }

.container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 700px; }
.center { text-align: center; }
.tiny { font-size: 13px; color: var(--ink-faint); margin-top: 14px; }

h1, h2, h3, .display {
  font-family: var(--serif);
  font-weight: 590;
  letter-spacing: -0.015em;
  line-height: 1.08;
  font-variation-settings: 'opsz' 100;
}
em, .accent-i { font-family: var(--serif); font-style: italic; font-weight: 540; }

/* Highlighter mark — human touch on key phrases */
.hl {
  background: linear-gradient(104deg, transparent 0.5%, var(--mark) 3%, var(--mark) 97%, transparent 99%);
  padding: 0 3px;
  margin: 0 -1px;
  border-radius: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* Small-caps editorial label */
.eyebrow {
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--pine);
  margin-bottom: 18px;
}

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 247, 240, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--serif); font-weight: 620; font-size: 21px;
  text-decoration: none; letter-spacing: -0.01em;
}
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: var(--ink-soft); text-decoration: none; font-size: 14.5px; }
.nav-links a:hover { color: var(--ink); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; border: none; border-radius: 10px;
  font-size: 16px; font-weight: 650; cursor: pointer;
  text-decoration: none; text-align: center;
  padding: 14px 26px; font-family: var(--sans);
  transition: transform .12s ease, background .12s ease, color .12s ease, border-color .12s ease, box-shadow .12s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-lg { font-size: 17px; padding: 16px 32px; }
.btn-sm { font-size: 13.5px; padding: 9px 18px; }
.btn-green { background: var(--pine); color: #FBF9F3; box-shadow: 0 1px 2px rgba(28,25,23,.18); }
.btn-green:hover { background: var(--pine-deep); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--rule-strong); }
.btn-outline:hover { border-color: var(--pine); color: var(--pine); }
.btn.full { width: 100%; margin-top: 20px; }
.btn[disabled] { opacity: 0.6; cursor: wait; transform: none; }

/* ---------- Hero ---------- */
.hero { padding: 78px 0 84px; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.04fr 0.96fr;
  gap: 56px; align-items: center;
}
.hero h1 { font-size: clamp(38px, 4.6vw, 58px); }
.hero h1 .ital { font-style: italic; font-weight: 540; color: var(--pine); white-space: nowrap; }
.hero .sub {
  font-size: 18px; color: var(--ink-soft);
  max-width: 520px; margin-top: 22px;
}
.hero-proof { margin-top: 18px; font-size: 14px; color: var(--ink-faint); }
.hero-proof strong { color: var(--ink-soft); font-weight: 650; }

/* Free-scan tool */
.scan-tool {
  margin-top: 34px; padding: 24px 26px 20px;
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(28,25,23,.05), 0 12px 34px rgba(28,25,23,.05);
  max-width: 520px;
}
.scan-tool-title { font-weight: 700; font-size: 16px; }
.scan-tool-sub { font-size: 13.5px; color: var(--ink-faint); margin: 3px 0 14px; }
.scan-row { display: flex; gap: 8px; }
.scan-row input[type="text"], .scan-row input[type="email"] {
  flex: 1; min-width: 0;
  padding: 13px 15px; border-radius: 9px;
  border: 1.5px solid var(--rule-strong);
  background: #fff; font-size: 15px; color: var(--ink); font-family: var(--sans);
}
.scan-row input:focus { outline: none; border-color: var(--pine); }
.scan-step-2 { margin-top: 8px; }
.scan-note { font-size: 12.5px; color: var(--ink-faint); margin-top: 10px; }
.platform-row { display: flex; align-items: center; gap: 5px; margin-top: 16px; flex-wrap: wrap; }
.platform-row .lbl { font-size: 12px; color: var(--ink-faint); margin-right: 3px; }
.platform-chip {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 600; color: var(--ink-soft);
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: 999px; padding: 3px 9px 3px 6px;
}
.platform-chip img { width: 13px; height: 13px; display: block; }

/* Hero artifact — the AI answer card */
.artifact { position: relative; }
.answer-card {
  background: #fff; border: 1px solid var(--rule);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(28,25,23,.06), 0 24px 60px rgba(28,25,23,.10);
  transform: rotate(-1.4deg);
  padding: 22px 24px 20px;
  max-width: 460px; margin-left: auto;
}
.answer-card .ac-head {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 14px; border-bottom: 1px solid var(--rule);
  font-size: 12.5px; color: var(--ink-faint);
}
.answer-card .ac-head img { width: 17px; height: 17px; }
.ac-query {
  margin: 16px 0 14px; display: inline-block;
  background: var(--paper-deep); border-radius: 14px 14px 3px 14px;
  padding: 9px 15px; font-size: 14.5px; font-weight: 600;
}
.ac-answer { font-size: 14.5px; color: var(--ink-soft); }
.ac-answer p { margin-bottom: 10px; }
.ac-list { list-style: none; margin: 4px 0 6px; }
.ac-list li { padding: 7px 0 7px 2px; border-bottom: 1px dashed var(--rule); font-size: 14.5px; color: var(--ink); }
.ac-list li:last-child { border-bottom: none; }
.ac-list .num { font-family: var(--serif); font-style: italic; color: var(--ink-faint); margin-right: 8px; }
.ac-list strong { font-weight: 700; }
.ac-miss {
  margin-top: 12px; padding: 11px 14px;
  background: var(--sienna-wash); border: 1px dashed var(--sienna);
  border-radius: 10px;
  font-size: 13.5px; font-weight: 650; color: var(--sienna);
  display: flex; align-items: center; gap: 8px;
}
.ac-miss .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sienna); flex-shrink: 0; }
.artifact-caption {
  font-family: var(--serif); font-style: italic;
  font-size: 15.5px; color: var(--ink-soft);
  text-align: right; margin: 18px 10px 0 0;
}
.artifact-caption .arrow { display: inline-block; transform: rotate(12deg); margin-right: 6px; }

/* ---------- Stat band ---------- */
.statband { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper-deep); }
.statband-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px; padding: 54px 0; align-items: center;
}
.bigstat-num {
  font-family: var(--serif); font-weight: 620;
  font-size: clamp(76px, 9vw, 120px); line-height: 0.95;
  letter-spacing: -0.03em; color: var(--pine);
}
.bigstat-copy { font-size: 18px; color: var(--ink-soft); max-width: 420px; margin-top: 10px; }
.bigstat-copy strong { color: var(--ink); }
.substats { display: grid; gap: 26px; border-left: 1px solid var(--rule-strong); padding-left: 44px; }
.substat .n { font-family: var(--serif); font-weight: 620; font-size: 34px; letter-spacing: -0.02em; }
.substat .l { font-size: 14.5px; color: var(--ink-soft); max-width: 320px; }
.statband .source { font-size: 12px; color: var(--ink-faint); padding-bottom: 22px; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section.alt { background: var(--paper-deep); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section h2 { font-size: clamp(30px, 3.6vw, 42px); margin-bottom: 24px; }
.section .lede-p { font-size: 18px; }
.section p { color: var(--ink-soft); margin-bottom: 16px; }
.sec-head { max-width: 640px; margin-bottom: 26px; }
.sec-head.centered { margin-left: auto; margin-right: auto; text-align: center; }

/* Problem section */
.problem-quote {
  font-family: var(--serif); font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.35; font-weight: 480; color: var(--ink);
  border-left: 3px solid var(--pine); padding-left: 26px;
  margin: 34px 0;
}

/* ---------- How it works — numbered editorial steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 48px; border-top: 1px solid var(--rule-strong); }
.step { padding: 30px 34px 6px 0; border-right: 1px solid var(--rule); }
.step:last-child { border-right: none; padding-right: 0; }
.step + .step { padding-left: 34px; }
.step-num {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: 15px; color: var(--pine);
  display: block; margin-bottom: 14px;
}
.step h3 { font-size: 21px; margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--ink-soft); margin: 0; }
.step .step-logos { display: flex; gap: 10px; align-items: center; margin-top: 14px; }
.step .step-logos img { width: 20px; height: 20px; opacity: .85; }

/* ---------- Report showcase ---------- */
.report-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 10px; }
.report-fan { position: relative; height: 500px; }
.rpage {
  position: absolute; width: 300px; min-height: 400px;
  background: #fff; border: 1px solid var(--rule);
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(28,25,23,.07), 0 18px 44px rgba(28,25,23,.12);
  padding: 26px 24px;
}
.rpage-1 { left: 0; top: 36px; transform: rotate(-5deg); z-index: 1; }
.rpage-2 { left: 50%; margin-left: -160px; top: 0; transform: rotate(-1.5deg); z-index: 3; width: 320px; min-height: 424px; }
.rpage-3 { left: auto; right: 0; top: 48px; transform: rotate(5deg); z-index: 2; }
.rpage-3 h4, .rpage-3 .rp-sub { text-align: right; }
.rpage .rp-brand { display: flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 18px; }
.rpage .rp-brand .swatch { width: 14px; height: 14px; border-radius: 4px; background: var(--pine); }
.rpage h4 { font-family: var(--serif); font-weight: 590; font-size: 19px; line-height: 1.2; margin-bottom: 4px; }
.rpage .rp-sub { font-size: 11.5px; color: var(--ink-faint); margin-bottom: 18px; }
/* score dial */
.dial { display: block; margin: 14px auto 0; width: 100%; max-width: 200px; height: auto; }
.dial-num { font-family: var(--serif); font-weight: 620; font-size: 32px; letter-spacing: -0.02em; text-anchor: middle; fill: var(--ink); }
.dial-label { font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--ink-faint); text-align: center; font-weight: 650; margin-top: 2px; }
.rp-foot { font-size: 10.5px; color: var(--ink-faint); text-align: center; margin-top: 14px; }
/* share-of-voice bars */
.sov { margin-top: 6px; }
.sov-row { margin-bottom: 13px; }
.sov-row .sov-lab { display: flex; justify-content: space-between; font-size: 11.5px; margin-bottom: 4px; }
.sov-row .sov-lab .nm { font-weight: 650; color: var(--ink); }
.sov-row .sov-lab .val { color: var(--ink-soft); }
.sov-track { height: 9px; background: var(--paper-deep); border-radius: 4px; overflow: hidden; }
.sov-fill { height: 100%; border-radius: 0 4px 4px 0; background: var(--pine); }
.sov-row.you .sov-fill { background: var(--sienna); }
.sov-row.you .nm, .sov-row.you .val { color: var(--sienna); }
/* playbook page */
.pb-item { display: flex; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--rule); font-size: 12px; color: var(--ink-soft); }
.pb-item:last-child { border-bottom: none; }
.pb-box { width: 13px; height: 13px; border: 1.5px solid var(--rule-strong); border-radius: 3px; flex-shrink: 0; margin-top: 2px; }
.pb-item.done .pb-box { background: var(--pine); border-color: var(--pine); position: relative; }
.pb-item.done .pb-box::after { content: ""; position: absolute; left: 3.5px; top: 0.5px; width: 3.5px; height: 7px; border: solid #FBF9F3; border-width: 0 2px 2px 0; transform: rotate(42deg); }
.pb-tag { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--pine); background: var(--pine-wash); padding: 2px 8px; border-radius: 999px; margin-bottom: 10px; }

.report-list { list-style: none; margin-top: 8px; }
.report-list li {
  padding: 12px 0 12px 34px; position: relative;
  font-size: 16px; color: var(--ink); border-bottom: 1px solid var(--rule);
}
.report-list li:last-child { border-bottom: none; }
.report-list li::before {
  content: ""; position: absolute; left: 2px; top: 19px;
  width: 14px; height: 8px;
  border: solid var(--pine); border-width: 0 0 2.5px 2.5px;
  transform: rotate(-48deg);
}
.report-list li small { display: block; font-size: 13.5px; color: var(--ink-faint); }
.report-cta { margin-top: 26px; }
.report-cta .tiny { margin-top: 10px; }

/* ---------- Verticals ---------- */
.verts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.vert {
  background: var(--card); border: 1px solid var(--rule); border-radius: 13px;
  padding: 22px 22px 18px;
}
.vert .v-trade { font-weight: 700; font-size: 15.5px; margin-bottom: 6px; }
.vert .v-q { font-family: var(--serif); font-style: italic; font-size: 16.5px; color: var(--ink-soft); line-height: 1.4; }
.vert .v-q::before { content: "“"; color: var(--pine); }
.vert .v-q::after { content: "”"; color: var(--pine); }
.vert.vert-any { background: var(--pine); border-color: var(--pine); color: #FBF9F3; }
.vert.vert-any .v-trade { color: #FBF9F3; }
.vert.vert-any .v-q { color: rgba(251,249,243,.85); }
.vert.vert-any .v-q::before, .vert.vert-any .v-q::after { color: var(--mark); }

/* ---------- Pricing ---------- */
.audit-card {
  max-width: 680px; margin: 40px auto 0;
  background: var(--card); border: 1.5px solid var(--ink);
  border-radius: 16px; padding: 38px 40px 34px;
  box-shadow: 0 3px 0 var(--ink);
  position: relative;
}
.audit-card .eyebrow { margin-bottom: 10px; }
.audit-card h3 { font-size: 27px; margin-bottom: 6px; }
.audit-card .tagline { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 18px; }
.audit-price { font-family: var(--serif); font-weight: 620; font-size: 46px; letter-spacing: -0.02em; }
.audit-price span { font-size: 16px; font-weight: 400; color: var(--ink-faint); font-family: var(--sans); }
.audit-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--rule); }
.audit-note { font-size: 13.5px; color: var(--ink-faint); margin-top: 14px; text-align: center; }

/* Guarantee callout under the audit card */
.guarantee {
  max-width: 680px; margin: 18px auto 0;
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--pine-wash); border: 1px solid #C7DCCB;
  border-radius: 14px; padding: 20px 24px;
}
.guarantee .g-check {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  background: var(--pine); position: relative; margin-top: 2px;
}
.guarantee .g-check::after {
  content: ""; position: absolute; left: 10px; top: 7px;
  width: 7px; height: 13px; border: solid #FBF9F3; border-width: 0 2.5px 2.5px 0;
  transform: rotate(42deg);
}
.guarantee .g-title { font-family: var(--serif); font-weight: 590; font-size: 18px; color: var(--pine-deep); }
.guarantee .g-body { font-size: 14px; color: var(--ink-soft); margin-top: 3px; }

.subs-head { text-align: center; margin: 72px 0 8px; }
.subs-head h3 { font-size: 26px; }
.subs-sub { text-align: center; color: var(--ink-faint); font-size: 14.5px; margin: 6px 0 20px; }
.billing-toggle { text-align: center; margin: 0 0 10px; display: flex; gap: 8px; justify-content: center; }

.pricing-grid { display: grid; gap: 18px; margin-top: 34px; align-items: start; }
.pricing-grid.subs { grid-template-columns: repeat(3, 1fr); max-width: 1020px; margin-left: auto; margin-right: auto; }
.price-card {
  background: var(--card); border: 1px solid var(--rule); border-radius: 16px;
  padding: 30px 28px; position: relative;
}
.price-card.popular {
  border: 1.5px solid var(--pine);
  box-shadow: 0 3px 0 var(--pine), 0 16px 40px rgba(23,94,67,.10);
  background: #fff;
}
.price-card .badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--pine); color: #FBF9F3;
  font-size: 11px; font-weight: 700; letter-spacing: 1.4px;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap;
}
.price-card h3 { font-size: 21px; }
.price-card .tagline { font-size: 13.5px; color: var(--ink-faint); margin: 6px 0 18px; min-height: 20px; }
.price-card .price { font-family: var(--serif); font-weight: 620; font-size: 38px; letter-spacing: -0.02em; }
.price-card .price span { font-size: 14.5px; font-weight: 400; color: var(--ink-faint); font-family: var(--sans); }
.price-card hr { border: none; border-top: 1px solid var(--rule); margin: 20px 0 12px; }
.annual-note { text-align: center; font-size: 13px; color: var(--ink-faint); margin-top: 32px; }
.annual-note a { color: var(--pine); }

/* Checklists (pricing cards) */
.checklist { list-style: none; }
.checklist li { padding: 7px 0 7px 26px; position: relative; color: var(--ink-soft); font-size: 14px; }
.checklist li::before {
  content: ""; position: absolute; left: 2px; top: 15px;
  width: 11px; height: 6px;
  border: solid var(--pine); border-width: 0 0 2px 2px;
  transform: rotate(-48deg);
}
.checklist li strong { color: var(--ink); }

/* ---------- Note from Sam ---------- */
.note-wrap {
  max-width: 640px; margin: 0 auto;
  border-top: 1px solid var(--rule-strong); border-bottom: 1px solid var(--rule-strong);
  padding: 44px 8px;
}
.note-wrap .open {
  font-family: var(--serif); font-size: 22px; line-height: 1.45; font-weight: 480;
  color: var(--ink); margin-bottom: 18px;
}
.note-wrap p { font-size: 16px; }
.note-sig { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--ink); margin-top: 20px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 30px auto 0; }
details { border-bottom: 1px solid var(--rule); }
details summary {
  cursor: pointer; font-weight: 650; font-size: 16.5px;
  padding: 20px 40px 20px 0; list-style: none; position: relative;
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: "+"; position: absolute; right: 4px; top: 16px;
  font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--pine);
  transition: transform .16s ease;
}
details[open] summary::after { content: "–"; }
details p { padding: 0 0 20px; font-size: 15px; color: var(--ink-soft); max-width: 680px; }
details a { color: var(--pine); }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--rule); background: var(--paper-deep); padding: 42px 0 48px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: center; justify-content: space-between; }
.footer .brand { font-size: 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 13.5px; }
.footer-links a { color: var(--ink-soft); text-decoration: none; }
.footer-links a:hover { color: var(--pine); }
.footer .legal-line { width: 100%; font-size: 12.5px; color: var(--ink-faint); margin-top: 6px; }

/* ---------- Scroll reveal (subtle, respects reduced motion) ---------- */
.rv { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Onboarding + success (shared card pages) ---------- */
.center-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 20px; background: var(--paper); }
.card {
  background: var(--card); border: 1px solid var(--rule); border-radius: 18px;
  padding: 44px 40px; width: 100%; max-width: 560px;
  box-shadow: 0 2px 10px rgba(28,25,23,.05), 0 18px 50px rgba(28,25,23,.07);
}
.card h1 { font-size: 27px; margin-bottom: 8px; }
.card .lede { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 30px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 13.5px; font-weight: 650; color: var(--ink); margin-bottom: 7px; }
.field input[type="text"], .field input[type="url"], .field input[type="email"] {
  width: 100%; background: #fff; border: 1.5px solid var(--rule-strong); color: var(--ink);
  border-radius: 9px; padding: 13px 14px; font-size: 15px; font-family: var(--sans);
}
.field input:focus { outline: none; border-color: var(--pine); }
.hint { font-size: 12.5px; color: var(--ink-faint); margin-top: 6px; min-height: 16px; }
.toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.toggle input { display: none; }
.toggle label {
  display: flex; align-items: center; justify-content: center; gap: 9px; text-align: center;
  border: 1.5px solid var(--rule-strong); border-radius: 10px; padding: 14px 8px;
  cursor: pointer; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); margin: 0;
}
.toggle input:checked + label { border-color: var(--pine); color: var(--pine); background: var(--pine-wash); }
.toggle-svg { width: 20px; height: 20px; flex-shrink: 0; }
.spinner {
  display: inline-block; width: 18px; height: 18px;
  border: 2px solid rgba(251,249,243,.4); border-top-color: #FBF9F3;
  border-radius: 50%; animation: spin .7s linear infinite; vertical-align: -4px; margin-right: 8px;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Success page */
.ai-strip { display: flex; gap: 22px; justify-content: center; align-items: center; flex-wrap: wrap; }
.pending-strip { margin: 0 0 26px; gap: 22px; }
.pending-strip img { width: 22px; height: 22px; }
.done-check { width: 56px; height: 56px; margin: 0 auto 18px; display: block; }
.pulse-dots { display: flex; gap: 10px; justify-content: center; margin: 30px 0; }
.pulse-dots span { width: 11px; height: 11px; border-radius: 50%; background: var(--pine); animation: pulse 1.2s ease-in-out infinite; }
.pulse-dots span:nth-child(2) { animation-delay: .2s; }
.pulse-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes pulse { 0%, 100% { opacity: .25; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.1); } }
.score-reveal { font-family: var(--serif); font-size: 52px; font-weight: 620; color: var(--pine); letter-spacing: -0.02em; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .answer-card { margin: 0 auto; transform: rotate(-1deg); }
  .artifact-caption { text-align: center; margin-right: 0; }
  .report-wrap { grid-template-columns: 1fr; gap: 30px; }
  .report-fan { height: 470px; max-width: 640px; margin: 0 auto; width: 100%; }
  .verts { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid.subs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .nav-links a { display: none; }
  .hero { padding: 48px 0 60px; }
  .section { padding: 64px 0; }
  .statband-grid { grid-template-columns: 1fr; gap: 30px; padding: 44px 0; }
  .substats { border-left: none; padding-left: 0; border-top: 1px solid var(--rule-strong); padding-top: 26px; }
  .steps { grid-template-columns: 1fr; border-top: none; }
  .step { border-right: none; border-top: 1px solid var(--rule-strong); padding: 24px 0 18px; }
  .step + .step { padding-left: 0; }
  .report-fan { height: 420px; }
  .rpage { width: 230px; min-height: 330px; padding: 20px 18px; }
  .rpage-1 { top: 28px; }
  .rpage-2 { width: 250px; min-height: 350px; margin-left: -125px; }
  .rpage-3 { top: 36px; }
  .audit-card { padding: 30px 24px; }
  .audit-cols { grid-template-columns: 1fr; gap: 0; }
  .verts { grid-template-columns: 1fr; }
  .scan-row { flex-direction: column; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .pricing-grid.subs { grid-template-columns: 1fr; }
  .card { padding: 32px 22px; }
  .report-fan { height: 400px; }
}

/* ---- Warm-lead personalized banner (?lead= arrivals) ---- */
.lead-banner { background: var(--pine); }
.lead-banner .lb-inner { max-width: 1140px; margin: 0 auto; padding: 26px 24px; }
.lb-tag {
  display: inline-block; font-size: 11.5px; font-weight: 800; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--pine); background: var(--paper);
  border-radius: 999px; padding: 4px 12px;
}
.lead-banner .lb-line { color: #F6F3EA; font-size: 18px; line-height: 1.5; margin: 12px 0 0; }
.lead-banner .lb-line strong { color: #fff; }
.lead-banner .lb-score { font-size: 22px; }
.lead-banner .lb-sub { font-size: 15px; color: #D8E4DC; margin-top: 6px; }
.lb-ctas { margin-top: 16px; display: flex; gap: 10px; flex-wrap: wrap; }
.lead-banner .btn-outline { border-color: #D8E4DC; color: #fff; }
.lead-banner .btn-outline:hover { background: rgba(255,255,255,0.08); }

/* ---- Founding-customer offer block (audit card) ---- */
.founding-offer {
  background: var(--pine-wash); border: 1.5px dashed var(--pine);
  border-radius: 12px; padding: 16px 20px; margin: 20px 0 16px; text-align: left;
}
.fo-tag {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 1.2px;
  text-transform: uppercase; color: #fff; background: var(--pine);
  border-radius: 999px; padding: 3px 10px; margin-bottom: 8px;
}
.fo-copy { font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); margin: 0; }
.fo-copy code {
  background: #fff; border: 1px solid var(--pine); border-radius: 6px;
  padding: 1px 7px; font-weight: 700; color: var(--pine); font-size: 13.5px;
}
.fo-hint { font-weight: 500; font-size: 13px; opacity: 0.85; margin-left: 6px; }

/* ---- On-page free-scan result ---- */
.scan-result {
  margin-top: 14px; background: #fff; border: 1px solid var(--paper-deep);
  border-radius: 14px; padding: 22px 22px 20px; text-align: left;
}
.sr-score-row { display: flex; align-items: baseline; gap: 8px; }
.sr-score { font-size: 46px; font-weight: 800; color: var(--pine); line-height: 1; }
.sr-outof { font-size: 16px; color: var(--ink-faint); }
.sr-label { font-size: 13px; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.8px; }
.sr-platforms { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 4px; }
.sr-chip {
  font-size: 12.5px; font-weight: 600; border-radius: 999px; padding: 4px 11px;
  border: 1px solid var(--paper-deep);
}
.sr-chip.yes { background: var(--pine-wash); color: var(--pine); border-color: var(--pine); }
.sr-chip.no { background: #FBEFEA; color: #BA4A2A; }
.sr-line { font-size: 14px; line-height: 1.55; color: var(--ink-soft); margin: 10px 0 0; }
.sr-comp strong { color: #BA4A2A; }
.sr-hook strong { color: var(--ink); }
.sr-note { font-size: 13px; color: var(--ink-faint); }
.scan-result .btn { margin-top: 14px; }

/* ---- strikethrough list price ---- */
.price-was { font-size: 0.55em; color: var(--ink-faint); text-decoration: line-through; text-decoration-thickness: 2.5px; font-weight: 600; margin-right: 2px; }
