:root {
  --paper: #f3f4ee;
  --paper-2: #e9ece3;
  --white: #fbfcf8;
  --ink: #101c33;
  --ink-2: #1a2947;
  --muted: #5f6c7d;
  --soft: #7b8592;
  --line: rgba(16, 28, 51, 0.14);
  --lime: #d8eb74;
  --lime-deep: #7d912d;
  --sage: #bbc98d;
  --danger: #b2533c;
  --success: #307351;
  --star: #e0a02c;
  --radius: 12px;
  --shadow: 0 26px 70px rgba(16, 28, 51, 0.16);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
img { max-width: 100%; }
a { color: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime-deep); outline-offset: 4px; }

.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: absolute; left: 12px; top: 12px; z-index: 100; padding: 10px 16px; border-radius: 10px; background: var(--ink, #10141d); color: #fff; font-size: 14px; font-weight: 700; transform: translateY(-200%); }
.skip-link:focus-visible { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #657187; font-size: 11px; font-weight: 800; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime-deep); box-shadow: 0 0 0 4px rgba(125, 145, 45, .14); }
.display { margin: 20px 0 0; font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: -.065em; }
.section-title { margin: 18px 0 0; font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif; font-size: clamp(36px, 4.5vw, 60px); line-height: 1; letter-spacing: -.06em; }
.lede { color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.65; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; padding: 12px 19px; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .22s var(--ease), background .22s, border-color .22s; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 13px 30px rgba(125, 145, 45, .22); }
.button-primary:hover { background: #e2f18b; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 13px 30px rgba(16, 28, 51, .2); }
.button-dark:hover { background: var(--ink-2); }
.button-quiet { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.45); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(15px); }
.header-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 70px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; justify-self: start; text-decoration: none; }
.brand img { display: block; width: auto; height: 27px; }
.brand span { padding-left: 11px; border-left: 1px solid var(--line); color: #5e7133; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 700; }
.nav a:hover { color: var(--ink); }
.header-actions { display: flex; justify-self: end; align-items: center; gap: 12px; }
.header-actions .button { min-height: 42px; padding: 9px 15px; font-size: 12px; }

/* Hero */
.hero { min-height: calc(100dvh - 70px); padding: clamp(64px, 8vw, 110px) 0 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr); gap: 58px; align-items: center; }
.hero-head { position: relative; z-index: 2; max-width: 1100px; margin-bottom: clamp(36px, 5vw, 64px); }
.hero-head .display { text-wrap: balance; }
.hero-copy { position: relative; z-index: 2; }
.display em { color: var(--lime-deep); font-style: normal; }
.hero-copy .lede { max-width: 590px; margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 48px 0 0; padding-top: 23px; border-top: 1px solid var(--line); }
.hero-fact strong, .hero-fact span { display: block; }
.hero-fact strong { font-family: "Space Grotesk", sans-serif; font-size: 19px; letter-spacing: -.04em; }
.hero-fact span { margin-top: 4px; color: var(--soft); font-size: 11px; line-height: 1.4; }
.hero-proof { position: relative; min-width: 0; }
.hero-orbit { position: absolute; width: 430px; height: 430px; right: -80px; top: -80px; border-radius: 50%; background: var(--lime); opacity: .9; }
.product-shot { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(16,28,51,.16); border-radius: 13px; background: var(--white); box-shadow: var(--shadow); }
.product-shot img { display: block; width: 100%; height: auto; }
.motion-stage { position: relative; background: var(--paper-2); }
.product-motion { display: block; width: 100%; aspect-ratio: 1440 / 1000; object-fit: cover; background: var(--paper-2); }
.motion-toggle { position: absolute; z-index: 3; right: 12px; bottom: 12px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(16,28,51,.9); color: white; box-shadow: 0 8px 22px rgba(16,28,51,.24); cursor: pointer; backdrop-filter: blur(7px); transition: transform .2s var(--ease), background .2s; }
.motion-toggle:hover { background: var(--ink-2); transform: scale(1.05); }
.motion-toggle:active { transform: scale(.96); }
.motion-toggle span { position: relative; width: 13px; height: 15px; font-size: 0; }
.motion-toggle span::before, .motion-toggle span::after { position: absolute; top: 0; width: 4px; height: 15px; border-radius: 2px; background: currentColor; content: ""; }
.motion-toggle span::before { left: 1px; }
.motion-toggle span::after { right: 1px; }
.motion-toggle.is-paused span::before { top: 1px; left: 2px; width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; border-radius: 0; background: transparent; }
.motion-toggle.is-paused span::after { content: none; }
.product-caption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 15px; border-top: 1px solid var(--line); background: rgba(251,252,248,.96); color: var(--soft); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-caption strong { color: var(--ink); }
.hero-note { position: absolute; z-index: 2; left: -30px; bottom: 54px; width: min(285px, 70%); padding: 15px 17px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); box-shadow: 0 20px 45px rgba(16,28,51,.18); transform: rotate(-2deg); }
.hero-note small, .hero-note strong { display: block; }
.hero-note small { color: var(--lime-deep); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-note strong { margin-top: 6px; font-size: 13px; line-height: 1.35; }
.hero-rail { display: flex; align-items: center; gap: 16px; margin-top: 42px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--soft); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.hero-rail strong { color: var(--ink); font-family: "Manrope", sans-serif; font-size: 12px; letter-spacing: 0; text-transform: none; }
.hero-rail .push { margin-left: auto; }
.hero-rail-partner { gap: 20px; margin-top: 32px; padding: 20px 0; }
.hero-rail-partner img { flex: none; width: 90px; height: auto; }
.hero-rail-partner strong { font-size: 15px; letter-spacing: -.02em; }
.hero-rail-partner .push { max-width: 460px; color: var(--muted); font-family: "Manrope", ui-sans-serif, sans-serif; font-size: 13px; letter-spacing: 0; line-height: 1.5; text-align: right; text-transform: none; }
.hero-rail-marquee { max-width: min(520px, 42vw); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: inline-flex; width: max-content; will-change: transform; animation: hero-marquee 22s linear infinite; }
.marquee-track span { white-space: nowrap; }
@keyframes hero-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Attention / leak */
.leak { padding: 120px 0; }
.leak-head { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; }
.leak-head .lede { margin: 0 0 4px; max-width: 470px; }
.leak-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 64px; border-top: 1px solid var(--line); }
.leak-item { min-height: 250px; padding: 27px 28px 30px 0; border-bottom: 1px solid var(--line); }
.leak-item + .leak-item { padding-left: 28px; border-left: 1px solid var(--line); }
.leak-number { color: var(--lime-deep); font-family: "JetBrains Mono", monospace; font-size: 10px; }
.leak-item h3 { margin: 43px 0 12px; font-family: "Space Grotesk", sans-serif; font-size: 24px; line-height: 1.05; letter-spacing: -.045em; }
.leak-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

/* Interest proof */
.lead-proof { padding: 120px 0; background: var(--ink); color: white; }
.lead-proof-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 70px; align-items: center; }
.lead-proof .eyebrow { color: #aeb9c8; }
.lead-proof .section-title { color: #f7f8f2; }
.lead-proof .lede { color: #aeb8c7; margin: 24px 0 0; }
.lead-proof .product-shot { border-color: rgba(255,255,255,.16); box-shadow: 0 34px 80px rgba(0,0,0,.28); }
.proof-points { margin: 35px 0 0; border-top: 1px solid rgba(255,255,255,.15); }
.proof-point { display: grid; grid-template-columns: 34px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.proof-point b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-family: "JetBrains Mono", monospace; font-size: 10px; }
.proof-point strong, .proof-point span { display: block; }
.proof-point strong { font-size: 14px; }
.proof-point span { margin-top: 5px; color: #9fabbc; font-size: 12px; line-height: 1.5; }
.safety-line { margin-top: 27px; padding: 16px 18px; border: 1px solid rgba(216,235,116,.25); border-radius: 9px; background: rgba(216,235,116,.08); color: #e7efbf; font-size: 12px; line-height: 1.55; }

/* Connected system */
.system { padding: 130px 0; }
.system-head { max-width: 770px; }
.system-head .lede { max-width: 670px; margin: 24px 0 0; }
.system-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-step { position: relative; padding: 27px 25px 31px; min-height: 295px; }
.flow-step:first-child { padding-left: 0; }
.flow-step + .flow-step { border-left: 1px solid var(--line); }
.flow-kicker { color: var(--lime-deep); font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.flow-step h3 { margin: 46px 0 12px; font-family: "Space Grotesk", sans-serif; font-size: 24px; line-height: 1.05; letter-spacing: -.045em; }
.flow-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.flow-step::after { content: "→"; position: absolute; right: -9px; top: 28px; z-index: 2; display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: var(--paper); color: var(--lime-deep); font-size: 13px; }
.flow-step:last-child::after { display: none; }

/* Supporting product proof */
.proof-stack { padding: 0 0 130px; }
.proof-row { display: grid; grid-template-columns: .82fr 1.18fr; gap: 74px; align-items: center; padding: 82px 0; border-top: 1px solid var(--line); }
.proof-row.reverse { grid-template-columns: 1.18fr .82fr; }
.proof-row.reverse .proof-copy { order: 2; }
.proof-row .section-title { font-size: clamp(34px, 4vw, 52px); }
.proof-copy .lede { margin: 22px 0 0; }
.benefit-list { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.benefit-list li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.benefit-list li::before { content: ""; width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: var(--lime-deep); }

/* Ownership / benefit table */
.control { padding: 120px 0; background: var(--paper-2); }
.control-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: start; }
.control-copy { position: sticky; top: 105px; }
.control-copy .lede { margin: 23px 0 0; }
.control-list { border-top: 1px solid var(--line); }
.control-item { display: grid; grid-template-columns: 140px 1fr; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.control-item strong { font-size: 13px; }
.control-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.control-item span { display: inline-block; margin-top: 8px; color: var(--lime-deep); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Plans */
.plans { padding: 130px 0; }
.plans-head { max-width: 750px; }
.plans-head .lede { margin: 24px 0 0; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 62px; }
.plan { position: relative; display: flex; min-height: 500px; flex-direction: column; padding: 29px; border: 1px solid var(--line); border-radius: 11px; background: rgba(251,252,248,.72); }
.plan.featured { border: 2px solid var(--ink); padding: 28px; box-shadow: 0 14px 0 var(--lime); }
.plan-tag { position: absolute; top: -13px; right: 22px; padding: 6px 10px; border-radius: 5px; background: var(--lime); font-family: "JetBrains Mono", monospace; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.plan-name { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plan-price { margin-top: 18px; font-family: "Space Grotesk", sans-serif; font-size: 50px; font-weight: 700; letter-spacing: -.07em; }
.plan-price small { color: var(--soft); font-family: "Manrope", sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0; }
.plan > p { min-height: 64px; margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.plan ul { display: grid; gap: 11px; margin: 23px 0 28px; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.plan li { display: grid; grid-template-columns: 13px 1fr; gap: 9px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.plan li::before { content: ""; width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--lime-deep); }
.plan .button { margin-top: auto; }

/* FAQ */
.faq { padding: 120px 0; background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-copy .lede { margin: 22px 0 0; font-size: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { color: var(--lime-deep); font-size: 21px; transition: transform .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { max-width: 640px; margin: 0; padding: 0 45px 23px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

/* Action */
.fit { padding: 125px 0; background: var(--lime); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.fit-grid > * { min-width: 0; }
.fit-copy .section-title { max-width: 620px; }
.fit-copy .lede { max-width: 560px; color: #4c5941; margin: 24px 0 0; }
.fit-proof { display: grid; gap: 10px; margin-top: 28px; }
.fit-proof span { color: #38452e; font-size: 12px; font-weight: 800; }
.partner { display: flex; align-items: center; gap: 18px; max-width: 520px; margin-top: 32px; padding: 18px 22px; border-radius: 12px; background: var(--white); box-shadow: 0 14px 34px rgba(77,91,35,.16); }
.partner img { flex: none; width: 72px; height: auto; }
.partner-copy strong { display: block; font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: 15px; line-height: 1.2; letter-spacing: -.035em; }
.partner-copy span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.fit-panel { padding: 31px; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 28px 50px rgba(77,91,35,.24); }
.fit-panel-top { display: flex; justify-content: space-between; color: #97a6ba; font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.fit-panel-top strong { color: var(--lime); }
.fit-panel h3 { margin: 47px 0 10px; font-family: "Space Grotesk", sans-serif; font-size: 30px; line-height: 1.05; letter-spacing: -.05em; }
.fit-panel > p { margin: 0; color: #aeb8c7; font-size: 13px; line-height: 1.55; }
.fit-form { display: grid; gap: 10px; margin-top: 21px; }
.fit-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fit-form-row-single { grid-template-columns: 1fr; }
.fit-form input, .fit-form select { min-width: 0; min-height: 48px; border: 1px solid #40516f; border-radius: 7px; padding: 11px 12px; background: #192743; color: #f5f7ef; font-size: 12px; }
.fit-form input::placeholder { color: #94a2b5; }
.fit-form select { color: #b8c2d0; }
.fit-form .button { width: 100%; border: 0; cursor: pointer; }
.fit-status { margin: 0; color: var(--lime); font-size: 11px; line-height: 1.5; }
.fit-note { display: block; margin-top: 13px; color: #8493a7; font-size: 9px; line-height: 1.5; }

/* ----- Demo slot picker (live GHL availability) ----- */
.fit-slots { margin-top: 21px; padding-top: 18px; border-top: 1px solid #2a3a5c; }
.fit-slots-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 11px; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; color: var(--lime); }
.fit-slots-tz { color: #8493a7; text-transform: none; letter-spacing: 0; }
.fit-days { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; }
.fit-times { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: 7px; margin-top: 10px; max-height: 156px; overflow-y: auto; }
.fit-day, .fit-time { min-height: 44px; border: 1px solid #40516f; border-radius: 7px; padding: 9px 12px; background: #192743; color: #dfe5ef; font: inherit; font-size: 12px; font-weight: 600; white-space: nowrap; cursor: pointer; transition: border-color .18s var(--ease), background .18s var(--ease), color .18s var(--ease); }
.fit-day { flex: 0 0 auto; }
.fit-day:hover, .fit-time:hover { border-color: var(--lime); }
.fit-day[aria-pressed="true"], .fit-time[aria-pressed="true"] { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.fit-day:focus-visible, .fit-time:focus-visible { outline: 2px solid var(--lime); outline-offset: 2px; }

/* Honeypot: off-screen for bots to find, never announced to a screen reader. */
.fit-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

.fit-booked { margin-top: 21px; padding: 19px; border: 1px solid var(--lime); border-radius: 10px; background: rgba(216,235,116,.09); }
.fit-booked strong { display: block; color: var(--lime); font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: 19px; letter-spacing: -.03em; }
.fit-booked span { display: block; margin-top: 5px; color: #f5f7ef; font-size: 13px; font-weight: 600; }
.fit-booked p { margin: 9px 0 0; color: #aeb8c7; font-size: 12px; line-height: 1.55; }

@media (prefers-reduced-motion: reduce) {
  .fit-day, .fit-time { transition: none; }
}

.footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 40px 0 48px; }
.footer .brand img { height: 28px; }
.footer p { margin: 11px 0 0; color: var(--soft); font-size: 11px; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; color: var(--soft); font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
/* Meta won't run ads to a page with no reachable privacy policy. */
.footer-meta a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.footer-meta a:hover { color: var(--lime-deep); }

.mobile-cta { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; display: none; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(243,244,238,.95); backdrop-filter: blur(13px); transform: translateY(120%); transition: transform .25s var(--ease); }
.mobile-cta.show { transform: none; }
.mobile-cta .button { width: 100%; }

.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.on { opacity: 1; transform: none; transition: opacity .75s var(--ease), transform .75s var(--ease); }

@media (max-width: 1020px) {
  .nav { display: none; }
  .header-row { grid-template-columns: 1fr auto; }
  .header-actions { grid-column: 2; }
  .hero-grid, .lead-proof-grid, .proof-row, .proof-row.reverse, .control-grid, .faq-grid, .fit-grid { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-proof { max-width: 800px; margin-top: 20px; }
  .proof-row.reverse .proof-copy { order: 0; }
  .control-copy { position: static; }
  .system-flow { grid-template-columns: 1fr 1fr; }
  .flow-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .flow-step:nth-child(4) { border-top: 1px solid var(--line); }
  .plan-grid { grid-template-columns: 1fr; }
  .plan { min-height: 0; }
  .plan > p { min-height: 0; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1240px); }
  .site-header .brand span { display: none; }
  .header-row { min-height: 64px; gap: 12px; }
  .brand img { height: 23px; }
  .header-actions .button { min-height: 40px; padding-inline: 12px; font-size: 11px; }
  .hero { padding-top: 56px; }
  .hero-grid { gap: 42px; }
  .display { font-size: clamp(42px, 13vw, 58px); }
  .section-title { font-size: clamp(36px, 11vw, 46px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; gap: 13px; }
  .hero-fact { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; gap: 11px; }
  .hero-note { left: -5px; bottom: 40px; }
  .hero-orbit { width: 260px; height: 260px; right: -80px; top: -45px; }
  .hero-rail { flex-wrap: wrap; line-height: 1.5; }
  .hero-rail .push { margin-left: 0; }
  .leak, .lead-proof, .system, .control, .plans, .faq, .fit { padding: 88px 0; }
  .leak-head { grid-template-columns: 1fr; gap: 25px; }
  .leak-list { grid-template-columns: 1fr; margin-top: 42px; }
  .leak-item { min-height: 0; padding: 25px 0; }
  .leak-item + .leak-item { padding-left: 0; border-left: 0; }
  .leak-item h3 { margin-top: 22px; }
  .lead-proof-grid { gap: 48px; }
  .lead-proof .product-shot img { width: 180%; max-width: none; transform: translateX(-43%); }
  .product-caption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .system-flow { grid-template-columns: 1fr; margin-top: 42px; }
  .flow-step, .flow-step:first-child { min-height: 0; padding: 26px 0; border-left: 0; }
  .flow-step + .flow-step { border-top: 1px solid var(--line); border-left: 0; }
  .flow-step h3 { margin-top: 24px; }
  .flow-step::after { display: none; }
  .proof-stack { padding-bottom: 88px; }
  .proof-row { gap: 38px; padding: 70px 0; }
  .proof-row .product-shot img { width: 150%; max-width: none; transform: translateX(-14%); }
  .proof-row.reverse .product-shot img { width: 170%; transform: translateX(-8%); }
  .control-grid { gap: 48px; }
  .control-item { grid-template-columns: 1fr; gap: 7px; }
  .plan-grid { margin-top: 44px; }
  .faq-grid { gap: 45px; }
  .fit-grid { gap: 48px; }
  .fit-panel { padding: 23px; }
  .fit-form-row { grid-template-columns: 1fr; }
  .footer { align-items: flex-start; flex-direction: column; }
  .mobile-cta { display: block; }
}

/* ============================================================
   v6 hybrid sections (v2 content rebuilt in the v5 system)
   ============================================================ */

.section-title em { color: var(--lime-deep); font-style: normal; }

/* ----- Hero: photo + floating proof + trade tags ----- */
.hero-v6 .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr); gap: 64px; align-items: center; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-tag { display: inline-flex; align-items: baseline; gap: 5px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(251,252,248,.6); font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: -.01em; }
.hero-tag sup { top: -.4em; color: var(--lime-deep); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 9px; font-weight: 700; }
.hero-media { position: relative; min-width: 0; }
.hero-media::before { content: ""; position: absolute; z-index: 0; width: 62%; height: 60%; right: -7%; top: -9%; border-radius: 50%; background: var(--lime); opacity: .85; }
.hero-photo { position: relative; z-index: 1; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); aspect-ratio: 5 / 6; background: var(--paper-2); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-float { position: absolute; z-index: 3; border-radius: 12px; box-shadow: 0 20px 45px rgba(16,28,51,.18); }
.hero-float-proof { left: -22px; bottom: 40px; width: min(320px, 84%); padding: 15px 17px; border: 1px solid var(--line); background: var(--white); transform: rotate(-1.5deg); }
.hf-top { display: flex; align-items: center; gap: 8px; color: var(--muted); font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hf-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime-deep); box-shadow: 0 0 0 4px rgba(125,145,45,.14); }
.hf-msg { margin: 10px 0 12px; color: var(--ink); font-size: 14px; line-height: 1.45; }
.hf-tag { display: inline-flex; align-items: center; gap: 7px; color: var(--lime-deep); font-size: 11px; font-weight: 800; }
.hero-float-stat { right: -18px; top: 28px; padding: 16px 20px; border: 1px solid rgba(16,28,51,.1); background: var(--sage); color: var(--ink); transform: rotate(2deg); }
.hf-num { font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: 30px; font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.hf-num span { font-size: 15px; font-weight: 600; }
.hf-lbl { margin-top: 6px; color: #38452e; font-size: 11px; font-weight: 700; line-height: 1.35; }

/* ----- How it works: bento ----- */
/* Centred hero: the video is the hero image, so the copy above it stays to one
   headline, one support line, one CTA. */
.hero-center { padding-bottom: clamp(48px, 6vw, 72px); text-align: center; }
.hero-center-copy { max-width: 940px; margin-inline: auto; }
.hero-center .eyebrow { justify-content: center; }
.hero-center .display { max-width: 20ch; margin-inline: auto; font-size: clamp(38px, 4.4vw, 64px); text-wrap: balance; }
.hero-center .lede { max-width: 560px; margin: 24px auto 0; text-wrap: balance; }
/* Bookly AI's two brand colours — navy for the text, sage as a highlighter band
   sitting behind the baseline. Sage went unused in the hero when the $197 card
   was dropped, so the price is where it earns its place back. */
.lede-price { color: var(--ink); font-weight: 800; white-space: nowrap; background: linear-gradient(to top, color-mix(in srgb, var(--sage) 62%, transparent) 0 .4em, transparent .4em); }
.hero-center .hero-actions { justify-content: center; }
.hero-proof-rail { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 40px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.hero-proof-rail strong { color: var(--ink); font-weight: 800; }

.watch-frame { position: relative; width: min(980px, 100%); margin: clamp(34px, 4vw, 50px) auto 0; border-radius: 14px; overflow: hidden; box-shadow: 0 34px 80px rgba(16,28,51,.16); }
.watch-video { display: block; width: 100%; aspect-ratio: 16 / 9; border: 1px solid var(--line); border-radius: 14px; background: var(--ink); }
/* Author `display` beats the hidden attribute's UA rule, so without this the
   overlay survives play.hidden = true and covers the native controls. */
.watch-play[hidden] { display: none; }
.watch-play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; width: 100%; border: 0; border-radius: 14px; background: rgba(16,28,51,.34); color: white; cursor: pointer; transition: background .25s var(--ease); }
.watch-play:hover { background: rgba(16,28,51,.44); }
.watch-play-ico { display: grid; width: 84px; height: 84px; place-items: center; border-radius: 50%; background: var(--lime); box-shadow: 0 18px 46px rgba(16,28,51,.34); transition: transform .25s var(--ease); }
.watch-play-ico::before { width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 24px solid var(--ink); margin-left: 6px; content: ""; }
.watch-play:hover .watch-play-ico { transform: scale(1.07); }
.watch-play-label { font-size: 14px; font-weight: 800; letter-spacing: .02em; text-shadow: 0 2px 14px rgba(16,28,51,.5); }
.watch-play-label b { opacity: .72; font-weight: 700; }

/* ── Video gate ─────────────────────────────────────────────────────────── */
/* Thank-you page. Reuses the landing tokens; only the confirmation block is new. */
.ty-body { background: var(--paper); }
.ty { padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px); }
.ty-shell { max-width: 780px; text-align: center; }
.ty-tick { display: grid; width: 58px; height: 58px; margin: 0 auto 22px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 26px; font-weight: 800; }
.ty-title { margin: 0; font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: clamp(30px, 5vw, 48px); line-height: 1.05; letter-spacing: -.045em; }
.ty-lede { margin: 14px auto 0; max-width: 56ch; color: var(--muted); font-size: 16px; line-height: 1.6; }
.ty-card { margin: clamp(28px, 4vw, 42px) auto 0; padding: 28px; max-width: 520px; border-radius: 14px; background: var(--ink); color: white; text-align: left; box-shadow: 0 28px 50px rgba(16,28,51,.22); }
.ty-card[hidden] { display: none; }
.ty-card-top { display: flex; justify-content: space-between; color: #97a6ba; font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.ty-card-top strong { color: var(--lime); }
.ty-when { margin: 18px 0 0; font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: clamp(21px, 3vw, 27px); line-height: 1.15; letter-spacing: -.035em; }
.ty-tz { margin: 6px 0 0; color: #97a6ba; font-size: 12px; }
.ty-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; color: #cdd5e0; font-size: 13px; line-height: 1.5; }
.ty-list li { padding-left: 18px; position: relative; }
.ty-list li::before { content: "\2022"; position: absolute; left: 0; color: var(--lime); }
.ty-list a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.ty-watch { margin-top: clamp(40px, 6vw, 68px); }
.ty-watch-title { margin: 0 0 18px; font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: clamp(19px, 2.6vw, 25px); line-height: 1.15; letter-spacing: -.035em; }
.ty-watch .watch-frame { margin-top: 0; }
.ty-back { margin: clamp(32px, 5vw, 52px) 0 0; font-size: 14px; font-weight: 700; }
.ty-back a { color: var(--muted); text-decoration: none; }
.ty-back a:hover { color: var(--ink); }

/* Demo modal — native <dialog> hosting the #fit booking panel while open. */
.demo-modal { width: min(520px, calc(100% - 32px)); max-width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 0; border-radius: 16px; background: transparent; overflow: visible; }
.demo-modal::backdrop { background: rgba(16,28,51,.62); backdrop-filter: blur(3px); }
.demo-modal .gate-x { z-index: 2; }
.demo-modal-mount { max-height: calc(100dvh - 32px); overflow-y: auto; border-radius: 16px; scrollbar-width: thin; scrollbar-color: #3c4d6f transparent; }
.demo-modal .fit-panel { border-radius: 16px; }
.demo-modal .fit-panel h3 { margin-top: 34px; padding-right: 34px; }
.demo-modal .fit-panel-top { padding-right: 44px; } /* clear the close button */
button.button { font-family: inherit; cursor: pointer; }

.gate[hidden] { display: none; }
.gate { position: fixed; z-index: 60; inset: 0; display: grid; place-items: center; padding: 20px; }
.gate-scrim { position: absolute; inset: 0; background: rgba(16,28,51,.62); backdrop-filter: blur(3px); }
.gate-card { position: relative; z-index: 1; width: min(620px, 100%); max-height: calc(100vh - 40px); padding: 34px clamp(22px, 4vw, 44px) 38px; overflow-y: auto; border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
.gate-x { position: absolute; top: 14px; right: 14px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--muted); font-size: 22px; line-height: 1; cursor: pointer; transition: background .2s, color .2s; }
.gate-x:hover { background: var(--paper-2); color: var(--ink); }
.gate-title { margin: 0 34px 0 0; font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: clamp(24px, 3.4vw, 33px); line-height: 1.06; letter-spacing: -.045em; }
.gate-title em { color: var(--lime-deep); font-style: normal; }
.gate-back { margin: 0 0 14px; padding: 0; border: 0; background: none; color: var(--soft); font-size: 14px; font-weight: 700; cursor: pointer; }
.gate-back:hover { color: var(--ink); }
.gate-back[hidden] { display: none; }
.gate-bar { position: relative; height: 30px; margin: 22px 0 30px; border-radius: 999px; background: var(--paper-2); overflow: hidden; }
/* min-width keeps the "11%" label readable on the first step, where the fill
   would otherwise be narrower than its own text. */
.gate-bar-fill { display: grid; height: 100%; place-items: center; width: 12%; min-width: 56px; border-radius: 999px; background: repeating-linear-gradient(115deg, var(--lime-deep) 0 14px, #93a83c 14px 28px); color: white; font-size: 12px; font-weight: 800; transition: width .4s var(--ease); }
.gate-q { display: block; width: 100%; margin: 0 0 20px; padding: 0; font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: clamp(19px, 2.4vw, 24px); line-height: 1.15; letter-spacing: -.035em; text-align: center; }
.gate-step { margin: 0; padding: 0; border: 0; }
.gate-step[hidden] { display: none; }
.gate-options { display: grid; gap: 11px; }
.gate-option { padding: 17px 20px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); color: var(--ink); font-size: 15px; font-weight: 700; cursor: pointer; transition: border-color .18s, background .18s, transform .18s var(--ease); }
.gate-option:hover { border-color: var(--lime-deep); background: rgba(216,235,116,.2); transform: translateY(-1px); }
.gate-option[aria-pressed="true"] { border-color: var(--lime-deep); background: var(--lime); }
.gate-input { width: 100%; padding: 17px 18px; border: 2px solid var(--lime-deep); border-radius: 11px; background: var(--white); color: var(--ink); font-size: 16px; }
.gate-input::placeholder { color: var(--soft); }
.gate-next { width: 100%; margin-top: 12px; }
.gate-fine { margin: 14px 0 0; color: var(--soft); font-size: 12px; line-height: 1.5; text-align: center; }
.gate-status { margin: 16px 0 0; color: var(--danger); font-size: 13px; font-weight: 700; text-align: center; }
.gate-status[hidden] { display: none; }
@media (max-width: 620px) {
  .gate { padding: 0; }
  .gate-card { width: 100%; max-height: 100vh; height: 100%; border-radius: 0; }
}

.how { padding: 120px 0; }
.how-head { max-width: 760px; margin: 0 auto; text-align: center; }
.how-head .lede { margin: 22px auto 0; max-width: 630px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.how-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin-top: 56px; }
.how-tile { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.how-tile.featured { background: var(--lime); border-color: transparent; }
.how-tile .ic { display: grid; flex: none; width: 44px; height: 44px; place-items: center; border-radius: 11px; background: rgba(16,28,51,.06); color: var(--ink); }
.how-tile.featured .ic { background: rgba(16,28,51,.12); }
.how-tile h3 { margin: 20px 0 10px; font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: 21px; line-height: 1.1; letter-spacing: -.04em; }
.how-tile > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.how-tile.featured > p { color: #43502a; }
.how-lead { margin-top: auto; padding-top: 16px; color: var(--lime-deep); font-size: 12px; font-weight: 800; }
.how-tile.featured .how-lead { color: var(--ink); }

.how-tile-text { grid-column: 1 / 8; grid-row: 1; }
.how-tile-site { grid-column: 1 / 5; grid-row: 2; }
.how-tile-reviews { grid-column: 5 / 8; grid-row: 2; }
.how-photo { grid-column: 8 / -1; grid-row: 1 / 3; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); background: var(--paper-2); min-height: 340px; }
.how-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }

.tile-tag { position: absolute; top: 20px; right: 20px; padding: 4px 9px; border-radius: 999px; background: rgba(16,28,51,.07); color: var(--soft); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.how-tile.featured .tile-tag { background: rgba(16,28,51,.13); color: #43502a; }

/* Missed-call text thread */
.sms { margin-top: 22px; padding: 16px; border-radius: 12px; background: rgba(251,252,248,.7); }
.sms-head { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; padding-bottom: 12px; border-bottom: 1px solid rgba(16,28,51,.12); color: #43502a; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.sms-dot { flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--danger); box-shadow: 0 0 0 4px rgba(178,83,60,.16); }
.sms-row { display: flex; flex-direction: column; margin-bottom: 11px; }
.sms-row:last-child { margin-bottom: 0; }
.sms-bubble { max-width: 80%; margin: 0; padding: 11px 14px; border-radius: 14px; font-size: 12.5px; line-height: 1.5; }
.sms-in { align-items: flex-start; }
.sms-in .sms-bubble { border: 1px solid rgba(16,28,51,.14); border-bottom-left-radius: 5px; background: var(--white); color: var(--ink); }
.sms-out { align-items: flex-end; }
.sms-out .sms-bubble { border-bottom-right-radius: 5px; background: var(--ink); color: #fff; }
.sms-meta { margin-top: 6px; color: #55632f; font-size: 10px; font-weight: 800; letter-spacing: .04em; }

/* Website build preview */
.build { margin-top: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: var(--paper-2); }
.build-chrome { display: flex; align-items: center; gap: 5px; padding: 9px 12px; border-bottom: 1px solid var(--line); background: rgba(251,252,248,.9); }
.build-chrome span { width: 7px; height: 7px; border-radius: 50%; background: rgba(16,28,51,.18); }
.build-chrome em { margin-left: 9px; padding: 3px 10px; border-radius: 999px; background: rgba(16,28,51,.06); color: var(--soft); font-size: 9.5px; font-style: normal; font-weight: 700; }
.build-canvas { display: grid; gap: 7px; padding: 12px; }
.build-block { border: 1px solid rgba(16,28,51,.1); border-radius: 7px; background: var(--white); }
.build-hero { display: grid; align-content: center; gap: 8px; height: 74px; padding: 0 14px; border-color: transparent; background: var(--ink); }
.build-hero b { width: 66%; height: 9px; border-radius: 3px; background: rgba(255,255,255,.85); }
.build-hero i { width: 40%; height: 7px; border-radius: 3px; background: var(--lime); }
.build-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.build-card { height: 42px; }
.build-ghost { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border-style: dashed; border-color: rgba(125,145,45,.55); background: rgba(216,235,116,.24); color: var(--lime-deep); font-size: 10.5px; font-weight: 800; }
.build-ghost span { font-size: 9px; letter-spacing: .09em; text-transform: uppercase; opacity: .85; }

/* Google reviews */
.rev { display: grid; gap: 11px; margin-top: 22px; }
.rev-top { display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper-2); }
.rev-score { font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: 30px; font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.rev-stars { display: inline-flex; gap: 2px; color: var(--star); }
.rev-stars svg { width: 14px; height: 14px; }
.rev-stars.small svg { width: 11px; height: 11px; }
.rev-count { margin-top: 5px; color: var(--soft); font-size: 11px; font-weight: 700; }
.rev-quote { margin: 0; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); }
.rev-quote p { margin: 9px 0 0; color: var(--ink); font-size: 12.5px; line-height: 1.5; }
.rev-quote footer { display: flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--soft); font-size: 10.5px; font-weight: 700; }
.rev-av { display: grid; flex: none; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--sage); color: var(--ink); font-size: 10px; font-weight: 800; }
.rev-chip { padding: 9px 12px; border-radius: 999px; background: rgba(216,235,116,.42); color: #43502a; font-size: 10.5px; font-weight: 800; text-align: center; }

/* ----- What you get: capability grid ----- */
.get { padding: 120px 0; background: var(--paper-2); }
.get-head { max-width: 760px; margin: 0 auto; text-align: center; }
.get-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 56px; align-items: stretch; }
.get-card { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.get-card.featured { grid-row: span 2; background: var(--sage); border-color: transparent; }
.get-card .ic { display: grid; width: 44px; height: 44px; margin-bottom: 18px; place-items: center; border-radius: 11px; background: rgba(16,28,51,.06); color: var(--ink); }
.get-card.featured .ic { background: rgba(16,28,51,.14); }
.get-card h3 { margin: 0 0 9px; font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: 19px; line-height: 1.15; letter-spacing: -.035em; }
.get-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.get-card.featured p { color: #3c4a2c; }
.get-chan { margin: 18px 0 0; padding: 4px 0 0; border-top: 1px solid rgba(16,28,51,.18); list-style: none; display: grid; }
.get-chan li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(16,28,51,.12); color: var(--ink); font-size: 13px; font-weight: 700; }
.get-chan li:last-child { border-bottom: 0; }
.get-chan .tier { flex: none; padding: 4px 9px; border-radius: 999px; background: rgba(16,28,51,.12); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

/* ----- Real sites: live client showcase ----- */
.sites { padding: 120px 0; }
.sites-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.sites-head .section-title { margin-top: 12px; }
.sites-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 48px; }
.site-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: inherit; text-decoration: none; box-shadow: 0 10px 30px rgba(16,28,51,.06); transition: transform .25s var(--ease), box-shadow .25s; }
.site-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.site-shot { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top center; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.site-body { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; }
.site-name { font-family: "Space Grotesk", ui-sans-serif, sans-serif; font-size: 18px; letter-spacing: -.03em; }
.site-note { margin-top: 3px; color: var(--soft); font-size: 12px; }
.site-arw { display: grid; flex: none; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); transition: background .2s, color .2s; }
.site-card:hover .site-arw { background: var(--ink); color: white; }

@media (max-width: 1020px) {
  .hero-v6 .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 640px; margin-top: 8px; }
  .how-bento { grid-template-columns: repeat(6, 1fr); }
  .how-tile-text { grid-column: 1 / -1; grid-row: 1; }
  .how-tile-site { grid-column: 1 / 4; grid-row: 2; }
  .how-tile-reviews { grid-column: 4 / -1; grid-row: 2; }
  .how-photo { grid-column: 1 / -1; grid-row: 3; min-height: 0; aspect-ratio: 16 / 6; }
  .how-photo img { object-position: center 22%; }
  .get-grid { grid-template-columns: 1fr 1fr; }
  .get-card.featured { grid-row: auto; }
  .sites-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .how, .get, .sites { padding: 88px 0; }
  .hero-tags { margin-top: 26px; }
  .hero-rail-partner { flex-wrap: wrap; gap: 12px 16px; }
  .hero-rail-partner .push { margin-left: 0; max-width: none; text-align: left; }
  .hero-float-proof { left: 0; bottom: 12px; width: min(280px, 88%); }
  .hero-float-stat { right: 0; top: 12px; padding: 12px 15px; }
  .hf-num { font-size: 25px; }
  .how-bento { grid-template-columns: 1fr; margin-top: 40px; }
  .how-tile-text, .how-tile-site, .how-tile-reviews { grid-column: 1 / -1; grid-row: auto; }
  .how-photo { grid-column: 1 / -1; grid-row: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .sms-bubble { max-width: 90%; }
  .get-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .sites-grid { grid-template-columns: 1fr; }
  .sites-head { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .motion-toggle { display: none; }
}
