@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-latin-variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #ffc107;
  --yellow-deep: #ffb300;
  --ink: #171717;
  --black: #000;
  --muted: #5f5f5b;
  --quiet: #8a8a84;
  --page: #f5f5f4;
  --surface: #fff;
  --line: #d9d9d5;
  --blue: #1e56f0;
  --green: #059669;
  --radius: 16px;
  --radius-lg: 28px;
  --shadow: 0 18px 60px rgba(23, 23, 23, .10);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 48px 0; }
.section-soft { background: #ececea; }
.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; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; border-radius: 10px; background: var(--black); color: #fff; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; background: rgba(255, 255, 255, .93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); transition: box-shadow .2s; }
.site-header.scrolled, .site-header.menu-active { box-shadow: 0 5px 24px rgba(0, 0, 0, .05); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 23px; font-weight: 900; letter-spacing: -.6px; }
.brand img { border-radius: 12px; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { position: relative; padding-bottom: 6px; color: #434340; transition: color .16s; }
.site-nav > a:not(.nav-cta):hover { color: var(--black); }
.site-nav > a.is-active { color: var(--black); font-weight: 800; }
.site-nav > a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 99px; background: var(--yellow); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 12px 21px; color: var(--ink); background: var(--yellow); border-radius: 99px; font-weight: 850; box-shadow: 0 8px 20px rgba(255, 179, 0, .32); transition: transform .15s, box-shadow .15s; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 11px 24px rgba(255, 179, 0, .4); }
.nav-cta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--black); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 700px; display: flex; flex-direction: column; padding: 0 0 38px; overflow: hidden; background: var(--page); }
.hero-bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 70% 50%; image-rendering: auto; }
.hero-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .95) 25%, rgba(255, 255, 255, .6) 45%, rgba(255, 255, 255, 0) 65%); }
.hero-inner { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 44px; padding-top: 122px; }
.hero-top { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hero-copy { min-width: 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; padding: 8px 15px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 99px; background: rgba(255, 255, 255, .82); box-shadow: 0 6px 20px rgba(0, 0, 0, .07); backdrop-filter: blur(8px); color: #3d3d3a; font-size: 11.5px; line-height: 1.2; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-sub { margin: 0; color: #3c3c38; font-size: 13.5px; line-height: 1.95; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero-features { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.hero-features li { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 2px 24px; text-align: center; }
.hero-features li:first-child { padding-left: 0; }
.hero-features li + li { border-left: 1px solid rgba(23, 23, 23, .17); }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 179, 0, .55); border-radius: 50%; background: rgba(255, 255, 255, .8); box-shadow: 0 6px 16px rgba(0, 0, 0, .08); backdrop-filter: blur(6px); }
.feature-icon svg { width: 21px; height: 21px; fill: none; stroke: #2c2c29; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-glyph { color: #2c2c29; font-size: 19px; line-height: 1; font-weight: 850; }
.feature-label { color: #2f2f2c; font-size: 12px; line-height: 1.35; font-weight: 800; }
.kicker { margin: 0 0 18px; color: #555550; font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.kicker-gray { color: #888888; font-weight: 850; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.02; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(46px, 5.4vw, 76px); letter-spacing: -.058em; font-weight: 900; }
h1 span, .driver-copy h2 span { position: relative; z-index: 0; }
h1 span::after { content: ""; position: absolute; z-index: -1; left: -.02em; right: -.08em; bottom: .07em; height: .28em; background: var(--yellow); transform: rotate(-1deg); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 22px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 850; transition: transform .15s, box-shadow .15s, background .15s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--black); color: #fff; box-shadow: 0 12px 30px rgba(0, 0, 0, .16); }
.button-secondary { border-color: var(--line); background: var(--surface); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-pill { min-height: 48px; padding: 12px 25px; border-radius: 99px; font-size: 15px; box-shadow: 0 10px 24px rgba(255, 179, 0, .32); }

.who-section { padding: 56px 0 48px; background: var(--surface); }
.who-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: start; }
.kicker-dash { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.kicker-dash::before { content: ""; width: 26px; height: 3px; flex: 0 0 auto; border-radius: 2px; background: var(--yellow); }
.who-copy h2 { max-width: 440px; margin: 0 0 18px; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.12; letter-spacing: -.04em; font-weight: 900; }
.who-copy > p { max-width: 520px; margin: 0 0 16px; color: var(--muted); font-size: 16px; }
.who-copy > .about-closing { margin-top: 12px; margin-bottom: 0; color: var(--ink); font-size: 21px; line-height: 1.35; font-weight: 800; letter-spacing: -.02em; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.pillar { padding: 26px 22px 28px; border: 1px solid transparent; border-radius: 20px; background: #f4f4f2; }
.pillar-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; background: #fdefc9; }
.pillar-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pillar h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.025em; }
.pillar p { margin: 0; color: var(--muted); font-size: 14px; }
.pillar-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.pillar-list li { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 14px; line-height: 1.4; }
.check-icon { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; }
.check-icon circle { fill: var(--yellow); }
.check-icon path { fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.who-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 56px; margin-top: 52px; padding-top: 34px; border-top: 1px solid var(--line); }
.who-story p { margin: 0; color: var(--muted); font-size: 16px; }
.about-closing { grid-column: 1 / -1; margin-top: 4px; color: var(--ink); font-size: 21px; line-height: 1.35; font-weight: 800; letter-spacing: -.02em; }

.section-heading h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.052em; font-weight: 900; }
.heading-row { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 48px; }
.heading-row > p { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 18px; }

.vehicle-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.vehicle-card { min-height: 420px; position: relative; grid-column: span 2; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); overflow: hidden; isolation: isolate; }
.vehicle-card:nth-child(4) { grid-column: 2 / span 2; }
.vehicle-card .vehicle-copy { position: relative; z-index: 2; padding: 25px; }
.vehicle-number { color: var(--quiet); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.vehicle-card h3 { margin: 11px 0 8px; font-size: 28px; letter-spacing: -.035em; }
.vehicle-card p { max-width: 270px; margin: 0; color: var(--muted); font-size: 14px; }
.vehicle-card img { position: absolute; z-index: 1; width: 48%; max-height: 270px; object-fit: contain; right: -2%; bottom: -38px; transform: rotate(-6deg); filter: drop-shadow(0 12px 12px rgba(0, 0, 0, .15)); transition: transform .25s; }
.vehicle-card:hover img { transform: translateY(-7px) rotate(-4deg); }
.vehicle-featured { background: var(--yellow); border-color: var(--yellow-deep); }
.vehicle-featured::after { content: "Most comfortable"; position: absolute; right: 18px; top: 19px; padding: 6px 9px; border-radius: 99px; background: var(--black); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.availability-note { margin: 24px 0 0; color: var(--quiet); font-size: 13px; text-align: center; }

.driver-section { padding: 48px 0; color: #fff; background: var(--ink); }
.driver-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: stretch; gap: 70px; }
.kicker-yellow { color: var(--yellow); }
.driver-copy h2 { margin-bottom: 26px; font-size: clamp(44px, 5.5vw, 72px); letter-spacing: -.055em; }
.driver-copy h2 span { color: var(--yellow); }
.driver-lead { max-width: 640px; margin: 0 0 32px; color: #bbb; font-size: 19px; }
.driver-offer { display: flex; flex-direction: column; justify-content: center; min-height: 390px; padding: 42px; border-radius: 30px; background: var(--yellow); color: var(--ink); transform: rotate(1.5deg); }
.offer-label { align-self: flex-start; padding: 7px 10px; border-radius: 99px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.offer-days { margin-top: 26px; font-size: clamp(64px, 8vw, 104px); line-height: .84; letter-spacing: -.07em; }
.offer-free { margin: 14px 0 18px; font-size: 28px; line-height: 1; font-weight: 850; }
.driver-offer p { color: #423800; }
.driver-offer a { width: max-content; margin-top: 10px; border-bottom: 2px solid currentColor; font-weight: 850; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid #3b3b3b; }
.benefit { padding: 30px 30px 0 0; }
.benefit + .benefit { padding-left: 30px; border-left: 1px solid #3b3b3b; }
.benefit > span { color: var(--yellow); font: 800 12px ui-monospace, monospace; }
.benefit h3 { margin: 18px 0 10px; font-size: 21px; }
.benefit p { margin: 0; color: #aaa; }

.why-section { background: var(--surface); }
.centered { display: flex; flex-direction: column; align-items: center; margin-bottom: 48px; text-align: center; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.why-card { min-height: 280px; padding: 28px; background: var(--page); }
.why-card + .why-card { border-left: 1px solid var(--line); }
.why-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 12px; background: var(--yellow); }
.why-icon svg { width: 22px; fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.why-card h3 { margin-bottom: 9px; font-size: 19px; letter-spacing: -.02em; }
.why-card p { margin: 0; color: var(--muted); font-size: 15px; }

.launch-section { padding: 0 0 48px; background: var(--surface); }
.launch-card { min-height: 360px; position: relative; display: flex; align-items: center; padding: 60px; border-radius: 30px; background: var(--yellow); overflow: hidden; }
.launch-card > div:first-child { position: relative; z-index: 2; max-width: 700px; }
.launch-card h2 { margin-bottom: 17px; font-size: clamp(44px, 6vw, 72px); letter-spacing: -.06em; }
.launch-card p:not(.kicker) { max-width: 590px; margin: 0; color: #514500; font-size: 18px; }
.launch-mark { position: absolute; right: -15px; bottom: -32px; width: 330px; height: 330px; padding: 60px; border: 2px solid rgba(0, 0, 0, .15); border-radius: 50%; transform: rotate(-8deg); }
.launch-mark::before, .launch-mark::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(0, 0, 0, .13); border-radius: 50%; }
.launch-mark::after { inset: 48px; }
.launch-mark span, .launch-mark strong { position: relative; z-index: 2; display: block; }
.launch-mark span { margin-top: 47px; font-size: 11px; font-weight: 900; letter-spacing: .22em; }
.launch-mark strong { font-size: 45px; line-height: .88; letter-spacing: -.05em; text-transform: uppercase; }

.contact-section { background: var(--page); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-grid .section-heading { position: sticky; top: 112px; }
.contact-grid .section-heading p:last-child { max-width: 540px; color: var(--muted); font-size: 18px; }
.contact-list { border-top: 1px solid var(--line); }
.contact-item { min-height: 100px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 20px; padding: 22px 5px; border-bottom: 1px solid var(--line); transition: padding .18s, background .18s; }
a.contact-item:hover { padding-inline: 16px; background: #fff; }
.contact-label { color: var(--quiet); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-item strong { font-size: 17px; }
.contact-arrow { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.address { align-items: start; }
.address strong { line-height: 1.5; }

.site-footer { padding: 72px 0 24px; color: #fff; background: var(--black); }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; padding-bottom: 40px; }
.footer-brand { margin-bottom: 24px; color: #fff; align-items: center; }
.footer-desc { margin: 0 0 24px; color: #aaa; font-size: 15px; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #333; color: #aaa; transition: color 0.2s, border-color 0.2s; }
.footer-socials a:hover { color: #fff; border-color: #555; }
.footer-socials svg { width: 16px; height: 16px; }

.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; color: #aaa; font-size: 14px; }
.footer-links strong { position: relative; padding-bottom: 12px; margin-bottom: 16px; color: #fff; font-size: 15px; font-weight: 700; }
.footer-links strong::after { content: ""; position: absolute; left: 0; bottom: 0; width: 24px; height: 2px; background: var(--yellow); border-radius: 2px; }
.footer-links a, .footer-contact-item { display: flex; align-items: center; gap: 10px; color: #aaa; transition: color 0.2s; }
.footer-links a:hover { color: var(--yellow); }
.footer-contact-item svg { width: 16px; height: 16px; stroke-width: 2.2; }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid #292929; color: #818181; font-size: 13px; }
.footer-made-in { display: flex; align-items: center; gap: 6px; }
.footer-made-in svg { width: 16px; height: 16px; color: var(--yellow); }

.legal-page { background: var(--surface); }
.legal-header { position: static; background: var(--page); border-color: var(--line); }
.legal-main { padding: 84px 0 110px; }
.legal-content { width: min(100%, 780px); }
.legal-content h1 { margin-bottom: 16px; font-size: clamp(44px, 7vw, 72px); }
.legal-meta { margin-bottom: 48px; color: var(--muted); }
.legal-content h2 { margin: 42px 0 12px; font-size: 27px; letter-spacing: -.03em; }
.legal-content h3 { margin: 28px 0 8px; font-size: 19px; }
.legal-content p, .legal-content li { color: #4f4f4b; }
.legal-content li + li { margin-top: 8px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--yellow); background: var(--page); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.error-kicker { margin-top: 72px; }

@media (max-width: 980px) {
  .hero { min-height: 640px; }
  .hero-top { flex-direction: column; gap: 26px; }
  .hero-copy { max-width: 760px; }
  .hero-features li { padding: 2px 18px; }
  .who-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid .section-heading { position: static; }
  .vehicle-card { grid-column: span 3; }
  .vehicle-card:nth-child(4) { grid-column: span 3; }
  .vehicle-card:last-child { grid-column: 2 / span 4; }
  .driver-grid { gap: 40px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .why-card:nth-child(4) { border-top: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 40px 0; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 12px 16px 24px; background: var(--page); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(0, 0, 0, .08); transform: translateY(-140%); visibility: hidden; transition: transform .25s, visibility .25s; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav a { padding: 15px 8px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav > a:not(.nav-cta) { padding-bottom: 15px; }
  .site-nav > a.is-active::after { display: none; }
  .site-nav .nav-cta { justify-content: center; margin-top: 12px; border: 0; text-align: center; }
  .hero { min-height: auto; padding-bottom: 34px; }
  .hero-bg { object-position: 68% 58%; }
  .hero-scrim { background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .95) 30%, rgba(255, 255, 255, .6) 55%, rgba(255, 255, 255, .2) 100%); }
  .hero-inner { gap: 34px; padding-top: 104px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-sub { font-size: 12px; letter-spacing: .16em; }
  .hero-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 10px; }
  .hero-features li, .hero-features li:first-child { padding: 0; }
  .hero-features li + li { border-left: 0; }
  .who-section { padding: 44px 0 40px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .who-story { grid-template-columns: 1fr; margin-top: 40px; }
  .heading-row { display: block; margin-bottom: 36px; }
  .heading-row > p { margin-top: 20px; }
  .vehicle-grid { display: grid; grid-template-columns: 1fr; }
  .vehicle-card, .vehicle-card:nth-child(4), .vehicle-card:last-child { grid-column: auto; min-height: 350px; }
  .vehicle-card img { max-height: 230px; }
  .driver-section { padding: 40px 0; }
  .driver-grid { grid-template-columns: 1fr; }
  .driver-offer { min-height: 350px; transform: none; }
  .benefit-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .benefit { padding: 26px 0; border-bottom: 1px solid #3b3b3b; }
  .benefit + .benefit { padding-left: 0; border-left: 0; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card + .why-card { border-left: 0; border-top: 1px solid var(--line); }
  .why-icon { margin-bottom: 38px; }
  .launch-section { padding-bottom: 80px; }
  .launch-card { min-height: 480px; align-items: flex-start; padding: 38px 28px; }
  .launch-mark { right: -65px; bottom: -50px; }
  .contact-item { grid-template-columns: 95px 1fr auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .button-row .button { width: 100%; }
  .hero-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading h2 { font-size: 40px; }
  .about-closing { font-size: 19px; }
  .driver-offer { padding: 30px; }
  .launch-mark { opacity: .35; }
  .contact-item { grid-template-columns: 1fr auto; gap: 8px; }
  .contact-label { grid-column: 1 / -1; }
  .contact-item strong { font-size: 15px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

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

@media print {
  .site-header, .site-footer, .button-row { display: none; }
  body { background: #fff; color: #000; }
  .legal-main { padding: 0; }
}
