:root {
  --green-950: #082f3c;
  --green-900: #0d536a;
  --green-800: #116b88;
  --green-700: #157798;
  --green-100: #dceef3;
  --cream: #f2f6f7;
  --cream-deep: #dce8eb;
  --paper: #ffffff;
  --gold: #f10104;
  --gold-light: #ff9a9c;
  --ink: #102a34;
  --muted: #62747b;
  --line: rgba(16, 42, 52, 0.13);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(8, 47, 60, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; }
img, svg { display: block; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }

.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; color: white; transition: background .25s ease, box-shadow .25s ease, color .25s ease; }
.site-header.scrolled { background: rgba(251,250,246,.93); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; padding: 8px 12px; color: inherit; background: white; border: 1px solid rgba(16,42,52,.08); border-radius: 14px; text-decoration: none; box-shadow: 0 7px 20px rgba(0,0,0,.1); }
.brand img { display: block; height: auto; box-shadow: none; }
.brand-wordmark { width: 174px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; }
.desktop-nav a { position: relative; text-decoration: none; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -8px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.site-header:not(.scrolled) .button-dark { background: rgba(255,255,255,.12); color: white; border-color: rgba(255,255,255,.3); }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 17px; height: 1.5px; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 82px 0 0; padding: 40px 24px; background: var(--paper); color: var(--ink); }
.mobile-menu a:not(.button) { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-family: var(--serif); font-size: 30px; }
.mobile-menu .button { margin-top: 28px; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 760; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 13px; }
.button-dark { background: var(--green-900); color: white; }
.button-gold { background: var(--gold); color: white; box-shadow: 0 12px 25px rgba(241,1,4,.22); }
.button-cream { background: var(--cream); color: var(--green-950); }
.button-outline-light { border-color: rgba(255,255,255,.4); color: white; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: white; font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(3px); }

.hero { position: relative; min-height: 880px; padding: 150px 0 32px; overflow: hidden; color: white; background: linear-gradient(135deg, #082f3c 0%, #0b465b 72%, #0c5b73 100%); }
.hero::before { content: ""; position: absolute; width: 610px; height: 610px; left: -320px; bottom: -310px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.hero-glow { position: absolute; width: 540px; height: 540px; right: 5%; top: 130px; border-radius: 50%; background: radial-gradient(circle, rgba(21,119,152,.85), rgba(8,47,60,0) 70%); filter: blur(4px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 58px; }
.hero-copy { padding-bottom: 48px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 780; }
.eyebrow { color: var(--gold-light); }
.eyebrow span { width: 22px; height: 1px; background: currentColor; }
.kicker { color: var(--green-700); }
.kicker-light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; }
h1 { max-width: 690px; margin: 27px 0 25px; font-size: clamp(60px, 6vw, 88px); line-height: .95; }
h1 em, h2 em { color: var(--gold-light); font-weight: inherit; }
.hero-lede { max-width: 575px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.hero-proof { display: flex; gap: 27px; margin-top: 34px; color: rgba(255,255,255,.68); font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 7px; }
.hero-proof i { display: inline-grid; width: 19px; height: 19px; place-items: center; color: var(--green-950); background: var(--gold-light); border-radius: 50%; font-size: 11px; font-style: normal; font-weight: 900; }

.hero-visual { position: relative; height: 650px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 430px; height: 430px; }
.phone-shell { position: relative; z-index: 3; width: 334px; height: 650px; padding: 14px 18px 0; overflow: hidden; color: var(--ink); background: var(--cream); border: 8px solid #091d24; border-radius: 49px 49px 0 0; box-shadow: 0 45px 90px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.35); }
.phone-shell::before { content: ""; position: absolute; top: 9px; left: 50%; width: 74px; height: 19px; transform: translateX(-50%); background: #091d24; border-radius: 12px; }
.phone-shell-real { height: 650px; padding: 0; background: #f4f3ef; border-width: 9px; }
.phone-shell-real::before { z-index: 2; top: 8px; }
.phone-shell-real img { width: 100%; height: auto; }
.preview-caption { position: absolute; z-index: 5; left: 50%; bottom: -17px; transform: translateX(-50%); padding: 8px 13px; color: rgba(255,255,255,.72); background: rgba(8,47,60,.78); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; backdrop-filter: blur(8px); }
.hero-car-photo { position: absolute; z-index: 2; left: -5%; bottom: 26px; width: 246px; margin: 0; padding: 9px 9px 0; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.6); border-radius: 16px; box-shadow: 0 26px 55px rgba(0,0,0,.42); transform: rotate(-6deg); }
.hero-car-photo img { display: block; width: 100%; height: 150px; object-fit: cover; border-radius: 9px; }
.hero-car-photo figcaption { padding: 8px 2px 9px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.phone-bar { display: flex; height: 28px; align-items: center; justify-content: space-between; padding: 0 8px; font-size: 9px; font-weight: 800; }
.phone-bar i { width: 42px; }
.phone-bar b { width: 16px; height: 8px; border: 1px solid var(--ink); border-radius: 3px; }
.app-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 3px 15px; }
.app-brand { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.app-brand img { border-radius: 8px; }
.app-head button { width: 30px; height: 30px; padding: 0; border: 1px solid rgba(0,0,0,.1); border-radius: 50%; background: rgba(255,255,255,.65); }
.vehicle-card { position: relative; height: 192px; padding: 15px; overflow: hidden; background: var(--green-900); color: white; border-radius: 20px; }
.vehicle-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; bottom: -90px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.03); }
.vehicle-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: 10px; color: rgba(255,255,255,.62); }
.vehicle-meta b { color: #a8d9b4; font-weight: 650; }
.car-silhouette { width: 100%; margin-top: 13px; fill: #f1e6c9; }
.car-silhouette .window { fill: #174d3b; }
.car-silhouette circle { fill: #102f25; }
.car-silhouette circle.hub { fill: var(--gold); }
.plate { position: absolute; right: 14px; bottom: 13px; display: flex; height: 24px; overflow: hidden; color: #111; background: #f3d24d; border-radius: 4px; font-size: 9px; }
.plate span { display: grid; place-items: center; padding: 0 4px; color: white; background: #164a88; font-size: 6px; }
.plate b { display: grid; place-items: center; padding: 0 8px; letter-spacing: .1em; }
.next-up { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 13px 15px; background: white; border-radius: 16px; box-shadow: 0 4px 15px rgba(6,47,36,.07); }
.next-up div { display: grid; gap: 4px; }
.next-up small, .quick-grid small { color: var(--muted); font-size: 8px; }
.next-up strong { font-size: 11px; }
.next-up > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--green-900); background: var(--green-100); border-radius: 50%; font-size: 12px; font-weight: 800; border: 3px solid #8dc1a1; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.quick-grid > div { display: grid; grid-template-columns: 30px 1fr; align-items: center; padding: 10px; background: rgba(255,255,255,.68); border-radius: 13px; }
.quick-icon { grid-row: 1/3; display: grid; width: 25px; height: 25px; place-items: center; color: var(--green-700); background: var(--green-100); border-radius: 8px; font-size: 12px; }
.quick-grid strong { font-size: 9px; }
.app-nav { position: absolute; inset: auto 0 0; height: 69px; display: flex; align-items: center; justify-content: space-around; background: white; border-top: 1px solid rgba(0,0,0,.06); }
.app-nav > span { display: grid; justify-items: center; gap: 3px; color: #9ba19e; font-size: 16px; }
.app-nav small { font-size: 7px; }
.app-nav .active { color: var(--green-700); }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 150px; padding: 12px 15px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.6); border-radius: 14px; box-shadow: 0 18px 45px rgba(0,0,0,.2); animation: float 5s ease-in-out infinite; }
.floating-note small, .floating-note strong { display: block; }
.floating-note small { margin-bottom: 3px; color: var(--muted); font-size: 8px; }
.floating-note strong { font-size: 10px; }
.note-icon, .trend { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 10px; font-weight: 900; }
.note-icon { color: var(--green-800); background: var(--green-100); }
.trend { color: white; background: var(--gold); font-size: 10px; }
.note-mot { left: -4px; top: 170px; }
.note-value { right: -7px; top: 355px; animation-delay: -2.2s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.trust-row { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 750; }
.trust-row i { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }

.section-heading h2 { margin: 18px 0 19px; color: var(--green-950); font-size: clamp(46px, 5vw, 69px); line-height: .99; }
.section-heading h2 em { color: var(--green-700); }
.section-heading p { color: var(--muted); line-height: 1.7; }
.section-heading.centred { max-width: 690px; margin: 0 auto 58px; text-align: center; }
.section-heading.split { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading.split p { padding-bottom: 4px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 470px; padding: 30px; overflow: hidden; border-radius: 26px; }
.card-number { position: absolute; top: 28px; right: 28px; font-size: 10px; font-weight: 800; letter-spacing: .12em; opacity: .6; }
.benefit-card h3 { margin: 30px 0 12px; font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: -.04em; }
.benefit-card p { max-width: 310px; margin: 0; color: inherit; opacity: .68; font-size: 14px; line-height: 1.65; }
.benefit-green { color: white; background: var(--green-900); }
.benefit-cream { background: var(--cream); }
.benefit-gold { color: white; background: var(--gold); }
.mini-calendar { width: 155px; height: 174px; margin: 33px auto 10px; display: grid; place-items: center; align-content: center; color: var(--ink); background: #fffdf6; border-radius: 18px; transform: rotate(-4deg); box-shadow: 12px 18px 35px rgba(0,0,0,.18); }
.mini-calendar span { color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.mini-calendar strong { font-family: var(--serif); font-size: 65px; line-height: 1; font-weight: 500; }
.mini-calendar i { position: absolute; right: -13px; bottom: 24px; display: grid; width: 42px; height: 42px; place-items: center; color: var(--green-950); background: var(--gold); border-radius: 50%; font-style: normal; font-weight: 900; }
.mini-chart { position: relative; height: 217px; margin: 31px 0 -6px; display: grid; place-items: center; }
.mini-chart span { position: absolute; top: 26px; left: 50%; display: grid; width: 66px; height: 66px; place-items: center; transform: translateX(-50%); background: var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 30px; }
.mini-chart svg { width: 100%; overflow: visible; }
.mini-chart path { fill: none; stroke: var(--green-700); stroke-width: 4; stroke-linecap: round; }
.mini-health { width: 224px; height: 154px; margin: 51px auto 38px; padding: 25px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 22px; box-shadow: 15px 20px 30px rgba(80,0,4,.16); transform: rotate(3deg); }
.mini-health span, .mini-health strong { display: block; }
.mini-health span { margin-bottom: 8px; color: var(--muted); font-size: 9px; }
.mini-health strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.mini-health div { height: 9px; margin-top: 24px; overflow: hidden; background: #e6e8e4; border-radius: 999px; }
.mini-health i { display: block; width: 84%; height: 100%; background: var(--green-700); border-radius: inherit; }

.feature-stage { background: var(--green-950); color: white; }
.feature-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 85px; }
.feature-copy h2 { margin: 19px 0; font-size: clamp(50px, 5vw, 72px); line-height: .96; }
.feature-copy > p { max-width: 450px; color: rgba(255,255,255,.62); line-height: 1.7; }
.feature-tabs { margin-top: 43px; border-top: 1px solid rgba(255,255,255,.15); }
.feature-tabs button { width: 100%; display: flex; align-items: center; gap: 17px; padding: 18px 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); background: transparent; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 22px; transition: color .2s, padding-left .2s; }
.feature-tabs button span { font-family: var(--sans); font-size: 9px; letter-spacing: .15em; }
.feature-tabs button[aria-selected="true"] { padding-left: 15px; color: var(--gold-light); }
.feature-tabs button[aria-selected="true"]::after { content: "→"; margin-left: auto; font-family: var(--sans); }
.feature-panel { position: relative; min-height: 605px; padding: 55px; overflow: hidden; color: var(--ink); border-radius: 32px; animation: panel-in .4s ease both; }
.tone-mint { background: #cfe9f0; }
.tone-gold { background: #f6aaab; }
.tone-cream { background: var(--cream); }
.tone-rose { background: #e4d7ee; }
@keyframes panel-in { from { opacity: .4; transform: translateY(12px); } }
.panel-eyebrow { position: relative; z-index: 2; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 800; }
.feature-panel h3 { position: relative; z-index: 2; max-width: 480px; margin: 27px 0 18px; font-family: var(--serif); font-size: clamp(40px, 4vw, 58px); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.feature-panel > p { position: relative; z-index: 2; max-width: 450px; color: rgba(18,35,29,.65); line-height: 1.65; }
.feature-panel ul { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.feature-panel li { display: flex; align-items: center; gap: 6px; padding: 8px 11px; background: rgba(255,255,255,.45); border-radius: 999px; font-size: 10px; font-weight: 700; }
.feature-panel li span { display: grid; width: 17px; height: 17px; place-items: center; color: white; background: var(--green-700); border-radius: 50%; font-size: 9px; }
.feature-stat { position: absolute; z-index: 2; left: 55px; bottom: 50px; display: grid; }
.feature-stat strong { font-family: var(--serif); font-size: 44px; font-weight: 500; letter-spacing: -.04em; }
.feature-stat span { color: rgba(18,35,29,.55); font-size: 11px; }
.panel-orbit { position: absolute; width: 285px; height: 285px; right: -50px; bottom: -45px; border: 1px solid rgba(18,35,29,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.12), 0 0 0 90px rgba(255,255,255,.08); }
.panel-orbit i, .panel-orbit b, .panel-orbit em { position: absolute; display: block; border-radius: 50%; background: var(--green-900); }
.panel-orbit i { width: 72px; height: 72px; left: 36px; top: 20px; }
.panel-orbit b { width: 24px; height: 24px; right: 60px; top: -10px; background: var(--gold); }
.panel-orbit em { width: 42px; height: 42px; right: 30px; bottom: 65px; background: rgba(255,255,255,.8); }

.steps { background: var(--paper); }
.steps-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding: 0; list-style: none; counter-reset: step; }
.steps-list li { position: relative; min-height: 380px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; }
.step-index { position: absolute; right: 24px; top: 24px; color: var(--green-700); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.steps-list h3 { margin: 28px 0 9px; font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: -.04em; }
.steps-list p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.step-art { height: 200px; display: grid; place-items: center; }
.plate-art { align-self: center; display: flex; width: 230px; height: 66px; margin: 65px auto 69px; overflow: hidden; background: #f3d24d; border-radius: 8px; box-shadow: 0 13px 25px rgba(0,0,0,.14); }
.plate-art span { display: grid; width: 38px; place-items: center; color: white; background: #164a88; font-size: 8px; }
.plate-art strong { display: grid; flex: 1; place-items: center; color: #101312; font-size: 22px; letter-spacing: .13em; }
.radar-art { position: relative; width: 200px; margin-inline: auto; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 35px rgba(21,119,152,.07), 0 0 0 70px rgba(21,119,152,.04); }
.radar-art::before, .radar-art::after { content: ""; position: absolute; background: var(--line); }
.radar-art::before { width: 1px; height: 100%; }
.radar-art::after { width: 100%; height: 1px; }
.radar-art i, .radar-art b, .radar-art em { position: absolute; border-radius: 50%; background: var(--green-700); }
.radar-art i { width: 15px; height: 15px; top: 43px; right: 45px; }
.radar-art b { width: 9px; height: 9px; bottom: 52px; left: 49px; background: var(--gold); }
.radar-art em { width: 21px; height: 21px; left: 50%; top: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 8px rgba(21,119,152,.16); }
.tick-art { width: 134px; height: 134px; margin: 34px auto 32px; color: white; background: var(--green-700); border-radius: 50%; box-shadow: 0 0 0 18px var(--green-100), 0 0 0 19px rgba(21,119,152,.16); font-size: 48px; font-weight: 900; }

.promise { padding-top: 20px; }
.promise-card { position: relative; min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; padding: 70px; color: white; background: var(--green-900); border-radius: 32px; }
.promise-copy { position: relative; z-index: 2; }
.promise-copy h2 { margin: 20px 0; color: white; font-size: clamp(48px, 5vw, 68px); }
.promise-copy p { max-width: 470px; color: rgba(255,255,255,.64); line-height: 1.7; }
.promise-copy .button { margin-top: 15px; }
.promise-art { position: relative; align-self: stretch; }
.promise-art svg { position: absolute; z-index: 2; width: 115%; right: -90px; bottom: 63px; fill: #f5f9fa; }
.promise-art svg circle { fill: #082f3c; }
.promise-art .promise-window { fill: #157798; }
.promise-art .promise-hub { fill: var(--gold); }
.road { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.road-one { width: 480px; height: 480px; right: -120px; bottom: -170px; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.018); }
.road-two { width: 220px; height: 220px; right: 3px; bottom: -10px; border-color: rgba(241,1,4,.4); }

.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq .section-heading p { max-width: 330px; }
.faq .section-heading a { color: var(--green-700); font-weight: 700; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 2px; border: 0; background: transparent; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 22px; }
.accordion-item button i { position: relative; flex: 0 0 27px; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 8px; top: 12px; width: 9px; height: 1px; background: currentColor; transition: transform .2s ease; }
.accordion-item button i::after { transform: rotate(90deg); }
.accordion-item.open button i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion-panel p { min-height: 0; overflow: hidden; margin: 0; max-width: 610px; color: var(--muted); line-height: 1.7; }
.accordion-item.open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.open .accordion-panel p { padding-bottom: 25px; }

.final-cta { padding: 120px 0; color: white; background: var(--green-950); text-align: center; }
.final-cta-inner { max-width: 820px; }
.final-cta img { margin: 0 auto 24px; border-radius: 20px; box-shadow: 0 16px 35px rgba(0,0,0,.25); }
.final-cta h2 { margin: 21px 0; font-size: clamp(50px, 6vw, 78px); line-height: .98; }
.final-cta p { color: rgba(255,255,255,.65); }
.cta-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.site-footer { padding: 70px 0 24px; color: white; background: #061f29; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 80px; padding-bottom: 55px; }
.brand-light { color: white; }
.footer-main > div:first-child p { max-width: 330px; margin: 20px 0 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.6; }
.footer-main nav, .footer-contact { display: flex; align-items: flex-start; flex-direction: column; gap: 13px; }
.footer-main nav a, .footer-contact a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 13px; }
.footer-main nav a:hover, .footer-contact a:hover { color: white; }
.footer-contact span { margin-bottom: 7px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.footer-base { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 10px; }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .16s; }
.reveal-delay-short { transition-delay: .08s; }
.reveal-delay-long { transition-delay: .16s; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 440px; gap: 20px; }
  .note-mot { left: -30px; }
  .note-value { right: -30px; }
  .benefit-card { min-height: 440px; padding: 24px; }
  .feature-layout { gap: 45px; }
  .promise-card { padding: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 34px, 650px); }
  .section { padding: 85px 0; }
  .site-header { height: 70px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { inset: 70px 0 0; }
  .site-header:not(.scrolled), .site-header:has(.menu-toggle[aria-expanded="true"]) { background: var(--paper); color: var(--ink); }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-bottom: 10px; }
  .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { height: 650px; }
  .trust-row { flex-wrap: wrap; justify-content: center; gap: 13px 20px; }
  .benefit-grid, .steps-list { grid-template-columns: 1fr; }
  .benefit-card { min-height: 430px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 0; }
  .feature-layout { grid-template-columns: 1fr; }
  .feature-tabs { display: flex; overflow-x: auto; border: 0; }
  .feature-tabs button { flex: 0 0 auto; width: auto; padding: 13px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-family: var(--sans); font-size: 13px; }
  .feature-tabs button[aria-selected="true"] { padding-left: 18px; background: var(--gold); color: var(--green-950); }
  .feature-tabs button span, .feature-tabs button::after { display: none; }
  .promise-card { grid-template-columns: 1fr; padding: 46px 35px 0; }
  .promise-art { min-height: 330px; }
  .promise-art svg { width: 100%; right: -20px; bottom: 44px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .brand-wordmark { width: 145px; }
  .section { padding: 70px 0; }
  h1 { font-size: 55px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-proof { flex-direction: column; align-items: center; gap: 10px; }
  .hero-grid > * { min-width: 0; }
  .hero-visual { height: 585px; margin-top: 15px; transform: scale(.9); transform-origin: top center; }
  .phone-shell { width: min(334px, 100%); height: 635px; }
  .floating-note { display: none; }
  .hero-car-photo { display: none; }
  .trust-row { margin-top: 62px; }
  .benefit-card { min-height: 420px; }
  .feature-panel { min-height: 0; padding: 34px 26px; }
  .feature-panel ul { position: relative; z-index: 3; }
  .feature-stat { position: relative; left: auto; bottom: auto; margin-top: 48px; }
  .panel-orbit { width: 210px; height: 210px; right: -70px; bottom: -70px; }
  .promise-card { padding: 40px 25px 0; }
  .promise-art { min-height: 260px; }
  .promise-art svg { width: 125%; right: -62px; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-base { flex-direction: column; gap: 8px; }
}

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