:root {
  --ink: #071426;
  --ink-soft: #0d2036;
  --surface: #0a1728;
  --surface-muted: #0d1d31;
  --line: #263a4d;
  --text: #edf4f8;
  --muted: #a9bac7;
  --teal: #22c7ad;
  --teal-dark: #62dfcb;
  --teal-soft: #123b37;
  --danger: #ff9b91;
  --shadow: 0 24px 70px rgb(0 0 0 / 0.32);
  --font-text: "Manrope", system-ui, sans-serif;
  --font-display: "Sora", "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 92px; }
body { min-width: 320px; margin: 0; overflow-x: clip; background: var(--ink); color: var(--text); font-family: var(--font-text); line-height: 1.6; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; border-radius: 10px; background: var(--teal); color: #04231e; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgb(255 255 255 / 0.1); background: rgb(7 20 38 / 0.92); color: #fff; backdrop-filter: blur(18px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-family: var(--font-display); font-size: 1.15rem; font-weight: 800; text-decoration: none; }
.brand-logo { width: 32px; height: 32px; border-radius: 9px; box-shadow: 0 7px 20px rgb(0 0 0 / 0.24); }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a, .language-link { color: #bcc9d3; font-size: 0.86rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .language-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 14px; }

.section { padding: 104px 0; }
.section { background: var(--ink); }
.section-muted { background: var(--surface-muted); }
.section-dark { background: #06111f; color: #fff; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); letter-spacing: -0.035em; line-height: 1.08; }
h1 { max-width: 780px; font-size: clamp(2.75rem, 6vw, 5.25rem); }
h2 { max-width: 800px; font-size: clamp(2.1rem, 4.4vw, 3.8rem); }
h3 { font-size: 1.18rem; }
p { margin: 0; }
.eyebrow { margin-bottom: 20px; color: #73e4d1; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.16em; }
.eyebrow-dark { color: #73e4d1; }
.feature-copy > p:not(.eyebrow), .final-cta p, .explorer-card > div > p { max-width: 650px; margin-top: 24px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.16rem); }
.feature-copy > .button { width: fit-content; margin-top: 28px; }
.section-dark .feature-copy > p, .final-cta p { color: #b8c7d2; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; text-align: center; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #67e8d3; outline-offset: 3px; }
.button-primary { background: var(--teal); color: #04231e; }
.button-primary:hover { background: #4bd9c2; }
.button-secondary { border-color: #43566b; background: #10253d; color: #fff; }
.button-secondary-light { border-color: #43566b; background: #10253d; color: #fff; }
.button-small { min-height: 40px; padding: 8px 14px; border-radius: 11px; font-size: 0.82rem; }

.hero { position: relative; overflow: hidden; padding: 96px 0 116px; }
.hero::before { content: ""; position: absolute; inset: -40% -20% auto 50%; width: 780px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgb(34 199 173 / 0.15), transparent 64%); pointer-events: none; }
.hero-grid, .split-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.hero-copy { position: relative; z-index: 1; }
.hero-lead { max-width: 680px; margin-top: 26px; color: #c4d0d9; font-size: clamp(1.08rem, 2.2vw, 1.34rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.availability { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: #aebdc8; font-size: 0.88rem; font-weight: 700; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgb(34 199 173 / 0.12); }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 28px 0 0; list-style: none; }
.trust-list li { padding: 8px 11px; border: 1px solid #33495e; border-radius: 999px; color: #d7e1e8; font-size: 0.76rem; font-weight: 700; }
.hero-visual { position: relative; width: min(100%, 500px); justify-self: end; }
.hero-visual picture, .product-shot picture { display: block; }
.hero-visual img { width: 100%; height: auto; border-radius: 34px; box-shadow: 0 36px 100px rgb(0 0 0 / 0.34); }
.hero-visual-note { position: absolute; right: -24px; bottom: 34px; width: min(320px, 78%); padding: 16px 18px; border: 1px solid rgb(255 255 255 / 0.15); border-radius: 16px; background: rgb(13 32 54 / 0.92); box-shadow: var(--shadow); backdrop-filter: blur(16px); }
.hero-visual-note strong, .hero-visual-note span { display: block; }
.hero-visual-note strong { font-size: 0.9rem; }
.hero-visual-note span { margin-top: 4px; color: #adbdc9; font-size: 0.75rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.benefit-grid article { display: flex; min-height: 260px; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); box-shadow: 0 16px 44px rgb(0 0 0 / 0.12); }
.benefit-number { color: var(--teal-dark); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; }
.benefit-grid h3 { margin-top: 42px; font-size: 1.35rem; }
.benefit-grid p { margin-top: 14px; color: var(--muted); }

.loop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 52px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--line); }
.loop-grid article { min-height: 240px; padding: 30px 25px; background: var(--surface); }
.loop-grid article > span { display: block; margin-bottom: 50px; color: #73e4d1; font-family: var(--font-display); font-size: 0.78rem; font-weight: 800; }
.loop-grid article p { margin-top: 13px; color: var(--muted); font-size: 0.91rem; }

.split-grid.reverse > :first-child { order: 2; }
.feature-list, .explorer-points { display: grid; gap: 12px; padding: 0; margin: 30px 0 0; list-style: none; }
.feature-list li, .explorer-points li { position: relative; padding-left: 27px; color: #d0dce4; font-weight: 700; }
.feature-list li::before, .explorer-points li::before { content: "✓"; position: absolute; left: 0; color: #73e4d1; font-weight: 900; }
.product-shot { width: min(100%, 480px); justify-self: center; }
.product-shot img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow); }

.route-preview {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 6vw, 72px) 0;
  color: var(--text);
  background: radial-gradient(circle at 84% 18%, rgb(34 199 173 / 0.12), transparent 34%), var(--surface-muted);
}
.route-preview-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  align-items: center;
  gap: clamp(36px, 5vw, 70px);
  padding: clamp(30px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgb(10 23 40 / 0.92);
  box-shadow: 0 24px 70px rgb(0 0 0 / 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.route-preview-copy { position: relative; z-index: 1; max-width: 700px; }
.route-preview-copy .eyebrow { color: #73e4d1; }
.route-preview-copy h2 { max-width: 680px; color: #f4f8fb; font-size: clamp(1.9rem, 3.2vw, 2.85rem); }
.route-preview-copy > p:not(.eyebrow) { max-width: 610px; margin-top: 18px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.08rem); }
.route-section-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #04231e;
  background: var(--teal);
  box-shadow: 0 12px 28px rgb(0 0 0 / 0.18);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.route-section-link span { transition: transform 180ms ease; }
.route-section-link:hover { background: #4bd9c2; box-shadow: 0 15px 32px rgb(0 0 0 / 0.22); transform: translateY(-1px); }
.route-section-link:hover span { transform: translateX(3px); }
.route-preview-visual {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid #294357;
  border-radius: 26px;
  background: radial-gradient(circle at 50% 48%, rgb(34 199 173 / 0.14), transparent 44%), linear-gradient(145deg, #102b37, #0d2036);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.05);
}
.route-preview-visual::before,
.route-preview-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgb(255 255 255 / 0.06);
  border-radius: 50%;
}
.route-preview-visual::before { width: 190px; height: 190px; top: -86px; right: -62px; }
.route-preview-visual::after { width: 130px; height: 130px; bottom: -72px; left: -42px; }
.route-preview-path {
  position: absolute;
  top: 50%;
  right: 42px;
  left: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #506978, #22c7ad 48%, #496473);
  box-shadow: 0 0 0 6px rgb(7 20 38 / 0.5);
  transform: rotate(-8deg);
  transform-origin: center;
}
.route-preview-node {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #7e989a;
  box-shadow: 0 6px 18px rgb(18 52 47 / 0.18);
}
.route-preview-node-origin { top: 57%; left: 34px; }
.route-preview-node-stop { top: calc(50% - 12px); left: calc(50% - 12px); width: 24px; height: 24px; background: #0c8f82; box-shadow: 0 0 0 8px rgb(34 199 173 / 0.14), 0 8px 22px rgb(12 118 108 / 0.24); }
.route-preview-node-destination { top: 37%; right: 34px; background: #12342f; }
.route-card { min-height: 360px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 10px; padding: clamp(28px, 6vw, 54px); overflow: hidden; border: 1px solid #2c4851; border-radius: 30px; background: linear-gradient(150deg, #102c32, #0c1e30); }
.route-card p { margin: 0; color: #73e4d1; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; }
.route-card strong { max-width: 14ch; color: #fff; font-family: var(--font-display); font-size: clamp(1.75rem, 4vw, 2.65rem); line-height: 1.08; }
.route-card span { margin-top: 8px; padding: 8px 12px; border-radius: 999px; background: var(--teal); color: #04231e; font-size: 0.82rem; font-weight: 800; }
.status-badge { display: inline-flex; width: fit-content; padding: 9px 13px; border-radius: 999px; background: var(--teal-soft); color: #8df0df !important; font-size: 0.78rem !important; font-weight: 800; }

.value-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 32px; }
.value-pair div { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.value-pair span, .value-pair strong { display: block; }
.value-pair span { color: var(--muted); font-size: 0.76rem; font-weight: 700; }
.value-pair strong { margin-top: 5px; font-family: var(--font-display); font-size: 1.25rem; }

.trust-section h2 { color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 54px; border: 1px solid #2f4358; border-radius: 22px; overflow: hidden; background: #2f4358; }
.trust-grid article { padding: 30px; background: var(--ink-soft); }
.trust-grid article > span { color: var(--teal); font-size: 0.74rem; font-weight: 800; }
.trust-grid h3 { margin-top: 48px; color: #fff; }
.trust-grid p { margin-top: 14px; color: #aebdc8; }

.privacy-orbit { position: relative; width: min(410px, 75vw); aspect-ratio: 1; justify-self: center; border: 1px solid #31495b; border-radius: 50%; }
.privacy-orbit::before, .privacy-orbit::after { content: ""; position: absolute; inset: 14%; border: 1px solid #263d50; border-radius: 50%; }
.privacy-orbit::after { inset: 30%; }
.privacy-orbit div { position: absolute; inset: 38%; border-radius: 22px; background: var(--ink); box-shadow: var(--shadow); }
.privacy-orbit span { position: absolute; width: 15px; height: 15px; border: 4px solid var(--surface); border-radius: 50%; background: var(--teal); box-shadow: 0 4px 15px rgb(0 0 0 / 0.28); }
.privacy-orbit span:nth-of-type(1) { top: 7%; left: 42%; }
.privacy-orbit span:nth-of-type(2) { right: 10%; bottom: 22%; }
.privacy-orbit span:nth-of-type(3) { bottom: 11%; left: 20%; }

.explorer-card { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 60px; padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: 0 20px 60px rgb(0 0 0 / 0.2); }
.explorer-card > div > .explorer-availability-note { margin-top: 22px; padding-left: 16px; border-left: 3px solid var(--teal); color: #c4d0d9; font-size: .92rem; line-height: 1.65; }
.explorer-mini { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #0b1b2d; }
.mini-map { position: relative; min-height: 190px; background: linear-gradient(145deg, #15343b, #102338); }
.mini-map::before, .mini-map::after { content: ""; position: absolute; inset: 42% -20% auto; height: 18px; border-radius: 999px; background: #294555; transform: rotate(-12deg); }
.mini-map::after { inset: 10% 25% -20%; width: 18px; height: 130%; transform: rotate(20deg); }
.mini-map span { position: absolute; z-index: 2; width: 32px; height: 32px; display: grid; place-items: center; border: 5px solid #dff8f3; border-radius: 50%; background: var(--teal); box-shadow: 0 6px 16px rgb(0 0 0 / 0.28); }
.mini-map span:nth-child(1) { top: 30px; left: 34%; }
.mini-map span:nth-child(2) { right: 20%; bottom: 30px; background: var(--ink); }
.mini-map span:nth-child(3) { bottom: 20px; left: 15%; }
.mini-prices { display: grid; gap: 1px; background: var(--line); }
.mini-prices div { display: flex; justify-content: space-between; padding: 13px 16px; background: var(--surface); font-size: 0.82rem; }
.mini-prices span { color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: start; gap: 80px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 23px 0; font-family: var(--font-display); font-weight: 700; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--teal-dark); font-size: 1.5rem; transition: transform 180ms ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { padding: 0 42px 24px 0; color: var(--muted); }

.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 700px; }
.final-cta .hero-actions { flex: 0 0 auto; }
footer { padding: 34px 0; border-top: 1px solid var(--line); background: #06111f; }
.footer-inner { display: flex; align-items: center; gap: 24px; }
.footer-inner p { margin-right: auto; color: var(--muted); font-size: 0.82rem; }
.footer-inner nav { display: flex; align-items: center; gap: 18px; }
.footer-inner nav a, .footer-inner nav button { padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 0.8rem; font-weight: 700; cursor: pointer; text-decoration: none; }

.modal-backdrop { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 20px; overflow-y: auto; background: rgb(2 10 20 / 0.76); backdrop-filter: blur(10px); }
.modal-backdrop[hidden] { display: none; }
.modal-shell { position: relative; width: min(530px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: 0 30px 90px rgb(0 0 0 / 0.42); }
.modal-shell > p:not(.eyebrow) { margin-top: 14px; color: var(--muted); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); font-size: 1.4rem; cursor: pointer; }
.modal-shell form { display: grid; gap: 16px; margin-top: 24px; }
.waitlist-shell { width: min(480px, 100%); }
.waitlist-shell form { gap: 13px; }
.modal-shell label:not(.consent-check):not(.waitlist-consent) { display: grid; gap: 7px; color: var(--text); font-size: 0.82rem; font-weight: 800; }
.modal-shell input:not([type="checkbox"]), .modal-shell textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #3a5064; border-radius: 12px; background: #071426; color: var(--text); }
.modal-shell textarea { resize: vertical; }
.consent-check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 0.79rem; }
.consent-check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--teal-dark); }
.waitlist-note { color: #c4d0d9; font-size: 0.82rem; }
.waitlist-consent { display: flex; min-height: 44px; align-items: flex-start; gap: 10px; color: #d8e2e9; font-size: 0.82rem; line-height: 1.5; cursor: pointer; }
.waitlist-consent input { width: 20px; height: 20px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--accent); }
.waitlist-consent input:focus-visible { outline: 3px solid rgba(59, 130, 246, 0.28); outline-offset: 3px; }
.waitlist-consent-error { min-height: 1em; color: #fecaca; font-size: 0.78rem; }
.form-legal, .form-status { color: var(--muted); font-size: 0.78rem; }
.form-status:not(:empty) { padding: 11px 12px; border-radius: 11px; }
.form-status[data-tone="muted"] { background: rgb(255 255 255 / 0.05); }
.form-status[data-tone="error"] { background: rgb(255 155 145 / 0.08); color: var(--danger); }
.form-status[data-tone="success"] { background: rgb(34 199 173 / 0.1); color: #8df0df; }
.market-interest { padding-top: 4px; }
.market-interest[hidden] { display: none; }
.market-interest > p { color: var(--muted); font-size: 0.78rem; }
.market-interest > div { display: flex; gap: 8px; margin-top: 9px; }
.market-interest button { min-height: 44px; padding: 9px 14px; border: 1px solid #3a5064; border-radius: 11px; background: #10253d; color: var(--text); font-weight: 800; cursor: pointer; }
.market-interest button[aria-pressed="true"] { border-color: var(--teal); background: var(--teal-soft); color: #8df0df; }
.button:disabled { cursor: wait; opacity: 0.68; transform: none; }
.outlook-preview-card {
  min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; gap: 12px;
  padding: 34px; border: 1px solid var(--line); border-radius: 30px;
  background: radial-gradient(circle at 18% 10%, rgb(63 203 184 / 0.2), transparent 34%), #0b1b2d;
  box-shadow: 0 24px 70px rgb(2 10 20 / 0.18);
}
.outlook-preview-card p { color: #8df0df; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.outlook-preview-card strong { max-width: 420px; color: #fff; font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.12; }
.outlook-preview-card > span:last-child { color: #aebdca; font-size: 0.84rem; font-weight: 700; }
.outlook-preview-icon { width: 56px; height: 56px; margin-bottom: auto; border-radius: 18px; display: grid; place-items: center; background: rgb(34 199 173 / 0.14); color: #8df0df; font-size: 1.8rem; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

.consent-banner { position: fixed; z-index: 250; right: 20px; bottom: 20px; left: 20px; padding: 14px 20px; border: 1px solid #33495e; border-radius: 18px; background: rgb(13 32 54 / 0.97); color: #fff; box-shadow: 0 18px 55px rgb(0 0 0 / 0.3); backdrop-filter: blur(18px); }
.consent-banner[hidden] { display: none; }
.consent-banner-inner { width: min(1160px, 100%); display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-inline: auto; }
.consent-banner p { max-width: 690px; color: #c4d0d9; font-size: 0.78rem; line-height: 1.5; }
.consent-actions { flex: 0 0 auto; display: flex; gap: 8px; }
.consent-actions .button { min-width: 190px; border: 1px solid #8fa2b5; background: transparent; color: #fff; box-shadow: none; }
.consent-actions .button:hover { border-color: #fff; background: rgb(255 255 255 / 0.1); }
.cookie-preferences-button { position: fixed; z-index: 120; right: 18px; bottom: 14px; min-height: 38px; padding: 8px 13px; border: 1px solid rgb(255 255 255 / 0.22); border-radius: 999px; background: rgb(13 32 54 / 0.9); color: #fff; font: inherit; font-size: 0.72rem; font-weight: 800; cursor: pointer; backdrop-filter: blur(14px); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid, .split-grid { grid-template-columns: 1fr 0.82fr; gap: 46px; }
  .loop-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid h3 { margin-top: 24px; }
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .explorer-card { grid-template-columns: 1fr 0.8fr; gap: 30px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 220px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 620px); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 64px; }
  .header-actions .button { display: none; }
  .hero { padding: 52px 0 72px; }
  .hero-grid, .split-grid, .explorer-card { grid-template-columns: 1fr; }
  .hero-visual { width: min(88%, 430px); justify-self: center; }
  .hero-visual-note { right: -6%; bottom: 20px; }
  .loop-grid { grid-template-columns: 1fr; }
  .loop-grid article { min-height: auto; }
  .loop-grid article > span { margin-bottom: 26px; }
  .split-grid.reverse > :first-child { order: 0; }
  .product-shot { width: min(86vw, 440px); }
  .route-card { min-height: 320px; }
  .route-preview { padding: 56px 0; }
  .route-preview-card { grid-template-columns: 1fr; padding: 30px; border-radius: 28px; }
  .route-preview-visual { min-height: 164px; }
  .explorer-card { padding: 28px 22px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner p { width: 100%; order: 3; }
  .footer-inner nav { margin-left: auto; }
  input, select, textarea { font-size: 16px; }
}

@media (max-width: 430px) {
  .container { width: min(100% - 24px, 390px); }
  h1 { font-size: clamp(2.35rem, 13vw, 3.25rem); }
  h2 { font-size: clamp(1.9rem, 10vw, 2.7rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: 6px; }
  .trust-list li { font-size: 0.69rem; }
  .hero-visual-note { position: relative; right: auto; bottom: auto; width: 100%; margin-top: -20px; }
  .value-pair { grid-template-columns: 1fr; }
  .route-card { min-height: 280px; }
  .route-preview { padding: 48px 0; }
  .route-preview-card { padding: 27px 22px; border-radius: 24px; }
  .route-preview-visual { min-height: 132px; border-radius: 20px; }
  .route-preview-path { right: 30px; left: 30px; }
  .route-preview-node-origin { left: 22px; }
  .route-preview-node-destination { right: 22px; }
  .route-section-link { width: 100%; justify-content: center; }
  .footer-inner nav { width: 100%; margin-left: 0; flex-wrap: wrap; }
  .modal-shell { padding: 28px 20px 22px; border-radius: 20px; }
  .benefit-grid { margin-top: 34px; }
  .benefit-grid article { min-height: 0; padding: 23px; }
  .benefit-grid h3 { margin-top: 28px; }
}

@media (max-height: 700px) {
  .modal-backdrop { place-items: start center; }
}

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

.savings-impact-strip[hidden] { display: none; }
.savings-impact-strip {
  position: relative;
  padding: 22px 0;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  background: linear-gradient(135deg, #08192b, #0d2436 58%, #0a2b2b);
}
.savings-impact-inner { display: flex; align-items: center; gap: 16px; }
.savings-impact-mark {
  width: 48px; height: 48px; display: grid; flex: 0 0 auto; place-items: center;
  border: 1px solid rgb(115 228 209 / 0.3); border-radius: 16px;
  color: #73e4d1; background: rgb(34 199 173 / 0.1);
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 800;
}
.savings-impact-copy { display: grid; gap: 2px; }
.savings-impact-eyebrow { color: #73e4d1; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; }
.savings-impact-copy strong { color: #fff; font-family: var(--font-display); font-size: clamp(1.1rem, 2.2vw, 1.45rem); letter-spacing: -0.02em; }
.savings-impact-copy > span { color: #aebdc8; font-size: 0.82rem; }
@media (max-width: 640px) {
  .savings-impact-strip { padding: 18px 0; }
  .savings-impact-inner { align-items: flex-start; gap: 12px; }
  .savings-impact-mark { width: 42px; height: 42px; border-radius: 14px; }
}
