:root {
  color-scheme: dark;
  --bg: #07110f;
  --bg-deep: #040a09;
  --surface: #0d1916;
  --surface-2: #12211d;
  --surface-3: #172923;
  --text: #f1f7f3;
  --muted: #9eb0a8;
  --line: rgba(207, 235, 219, 0.14);
  --line-strong: rgba(207, 235, 219, 0.25);
  --mint: #b9f8d3;
  --mint-strong: #70e9a4;
  --mint-ink: #07110f;
  --amber: #f3c982;
  --danger: #ff9d8f;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shell: 1180px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 77% 7%, rgba(55, 156, 103, 0.1), transparent 26rem),
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 78%);
  pointer-events: none;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img, svg { display: block; }
.shell { width: min(calc(100% - 40px), var(--shell)); 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: 16px; top: -60px; z-index: 1000; padding: 10px 14px; background: var(--mint); color: var(--mint-ink); border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.site-header.is-scrolled { background: rgba(7,17,15,.9); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -.02em; }
.brand img { border-radius: 10px; box-shadow: 0 0 0 1px rgba(185,248,211,.25); }
.site-nav { display: flex; align-items: center; gap: 28px; color: #c4d1cb; font-size: 14px; }
.site-nav > a:not(.button) { transition: color .15s ease; }
.site-nav > a:not(.button):hover { color: var(--text); }
.nav-toggle { position: relative; display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }
.nav-toggle span:not(.sr-only) { position: absolute; left: 11px; width: 18px; height: 2px; display: block; border-radius: 2px; background: #f1f7f3; transition: transform .2s ease; }
.nav-toggle span:nth-of-type(2) { top: 15px; }
.nav-toggle span:nth-of-type(3) { top: 24px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 720; font-size: 15px; line-height: 1; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(185,248,211,.4); outline-offset: 3px; }
.button-primary { color: var(--mint-ink); background: var(--mint); box-shadow: 0 8px 30px rgba(112,233,164,.13); }
.button-primary:hover { background: #d0fce2; }
.button-ghost { color: var(--text); border-color: var(--line-strong); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(185,248,211,.48); background: rgba(185,248,211,.05); }
.button-small { min-height: 38px; padding-inline: 15px; font-size: 13px; }
.button-full { width: 100%; }
.button[disabled] { opacity: .58; cursor: wait; transform: none; }

.hero { min-height: 760px; padding: 150px 0 84px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(500px, .98fr); gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-amber { color: var(--amber); }
.status-dot { width: 7px; height: 7px; border-radius: 99px; background: var(--mint-strong); box-shadow: 0 0 0 5px rgba(112,233,164,.1); }
.hero h1 { max-width: 680px; margin: 24px 0 22px; font-size: clamp(43px, 5.6vw, 73px); line-height: 1.06; letter-spacing: -.058em; font-weight: 760; }
.hero h1 span { color: var(--mint); }
.hero-lede { max-width: 660px; margin: 0; color: #b8c7c0; font-size: clamp(17px, 2vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 29px 0 0; padding: 0; list-style: none; color: #8fa299; font-size: 13px; }
.hero-facts li { position: relative; padding-left: 15px; }
.hero-facts li::before { position: absolute; left: 0; top: .75em; width: 5px; height: 5px; border-radius: 99px; background: #6f8279; content: ""; }

.control-window { position: relative; border: 1px solid var(--line-strong); border-radius: 20px; background: linear-gradient(145deg, rgba(18,33,29,.97), rgba(8,18,15,.97)); box-shadow: var(--shadow); overflow: hidden; }
.control-window::before { position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(120deg, rgba(185,248,211,.2), transparent 30%); content: ""; }
.window-bar { height: 52px; padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); color: #a5b5ae; font-size: 12px; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 99px; background: #34473f; }
.window-dots i:first-child { background: #e2967e; }.window-dots i:nth-child(2) { background: #d8b86a; }.window-dots i:last-child { background: #69c68e; }
.live-pill { justify-self: end; display: flex; align-items: center; gap: 6px; color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.live-pill i { width: 6px; height: 6px; border-radius: 99px; background: var(--mint-strong); box-shadow: 0 0 0 4px rgba(112,233,164,.1); }
.window-body { padding: 20px; }
.fleet-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.fleet-summary > div { padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.018); }
.fleet-summary small, .agent-row small { display: block; color: #7f9289; font-size: 10px; }
.fleet-summary strong { display: block; margin-top: 3px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 16px; }
.mint { color: var(--mint); }
.agent-list { display: grid; gap: 7px; }
.agent-row { min-height: 58px; display: grid; grid-template-columns: 39px 1fr auto; gap: 11px; align-items: center; padding: 8px 10px; border: 1px solid var(--line); border-radius: 10px; transition: border-color .25s ease, background .25s ease; }
.agent-row.is-highlighted { border-color: rgba(185,248,211,.34); background: rgba(185,248,211,.035); }
.agent-id { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; color: var(--mint); background: rgba(185,248,211,.08); font: 700 10px ui-monospace, monospace; }
.agent-row strong { display: block; font-size: 12px; }.agent-row small { margin-top: 1px; }
.agent-state { padding: 4px 8px; border-radius: 99px; font-size: 9px; font-weight: 800; white-space: nowrap; }
.state-running { color: #a9f4c9; background: rgba(91,214,143,.11); }.state-checking { color: #d7c6ff; background: rgba(167,131,245,.12); }.state-recovery { color: var(--amber); background: rgba(243,201,130,.11); }.state-ready { color: #a2b4ac; background: rgba(160,180,171,.1); }
.state-track { margin: 16px 3px 13px; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; }
.state-track > i { height: 1px; background: var(--line-strong); }
.state-track > div { display: grid; grid-template-columns: 23px auto; align-items: center; gap: 6px; color: #82958c; }
.state-track span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 99px; font: 700 9px ui-monospace, monospace; }
.state-track small { font-size: 8px; white-space: nowrap; }.state-track .active { color: var(--mint); }.state-track .active span { border-color: var(--mint); background: rgba(185,248,211,.08); }
.event-line { display: grid; grid-template-columns: auto 1fr; gap: 9px; padding: 10px 11px; border-radius: 8px; color: #9eb0a8; background: rgba(0,0,0,.18); font: 10px/1.5 ui-monospace, monospace; }
.event-line time { color: #62766c; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(0,0,0,.1); }
.proof-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--mint); font: 700 15px ui-monospace, monospace; }.proof-grid span { margin-top: 4px; color: #899b93; font-size: 12px; }

.section { padding: 124px 0; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2 { margin: 16px 0 17px; font-size: clamp(35px, 4.4vw, 54px); line-height: 1.14; letter-spacing: -.045em; }
.section-heading p { max-width: 680px; margin: 0; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { position: relative; min-height: 320px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); transition: background .2s ease; }
.feature:hover { background: rgba(185,248,211,.025); }
.feature-wide { grid-column: span 2; }
.feature-index { position: absolute; right: 22px; top: 19px; color: #486057; font: 700 10px ui-monospace, monospace; }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(185,248,211,.2); border-radius: 11px; color: var(--mint); background: rgba(185,248,211,.05); }
.feature-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { margin: 28px 0 10px; font-size: 21px; letter-spacing: -.025em; }.feature p { max-width: 580px; margin: 0; color: #93a59d; font-size: 14px; }
.provider-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.provider-pills span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 6px; color: #bdcbc5; font: 10px ui-monospace, monospace; }.provider-pills .muted { color: #71857c; }

.workflow-section { background: var(--bg-deep); border-block: 1px solid var(--line); }
.workflow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-list li { min-height: 174px; display: grid; grid-template-columns: 90px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.workflow-list > li > span { align-self: stretch; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--mint); font: 700 14px ui-monospace, monospace; }
.workflow-list li > div { position: relative; padding: 30px 34px; }
.workflow-list small { color: #62776d; font: 700 9px ui-monospace, monospace; letter-spacing: .15em; }.workflow-list h3 { margin: 5px 0 7px; font-size: 22px; }.workflow-list p { max-width: 700px; margin: 0; color: #91a39b; font-size: 14px; }

.boundaries-section { background: #0b1512; }
.boundaries-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.boundary-list { border-top: 1px solid var(--line); }
.boundary-list article { padding: 25px 0; display: grid; grid-template-columns: 230px 1fr; gap: 28px; border-bottom: 1px solid var(--line); }.boundary-list strong { color: var(--amber); font-size: 14px; }.boundary-list p { margin: 0; color: #9bad9f; font-size: 14px; }

.pricing-section { background: var(--bg-deep); border-block: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.price-card.featured { border-color: rgba(185,248,211,.46); background: linear-gradient(180deg, rgba(185,248,211,.07), var(--surface) 35%); box-shadow: 0 20px 70px rgba(0,0,0,.23); }
.popular { position: absolute; right: 14px; top: 14px; padding: 5px 9px; border-radius: 99px; color: var(--mint-ink); background: var(--mint); font-size: 9px; font-weight: 850; }
.plan-label { color: var(--mint); font: 750 10px ui-monospace, monospace; letter-spacing: .12em; }.price-card h3 { margin: 18px 0 6px; font-size: 25px; }.price-card > p { min-height: 48px; margin: 0; color: #8fa198; font-size: 13px; }
.price { min-height: 132px; display: flex; flex-direction: column; justify-content: center; margin: 27px 0 20px; border-block: 1px solid var(--line); }.price del { color: #64786f; font-size: 13px; }.price strong { margin: 2px 0; font-size: 38px; line-height: 1.1; letter-spacing: -.045em; }.price span { color: #7f9189; font-size: 11px; }
.price-card ul { flex: 1; margin: 0 0 27px; padding: 0; list-style: none; color: #a9b8b1; font-size: 13px; }.price-card li { position: relative; margin: 11px 0; padding-left: 20px; }.price-card li::before { position: absolute; left: 0; content: "✓"; color: var(--mint); }
.refund-note { margin-top: 18px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; border: 1px solid rgba(243,201,130,.2); border-radius: 12px; color: #b8c5bf; background: rgba(243,201,130,.04); font-size: 13px; }.refund-note strong { color: var(--amber); }.refund-note a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }

.access-section { background: linear-gradient(140deg, rgba(185,248,211,.07), transparent 42%); }
.access-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 86px; align-items: start; }
.access-copy h2 { margin: 16px 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.15; letter-spacing: -.045em; }.access-copy > p { color: #a3b3ac; font-size: 16px; }.access-promises { margin: 29px 0 0; padding: 0; list-style: none; }.access-promises li { padding: 12px 0; border-bottom: 1px solid var(--line); color: #b8c6c0; font-size: 14px; }.access-promises li::before { margin-right: 10px; color: var(--mint); content: "↳"; }
.lead-form { padding: 30px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.form-row { margin-bottom: 17px; }.form-row label { display: block; margin-bottom: 7px; color: #c6d2cd; font-size: 12px; font-weight: 700; }.form-row label span { color: #71847b; font-weight: 500; }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); background: #09130f; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }.form-row input, .form-row select { height: 46px; padding: 0 13px; }.form-row textarea { padding: 11px 13px; resize: vertical; }.form-row input::placeholder, .form-row textarea::placeholder { color: #52665d; }.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: rgba(185,248,211,.5); box-shadow: 0 0 0 3px rgba(185,248,211,.06); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; margin: 2px 0 18px; color: #82958c; font-size: 11px; }.consent input { width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--mint-strong); }.consent a { color: var(--mint); text-decoration: underline; text-underline-offset: 2px; }.form-status { min-height: 22px; margin-top: 11px; text-align: center; color: #91a49b; font-size: 12px; }.form-status.success { color: var(--mint); }.form-status.error { color: var(--danger); }

.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; padding: 23px 42px 23px 0; list-style: none; cursor: pointer; font-size: 15px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { position: absolute; right: 5px; top: 20px; content: "+"; color: var(--mint); font: 300 24px/1 sans-serif; transition: transform .2s ease; }.faq-list details[open] summary::after { transform: rotate(45deg); }.faq-list p { max-width: 720px; margin: -5px 0 23px; color: #94a69e; font-size: 14px; }

.final-cta { padding: 72px 0; border-block: 1px solid rgba(185,248,211,.2); background: var(--mint); color: var(--mint-ink); }
.final-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 34px; }.final-cta span { font-size: 12px; font-weight: 800; letter-spacing: .08em; }.final-cta h2 { max-width: 780px; margin: 8px 0 0; font-size: clamp(27px, 4vw, 43px); line-height: 1.18; letter-spacing: -.04em; }.final-cta .button-primary { background: var(--mint-ink); color: var(--text); box-shadow: none; }.final-cta .button-primary:hover { background: #10201b; }

.site-footer { padding: 58px 0 24px; background: #030806; }.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 60px; }.footer-grid p { color: #70837a; font-size: 13px; }.footer-links { display: grid; align-content: start; gap: 9px; color: #91a39a; font-size: 13px; }.footer-links a:hover { color: var(--text); }.footer-bottom { margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #53665d; font-size: 11px; }

.legal-page { min-height: 100vh; background: var(--bg-deep); }.legal-header { position: static; border-bottom: 1px solid var(--line); }.legal-main { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 76px 0 110px; }.legal-main .eyebrow { margin-bottom: 12px; }.legal-main h1 { margin: 0 0 12px; font-size: clamp(36px, 5vw, 54px); letter-spacing: -.045em; }.legal-updated { margin: 0 0 44px; color: #6f8279; font-size: 13px; }.legal-main h2 { margin: 38px 0 10px; font-size: 21px; }.legal-main p, .legal-main li { color: #a7b6af; }.legal-main a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }.legal-main .notice { margin: 26px 0; padding: 18px 20px; border-left: 3px solid var(--amber); background: rgba(243,201,130,.05); color: #c7b995; }.legal-main table { width: 100%; border-collapse: collapse; margin: 20px 0; }.legal-main th, .legal-main td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; }.legal-main th { color: var(--text); background: var(--surface); }

.reveal { opacity: 0; transform: translateY(12px); transition: opacity .55s ease, transform .55s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }.hero-copy { max-width: 760px; }.control-window { width: min(100%, 670px); }.hero { padding-top: 130px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }.feature-wide { grid-column: span 2; }
  .boundaries-grid, .access-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }.boundaries-grid .section-heading, .faq-grid .section-heading { margin-bottom: 0; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card { max-width: 680px; width: 100%; margin-inline: auto; }.price-card > p { min-height: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { background: rgba(7,17,15,.94); border-color: var(--line); backdrop-filter: blur(14px); }
  .nav-toggle { display: block; }.site-nav { position: absolute; left: 14px; right: 14px; top: 66px; padding: 14px; display: none; align-items: stretch; gap: 3px; border: 1px solid var(--line-strong); border-radius: 14px; background: #0a1512; box-shadow: var(--shadow); }.site-nav.is-open { display: grid; }.site-nav a { min-height: 42px; display: flex; align-items: center; padding: 0 12px; border-radius: 8px; }.site-nav .button { margin-top: 5px; justify-content: center; }
  .hero { min-height: auto; padding: 122px 0 70px; }.hero h1 { margin-top: 19px; font-size: clamp(39px, 12vw, 57px); }.hero h1 br { display: none; }.hero-lede { font-size: 16px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }.hero-facts { gap: 8px 16px; }
  .window-bar { grid-template-columns: 1fr auto; }.window-dots { display: none; }.window-bar > span:nth-child(2) { justify-self: start; }.window-body { padding: 12px; }.fleet-summary { grid-template-columns: 1fr 1fr; }.fleet-summary > div:last-child { display: none; }.agent-row { grid-template-columns: 35px 1fr; }.agent-state { grid-column: 2; justify-self: start; margin-top: -8px; }.state-track small { display: none; }.event-line { grid-template-columns: 1fr; }.event-line time { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid > div { border-bottom: 1px solid var(--line); }.proof-grid > div:first-child, .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .section { padding: 88px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2 { font-size: 36px; }.section-heading p { font-size: 15px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; }.feature { min-height: auto; padding: 28px 24px; }.provider-pills { margin-top: 20px; }
  .workflow-list li { grid-template-columns: 58px 1fr; }.workflow-list li > div { padding: 24px 20px; }
  .boundary-list article { grid-template-columns: 1fr; gap: 7px; }.boundary-list article strong { font-size: 15px; }
  .price-card { padding: 26px 22px; }.refund-note { grid-template-columns: 1fr; gap: 7px; }
  .form-split { grid-template-columns: 1fr; gap: 0; }.lead-form { padding: 22px 18px; }
  .faq-list summary { padding-right: 36px; }
  .final-cta .shell { display: grid; }.final-cta .button { width: 100%; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: span 2; }.footer-bottom { display: grid; gap: 4px; }
}

@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; }
}
