:root {
  --navy: #071b2d;
  --navy-2: #0c2943;
  --blue: #0b5fff;
  --blue-bright: #2d75ff;
  --orange: #ff5a00;
  --orange-light: #ff7a32;
  --orange-display-on-light: #f45100;
  --orange-on-light: #b83d00;
  --cream: #f7f4ec;
  --white: #fff;
  --ink: #0b1a28;
  --muted: #5d6872;
  --line: rgba(7, 27, 45, 0.15);
  --shell: min(1180px, calc(100vw - 40px));
  --radius: 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.button-primary:focus-visible, .closing-section .button:focus-visible { outline-color: var(--navy); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; background: var(--orange); color: var(--navy); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(247, 244, 236, 0.9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 40px rgba(7, 27, 45, .07); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-logo { width: 232px; height: auto; }
.brand-mark { width: 48px; height: 48px; color: var(--navy); }
.brand-name { display: inline-flex; gap: 7px; align-items: baseline; font-size: 1.08rem; letter-spacing: -.035em; font-weight: 950; }
.brand-name b { color: var(--blue); }
.brand-name strong { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--navy); color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 9px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 660px; padding: 140px 0 75px; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -270px; top: 70px; border: 120px solid rgba(11, 95, 255, .06); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 52%; height: 18px; left: -6%; bottom: 28px; background: var(--orange); transform: rotate(-4deg); }
.hero-grid { position: absolute; inset: 0; opacity: .46; background-image: linear-gradient(rgba(7,27,45,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(7,27,45,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); align-items: center; gap: 64px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .17em; font-weight: 850; font-size: .78rem; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); }
.eyebrow span { width: 34px; height: 3px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 950; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 760px; margin: 20px 0 24px; font-size: clamp(3rem, 6vw, 5.75rem); line-height: 1.06; font-weight: 850; letter-spacing: -.045em; }
h1 em { color: var(--orange-display-on-light); font-style: normal; }
.hero-lede { max-width: 32rem; color: #364755; font-size: 1.125rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 28px; }
.hero-pilot-link { padding-block: 10px; color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: rgba(7,27,45,.35); text-underline-offset: 5px; }
.hero-pilot-link:hover { text-decoration-color: var(--orange); }
.hero-actions .button-primary { box-shadow: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 2px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.1; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--navy); box-shadow: 0 12px 28px rgba(255, 90, 0, .22); }
.button-primary:hover, .button-primary:focus-visible { background: #ff6b18; box-shadow: 0 15px 34px rgba(255, 90, 0, .3); }
.button-ghost { border-color: var(--navy); color: var(--navy); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--navy); color: white; }
.button-light { background: var(--cream); color: var(--navy); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 24px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .875rem; font-weight: 500; }
.hero-proof li + li { padding-left: 22px; border-left: 1px solid var(--line); }

.estimate-stack { position: relative; min-height: 500px; }
.stack-label { position: absolute; right: 0; top: 0; padding: 8px 14px; background: var(--navy); color: white; font-size: .72rem; font-weight: 900; letter-spacing: .12em; transform: rotate(2deg); }
.estimate-card { position: absolute; width: min(100%, 420px); min-height: 220px; padding: 31px; border: 1px solid rgba(7,27,45,.14); border-radius: 7px; background: white; box-shadow: 0 24px 65px rgba(7,27,45,.13); }
.estimate-card span:not(.card-status) { display: block; color: var(--muted); font-weight: 700; }
.estimate-card strong { display: block; margin: 8px 0 30px; font-size: 3rem; letter-spacing: -.05em; color: var(--navy); }
.estimate-card small { display: block; font-size: .86rem; font-weight: 700; color: #77838d; }
.card-back { right: 14px; top: 44px; transform: rotate(8deg); opacity: .65; }
.card-mid { right: 28px; top: 114px; transform: rotate(-6deg); opacity: .82; }
.card-front { right: 0; top: 205px; border: 3px solid var(--blue); transform: rotate(1.8deg); }
.card-status { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.card-status i { width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(11,95,255,.13); }
.booked-stamp { position: absolute; right: 22px; bottom: 23px; border: 3px solid var(--orange-on-light); padding: 6px 9px; color: var(--orange-on-light); font-weight: 950; letter-spacing: .09em; transform: rotate(-7deg); }
.loop-arrow { position: absolute; right: -24px; bottom: -18px; display: grid; place-items: center; width: 96px; height: 96px; border-radius: 50%; background: var(--orange); color: var(--navy); font-size: 3.2rem; font-weight: 900; }

.signal-strip { position: relative; z-index: 2; background: var(--navy); color: white; }
.signal-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.signal-row span { color: #b7c5d0; font-size: .9rem; }
.signal-row strong { color: var(--orange); letter-spacing: .08em; }
.section { padding: 120px 0; }
.split-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.section-heading { max-width: 690px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.inverse { color: white; }
.section-heading.inverse .kicker { color: #4d85ff; }
.section-heading p { max-width: 570px; color: #b7c5d0; font-size: 1.05rem; }
.kicker { margin-bottom: 20px; color: var(--blue); }
.kicker.orange { color: var(--orange); }
h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 5rem); }
h3 { line-height: 1.15; letter-spacing: -.03em; }
.problem-copy { padding-top: 43px; font-size: 1.16rem; color: #43515d; }
.callout-line { margin-top: 30px; padding-left: 22px; border-left: 5px solid var(--orange); color: var(--navy); font-weight: 850; font-size: 1.3rem; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 84px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-grid article { padding: 38px 36px 42px; border-right: 1px solid var(--line); }
.stat-grid article:last-child { border-right: 0; }
.stat-grid span { color: var(--orange); font-weight: 900; }
.stat-grid h3 { margin: 24px 0 12px; font-size: 1.5rem; }
.stat-grid p { margin: 0; color: var(--muted); }

.calculator-section { position: relative; overflow: hidden; background: var(--navy); }
.calculator-section::after { content: ""; position: absolute; right: -120px; bottom: -240px; width: 540px; height: 540px; border: 90px solid rgba(255, 90, 0, .1); border-radius: 50%; }
.calculator-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; gap: 80px; align-items: center; }
.calculator { padding: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.075); box-shadow: 0 30px 80px rgba(0,0,0,.2); color: white; }
.field-row { display: grid; grid-template-columns: 1fr minmax(150px, .7fr); gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.field-row label { font-weight: 750; }
.input-wrap { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.input-wrap input { width: 130px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: #fff; color: var(--navy); text-align: right; font-weight: 850; }
.input-wrap span { color: #b8c6d2; }
.money span { font-weight: 900; color: var(--orange); font-size: 1.2rem; }
.range-row { display: block; }
.range-row label { display: flex; justify-content: space-between; margin-bottom: 14px; }
.range-row output { color: var(--orange); font-size: 1.2rem; }
.range-row input { width: 100%; accent-color: var(--orange); }
.range-scale { display: flex; justify-content: space-between; color: #8ea2b2; font-size: .75rem; }
.result-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 14px; margin-top: 26px; }
.result-grid > div { min-height: 128px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border-radius: 12px; background: rgba(255,255,255,.07); }
.result-grid span { color: #bac8d3; font-size: .82rem; }
.result-grid strong { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; }
.result-grid .featured-result { background: var(--orange); color: var(--navy); }
.result-grid .featured-result span { color: var(--navy); }
.calculator-note { margin: 18px 0 0; color: #90a4b4; font-size: .78rem; }

.process-section { background: white; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; margin-top: 76px; }
.process-line::before { content: ""; position: absolute; left: 7%; right: 7%; top: 27px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--orange)); }
.process-line article { position: relative; }
.step-number { position: relative; z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 30px; border: 5px solid white; border-radius: 50%; background: var(--navy); color: white; font-weight: 900; box-shadow: 0 0 0 2px var(--blue); }
.process-line article:nth-child(3) .step-number { box-shadow: 0 0 0 2px var(--orange); }
.process-line h3 { font-size: 1.35rem; }
.process-line p { color: var(--muted); }

.pilot-section { background: white; padding-top: 20px; }
.pilot-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 28px; background: var(--navy); color: white; box-shadow: 0 35px 80px rgba(7,27,45,.18); }
.pilot-copy { padding: 68px; }
.pilot-copy h2 { margin-bottom: 18px; font-size: clamp(2.7rem, 4.5vw, 4.6rem); }
.pilot-copy > p { color: #b6c4d0; }
.check-list { display: grid; gap: 13px; margin: 32px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: #e4ebf0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.pilot-scorecard { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 56px; background: var(--blue); }
.scorecard-label { display: inline-block; margin-bottom: 25px; padding: 7px 10px; background: var(--navy); color: white; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pilot-scorecard > strong { font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; letter-spacing: -.04em; }
.pilot-scorecard p { margin: 20px 0 30px; color: #f2f6ff; }
.pilot-price { width: 100%; margin: 0 0 30px; padding: 21px 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: rgba(7,27,45,.18); }
.pilot-price span, .pilot-price small { display: block; }
.pilot-price span { margin-bottom: 7px; color: white; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.pilot-price strong { display: block; color: white; font-size: 1.7rem; line-height: 1.1; }
.pilot-price small { margin-top: 7px; color: white; line-height: 1.4; }

.proof-section { position: relative; overflow: hidden; background: var(--navy); color: white; }
.proof-section::after { content: ""; position: absolute; right: -210px; top: -240px; width: 520px; height: 520px; border: 80px solid rgba(11,95,255,.16); border-radius: 50%; }
.proof-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.proof-copy h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 4.6vw, 4.8rem); }
.proof-copy > p { max-width: 570px; color: #bdcbd6; font-size: 1.05rem; }
.proof-benchmark { display: grid; grid-template-columns: auto 1fr; column-gap: 20px; align-items: center; margin-top: 38px; padding: 24px; border: 1px solid rgba(255,255,255,.19); border-radius: 16px; background: rgba(255,255,255,.06); }
.proof-benchmark span { grid-column: 1 / -1; margin-bottom: 8px; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.proof-benchmark strong { grid-row: 2 / 4; color: white; font-size: 4.8rem; line-height: .9; letter-spacing: -.08em; }
.proof-benchmark p { margin: 0; color: #d6e0e7; font-size: .9rem; line-height: 1.45; }
.proof-ledger { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.04); }
.proof-ledger article { min-height: 230px; padding: 30px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.proof-ledger article:nth-child(2n) { border-right: 0; }
.proof-ledger article:nth-child(n+3) { border-bottom: 0; }
.proof-ledger span { color: var(--orange); font-weight: 950; }
.proof-ledger h3 { margin: 48px 0 12px; color: white; font-size: 1.28rem; }
.proof-ledger p { margin: 0; color: #aebfcb; font-size: .9rem; }
.proof-note { grid-column: 1 / -1; margin: -28px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); color: #91a7b7; font-size: .84rem; }

.fit-section { background: var(--cream); }
.trade-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 58px; }
.trade-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.5); transition: transform .2s, background .2s, box-shadow .2s; }
.trade-card:hover { transform: translateY(-6px); background: white; box-shadow: 0 18px 42px rgba(7,27,45,.08); }
.trade-card.active { border-color: var(--blue); background: var(--blue); color: white; }
.trade-card span { color: var(--orange-on-light); font-weight: 900; }
.trade-card h3 { margin: 56px 0 16px; font-size: 1.5rem; }
.trade-card p { margin: 0; color: var(--muted); }
.trade-card.active span { color: white; }
.trade-card.active p { color: #f2f6ff; }

.difference-section { background: var(--navy); color: white; }
.difference-list { display: grid; gap: 8px; }
.difference-list article { display: grid; grid-template-columns: 115px 1fr; gap: 26px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.difference-list article:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.difference-list h3 { margin: 0; color: var(--orange); font-size: 1rem; font-weight: 900; letter-spacing: 0; }
.difference-list p { margin: 0; color: #b8c6d2; }

.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 18px; color: var(--orange-display-on-light); font-size: 1.75rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; padding: 0 46px 24px 0; color: var(--muted); }

.contact-section { position: relative; overflow: hidden; background: var(--navy); color: white; }
.contact-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -300px; bottom: -250px; border: 100px solid rgba(11,95,255,.18); border-radius: 50%; }
.contact-layout { position: relative; display: grid; grid-template-columns: minmax(0,.72fr) minmax(560px,1.28fr); gap: 78px; align-items: start; }
.contact-intro { position: sticky; top: 120px; padding-top: 34px; }
.contact-intro h2 { margin-bottom: 28px; font-size: clamp(2.75rem, 4.7vw, 4.9rem); }
.contact-intro > p { color: #c7d3dc; font-size: 1.08rem; }
.contact-promises { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.contact-promises span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #eef3f7; font-size: .78rem; font-weight: 800; }
.direct-contact { display: grid; gap: 9px; margin-top: 36px; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.06); }
.direct-contact p { margin: 0 0 3px; color: #b7c5d0; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.direct-contact a { width: fit-content; color: white; font-size: 1rem; font-weight: 850; text-decoration-color: rgba(255,90,0,.8); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.direct-contact a:hover { color: var(--orange); }
.contact-card { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: var(--cream); color: var(--ink); box-shadow: 0 34px 84px rgba(0,0,0,.28); }
.contact-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 10px; background: #e9e4d8; }
.contact-tab { min-height: 52px; border: 0; border-radius: 12px; background: transparent; color: #3d4c58; cursor: pointer; font-weight: 850; }
.contact-tab.active { background: var(--navy); color: white; box-shadow: 0 8px 22px rgba(7,27,45,.15); }
.contact-panel { padding: 40px 42px 32px; }
.contact-panel[hidden] { display: none; }
.form-heading > span { color: var(--orange-on-light); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin: 8px 0 9px; color: var(--navy); font-size: 2rem; }
.form-heading p { margin-bottom: 30px; color: var(--muted); }
.lead-form { position: relative; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.lead-form label { display: grid; gap: 7px; color: var(--navy); font-size: .84rem; font-weight: 800; }
.lead-form label > span small { color: var(--muted); font-weight: 600; }
.field-hint { color: var(--muted); font-size: .72rem; font-weight: 600; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #c9d0d5; border-radius: 11px; background: white; color: var(--ink); transition: border-color .18s, box-shadow .18s; }
.lead-form input:not([type="checkbox"]), .lead-form select { min-height: 49px; padding: 10px 12px; }
.lead-form textarea { padding: 12px; resize: vertical; line-height: 1.5; }
.lead-form input:not([type="checkbox"]):focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,95,255,.12); outline: none; }
.lead-form [aria-invalid="true"] { border-color: #b42318 !important; box-shadow: 0 0 0 3px rgba(180,35,24,.1) !important; }
.wide-field { margin-top: 20px; }
.consent-field { display: grid !important; grid-template-columns: 20px 1fr; gap: 11px !important; align-items: start; margin: 22px 0; color: #43515d !important; font-size: .78rem !important; font-weight: 650 !important; line-height: 1.45; }
.consent-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.form-submit { border: 0; cursor: pointer; }
.form-submit[disabled] { cursor: wait; opacity: .72; transform: none; }
.form-status { min-height: 1.5rem; margin: 15px 0 0; border-radius: 9px; font-size: .86rem; font-weight: 750; }
.form-status.success, .form-status.error { padding: 11px 13px; }
.form-status.success { background: #e2f5e9; color: #14532d; }
.form-status.error { background: #fde8e7; color: #84231d; }
.privacy-note { margin: 0 42px 34px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.trap-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.closing-section { padding: 90px 0; background: var(--orange); color: var(--navy); }
.closing-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.closing-label { display: inline-block; margin-bottom: 18px; padding: 7px 10px; background: var(--navy); color: white; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.closing-section h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.3rem); }
.closing-action p { font-weight: 700; }
.site-footer { padding: 34px 0; background: #04111e; color: #91a4b3; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-inner p { margin: 0; font-size: .84rem; }
.footer-brand .brand-name b { color: var(--blue-bright); }
.footer-contact { display: grid; gap: 3px; text-align: center; }
.footer-contact a { color: #c5d0d8; font-size: .78rem; text-decoration: none; }
.footer-contact a:hover { color: var(--orange); }

.reveal { animation: rise .7s both cubic-bezier(.2,.8,.2,1); }
.delay-1 { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1000px) {
  .site-nav { gap: 18px; }
  .hero-layout, .calculator-layout { gap: 42px; }
  .hero-layout { grid-template-columns: 1fr .85fr; }
  .estimate-stack { transform: scale(.88); transform-origin: center right; }
  .split-layout, .faq-layout { gap: 50px; }
  .trade-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: minmax(0,.74fr) minmax(500px,1.26fr); gap: 46px; }
  .proof-layout { gap: 46px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 40px, 680px); }
  html { scroll-padding-top: 84px; }
  .header-inner { min-height: 64px; gap: 16px; }
  .brand-logo { width: 184px; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; height: 100dvh; padding: 80px 20px 32px; overflow-y: auto; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px; background: var(--cream); font-size: 1.35rem; visibility: hidden; pointer-events: none; transform: translateX(100%); transition: transform .25s, visibility 0s linear .25s; }
  .site-nav.open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .nav-cta { font-size: 1rem; }
  .hero { min-height: auto; padding: 108px 0 48px; }
  .hero::before, .hero::after, .hero-grid { display: none; }
  .eyebrow { display: block; font-size: .875rem; line-height: 1.5; letter-spacing: .08em; }
  h1 { font-size: clamp(2.6rem, 8vw, 3.75rem); margin: 18px 0 22px; }
  .hero-layout, .calculator-layout, .split-layout, .pilot-card, .faq-layout, .closing-layout, .contact-layout, .proof-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 0; }
  .estimate-stack { display: none; }
  .signal-row { flex-wrap: wrap; justify-content: center; padding: 22px 0; }
  .section { padding: 64px 0; }
  h2, .pilot-copy h2, .proof-copy h2, .contact-intro h2, .closing-section h2 { font-size: clamp(2rem, 5.5vw, 2.8rem); line-height: 1.14; letter-spacing: -.035em; }
  .kicker { margin-bottom: 14px; font-size: .875rem; }
  .split-layout, .faq-layout { gap: 28px; }
  .problem-copy { padding-top: 0; }
  .stat-grid, .process-line { grid-template-columns: 1fr; margin-top: 36px; }
  .stat-grid article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-grid h3 { margin-top: 12px; }
  .stat-grid article:last-child { border-bottom: 0; }
  .process-line { gap: 46px; }
  .process-line::before { left: 27px; right: auto; top: 28px; bottom: 28px; width: 2px; height: auto; }
  .process-line article { padding-left: 86px; }
  .step-number { position: absolute; left: 0; top: 0; }
  .pilot-copy, .pilot-scorecard { padding: 45px; }
  .closing-layout { gap: 38px; }
  .contact-intro { position: static; padding-top: 0; }
  .contact-card { max-width: 680px; }
  .proof-note { margin-top: 0; }
}

@media (max-width: 560px) {
  .brand-logo { width: 176px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: .95rem; }
  h1 { font-size: clamp(2.6rem, 11.5vw, 3.5rem); }
  .hero-lede { font-size: 1.0625rem; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-pilot-link { align-self: center; text-align: center; }
  .button { width: 100%; }
  .hero-actions .button { padding: 12px 16px; line-height: 1.35; }
  .hero-proof { gap: 8px 14px; }
  .hero-proof li + li { padding-left: 14px; }
  .signal-row span { display: none; }
  .calculator { padding: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 8px; }
  .input-wrap { justify-content: flex-start; }
  .input-wrap input { width: 100%; text-align: left; }
  .result-grid { grid-template-columns: 1fr; }
  .pilot-copy, .pilot-scorecard { padding: 32px 24px; }
  .contact-panel { padding: 30px 22px 25px; }
  .form-grid { grid-template-columns: 1fr; gap: 15px; }
  .privacy-note { margin: 0 22px 26px; }
  .contact-tabs { padding: 7px; }
  .contact-tab { min-height: 48px; font-size: .9rem; }
  .trade-grid { grid-template-columns: 1fr; }
  .trade-card { min-height: auto; padding: 24px; }
  .trade-card h3 { margin: 18px 0 12px; }
  .proof-ledger { grid-template-columns: 1fr; }
  .proof-ledger article, .proof-ledger article:nth-child(2n), .proof-ledger article:nth-child(n+3) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .proof-ledger article:last-child { border-bottom: 0; }
  .proof-ledger h3 { margin-top: 28px; }
  .difference-list article { grid-template-columns: 1fr; gap: 8px; }
  .process-line article { padding-left: 75px; }
  .footer-inner { flex-direction: column; text-align: center; }
}
