:root {
  --navy-950: #04101e;
  --navy-900: #071426;
  --navy-800: #0d2139;
  --ink: #0b1828;
  --text: #33445a;
  --muted: #64748b;
  --line: #dce5ef;
  --soft: #f4f8fc;
  --white: #ffffff;
  --blue: #3d7eff;
  --blue-dark: #1e5fe2;
  --mint: #67e8c1;
  --mint-soft: #dffaf1;
  --radius: 20px;
  --shadow: 0 28px 80px rgba(5, 23, 44, .16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
.container { width: min(var(--max), 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: fixed; left: 18px; top: -80px; z-index: 100; background: var(--white); color: var(--ink); padding: 12px 16px; border-radius: 8px; font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; font-size: 1.18rem; line-height: 1; font-weight: 850; letter-spacing: -.035em; }
.brand > span:last-child > span { color: var(--mint); }
.brand-mark { width: 32px; height: 32px; display: flex; align-items: end; gap: 3px; padding: 6px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; }
.brand-mark i { display: block; flex: 1; border-radius: 2px; background: var(--blue); }
.brand-mark i:nth-child(1) { height: 7px; }
.brand-mark i:nth-child(2) { height: 12px; background: var(--mint); }
.brand-mark i:nth-child(3) { height: 18px; background: var(--white); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #d8e4f2; text-decoration: none; font-size: .92rem; font-weight: 650; }
.site-nav a:not(.button):hover { color: var(--white); }
.menu-button { display: none; background: transparent; border: 0; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-button > span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--white); border-radius: 3px; transition: transform .2s ease; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid var(--blue); border-radius: 12px; background: var(--blue); color: var(--white); text-decoration: none; font-weight: 800; box-shadow: 0 12px 28px rgba(61, 126, 255, .22); cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; color: var(--white) !important; }
.button-light { background: var(--white); color: var(--navy-900); border-color: var(--white); box-shadow: none; }
.button-light:hover { background: var(--mint-soft); border-color: var(--mint-soft); }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--white); text-decoration: none; font-weight: 800; padding: 14px 4px; }
.text-link:hover { color: var(--mint); }

.hero { position: relative; overflow: hidden; min-height: 820px; display: grid; align-items: center; padding: 160px 0 100px; background: radial-gradient(circle at 76% 36%, rgba(61,126,255,.25), transparent 28%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 55%, #0b2843); color: var(--white); }
.hero::after { content: ""; position: absolute; width: 600px; height: 600px; right: -310px; bottom: -340px; border: 1px solid rgba(103,232,193,.35); border-radius: 50%; box-shadow: 0 0 0 90px rgba(103,232,193,.025), 0 0 0 180px rgba(61,126,255,.02); }
.hero-grid, .future-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, transparent 0, #000 38%, #000 100%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 82px; align-items: center; }
.eyebrow, .section-label { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: .78rem; line-height: 1.2; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: var(--mint); }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.5rem, 6.5vw, 6.6rem); line-height: .96; letter-spacing: -.065em; font-weight: 820; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lede { max-width: 690px; margin: 30px 0 0; color: #c5d4e4; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 26px; list-style: none; margin: 40px 0 0; padding: 0; color: #aebfd0; font-size: .9rem; }
.hero-notes li { display: flex; align-items: center; gap: 9px; }
.hero-notes li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(103,232,193,.1); }

.growth-panel { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(9, 28, 49, .82); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.growth-panel::before { content: ""; position: absolute; inset: -20px 35px auto; height: 50px; border-radius: 100%; background: rgba(61,126,255,.35); filter: blur(35px); z-index: -1; }
.panel-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: #b8cadc; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.panel-status { padding: 7px 10px; border-radius: 999px; background: rgba(103,232,193,.12); color: var(--mint); letter-spacing: .05em; }
.mini-browser { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: var(--white); color: var(--ink); }
.browser-bar { min-height: 40px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: #eaf0f6; }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: #b5c1ce; }
.browser-bar b { margin-left: 8px; color: #76869a; font-size: .63rem; font-weight: 650; }
.browser-body { min-height: 242px; padding: 34px; background: radial-gradient(circle at 90% 20%, #dffaf1, transparent 28%), var(--white); }
.browser-label { color: var(--blue-dark); font-size: .66rem; font-weight: 850; letter-spacing: .13em; }
.browser-title { max-width: 350px; margin-top: 14px; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 850; }
.browser-lines { display: grid; gap: 8px; margin: 18px 0 22px; }
.browser-lines span { width: 76%; height: 6px; border-radius: 8px; background: #dfe7ef; }
.browser-lines span:last-child { width: 55%; }
.browser-button { width: fit-content; padding: 10px 15px; border-radius: 8px; background: var(--blue); color: var(--white); font-size: .72rem; font-weight: 800; }
.system-list { display: grid; gap: 2px; margin-top: 14px; }
.system-list > div { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
.system-list > div:last-child { border-bottom: 0; }
.check { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(103,232,193,.12); color: var(--mint); font-size: .78rem; font-weight: 900; }
.system-list p { margin: 0; }
.system-list strong, .system-list small { display: block; }
.system-list strong { color: var(--white); font-size: .88rem; }
.system-list small { color: #90a5b9; font-size: .76rem; }

.signal-strip { background: var(--mint); color: #0a302b; overflow: hidden; }
.signal-row { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 26px; white-space: nowrap; }
.signal-row p { margin: 0; font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.signal-row > span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .4; }

.section { padding: 118px 0; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.split-heading h2, .service-sticky h2, .centered-heading h2, .pricing-copy h2, .future-layout h2, .faq-layout h2, .contact-copy h2 { margin: 0; font-size: clamp(2.45rem, 5vw, 4.7rem); line-height: 1.02; letter-spacing: -.055em; }
.problem-copy p { margin: 0 0 18px; color: var(--text); font-size: 1.05rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid article { padding: 34px 32px 38px 0; }
.problem-grid article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.problem-grid span { color: var(--blue); font-size: .74rem; font-weight: 850; letter-spacing: .1em; }
.problem-grid h3 { margin: 26px 0 12px; font-size: 1.22rem; letter-spacing: -.02em; }
.problem-grid p { margin: 0; color: var(--muted); }

.website-section { background: var(--navy-900); color: var(--white); }
.service-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.section-label.light { color: var(--mint); }
.service-sticky { position: sticky; top: 42px; }
.service-sticky > p:not(.section-label) { margin: 28px 0 32px; color: #b7c7d7; font-size: 1.05rem; }
.service-features { border-top: 1px solid rgba(255,255,255,.14); }
.service-features article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.feature-icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(103,232,193,.3); border-radius: 12px; color: var(--mint); font-size: .72rem; font-weight: 850; }
.service-features h3 { margin: 0 0 7px; font-size: 1.22rem; }
.service-features p { margin: 0; color: #aebfd0; }

.centered-heading { max-width: 790px; margin-inline: auto; text-align: center; }
.centered-heading .section-label { justify-content: center; }
.centered-heading > p:last-child { max-width: 660px; margin: 24px auto 0; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; list-style: none; padding: 0; margin-top: 72px; }
.process-grid li { position: relative; padding-right: 28px; }
.process-grid li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--navy-900); color: var(--mint); font-size: .75rem; font-weight: 850; }
.step-line { position: absolute; left: 54px; right: 12px; top: 21px; height: 1px; background: var(--line); }
.process-grid h3 { margin: 28px 0 10px; font-size: 1.08rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .93rem; }

.pricing-section { background: var(--soft); }
.pricing-layout { display: grid; grid-template-columns: 1fr .78fr; gap: 110px; align-items: center; }
.pricing-copy > p:not(.section-label) { max-width: 650px; margin: 28px 0 0; color: var(--text); font-size: 1.04rem; }
.pricing-note { padding-left: 18px; border-left: 3px solid var(--mint); }
.price-card { padding: 34px; border: 1px solid #d4e0ec; border-radius: 24px; background: var(--white); box-shadow: 0 25px 70px rgba(6, 31, 56, .1); }
.price-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-weight: 850; }
.price-card-head small { padding: 7px 10px; border-radius: 999px; background: var(--mint-soft); color: #167258; font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.price-block { padding: 22px 0; }
.price-block + .price-block { border-top: 1px solid var(--line); }
.price-kicker { display: block; margin-bottom: 10px; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.setup-price { display: flex; align-items: end; gap: 12px; }
.setup-price strong { font-size: 4rem; line-height: 1; letter-spacing: -.07em; }
.setup-price span, .launch-price span, .renewal-price span { color: var(--muted); font-size: .82rem; }
.care-block { margin-inline: -12px; padding-inline: 12px; border-radius: 16px; background: linear-gradient(135deg, var(--mint-soft), #f4f8ff); }
.launch-price, .renewal-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; }
.launch-price strong { color: var(--blue-dark); font-size: 2.75rem; line-height: 1; letter-spacing: -.06em; }
.renewal-price { margin-top: 11px; }
.renewal-price strong { color: var(--ink); font-size: 1.18rem; letter-spacing: -.025em; }
.care-block > p { margin: 13px 0 0; color: var(--text); font-size: .86rem; }
.price-card ul { display: grid; gap: 12px; list-style: none; padding: 24px 0; margin: 0; border-top: 1px solid var(--line); }
.price-card li { display: flex; gap: 10px; color: var(--text); }
.price-card li::before { content: "✓"; color: #168060; font-weight: 900; }
.update-scope { padding: 20px; margin-bottom: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.update-scope h3 { margin: 0 0 9px; font-size: .98rem; }
.update-scope p { margin: 8px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.billing-disclosure { margin-top: 16px; padding: 17px; border-radius: 12px; background: #eef4ff; color: var(--text); }
.billing-disclosure strong { display: block; color: var(--ink); font-size: .84rem; }
.billing-disclosure p { margin: 6px 0 0; font-size: .78rem; line-height: 1.55; }
.billing-disclosure a { color: var(--blue-dark); font-weight: 750; }
.fine-print { margin: 14px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; text-align: center; }

.future-section { position: relative; overflow: hidden; background: #0a1b30; color: var(--white); }
.future-grid { opacity: .08; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.future-layout, .future-cards { position: relative; z-index: 2; }
.future-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: end; }
.future-copy p { color: #b7c7d7; }
.future-copy strong { color: var(--white); }
.future-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.future-cards article { padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.035); }
.future-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 12px; background: rgba(61,126,255,.14); color: var(--mint); font-weight: 850; }
.future-cards h3 { margin: 0 0 10px; }
.future-cards p { margin: 0 0 24px; color: #aebfd0; font-size: .92rem; }
.future-cards span { color: var(--mint); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 42px; }
.faq-layout > div:first-child > p:last-child { margin-top: 25px; color: var(--muted); }
.faq-layout a { color: var(--blue-dark); font-weight: 750; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 24px 52px 24px 0; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 4px; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--blue-dark); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 52px 24px 0; color: var(--muted); }

.contact-section { background: linear-gradient(135deg, var(--navy-950), #0a2541); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 42px; }
.contact-copy > p:not(.section-label) { color: #b7c7d7; margin: 24px 0 28px; }
.contact-email { display: inline-flex; gap: 9px; color: var(--mint); text-underline-offset: 5px; font-weight: 800; }
.lead-form { display: grid; gap: 18px; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.055); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lead-form label { display: grid; gap: 8px; color: #e7eef7; font-size: .84rem; font-weight: 750; }
.lead-form label > span { color: var(--mint); }
.lead-form label small { color: #8fa5bb; font-weight: 600; }
.lead-form input, .lead-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; background: rgba(4,16,30,.55); color: var(--white); padding: 13px 14px; resize: vertical; }
.lead-form input { min-height: 48px; }
.lead-form input::placeholder { color: #71879d; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--mint); outline: 2px solid rgba(103,232,193,.24); }
.lead-form .invalid { border-color: #ff9d9d; }
.form-note { margin: -4px 0 0; color: #92a6ba; font-size: .77rem; text-align: center; }
.form-note a { color: var(--mint); font-weight: 750; }
.form-message { display: none; padding: 14px; border-radius: 10px; background: var(--mint-soft); color: #145d49; font-size: .86rem; }
.form-message.show { display: block; }

.site-footer { background: #030c17; color: #a7b8ca; }
.footer-top { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; }
.footer-top p { margin: 0; text-align: center; font-size: .88rem; }
.footer-top > a:last-child { justify-self: end; color: var(--white); font-weight: 700; }
.footer-legal { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 26px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-legal a { color: #c1cedb; font-size: .78rem; text-underline-offset: 4px; }
.footer-legal a:hover { color: var(--white); }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }

.legal-page { background: var(--white); }
.legal-header { position: relative; background: var(--navy-950); }
.legal-header .site-header { position: relative; }
.legal-hero { padding: 82px 0 70px; background: radial-gradient(circle at 80% 30%, rgba(61,126,255,.2), transparent 30%), linear-gradient(135deg, var(--navy-950), var(--navy-900)); color: var(--white); }
.legal-hero .section-label { color: var(--mint); }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.8rem, 6vw, 5.2rem); line-height: 1; letter-spacing: -.055em; }
.legal-hero p:last-child { max-width: 760px; margin: 24px 0 0; color: #bfd0e1; }
.draft-banner { background: var(--mint-soft); color: #135d49; }
.draft-banner .container { padding-block: 14px; font-size: .86rem; font-weight: 700; }
.legal-content { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 80px; align-items: start; padding-block: 84px 110px; }
.legal-toc { position: sticky; top: 24px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--soft); }
.legal-toc strong { display: block; margin-bottom: 12px; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 7px 0; color: var(--muted); font-size: .84rem; text-decoration: none; }
.legal-toc a:hover { color: var(--blue-dark); }
.legal-copy { min-width: 0; }
.legal-copy .effective-date { margin: 0 0 34px; padding: 16px 18px; border-left: 3px solid var(--blue); background: var(--soft); color: var(--text); }
.legal-copy section { scroll-margin-top: 24px; margin-bottom: 44px; }
.legal-copy h2 { margin: 0 0 14px; color: var(--ink); font-size: 1.55rem; letter-spacing: -.025em; }
.legal-copy h3 { margin: 24px 0 10px; font-size: 1.05rem; }
.legal-copy p, .legal-copy li { color: var(--text); }
.legal-copy ul { display: grid; gap: 9px; padding-left: 21px; }
.legal-copy a { color: var(--blue-dark); font-weight: 700; }
.legal-callout { padding: 20px; border: 1px solid #cfe0f6; border-radius: 14px; background: #f4f8ff; }
.legal-callout p:first-child { margin-top: 0; }
.legal-callout p:last-child { margin-bottom: 0; }

@media (max-width: 980px) {
  .site-header { position: absolute; }
  .menu-button { display: flex; z-index: 3; }
  .menu-button[aria-expanded="true"] > span:not(.sr-only):nth-of-type(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:not(.sr-only):nth-of-type(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav { display: none; position: fixed; inset: 0; padding: 120px 30px 40px; background: rgba(4,16,30,.98); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.15rem; }
  .site-nav .button { margin-top: 24px; border-bottom: 0; }
  .hero-layout, .split-heading, .service-layout, .pricing-layout, .future-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 58px; }
  .hero { min-height: auto; }
  .hero-layout { gap: 70px; }
  .hero h1 { max-width: 760px; }
  .growth-panel { max-width: 650px; }
  .service-sticky, .faq-layout > div:first-child, .contact-copy { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 48px 22px; }
  .process-grid li:nth-child(2) .step-line, .process-grid li:nth-child(4) .step-line { display: none; }
  .pricing-layout { align-items: start; }
  .price-card { max-width: 600px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-wrap { min-height: 72px; }
  .hero { padding: 128px 0 74px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 6px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-notes { gap: 12px 18px; }
  .growth-panel { padding: 12px; border-radius: 20px; }
  .browser-body { min-height: 210px; padding: 28px 22px; }
  .signal-row { justify-content: flex-start; overflow: hidden; gap: 18px; }
  .signal-row p:nth-of-type(n+3), .signal-row p:nth-of-type(n+3) ~ span { display: none; }
  .section { padding: 84px 0; }
  .split-heading h2, .service-sticky h2, .centered-heading h2, .pricing-copy h2, .future-layout h2, .faq-layout h2, .contact-copy h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .problem-grid, .future-cards { grid-template-columns: 1fr; }
  .problem-grid article, .problem-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .problem-grid article:last-child { border-bottom: 0; }
  .service-features article { grid-template-columns: 48px 1fr; gap: 16px; }
  .process-grid { grid-template-columns: 1fr; gap: 38px; }
  .step-line { display: none; }
  .future-cards { margin-top: 46px; }
  .field-row { grid-template-columns: 1fr; }
  .lead-form { padding: 22px 16px; }
  .footer-top { grid-template-columns: 1fr; padding: 42px 0; text-align: left; }
  .footer-top p { text-align: left; }
  .footer-top > a:last-child { justify-self: start; }
  .footer-legal { align-items: flex-start; flex-direction: column; }
  .legal-content { grid-template-columns: 1fr; gap: 36px; padding-block: 58px 82px; }
  .legal-toc { position: static; }
  .legal-hero { padding: 62px 0 54px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
