:root {
  --ink: #101311;
  --surface: #171c19;
  --paper: #f5f7f3;
  --muted: #aab4ae;
  --lime: #c7ff3d;
  --lime-dark: #a8e900;
  --blue: #4d7cff;
  --line: rgba(255, 255, 255, 0.14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.shell { width: min(1320px, calc(100% - 80px)); margin: 0 auto; }
.hero { min-height: 900px; position: relative; overflow: hidden; background: var(--ink); }
.hero-image {
  position: absolute; inset: 0;
  background: url("assets/hero-electric-offer.png") center / cover no-repeat;
  opacity: .96;
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, .97) 0%, rgba(7, 9, 8, .91) 35%, rgba(7, 9, 8, .36) 61%, rgba(7, 9, 8, .08) 100%),
    linear-gradient(180deg, rgba(7, 9, 8, .35), rgba(7, 9, 8, 0) 62%, rgba(7, 9, 8, .46));
}

.site-header {
  height: 88px; position: relative; z-index: 5; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 14px; width: max-content; font-size: 20px; font-weight: 850; letter-spacing: -.04em; }
.brand em { color: var(--lime); font-style: normal; }
.brand-mark { width: 36px; height: 40px; position: relative; display: inline-block; }
.brand-mark::before, .brand-mark i, .brand-mark b { content: ""; position: absolute; display: block; transform: skewX(-28deg); }
.brand-mark::before { width: 23px; height: 11px; background: var(--paper); left: 1px; top: 3px; }
.brand-mark i { width: 20px; height: 11px; background: #c8d1ca; right: 0; top: 3px; }
.brand-mark b { width: 18px; height: 22px; background: var(--lime); right: 4px; bottom: 0; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #d7ddd9; font-size: 14px; font-weight: 650; }
.desktop-nav a { transition: color .18s ease; }
.desktop-nav a:hover { color: var(--lime); }
.header-cta { justify-self: end; border: 1px solid var(--lime); color: var(--lime); background: rgba(10, 12, 11, .5); border-radius: 9px; padding: 13px 20px; font-weight: 750; cursor: pointer; transition: .18s ease; }
.header-cta:hover { background: var(--lime); color: var(--ink); transform: translateY(-1px); }

.flight-banner {
  min-height: 66px; position: relative; z-index: 4; display: flex; align-items: center; justify-content: center;
  overflow: hidden; border-bottom: 1px solid rgba(199,255,61,.34);
  background: linear-gradient(90deg, rgba(13,18,15,.96), rgba(25,36,29,.93), rgba(13,18,15,.96));
}
.flight-banner::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(112deg, transparent 0 46px, rgba(255,255,255,.025) 46px 47px); }
.flight-banner img { width: 205px; position: absolute; z-index: 2; left: -230px; bottom: -25px; filter: drop-shadow(0 13px 17px rgba(0,0,0,.52)); animation: flyAcross 1.65s cubic-bezier(.2,.68,.22,1) .18s both; }
.flight-message { position: relative; z-index: 3; display: flex; align-items: baseline; gap: 12px; opacity: 0; transform: translateX(-18px); animation: messageReveal .42s ease-out 1.33s both; }
.flight-message strong { color: var(--paper); font-size: clamp(13px, 1.35vw, 18px); letter-spacing: -.015em; }
.flight-message strong a { position: relative; z-index: 1; color: var(--lime); white-space: nowrap; text-underline-offset: 4px; }
.flight-message strong a:hover { text-decoration: underline; }
.flight-message small { display: flex; align-items: center; gap: 9px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.flight-message small a { position: relative; z-index: 1; text-underline-offset: 4px; }
.flight-message small a:hover { text-decoration: underline; }
.flight-message small i { color: #718078; font-style: normal; }

.hero-content {
  position: relative; z-index: 3; min-height: 738px; display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(470px, .76fr); align-items: center;
  gap: 60px; padding: 74px 0 104px;
}
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.sms-button, .outline-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 9px; padding: 0 23px; font-weight: 840; cursor: pointer; transition: .18s ease; }
.sms-button { background: var(--lime); color: var(--ink); }
.sms-button:hover { background: #b8f51f; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(199,255,61,.17); }
.sms-button span { transition: transform .18s ease; }
.sms-button:hover span { transform: translateX(4px); }
.outline-button { border: 1px solid rgba(255,255,255,.35); background: rgba(8,11,9,.45); color: var(--paper); }
.outline-button:hover { border-color: var(--lime); color: var(--lime); transform: translateY(-2px); }
.hero-copy { align-self: center; padding-bottom: 10px; animation: rise .55s ease-out both; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: #d4dbd6; font-size: 12px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px rgba(199,255,61,.7); }
h1 { margin: 0; max-width: 720px; font-size: clamp(62px, 6.4vw, 100px); line-height: .89; letter-spacing: -.062em; font-weight: 900; }
h1 em { color: var(--lime); font-style: normal; }
.hero-lede { max-width: 600px; margin: 30px 0 0; color: var(--muted); font-size: 21px; line-height: 1.55; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin: 28px 0 0; padding: 0; list-style: none; color: #dce2de; font-size: 14px; font-weight: 620; }
.trust-row li { display: flex; align-items: center; gap: 9px; }
.trust-row span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-size: 13px; }

.offer-card {
  align-self: start; margin-top: 28px; min-height: 440px; background: rgba(255,255,255,.97); color: #151916;
  border: 1px solid rgba(255,255,255,.74); border-radius: 18px; padding: 34px;
  box-shadow: 0 28px 80px rgba(0,0,0,.4), 0 0 0 1px rgba(77,124,255,.05);
  animation: rise .58s .08s ease-out both;
}
.card-heading { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; }
.card-kicker { margin: 0 0 6px; color: #5d675f; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.offer-card h2 { margin: 0; font-size: 28px; line-height: 1.15; letter-spacing: -.04em; font-weight: 860; }
.step-count { color: #667069; font-size: 12px; font-weight: 750; white-space: nowrap; }
.progress { height: 3px; margin: 22px 0 25px; overflow: hidden; border-radius: 10px; background: #e3e7e2; }
.progress span { display: block; height: 100%; border-radius: inherit; background: var(--lime-dark); transition: width .25s ease; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label { display: grid; gap: 7px; color: #242a26; font-size: 12px; font-weight: 760; }
.form-grid label > span { color: #8b938d; font-size: 10px; font-weight: 600; }
.full-field { grid-column: 1 / -1; }
.form-grid input, .form-grid select {
  width: 100%; height: 53px; border: 1px solid #cfd5cf; border-radius: 10px; outline: none;
  padding: 0 14px; background: #fff; color: #151916; font-size: 15px; font-weight: 560;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-grid input::placeholder { color: #9aa19c; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(77,124,255,.18); }
.form-helper { margin: 0; padding: 13px 14px; border-radius: 9px; background: #f0f3ed; color: #5c665f; font-size: 12px; line-height: 1.55; }
.form-actions { display: flex; gap: 10px; margin-top: 22px; }
.delivery-actions { flex: 1; display: grid; gap: 8px; }
.primary-button, .secondary-button, .back-button, .text-option-button { min-height: 54px; border: 0; border-radius: 10px; font-weight: 820; cursor: pointer; transition: .18s ease; }
.primary-button { flex: 1; display: flex; align-items: center; justify-content: center; gap: 13px; background: var(--lime); color: #101311; }
.primary-button span { transition: transform .18s ease; }
.primary-button:hover { background: #b7f31d; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(168,233,0,.25); }
.primary-button:hover span { transform: translateX(4px); }
.primary-button:disabled { opacity: .62; cursor: wait; transform: none; box-shadow: none; }
.back-button { padding: 0 18px; background: #eef1ed; color: #444c47; }
.back-button:hover { background: #e3e8e2; }
.text-option-button { width: 100%; border: 1px solid #cdd3ce; background: #fff; color: #303733; }
.text-option-button:hover { border-color: #89938c; background: #f5f7f4; }
.secondary-button { width: 100%; margin-top: 22px; padding: 0 18px; background: #151916; color: white; }
.submit-error { margin: 12px 0 0; padding: 10px 12px; border-radius: 8px; background: #fff1ef; color: #9b2d20; font-size: 11px; line-height: 1.5; }
.privacy-note { margin: 13px 0 0; text-align: center; color: #7d857f; font-size: 10px; }
.success-state { min-height: 370px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-icon { width: 52px; height: 52px; margin-bottom: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: #101311; font-size: 24px; font-weight: 900; }
.success-state > p:not(.card-kicker) { color: #68716b; line-height: 1.6; }
.success-text-button { width: 100%; margin-top: 6px; }
.legal-strip { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; border-top: 1px solid var(--line); background: rgba(7,9,8,.8); color: #8e9892; font-size: 11px; }
.legal-strip .shell { min-height: 42px; display: flex; align-items: center; }

.section-shell { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.section-kicker { margin: 0 0 18px; color: #657069; font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-heading, .vehicles-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.section-heading h2, .vehicles-heading h2, .faq-intro h2, .experience-copy h2, .location-heading h2, .benefit-copy h2, .final-cta h2 {
  margin: 0; font-size: clamp(44px, 5.2vw, 72px); line-height: 1; letter-spacing: -.055em; font-weight: 880;
}
.section-heading > p, .vehicles-heading > p { margin: 0 0 4px; color: #68716b; font-size: 17px; line-height: 1.7; }

.process-section { background: #f4f5f1; color: #161a17; padding: 120px 0 126px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 70px; }
.process-card { min-height: 330px; padding: 34px; background: #fff; border: 1px solid #e0e4df; border-radius: 16px; transition: transform .2s ease, box-shadow .2s ease; }
.process-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(29,34,30,.09); }
.process-number { color: #7d8780; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.process-line { width: 100%; height: 2px; margin: 25px 0 72px; background: linear-gradient(90deg, var(--lime-dark) 0 30%, #e4e8e3 30% 100%); }
.process-card h3 { margin: 0 0 14px; font-size: 23px; letter-spacing: -.035em; }
.process-card p { margin: 0; color: #657069; font-size: 14px; line-height: 1.7; }

.benefit-section { padding: 126px 0; background: #111512; color: var(--paper); position: relative; overflow: hidden; }
.benefit-section::after { content: ""; position: absolute; width: 680px; height: 680px; right: -380px; top: -270px; border: 1px solid rgba(199,255,61,.15); transform: rotate(22deg); }
.benefit-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; position: relative; z-index: 1; }
.lime-kicker { color: var(--lime); }
.benefit-copy { position: sticky; top: 50px; align-self: start; }
.benefit-copy h2 em, .final-cta h2 em { color: var(--lime); font-style: normal; }
.benefit-copy > p:not(.section-kicker) { max-width: 460px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.lime-button, .dark-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; border-radius: 9px; padding: 0 25px; font-weight: 850; cursor: pointer; transition: .18s ease; }
.lime-button { margin-top: 32px; background: var(--lime); color: #111512; }
.lime-button:hover { background: #b8f51f; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(199,255,61,.16); }
.lime-button span, .dark-button span { transition: transform .18s ease; }
.lime-button:hover span, .dark-button:hover span { transform: translateX(4px); }
.benefit-list { border-top: 1px solid rgba(255,255,255,.14); }
.benefit-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 33px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit-list article > span { color: var(--lime); font-size: 11px; font-weight: 800; }
.benefit-list h3 { margin: 0 0 9px; font-size: 23px; letter-spacing: -.035em; }
.benefit-list p { margin: 0; color: #9ca6a0; font-size: 14px; line-height: 1.7; }

.vehicles-section { padding: 122px 0 110px; background: #fff; color: #161a17; }
.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border: 1px solid #e0e4df; border-radius: 16px; overflow: hidden; }
.vehicle-grid article { min-height: 260px; padding: 32px; border-right: 1px solid #e0e4df; border-bottom: 1px solid #e0e4df; background: #fafbf8; }
.vehicle-grid article:nth-child(3n) { border-right: 0; }
.vehicle-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.vehicle-grid h3 { margin: 54px 0 12px; font-size: 20px; letter-spacing: -.03em; }
.vehicle-grid p { margin: 0; color: #6e7771; font-size: 13px; line-height: 1.7; }
.vehicle-symbol { display: block; width: 42px; height: 42px; position: relative; }
.vehicle-symbol::before, .vehicle-symbol::after { content: ""; position: absolute; }
.symbol-1::before { inset: 5px 2px 9px; border: 2px solid #1d241f; border-radius: 5px 9px 5px 5px; }
.symbol-1::after { width: 25px; height: 2px; left: 8px; top: 19px; background: var(--lime-dark); box-shadow: 0 15px 0 -0.2px #1d241f; }
.symbol-2::before { width: 35px; height: 20px; left: 2px; top: 11px; border: 2px solid #1d241f; border-radius: 4px; transform: skewX(-12deg); }
.symbol-2::after { width: 7px; height: 7px; left: 7px; bottom: 2px; border-radius: 50%; background: #1d241f; box-shadow: 25px 0 0 #1d241f; }
.symbol-3::before { inset: 4px; border: 2px solid #1d241f; transform: rotate(45deg); }
.symbol-3::after { width: 10px; height: 10px; left: 15px; top: 15px; background: var(--lime-dark); transform: rotate(45deg); }
.symbol-4::before { width: 34px; height: 34px; left: 4px; top: 4px; border: 2px dashed #1d241f; border-radius: 50%; }
.symbol-4::after { width: 8px; height: 8px; left: 17px; top: 17px; background: var(--lime-dark); border-radius: 50%; }
.service-area { display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; margin-top: 34px; padding: 38px; border: 1px solid #dfe4dc; border-radius: 16px; background: #eff2ec; }
.service-area-copy { align-self: center; }
.service-area-kicker { margin: 0 0 10px; color: #64705f; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-area h3 { margin: 0; color: #171d18; font-size: 28px; line-height: 1.12; letter-spacing: -.04em; }
.service-area-copy > p:last-child { margin: 15px 0 0; color: #687169; font-size: 13px; line-height: 1.7; }
.service-area ul { display: flex; flex-wrap: wrap; align-content: center; gap: 9px; margin: 0; padding: 0; list-style: none; }
.service-area li { padding: 9px 12px; border: 1px solid #d3dbcf; border-radius: 999px; background: rgba(255,255,255,.72); color: #313a32; font-size: 11px; font-weight: 720; }

.experience-section { position: relative; overflow: hidden; padding: 120px 0; background: #111512; }
.experience-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -280px; bottom: -320px; border: 1px solid rgba(199,255,61,.16); transform: rotate(24deg); }
.experience-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; align-items: center; }
.mascot-stage { min-height: 660px; position: relative; display: grid; align-items: end; justify-items: center; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 50% 37%, rgba(77,124,255,.26), transparent 34%), linear-gradient(145deg, #1d2721, #0b0e0c); border: 1px solid rgba(255,255,255,.11); }
.mascot-stage::before { content: ""; width: 62%; aspect-ratio: 1; position: absolute; bottom: -20%; border: 1px solid rgba(199,255,61,.36); border-radius: 50%; box-shadow: 0 0 100px rgba(199,255,61,.13); }
.mascot-stage img { width: 106%; max-width: none; position: relative; z-index: 1; margin-bottom: -8%; filter: drop-shadow(0 28px 32px rgba(0,0,0,.58)); }
.experience-copy > p:not(.section-kicker) { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; overflow: hidden; }
.proof-stats div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border-right: 1px solid rgba(255,255,255,.13); }
.proof-stats div:last-child { border-right: 0; }
.proof-stats strong { color: var(--lime); font-size: 32px; line-height: 1; letter-spacing: -.05em; }
.proof-stats span { margin-top: 8px; color: #8f9a93; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 14px; }
.review-grid article { min-height: 156px; display: flex; flex-direction: column; padding: 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(255,255,255,.035); }
.stars { color: var(--lime); font-size: 11px; letter-spacing: .12em; }
.review-grid blockquote { margin: 18px 0 14px; color: #e9edea; font-size: 14px; line-height: 1.55; }
.review-grid article > p { margin: auto 0 0; color: #bac3bd; font-size: 10px; font-weight: 750; }
.review-grid article > p span { color: #79847d; font-weight: 550; }
.review-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { margin-top: 32px; color: #c0c8c2; font-size: 12px; font-weight: 720; text-decoration: underline; text-underline-offset: 4px; }
.text-link:hover { color: var(--lime); }

.location-section { padding: 120px 0; background: var(--lime); color: #101311; }
.location-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 90px; }
.location-heading .section-kicker { color: #4b5b25; }
.location-heading h2 { font-size: clamp(48px, 5.6vw, 76px); }
.location-heading h2 em { color: #344216; font-style: normal; }
.location-heading > p { margin: 0 0 4px; color: #38451f; font-size: 17px; line-height: 1.72; }
.location-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; margin-top: 66px; }
.location-details, .map-panel { min-width: 0; }
.location-details { padding: 34px; border-radius: 18px; background: #111512; color: var(--paper); }
.address-block { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.13); }
.location-pin { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: #111512; font-size: 25px; font-weight: 900; }
.address-block p { margin: 0 0 9px; color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.address-block address { font-style: normal; font-size: 24px; line-height: 1.22; font-weight: 830; letter-spacing: -.035em; }
.address-block small { display: block; margin-top: 10px; color: #939f97; font-size: 11px; line-height: 1.5; }
.onsite-list { margin-top: 7px; }
.onsite-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 13px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.onsite-list > div > span { color: var(--lime); font-size: 10px; font-weight: 850; }
.onsite-list p { margin: 0; color: #9da7a0; font-size: 12px; line-height: 1.62; }
.onsite-list strong { display: block; margin-bottom: 5px; color: #f1f4f1; font-size: 15px; line-height: 1.3; }
.location-actions { display: grid; gap: 17px; margin-top: 27px; }
.location-directions { width: 100%; margin: 0; background: var(--lime); color: #111512; }
.location-directions:hover { background: #b7f31d; }
.location-text-link { color: #d5dcd7; font-size: 12px; font-weight: 720; text-align: center; text-decoration: underline; text-underline-offset: 4px; }
.location-text-link:hover { color: var(--lime); }
.map-panel { display: grid; gap: 14px; }
.map-frame { min-height: 470px; position: relative; overflow: hidden; border: 8px solid rgba(255,255,255,.68); border-radius: 18px; background: #dbe1d8; box-shadow: 0 18px 48px rgba(50,70,9,.16); }
.map-frame iframe { width: 100%; height: 100%; min-height: 470px; display: block; border: 0; filter: saturate(.88) contrast(1.03); }
.map-badge { position: absolute; z-index: 2; left: 18px; bottom: 18px; display: grid; gap: 4px; max-width: calc(100% - 36px); padding: 14px 17px; border-radius: 10px; background: rgba(15,18,16,.93); color: white; box-shadow: 0 10px 28px rgba(0,0,0,.22); pointer-events: none; }
.map-badge strong { color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.map-badge span { color: #d4dad6; font-size: 11px; line-height: 1.4; }
.landmark-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 14px; border: 1px solid rgba(16,19,17,.15); background: rgba(255,255,255,.7); }
.landmark-grid article { min-height: 112px; padding: 18px; border-right: 1px solid rgba(16,19,17,.11); border-bottom: 1px solid rgba(16,19,17,.11); }
.landmark-grid article:nth-child(3n) { border-right: 0; }
.landmark-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.landmark-grid span { display: block; color: #53632d; font-size: 9px; font-weight: 880; letter-spacing: .11em; text-transform: uppercase; }
.landmark-grid strong { display: block; margin-top: 9px; color: #172010; font-size: 14px; letter-spacing: -.02em; }
.landmark-grid small { display: block; margin-top: 7px; color: #586148; font-size: 10px; line-height: 1.45; }
.route-guide { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 14px; border: 1px solid rgba(16,19,17,.15); background: rgba(255,255,255,.54); }
.route-guide article { min-height: 135px; padding: 22px; border-right: 1px solid rgba(16,19,17,.12); border-bottom: 1px solid rgba(16,19,17,.12); }
.route-guide article:nth-child(2n) { border-right: 0; }
.route-guide article:nth-last-child(-n+2) { border-bottom: 0; }
.route-guide span { color: #3d4b20; font-size: 10px; font-weight: 870; letter-spacing: .09em; text-transform: uppercase; }
.route-guide p { margin: 10px 0 0; color: #4d5839; font-size: 12px; line-height: 1.58; }

.faq-section { padding: 120px 0; background: #edf0eb; color: #161a17; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-intro > p:not(.section-kicker) { max-width: 390px; margin: 26px 0 0; color: #68716b; font-size: 16px; line-height: 1.7; }
.dark-button { margin-top: 30px; background: #171c19; color: white; }
.dark-button:hover { background: #232a25; transform: translateY(-2px); }
.faq-list { border-top: 1px solid #cbd1cb; }
.faq-list details { border-bottom: 1px solid #cbd1cb; }
.faq-list summary { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 24px; list-style: none; cursor: pointer; font-size: 18px; font-weight: 780; letter-spacing: -.02em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #aeb6af; border-radius: 50%; color: #536058; font-size: 19px; font-weight: 400; transition: .18s ease; }
.faq-list details[open] summary span { background: var(--lime); border-color: var(--lime-dark); color: #171c19; transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: -4px 50px 27px 0; color: #667069; line-height: 1.7; font-size: 14px; }

.final-cta { padding: 120px 0; text-align: center; background: #101311; color: var(--paper); position: relative; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 280px; height: 540px; top: -160px; border: 1px solid rgba(199,255,61,.16); transform: rotate(36deg); }
.final-cta::before { left: -170px; }
.final-cta::after { right: -170px; }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta > .section-shell > p:not(.section-kicker) { margin: 26px auto 0; color: #9ea8a2; font-size: 17px; }
.lime-button.large { min-width: 210px; margin-top: 34px; }

.site-footer { background: #090b0a; color: #d8ded9; }
.footer-top { min-height: 160px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { font-size: 18px; }
.footer-top > p { margin: 0; color: #879189; font-size: 13px; line-height: 1.6; text-align: center; }
.footer-top nav { justify-self: end; display: flex; gap: 26px; color: #b6beb8; font-size: 12px; font-weight: 700; }
.footer-top nav a:hover { color: var(--lime); }
.footer-bottom { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: #6f7972; font-size: 10px; }
.footer-bottom p { margin: 0; }

button:focus-visible, a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes flyAcross { 0% { left: -230px; transform: translateY(5px) rotate(-3deg); } 74% { left: calc(50% - 400px); transform: translateY(-3px) rotate(1deg); } 100% { left: calc(50% - 520px); transform: translateY(-1px) rotate(0); } }
@keyframes messageReveal { to { opacity: 1; transform: translateX(0); } }

@media (max-width: 1020px) {
  .shell { width: min(100% - 44px, 900px); }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-content { grid-template-columns: 1fr; gap: 34px; padding: 64px 0 110px; }
  .hero-copy { max-width: 720px; }
  .offer-card { width: min(100%, 620px); margin: 0; }
  .hero-image { background-position: 65% center; opacity: .55; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,9,8,.9), rgba(7,9,8,.83)); }
  h1 { font-size: clamp(62px, 11vw, 96px); }
  .legal-strip { position: absolute; }
  .section-shell { width: min(100% - 44px, 900px); }
  .section-heading, .vehicles-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p, .vehicles-heading > p { max-width: 630px; }
  .benefit-layout, .faq-layout, .experience-layout, .location-heading, .location-grid { grid-template-columns: 1fr; gap: 65px; }
  .benefit-copy { position: static; }
  .benefit-copy > p:not(.section-kicker) { max-width: 620px; }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .vehicle-grid article, .vehicle-grid article:nth-child(3n) { border-right: 1px solid #e0e4df; border-bottom: 1px solid #e0e4df; }
  .vehicle-grid article:nth-child(2n) { border-right: 0; }
  .vehicle-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .service-area { grid-template-columns: 1fr; gap: 28px; }
  .mascot-stage { min-height: 540px; max-width: 620px; }
  .experience-copy { max-width: 760px; }
  .footer-top { grid-template-columns: 1fr 1fr; padding: 38px 0; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 32px); }
  .site-header { height: 74px; }
  .brand { font-size: 16px; gap: 10px; }
  .brand-mark { width: 27px; height: 31px; transform: scale(.82); transform-origin: left center; margin-right: -4px; }
  .header-cta { padding: 10px 12px; font-size: 12px; }
  .flight-banner { min-height: 84px; padding: 13px 16px; text-align: center; }
  .flight-banner img { display: none; }
  .flight-message { display: grid; gap: 5px; opacity: 1; transform: none; animation: none; }
  .flight-message strong { font-size: 14px; }
  .flight-message small { justify-content: center; flex-wrap: wrap; gap: 5px 8px; font-size: 9px; line-height: 1.4; }
  .hero-content { padding: 46px 0 110px; }
  .eyebrow { font-size: 10px; line-height: 1.4; }
  h1 { font-size: clamp(54px, 17vw, 76px); line-height: .91; }
  .hero-lede { margin-top: 24px; font-size: 17px; }
  .hero-buttons { display: grid; grid-template-columns: 1fr; }
  .sms-button, .outline-button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; font-size: 12px; }
  .offer-card { min-height: 0; padding: 24px 20px; border-radius: 15px; }
  .offer-card h2 { font-size: 23px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-actions { align-items: flex-start; }
  .delivery-actions { min-width: 0; }
  .full-field { grid-column: auto; }
  .legal-strip .shell { padding: 10px 0; line-height: 1.45; }
  .section-shell { width: calc(100% - 32px); }
  .process-section, .benefit-section, .vehicles-section, .experience-section, .faq-section, .final-cta { padding: 82px 0; }
  .section-heading h2, .vehicles-heading h2, .faq-intro h2, .experience-copy h2, .contact-grid h2, .benefit-copy h2, .final-cta h2 { font-size: 43px; }
  .process-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .process-card { min-height: 260px; }
  .process-line { margin-bottom: 48px; }
  .benefit-layout, .faq-layout, .experience-layout, .location-heading, .location-grid { gap: 52px; }
  .benefit-list article { grid-template-columns: 40px 1fr; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-grid article, .vehicle-grid article:nth-child(2), .vehicle-grid article:nth-child(3n), .vehicle-grid article:nth-child(2n) { border-right: 0; border-bottom: 1px solid #e0e4df; }
  .vehicle-grid article:last-child { border-bottom: 0; }
  .service-area { padding: 27px 22px; }
  .service-area h3 { font-size: 25px; }
  .service-area ul { gap: 7px; }
  .service-area li { padding: 8px 10px; font-size: 10px; }
  .mascot-stage { min-height: 420px; }
  .proof-stats { grid-template-columns: 1fr 1fr; }
  .proof-stats div:nth-child(2) { border-right: 0; }
  .proof-stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid article { min-height: 136px; }
  .location-section { padding: 82px 0; }
  .location-grid { margin-top: 44px; }
  .location-details { padding: 25px 21px; }
  .address-block { grid-template-columns: 42px 1fr; gap: 13px; }
  .location-pin { width: 42px; height: 42px; }
  .address-block address { font-size: 21px; }
  .map-frame, .map-frame iframe { min-height: 420px; }
  .landmark-grid { grid-template-columns: 1fr 1fr; }
  .landmark-grid article, .landmark-grid article:nth-child(3n), .landmark-grid article:nth-last-child(-n+3) { border-right: 1px solid rgba(16,19,17,.11); border-bottom: 1px solid rgba(16,19,17,.11); }
  .landmark-grid article:nth-child(2n) { border-right: 0; }
  .landmark-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .route-guide { grid-template-columns: 1fr; }
  .route-guide article, .route-guide article:nth-child(2n), .route-guide article:nth-last-child(-n+2) { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(16,19,17,.12); }
  .route-guide article:last-child { border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-top nav { justify-self: start; flex-wrap: wrap; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .flight-banner img { display: none; }
  .flight-message { opacity: 1; transform: none; }
}
