:root {
  --ink: #10131a;
  --paper: #f6f3ea;
  --surface: #fffdf8;
  --lime: #dcff4f;
  --blue: #3157f5;
  --blue-deep: #2445d7;
  --muted: #50534d;
  --line: rgba(16, 19, 26, 0.18);
  --soft-blue: #e9edff;
  --font-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Helvetica Neue", Arial, sans-serif;
  --shadow: 8px 8px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body), Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
p { text-wrap: pretty; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 50;
  padding: 11px 15px;
  background: var(--ink);
  color: white;
  font-size: 15px;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-family: var(--font-display), sans-serif;
  font-weight: 900;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -1.5px;
}
.brand span { color: var(--blue); }
.brand i { color: var(--lime); font-style: normal; text-shadow: 1px 1px 0 var(--ink); }
nav { display: flex; align-items: center; gap: 30px; font-size: 15px; font-weight: 780; }
nav > a:not(.nav-cta) { padding-block: 12px; transition: color .2s ease; }
nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--ink);
  color: white;
  padding: 13px 18px;
  border: 1px solid var(--ink);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.nav-cta:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }

.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 56px;
  align-items: center;
  padding-block: 70px 84px;
}
.hero-copy { position: relative; z-index: 3; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 1.45px;
}
.eyebrow span { width: 24px; height: 3px; flex: 0 0 auto; background: var(--blue); display: block; }
.eyebrow.light { color: white; }
.eyebrow.light span { background: var(--lime); }
h1, h2, h3 { font-family: var(--font-display), sans-serif; margin: 0; line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 700px; font-size: clamp(60px, 6.25vw, 92px); font-weight: 850; text-wrap: balance; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 620px; color: #363934; font-size: 21px; line-height: 1.58; margin: 30px 0 32px; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 16px 24px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
  border: 1px solid var(--ink);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button span { font-size: 20px; }
.button-primary { background: var(--blue); color: white; border-color: var(--blue); box-shadow: var(--shadow); }
.button-primary:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--ink); background: var(--blue-deep); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.button-accent { background: var(--lime); color: var(--ink); }
.button-accent:hover { background: white; transform: translateY(-2px); }
.text-link {
  border-bottom: 2px solid var(--ink);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 820;
  padding-block: 8px 4px;
}
.text-link:hover { color: var(--blue); border-color: var(--blue); }
.checkout-note { margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.micro-proof { display: flex; gap: 13px 24px; flex-wrap: wrap; margin-top: 20px; color: #373a35; font-size: 14px; font-weight: 720; }
.micro-proof span::before { content: "✓"; color: var(--blue); font-weight: 900; margin-right: 7px; }

.hero-visual { position: relative; padding: 24px 7px 42px 24px; }
.browser-card { position: relative; z-index: 2; background: white; border: 2px solid var(--ink); box-shadow: 12px 13px 0 var(--ink); transform: rotate(1.35deg); }
.browser-bar { min-height: 48px; display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; padding: 0 15px; border-bottom: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.browser-bar span { background: #f1f1ed; border-radius: 20px; padding: 7px 14px; text-align: center; }
.browser-bar b { text-align: right; color: var(--ink); }
.dots { display: flex; gap: 6px; }
.dots i { width: 8px; height: 8px; border: 1px solid var(--ink); border-radius: 50%; }
.sample-site { padding: 19px; background: #f6f3e8; }
.sample-nav { display: flex; justify-content: space-between; align-items: center; font: 800 11px/1 var(--font-display); letter-spacing: .2px; }
.sample-nav strong span { color: #ef683a; }
.sample-nav > span { background: #172b2c; color: white; padding: 10px 12px; }
.sample-hero {
  margin-top: 18px;
  min-height: 300px;
  padding: 42px 31px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15,53,52,.96), rgba(25,81,76,.82)), radial-gradient(circle at 75% 20%, #e6ba82 0 6%, transparent 7%), linear-gradient(45deg, #173f3b, #416e60);
}
.sample-hero p { font-size: 10px; letter-spacing: 1.5px; font-weight: 850; margin: 0 0 14px; color: #d3e2cb; }
.sample-hero h2 { font-size: clamp(34px, 3.1vw, 47px); letter-spacing: -.05em; }
.sample-hero button { align-self: flex-start; border: 0; background: #ef683a; color: white; font: 850 10px var(--font-body); padding: 13px 15px; margin-top: 24px; }
.sample-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #d6d2c7; margin-top: 13px; }
.sample-stats span { background: white; padding: 14px 11px; font-size: 10px; line-height: 1.35; color: #555951; }
.sample-stats b { display: block; color: var(--ink); font-size: 14px; margin-bottom: 2px; }
.note-card { position: absolute; right: -9px; bottom: 2px; z-index: 4; display: flex; align-items: center; gap: 11px; background: var(--lime); border: 1.5px solid var(--ink); padding: 13px 16px; box-shadow: 4px 4px 0 var(--ink); transform: rotate(-2deg); }
.note-card > span { width: 30px; height: 30px; border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center; background: var(--ink); color: var(--lime); font-size: 13px; }
.note-card p { margin: 0; font-size: 12px; line-height: 1.4; }
.note-card b { font-size: 13px; }
.spark { position: absolute; z-index: 4; color: var(--blue); font-size: 34px; }
.spark-one { left: 0; top: 0; transform: rotate(15deg); }
.spark-two { color: var(--lime); right: 8px; top: 14px; text-shadow: 1px 1px var(--ink); }
.example-label { position: absolute; bottom: -5px; left: 25px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.05px; }

.ticker { background: var(--ink); color: white; border-block: 1px solid var(--ink); }
.ticker-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 17px; }
.ticker span { display: flex; align-items: center; justify-content: center; gap: 10px; font: 800 13px/1.3 var(--font-display); text-align: center; letter-spacing: 1.15px; text-transform: uppercase; }
.ticker i { color: var(--lime); font-style: normal; }
.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-top: 0; background: rgba(255,255,255,.35); }
.proof-strip > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 24px 28px; border-right: 1px solid var(--line); }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { color: var(--blue); font: 900 28px/1 var(--font-display); letter-spacing: -.04em; }
.proof-strip span { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.4; font-weight: 700; }

.preview-intake {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  margin-top: 84px;
  background: var(--surface);
  border: 2px solid var(--ink);
  box-shadow: 10px 10px 0 var(--ink);
}
.preview-intake-copy { padding: 54px; background: var(--soft-blue); border-right: 1px solid var(--line); }
.preview-intake-copy h2 { font-size: clamp(44px, 4.4vw, 62px); text-wrap: balance; }
.preview-intake-copy h2 em { color: var(--blue); }
.preview-intake-copy > p:last-child { max-width: 530px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.intake-panel { padding: 50px; }
.intake-label { margin: 0 0 20px; font-size: 15px; font-weight: 850; text-transform: uppercase; letter-spacing: 1px; }
.intake-form { position: relative; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.form-field-full { grid-column: 1 / -1; }
.form-field > span { font-size: 14px; line-height: 1.35; font-weight: 820; }
.form-field > span b { color: var(--blue); }
.form-field > span small { margin-left: 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(16, 19, 26, .34);
  border-radius: 0;
  background: white;
  color: var(--ink);
  padding: 13px 14px;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-field textarea { min-height: 78px; resize: vertical; }
.form-field input::placeholder,
.form-field textarea::placeholder { color: #7a7c76; opacity: 1; }
.form-field input:focus,
.form-field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49, 87, 245, .16); background: #fff; }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; margin-top: 22px; color: #444740; font-size: 13px; line-height: 1.55; }
.consent-row input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--blue); }
.consent-row a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.form-actions { display: flex; align-items: center; gap: 24px; margin-top: 24px; }
.form-actions .button { flex: 1 1 auto; }
.form-actions > a { flex: 0 0 auto; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 800; }
.form-actions > a:hover { color: var(--blue); border-color: var(--blue); }
.form-status { min-height: 24px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; text-align: center; }
.form-status.is-sending { color: var(--blue); font-weight: 800; }
.form-status.is-success { color: #176b2c; font-weight: 820; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.submission-frame { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }

.included { padding-block: 112px; }
.section-heading { max-width: 820px; }
.section-heading h2 { font-size: clamp(48px, 5.3vw, 72px); font-weight: 830; text-wrap: balance; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); margin-top: 25px; font-size: 17px; line-height: 1.65; }
.inclusion-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 60px; }
.inclusion-card { position: relative; min-height: 270px; padding: 36px; background: rgba(255,255,255,.42); border: 1px solid var(--line); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.inclusion-card:hover { background: var(--surface); transform: translateY(-3px); box-shadow: 5px 5px 0 rgba(16,19,26,.12); }
.card-number { color: var(--blue); font: 850 14px/1 var(--font-display); }
.inclusion-card h3 { max-width: 410px; margin-top: 44px; font-size: 29px; letter-spacing: -.035em; }
.inclusion-card p { max-width: 480px; margin: 17px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.why-section { background: var(--blue); color: white; padding-block: 104px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.why-copy h2 { font-size: clamp(50px, 5vw, 74px); text-wrap: balance; }
.why-copy h2 em { color: var(--lime); }
.why-lede { max-width: 520px; margin: 28px 0 0; color: #eff1ff; font-size: 17px; line-height: 1.65; }
.why-points { border-top: 1px solid rgba(255,255,255,.45); }
.why-points > div { display: grid; grid-template-columns: 58px 1fr; gap: 12px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.why-points span { color: var(--lime); font-size: 14px; font-weight: 850; }
.why-points p { margin: 0; font-size: 16px; line-height: 1.55; color: #f0f2ff; }
.why-points b { color: white; }

.process { padding-block: 112px; }
.split-heading { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 44px; }
.steps { border-top: 2px solid var(--ink); margin-top: 62px; }
.steps article { display: grid; grid-template-columns: 140px 1fr; align-items: start; padding: 36px 0; border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--blue); font: 850 15px/1 var(--font-display); }
.steps h3 { font-size: 32px; letter-spacing: -.035em; }
.steps p { max-width: 700px; color: var(--muted); font-size: 16px; line-height: 1.65; margin: 12px 0 0; }

.faq { padding-bottom: 118px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 86px; }
.faq .section-heading h2 { font-size: 58px; }
.faq-grid { border-top: 2px solid var(--ink); }
details { border-bottom: 1px solid var(--line); transition: background .2s ease; }
details[open] { background: rgba(255,255,255,.42); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 76px; padding: 23px 18px; font-family: var(--font-display); font-size: 20px; line-height: 1.3; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--blue); font-size: 25px; line-height: 1; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 680px; margin: -3px 18px 28px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.final-cta { background: var(--ink); color: white; padding-block: 96px; }
.final-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 84px; }
.final-grid h2 { max-width: 760px; font-size: clamp(54px, 6vw, 82px); text-wrap: balance; }
.final-grid h2 em { color: var(--lime); }
.final-action { border-left: 1px solid rgba(255,255,255,.32); padding-left: 42px; }
.final-action p { color: #e1e2e6; font-size: 17px; line-height: 1.65; margin: 0 0 26px; }
.final-action small { display: block; margin-top: 18px; color: #c9cbd2; font-size: 14px; line-height: 1.5; }

footer { padding-block: 56px 40px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 34px; align-items: start; }
.footer-brand { font-size: 24px; }
footer > p { max-width: 330px; color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
footer > div { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; font-size: 14px; font-weight: 750; }
footer > div a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-links { display: flex; gap: 16px; margin-top: 5px; }
footer small { grid-column: 1 / -1; color: #61645e; font-size: 13px; line-height: 1.55; border-top: 1px solid var(--line); padding-top: 26px; margin-top: 20px; }
.mobile-action-bar { display: none; }

.legal-page { min-height: 100vh; }
.legal-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-back { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 0; color: var(--blue); font-size: 15px; font-weight: 820; border-bottom: 2px solid transparent; }
.legal-back:hover { border-color: var(--blue); }
.legal-hero { padding-block: 78px 52px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 900px; font-size: clamp(52px, 7vw, 84px); }
.legal-hero > p:last-child { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 70px; align-items: start; padding-block: 62px 100px; }
.legal-summary { position: sticky; top: 24px; padding: 22px; background: var(--soft-blue); border: 1px solid var(--line); font-size: 14px; line-height: 1.6; }
.legal-summary strong { display: block; margin-bottom: 8px; font-size: 15px; }
.legal-summary p { margin: 0; color: var(--muted); }
.legal-copy section { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin-bottom: 16px; font-size: 31px; line-height: 1.12; letter-spacing: -.03em; }
.legal-copy p, .legal-copy li { color: #3f423d; font-size: 16px; line-height: 1.72; }
.legal-copy p { margin: 0 0 14px; }
.legal-copy ul { margin: 12px 0 0; padding-left: 22px; }
.legal-copy a { color: var(--blue); font-weight: 760; text-decoration: underline; text-underline-offset: 3px; }
.legal-effective { display: inline-flex; margin-top: 22px; padding: 8px 12px; background: var(--lime); border: 1px solid var(--ink); font-size: 13px; font-weight: 820; }

@media (max-width: 980px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(680px, 96%); margin: 10px auto 0; }
  .ticker-grid { grid-template-columns: repeat(2, 1fr); gap: 14px 20px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .preview-intake { grid-template-columns: 1fr; }
  .preview-intake-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .why-grid, .final-grid { grid-template-columns: 1fr; gap: 58px; }
  .faq { grid-template-columns: 1fr; gap: 48px; }
  .final-action { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); padding: 34px 0 0; }
}

@media (max-width: 680px) {
  body { font-size: 17px; padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .wrap { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 76px; }
  .brand { font-size: 24px; }
  .nav-cta { min-height: 46px; padding: 11px 13px; font-size: 14px; }
  .nav-cta span { display: none; }
  .hero { min-height: 0; padding-block: 48px 72px; gap: 44px; }
  .eyebrow { margin-bottom: 20px; font-size: 14px; letter-spacing: 1px; }
  h1 { font-size: clamp(50px, 15vw, 68px); line-height: .96; }
  .hero-lede { font-size: 18px; line-height: 1.58; margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button-primary { width: calc(100% - 8px); }
  .text-link { align-self: flex-start; font-size: 15px; }
  .checkout-note { font-size: 14px; }
  .micro-proof { display: grid; gap: 9px; font-size: 14px; }
  .hero-visual { width: 100%; padding: 15px 3px 42px 0; }
  .browser-card { transform: rotate(.6deg); box-shadow: 8px 9px 0 var(--ink); }
  .browser-bar { min-height: 42px; font-size: 9px; }
  .sample-site { padding: 12px; }
  .sample-nav { font-size: 9px; }
  .sample-nav > span { padding: 8px; }
  .sample-hero { min-height: 218px; padding: 28px 20px; }
  .sample-hero p { font-size: 9px; }
  .sample-hero h2 { font-size: 34px; }
  .sample-hero button { font-size: 9px; }
  .sample-stats span { padding: 10px 7px; font-size: 9px; }
  .sample-stats b { font-size: 12px; }
  .note-card { right: -1px; padding: 10px 12px; }
  .note-card > span { width: 27px; height: 27px; }
  .note-card p, .note-card b { font-size: 12px; }
  .example-label { left: 1px; bottom: -9px; font-size: 11px; }
  .ticker-grid { grid-template-columns: 1fr 1fr; gap: 16px 10px; padding-block: 18px; }
  .ticker span { justify-content: flex-start; font-size: 12px; letter-spacing: .65px; }
  .proof-strip > div { min-height: 105px; padding: 20px; }
  .proof-strip strong { font-size: 25px; }
  .proof-strip span { font-size: 14px; }
  .preview-intake { margin-top: 56px; box-shadow: 7px 7px 0 var(--ink); }
  .preview-intake-copy, .intake-panel { padding: 30px 27px; }
  .preview-intake-copy h2 { font-size: 44px; }
  .preview-intake-copy > p:last-child { font-size: 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .form-field > span { font-size: 14px; }
  .form-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .form-actions .button { width: calc(100% - 7px); }
  .form-actions > a { align-self: center; }
  .included, .process { padding-block: 84px; }
  .section-heading h2 { font-size: 46px; }
  .section-heading > p:last-child { font-size: 16px; }
  .inclusion-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .inclusion-card { min-height: 0; padding: 29px; }
  .inclusion-card h3 { margin-top: 34px; font-size: 28px; }
  .inclusion-card p { font-size: 16px; }
  .why-section { padding-block: 80px; }
  .why-copy h2 { font-size: 48px; }
  .why-points > div { grid-template-columns: 42px 1fr; }
  .why-points p { font-size: 16px; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .steps article { grid-template-columns: 46px 1fr; padding: 30px 0; }
  .steps h3 { font-size: 28px; }
  .steps p { font-size: 16px; }
  .faq { padding-bottom: 88px; }
  .faq .section-heading h2 { font-size: 48px; }
  summary { min-height: 72px; padding-inline: 12px; font-size: 18px; }
  details p { margin-inline: 12px; font-size: 16px; }
  .final-cta { padding-block: 78px; }
  .final-grid h2 { font-size: 50px; }
  .final-action p { font-size: 16px; }
  footer { grid-template-columns: 1fr; padding-block: 46px 36px; }
  footer > div { align-items: flex-start; }
  footer small { grid-column: auto; }
  .legal-links { flex-wrap: wrap; }
  .legal-header { min-height: 76px; }
  .legal-hero { padding-block: 56px 40px; }
  .legal-hero h1 { font-size: 50px; }
  .legal-hero > p:last-child { font-size: 17px; }
  .legal-layout { grid-template-columns: 1fr; gap: 34px; padding-block: 42px 78px; }
  .legal-summary { position: static; }
  .legal-copy h2 { font-size: 28px; }
  .mobile-action-bar {
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 68px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 10px;
    align-items: center;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: rgba(246,243,234,.96);
    border-top: 1px solid var(--line);
    box-shadow: 0 -8px 26px rgba(16,19,26,.12);
    backdrop-filter: blur(14px);
  }
  .mobile-action-bar a { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 10px 13px; border: 1px solid var(--ink); font-size: 14px; font-weight: 850; }
  .mobile-action-bar a:first-child { background: var(--surface); }
  .mobile-action-bar a:last-child { gap: 14px; background: var(--blue); color: white; border-color: var(--blue); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
