:root {
  --ink: #071827;
  --ink-soft: #193245;
  --blue: #1769ff;
  --blue-deep: #0b4ed1;
  --electric: #b9dcff;
  --orange: #ff8d3a;
  --paper: #f4f1e9;
  --white: #fffefa;
  --mist: #e8edf0;
  --line: rgba(7, 24, 39, .14);
  --muted: #5d6b75;
  --font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --font-body: "DM Sans", "Trebuchet MS", sans-serif;
  --shadow: 0 28px 80px rgba(3, 18, 31, .13);
  --radius: 26px;
  --header-scroll-offset: 104px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-scroll-offset); }
main[id], main [id] { scroll-margin-top: var(--header-scroll-offset); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
h2 { font-size: clamp(2.6rem, 4.7vw, 4.8rem); }
h3 { font-size: 1.45rem; }
::selection { background: var(--orange); color: var(--ink); }

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.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; top: 10px; left: 10px; z-index: 100; background: var(--white); padding: 10px 16px; border-radius: 8px; transform: translateY(-150%); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 30; min-height: 78px; padding: 14px max(24px, calc((100vw - 1280px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; transition: background .25s ease, box-shadow .25s ease, min-height .25s ease; }
.site-header.scrolled { min-height: 68px; background: rgba(255, 254, 250, .94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; width: max-content; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 11px 3px 11px 3px; background: var(--blue); color: white; transform: rotate(-3deg); }
.brand-mark svg { width: 23px; fill: currentColor; }
.brand-words { display: grid; font-family: var(--font-display); line-height: .86; letter-spacing: -.045em; }
.brand-words strong { font-size: 1.03rem; }
.brand-words span { color: var(--blue); font-weight: 800; font-size: .9rem; }
.nav { display: flex; justify-content: center; align-items: center; gap: clamp(20px, 3vw, 42px); }
.nav a { text-decoration: none; font-size: .92rem; font-weight: 700; color: var(--ink-soft); position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--blue); transition: right .2s ease; }
.nav a:hover::after { right: 0; }
.menu-toggle { display: none; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 8px 2px 8px 2px; padding: 13px 20px; text-decoration: none; font-weight: 800; line-height: 1.15; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: white; box-shadow: 6px 6px 0 var(--ink); }
.btn-primary:hover { background: var(--blue-deep); box-shadow: 3px 3px 0 var(--ink); }
.btn-light { background: var(--white); color: var(--ink); box-shadow: 6px 6px 0 var(--orange); }
.btn-light:hover { box-shadow: 3px 3px 0 var(--orange); }
.btn-large { min-height: 58px; padding: 17px 25px; }
.header-cta, .mobile-cta { white-space: nowrap; }
.header-cta { padding-inline: 16px; font-size: .88rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.text-link span { font-size: 1.35em; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { padding-top: 112px; background: var(--paper); position: relative; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; background: var(--electric); filter: blur(2px); top: -230px; right: -100px; z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(7,24,39,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,24,39,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding: 56px 0 88px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-deep); font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; }
.eyebrow > span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #9ecbff; }
.hero h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(3.75rem, 5.4vw, 6.2rem); line-height: .98; font-weight: 700; }
.hero h1 em { color: var(--blue); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; height: 10px; left: 0; right: 0; bottom: 2px; background: var(--orange); z-index: -1; transform: rotate(-1.2deg); }
.hero-lead { max-width: 650px; font-size: 1.16rem; color: var(--ink-soft); line-height: 1.72; }
.cta-row { display: flex; align-items: center; gap: 28px; margin: 34px 0 32px; }
.hero-proof { list-style: none; display: flex; flex-wrap: wrap; gap: 14px 24px; padding: 0; margin: 0; color: var(--muted); font-weight: 700; font-size: .9rem; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 17px; height: 17px; fill: none; stroke: var(--blue); stroke-width: 2.5; }

.hero-product { position: relative; }
.product-window { position: relative; z-index: 2; background: var(--ink); color: white; border-radius: 32px 8px 32px 8px; padding: 18px; box-shadow: 20px 22px 0 var(--blue), var(--shadow); transform: rotate(1.2deg); }
.product-window::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.14); border-radius: 26px 5px 26px 5px; pointer-events: none; }
.window-bar { display: flex; justify-content: space-between; align-items: center; padding: 8px 10px 18px; color: #c6d2dc; font-size: .76rem; }
.window-title { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.live-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #65d69d; box-shadow: 0 0 0 5px rgba(101,214,157,.12); }
.sample-label { text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 800; color: #9fb1bf; }
.call-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; background: #122b3f; border: 1px solid rgba(255,255,255,.1); border-radius: 17px 5px 17px 5px; padding: 15px; }
.call-icon { width: 40px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--orange); }
.call-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.call-strip div:nth-child(2) { display: grid; line-height: 1.3; }
.call-strip span { color: #9fb1bf; font-size: .75rem; }
.call-strip strong { font-size: .95rem; }
.status-pill { padding: 6px 9px; border: 1px solid rgba(185,220,255,.35); border-radius: 100px; color: #b9dcff !important; font-weight: 800; }
.conversation { display: grid; gap: 10px; padding: 22px 8px; }
.message { max-width: 84%; border-radius: 15px; padding: 12px 14px; font-size: .82rem; line-height: 1.5; }
.message span { display: block; margin-bottom: 3px; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; opacity: .65; }
.system-message { background: #f1f6f7; color: var(--ink); border-bottom-left-radius: 3px; }
.customer-message { background: var(--blue); color: white; justify-self: end; border-bottom-right-radius: 3px; }
.lead-summary { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 13px 4px 13px 4px; }
.lead-summary div { padding: 13px; display: grid; border-right: 1px solid rgba(255,255,255,.13); }
.lead-summary div:last-child { border: 0; }
.lead-summary span { color: #91a5b4; font-size: .67rem; }
.lead-summary strong { font-size: .78rem; }
.handoff-note { display: flex; gap: 12px; align-items: center; margin-top: 12px; padding: 12px; background: rgba(255,141,58,.11); border-radius: 12px; color: #ccd8e1; font-size: .72rem; line-height: 1.4; }
.handoff-note svg { flex: 0 0 auto; width: 25px; fill: none; stroke: var(--orange); stroke-width: 1.7; }
.handoff-note strong { display: block; color: white; }
.orbit-note { position: absolute; z-index: 3; background: var(--white); border: 1px solid var(--line); border-radius: 7px 2px 7px 2px; padding: 10px 14px; box-shadow: 8px 8px 0 rgba(7,24,39,.12); font-size: .76rem; font-weight: 800; }
.orbit-one { left: -42px; top: 22%; transform: rotate(-4deg); }
.orbit-two { right: -38px; bottom: 12%; transform: rotate(3deg); }
.hero-rail { width: 100%; height: 54px; display: flex; align-items: center; justify-content: space-around; gap: 30px; overflow: hidden; background: var(--blue); color: white; border-block: 2px solid var(--ink); font-family: var(--font-display); font-size: .82rem; font-weight: 800; letter-spacing: .12em; transform: none; }
.hero-rail span { white-space: nowrap; }
.hero-rail span::before { content: "/"; color: var(--orange); margin-right: 6vw; }

.problem-section { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; }
.problem-copy { padding-bottom: 10px; color: var(--muted); }
.problem-copy .large-copy { color: var(--ink); font-size: 1.26rem; font-weight: 600; }
.moment-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 16px; align-items: stretch; }
.moment-card { min-height: 230px; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px 5px 20px 5px; position: relative; overflow: hidden; }
.moment-card:nth-child(2) { background: var(--electric); transform: translateY(20px); }
.moment-card > span { font-family: var(--font-display); color: var(--blue); font-weight: 800; }
.moment-card h3 { margin: 52px 0 12px; font-size: 1.8rem; }
.moment-card p { color: var(--muted); margin-bottom: 0; }

.process-section { color: white; background: var(--ink); position: relative; overflow: hidden; }
.process-section::after { content: ""; position: absolute; width: 540px; aspect-ratio: 1; border: 90px solid rgba(23,105,255,.16); border-radius: 50%; left: -250px; bottom: -300px; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; position: relative; z-index: 1; }
.process-intro { align-self: start; position: sticky; top: 120px; }
.process-intro h2 { max-width: 560px; font-size: clamp(3rem, 4.8vw, 5rem); }
.process-intro > p:not(.eyebrow) { max-width: 500px; color: #aebdc8; font-size: 1.07rem; }
.process-intro .btn { margin-top: 20px; }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.step-number { color: var(--orange); font-family: var(--font-display); font-weight: 800; }
.process-list h3 { font-size: 2rem; margin-bottom: 10px; }
.process-list p { max-width: 570px; color: #aebdc8; margin: 0; }

.features-section { background: var(--paper); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.split-heading > p { color: var(--muted); font-size: 1.08rem; padding-bottom: 8px; }
.feature-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { padding: 32px; min-height: 270px; border: 1px solid var(--line); border-radius: 24px 6px 24px 6px; background: var(--white); position: relative; }
.feature-wide { grid-column: 1 / -1; min-height: 320px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 46px; background: var(--blue); color: white; overflow: hidden; }
.feature-wide::after { content: ""; position: absolute; width: 300px; aspect-ratio: 1; right: -70px; top: -100px; border: 55px solid rgba(255,255,255,.1); border-radius: 50%; }
.feature-icon { width: 52px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 36px; background: var(--electric); color: var(--ink); border-radius: 14px 4px 14px 4px; }
.feature-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.feature-wide .feature-icon { position: absolute; top: 34px; left: 34px; background: var(--orange); }
.feature-wide > div:nth-child(2) { align-self: end; padding-top: 64px; }
.feature-kicker { color: var(--blue-deep); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.feature-wide .feature-kicker { color: #c6ddff; }
.feature-card h3 { font-size: 2rem; margin: 8px 0 14px; }
.feature-card p { color: var(--muted); max-width: 520px; margin-bottom: 0; }
.feature-wide p { color: #d9e7ff; }
.mini-call { align-self: end; display: flex; align-items: center; gap: 15px; padding: 24px; background: rgba(7,24,39,.28); border: 1px solid rgba(255,255,255,.18); border-radius: 18px 4px 18px 4px; position: relative; z-index: 1; }
.mini-call div { display: grid; }
.mini-call small { color: #b9d5ff; }

.outcomes-section { padding-block: 96px; background: var(--white); }
.outcomes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; align-items: center; }
.outcomes-grid .section-heading { align-self: center; position: static; }
.outcome-list { border-top: 1px solid var(--line); }
.outcome-list article { display: grid; grid-template-columns: 58px 1fr; padding: 26px 0; border-bottom: 1px solid var(--line); }
.outcome-list article > span { color: var(--blue); font-family: var(--font-display); font-weight: 800; }
.outcome-list h3 { margin-bottom: 8px; font-size: 1.7rem; }
.outcome-list p { color: var(--muted); margin: 0; }

.demo-section { color: white; background: var(--ink); position: relative; }
.demo-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 54px; align-items: end; margin-bottom: 40px; }
.demo-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.demo-heading h2 { margin-bottom: 0; }
.demo-heading > p:last-child { color: #aebdc8; }
.demo-console { display: grid; grid-template-columns: 280px 1fr; min-height: 520px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px 7px 28px 7px; overflow: hidden; box-shadow: 18px 18px 0 var(--blue); }
.demo-sidebar { padding: 18px; background: #0e2638; border-right: 1px solid rgba(255,255,255,.12); }
.demo-tab { width: 100%; display: grid; grid-template-columns: 38px 1fr; text-align: left; padding: 18px 14px; color: #8fa4b4; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); cursor: pointer; }
.demo-tab span { grid-row: 1 / 3; color: #5f7789; font-family: var(--font-display); font-weight: 800; }
.demo-tab strong { color: #c9d4dc; }
.demo-tab small { font-size: .72rem; }
.demo-tab.active { background: var(--blue); border-radius: 12px 3px 12px 3px; color: #dceaff; }
.demo-tab.active span, .demo-tab.active strong { color: white; }
.demo-panel { display: grid; grid-template-rows: auto 1fr auto; padding: 24px 34px 30px; background: radial-gradient(circle at 80% 10%, rgba(23,105,255,.22), transparent 35%), #071827; }
.demo-panel-top, .demo-controls { display: flex; align-items: center; justify-content: space-between; color: #93a8b7; font-size: .8rem; }
.demo-content { align-self: center; max-width: 660px; padding: 28px 0; }
.demo-phone { width: 74px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 30px; border-radius: 22px 5px 22px 5px; color: var(--ink); background: var(--orange); }
.demo-phone svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.demo-overline { margin-bottom: 8px; color: #9ecbff; text-transform: uppercase; font-size: .74rem; letter-spacing: .14em; font-weight: 800; }
.demo-content h3 { font-size: clamp(2.25rem, 3.5vw, 3.7rem); margin-bottom: 18px; }
.demo-content > p:not(.demo-overline) { color: #b6c5d0; font-size: 1.02rem; }
.demo-action { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); border-radius: 10px; font-weight: 700; }

.trial-section { padding-block: 100px; background: var(--electric); position: relative; overflow: hidden; }
.trial-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(7,24,39,.16) 1px, transparent 1px); background-size: 20px 20px; mask-image: linear-gradient(90deg, black, transparent 62%); }
.trial-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.trial-copy { padding-top: 0; }
.trial-copy > p:not(.eyebrow):not(.trial-note) { max-width: 520px; color: var(--ink-soft); font-size: 1.08rem; }
.trial-includes { margin-top: 38px; }
.trial-includes h3 { font-size: 1rem; letter-spacing: 0; }
.trial-includes ul { list-style: none; padding: 0; display: grid; gap: 12px; }
.trial-includes li { display: flex; align-items: center; gap: 10px; font-weight: 700; }
.trial-includes svg { width: 18px; fill: none; stroke: var(--blue); stroke-width: 2.5; }
.trial-note { margin-top: 30px; max-width: 520px; color: var(--muted); font-size: .82rem; }
.trial-form { padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: 28px 7px 28px 7px; box-shadow: 14px 14px 0 var(--blue), var(--shadow); }
.form-heading span { color: var(--blue); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.form-heading h3 { margin: 5px 0 6px; font-size: 2.25rem; }
.form-heading p { color: var(--muted); font-size: .8rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label, .consent-field legend { font-size: .83rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #bdc7cd; border-radius: 7px; color: var(--ink); background: white; padding: 12px 13px; transition: border .2s, box-shadow .2s; }
.field input, .field select { min-height: 49px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(23,105,255,.14); }
.field.invalid input { border-color: #b42318; }
.field-error { color: #9a2017; font-size: .75rem; min-height: 0; }
.consent-field { border: 1px solid #cbd3d8; border-radius: 12px; padding: 17px; margin: 5px 0 22px; }
.consent-field legend { padding: 0 7px; }
.checkbox-label { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; font-size: .75rem; line-height: 1.55; }
.checkbox-label input { appearance: none; width: 20px; height: 20px; margin: 2px 0 0; border: 2px solid #7a8993; border-radius: 3px; background: white; cursor: pointer; }
.checkbox-label input:checked { border-color: var(--blue); background: var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3' d='m5 12 4 4L19 6'/%3E%3C/svg%3E") center/15px no-repeat; }
.consent-field > p { color: var(--muted); font-size: .72rem; margin: 10px 0 0 32px; }
.form-submit { width: 100%; }
.form-legal { margin: 14px 0 0; text-align: center; color: var(--muted); font-size: .73rem; }
.honeypot { position: absolute; left: -9999px; }

.faq-section { padding-block: 100px; background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-grid .section-heading { align-self: start; position: sticky; top: 120px; }
.faq-grid .section-heading > p:last-child { margin-top: 25px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 0; cursor: pointer; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 22px; height: 22px; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; background: var(--blue); transition: transform .2s ease; }
.faq-list summary span::before { width: 18px; height: 2px; top: 10px; left: 2px; }
.faq-list summary span::after { width: 2px; height: 18px; left: 10px; top: 2px; }
.faq-list details[open] summary span::after { transform: rotate(90deg); }
.faq-list details p { padding: 0 55px 22px 0; color: var(--muted); }

.final-cta { padding: 70px 0; color: white; background: var(--blue); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.final-cta-inner > div { min-width: 0; }
.final-cta h2 { max-width: 790px; margin: 0; font-size: clamp(3rem, 4.8vw, 5.2rem); }
.final-cta .btn { flex: 0 0 auto; }
.final-cta-copy { max-width: 760px; margin: 24px 0 0; color: #dbe9ff; font-size: 1.08rem; }

.footer { padding: 75px 0 24px; color: #9fb0bd; background: #04111d; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 50px; padding-bottom: 55px; }
.footer-brand { color: white; margin-bottom: 22px; }
.footer-about p { max-width: 360px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links h2 { margin-bottom: 10px; color: white; font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: #c5d1d9; text-decoration: none; overflow-wrap: anywhere; }
.footer-links a[href^="mailto:"] { white-space: nowrap; overflow-wrap: normal; word-break: normal; }
.footer-links a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer-links span { font-size: .88rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

/* Legal and confirmation pages */
.legal-body { background: var(--paper); }
.legal-header { background: rgba(255,254,250,.96); border-bottom: 1px solid var(--line); }
.legal-main { padding: 150px 0 100px; }
.legal-shell { display: grid; grid-template-columns: 230px minmax(0, 780px); gap: 80px; justify-content: center; }
.legal-nav { align-self: start; position: sticky; top: 105px; display: grid; gap: 8px; }
.legal-nav strong { margin-bottom: 8px; font-family: var(--font-display); }
.legal-nav a { color: var(--muted); text-decoration: none; font-size: .88rem; }
.legal-nav a:hover { color: var(--blue); }
.legal-content { padding: 50px; background: var(--white); border: 1px solid var(--line); border-radius: 24px 6px 24px 6px; }
.legal-content .eyebrow { margin-bottom: 15px; }
.legal-content h1 { margin-bottom: 12px; font-size: clamp(3rem, 5vw, 4.5rem); }
.legal-content .updated { color: var(--muted); font-size: .85rem; }
.legal-content h2 { margin: 48px 0 14px; padding-top: 10px; font-size: 1.7rem; letter-spacing: -.025em; }
.legal-content h3 { margin-top: 28px; font-size: 1.1rem; letter-spacing: -.015em; }
.legal-content p, .legal-content li { color: #40515d; }
.legal-content li { margin-bottom: 8px; }
.legal-callout { padding: 20px; margin: 28px 0; border-left: 5px solid var(--blue); background: var(--electric); }
.legal-callout p:last-child { margin-bottom: 0; }
.simple-page { min-height: 100vh; display: grid; place-items: center; padding: 100px 24px; background: var(--paper); }
.confirmation-card { width: min(700px, 100%); padding: 60px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 28px 7px 28px 7px; box-shadow: 14px 14px 0 var(--blue); }
.confirmation-card .brand { margin: 0 auto 45px; }
.confirmation-icon { width: 72px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 20px 5px 20px 5px; background: var(--electric); }
.confirmation-icon svg { width: 38px; fill: none; stroke: var(--blue); stroke-width: 2.2; }
.confirmation-card h1 { font-size: clamp(2.8rem, 5.5vw, 4.1rem); }
.confirmation-card p { color: var(--muted); }
.confirmation-card .btn { margin-top: 20px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .legal-header { grid-template-columns: auto 1fr auto; }
  .legal-header .header-cta { grid-column: 3; }
  .menu-toggle { display: grid; place-items: center; gap: 5px; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: absolute; top: calc(100% + 4px); left: 24px; right: 24px; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .nav.open { display: grid; }
  .nav a { padding: 9px; }
  .header-cta { justify-self: end; }
  .section-pad { padding: 100px 0; }
  .outcomes-section, .trial-section, .faq-section { padding-block: 92px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; padding-bottom: 82px; }
  .hero-copy { max-width: 800px; }
  .hero-product { width: min(720px, 92%); margin: auto; }
  .problem-grid, .process-layout, .outcomes-grid, .trial-grid, .faq-grid { gap: 50px; }
  .feature-wide { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 2fr 1fr 1fr; }
  .footer-top > div:last-child { grid-column: 1 / -1; }
}

@media (min-width: 561px) and (max-width: 1050px) {
  .legal-header .nav { position: static; display: flex; justify-self: center; padding: 0; border: 0; background: transparent; box-shadow: none; }
}

@media (max-width: 800px) {
  :root { --header-scroll-offset: 96px; }
  .hero::before, .hero::after, .process-section::after, .feature-wide::after, .trial-section::before { pointer-events: none; }
  .site-header, .menu-toggle, .nav, .nav a, .btn, .text-link, .demo-tab, #demoNext { touch-action: manipulation; }
  .menu-toggle { position: relative; z-index: 2; }
  .menu-toggle span:not(.sr-only) { pointer-events: none; }
  .nav { z-index: 3; }
  .trial-grid { z-index: 1; }
  .section-pad { padding: 80px 0; }
  .outcomes-section, .trial-section, .faq-section { padding-block: 78px; }
  .container { width: min(100% - 32px, 680px); }
  .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 16px; }
  .hero { padding-top: 90px; }
  .hero-grid { gap: 44px; padding-top: 44px; padding-bottom: 70px; }
  .hero h1 { max-width: 680px; font-size: clamp(3.1rem, 10vw, 4.75rem); }
  .hero-product { width: calc(100% - 12px); }
  .hero-rail { max-width: 100vw; justify-content: flex-start; gap: 0; padding-inline: 16px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.55) transparent; }
  .hero-rail span { flex: 0 0 auto; }
  .hero-rail span::before { margin-right: 28px; }
  .hero-rail span:not(:last-child) { padding-right: 28px; }
  .orbit-one { left: -14px; }
  .orbit-two { right: -14px; }
  .problem-grid, .process-layout, .outcomes-grid, .trial-grid, .faq-grid, .split-heading, .demo-heading { grid-template-columns: 1fr; gap: 40px; }
  .problem-grid, .split-heading { gap: 30px; }
  .moment-grid { grid-template-columns: 1fr; }
  .moment-card:nth-child(2) { transform: none; }
  .process-intro, .outcomes-grid .section-heading, .faq-grid .section-heading { position: static; }
  .process-intro h2 { font-size: clamp(2.8rem, 8vw, 4rem); }
  .feature-wide { grid-template-columns: 1fr; }
  .demo-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .demo-console { grid-template-columns: 1fr; }
  .demo-sidebar { display: flex; max-width: 100%; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.35) transparent; }
  .demo-tab { flex: 0 0 150px; width: auto; min-width: 0; grid-template-columns: 1fr; scroll-snap-align: start; }
  .demo-tab span { grid-row: auto; }
  .trial-copy { padding-top: 0; }
  .trial-includes { margin-top: 32px; }
  .final-cta { padding: 64px 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 30px; }
  .final-cta h2 { max-width: 680px; font-size: clamp(3rem, 8vw, 3.8rem); }
  .legal-shell { grid-template-columns: 1fr; gap: 25px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; }
  .legal-nav strong { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:last-child { grid-column: auto; }
  .mobile-cta { display: none; }
}

@media (max-width: 560px) {
  :root { --header-scroll-offset: 92px; }
  h2 { font-size: 2.45rem; line-height: 1.04; }
  .section-pad { padding: 64px 0; }
  .outcomes-section, .trial-section, .faq-section { padding-block: 64px; }
  .hero { padding-top: 86px; }
  .hero-grid { gap: 38px; padding-top: 38px; padding-bottom: 62px; }
  .hero h1 { font-size: clamp(2.85rem, 13vw, 3.75rem); line-height: 1; }
  .hero-lead { font-size: 1.02rem; }
  .cta-row { display: grid; gap: 20px; }
  .cta-row .btn { width: 100%; }
  .hero-proof { display: grid; }
  .product-window { padding: 12px; box-shadow: 10px 12px 0 var(--blue); }
  .window-bar { align-items: start; }
  .sample-label { text-align: right; }
  .call-strip { grid-template-columns: auto 1fr; }
  .status-pill { grid-column: 2; justify-self: start; }
  .message { max-width: 94%; }
  .lead-summary { grid-template-columns: 1fr; }
  .lead-summary div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .orbit-note { display: none; }
  .problem-grid { margin-bottom: 34px; }
  .moment-card { min-height: 200px; }
  .moment-card h3 { margin-top: 38px; }
  .process-intro h2 { font-size: 2.55rem; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 12px; }
  .feature-layout { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-bottom: 28px; }
  .mini-call { padding: 18px; }
  .outcome-list article { grid-template-columns: 45px 1fr; }
  .demo-console { box-shadow: 8px 8px 0 var(--blue); }
  .demo-sidebar { padding: 10px; }
  .demo-tab { flex-basis: 142px; padding: 15px 12px; }
  .demo-panel { padding: 20px; min-height: 480px; }
  .demo-content h3 { font-size: 2.35rem; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .trial-form { padding: 25px 20px; box-shadow: 8px 8px 0 var(--blue); }
  .form-heading h3 { font-size: 1.9rem; }
  .checkbox-label { font-size: .72rem; }
  .consent-field > p { margin-left: 0; }
  .final-cta { padding: 56px 0; }
  .final-cta-inner { align-items: stretch; }
  .final-cta h2 { font-size: 2.65rem; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-main { padding-top: 115px; }
  .legal-content { padding: 30px 22px; }
  .confirmation-card { padding: 42px 24px; box-shadow: 8px 8px 0 var(--blue); }
}

@media (max-width: 360px) {
  .container { width: min(100% - 24px, 680px); }
  .site-header { padding-inline: 12px; }
  .nav { left: 12px; right: 12px; }
  .hero-product { width: calc(100% - 8px); }
  .hero-rail { padding-inline: 12px; }
  .cta-row .btn, .final-cta .btn, .form-submit { padding-inline: 16px; }
  .demo-tab { flex-basis: 136px; }
  .trial-form { padding-inline: 16px; }
  .footer-links a[href^="mailto:"] { white-space: normal; overflow-wrap: break-word; }
}

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