:root {
  color-scheme: light;
  --ink: #17212b;
  --muted: #526374;
  --navy: #f5f8f6;
  --navy-deep: #ffffff;
  --panel: #ffffff;
  --line: rgba(31, 49, 63, 0.14);
  --accent: #08764d;
  --accent-strong: #055f3d;
  --shell: min(1180px, calc(100vw - 80px));
  --radius: 22px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--navy); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, summary, input, select { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: absolute; z-index: 50; top: -60px; left: 16px; padding: 12px 18px; background: var(--accent); color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(7, 12, 16, 0.86); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.nav-row { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(135, 228, 176, 0.54); border-radius: 12px; color: var(--accent); font-size: 23px; font-weight: 720; }
.brand-wordmark { display: grid; gap: 3px; }
.brand-wordmark strong { font-size: 14px; letter-spacing: 0.2em; }
.brand-wordmark > span { color: var(--muted); font-size: 9px; letter-spacing: 0.18em; }
.desktop-nav, .nav-actions { display: flex; align-items: center; gap: 29px; }
.desktop-nav a, .nav-phone { color: #cbd4d5; font-size: 13px; transition: color 180ms ease; }
.desktop-nav a:hover, .nav-phone:hover, .text-link:hover, .footer-phone:hover { color: var(--accent); }
.button { min-height: 56px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 675; cursor: pointer; transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.button-primary { background: var(--accent); color: #08120c; }
.button-primary:hover { background: var(--accent-strong); }
.button-small { min-height: 44px; padding-inline: 15px; font-size: 12px; }
.button-ghost { border-color: var(--line); color: var(--ink); }
.button-ghost:hover { border-color: rgba(135, 228, 176, 0.52); }

.hero { position: relative; overflow: hidden; min-height: 724px; background: var(--navy-deep); }
.hero-background { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 76% 45%, rgba(30, 69, 69, 0.16), transparent 38%), linear-gradient(145deg, rgba(255, 255, 255, 0.018), transparent 38%); }
.hero-grid { position: relative; min-height: 724px; display: grid; grid-template-columns: 1.07fr 0.93fr; align-items: center; gap: 68px; }
.hero-copy { padding-block: 100px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--accent); font-size: 12px; font-weight: 620; letter-spacing: 0.09em; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(135, 228, 176, 0.13); }
h1, h2, h3, p { margin: 0; }
.hero h1 { margin-top: 28px; font-size: clamp(60px, 7vw, 93px); font-weight: 720; letter-spacing: -0.077em; line-height: 0.94; }
.hero h1 span { color: var(--accent); }
.hero-description { max-width: 425px; margin-top: 25px; color: var(--muted); font-size: 16px; line-height: 1.78; }
.price-lockup { margin-top: 31px; display: flex; align-items: baseline; gap: 10px; }
.price-lockup > span { color: var(--muted); font-size: 13px; }
.price-lockup strong { color: var(--ink); font-size: 41px; letter-spacing: -0.06em; }
.hero-terms { margin-top: 10px; display: flex; gap: 20px; color: #d6e0de; font-size: 12px; }
.hero-terms span::before { content: "✓"; margin-right: 6px; color: var(--accent); }
.hero-actions { margin-top: 33px; display: flex; gap: 12px; }
.hero-phone { display: inline-block; margin-top: 17px; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; }
.media-frame { position: relative; z-index: 1; width: min(370px, 100%); height: 592px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 23px; background: var(--panel); box-shadow: 0 35px 120px rgba(0, 0, 0, 0.35); }
.media-frame::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(to top, rgba(7, 12, 16, 0.8), transparent 30%, transparent 72%, rgba(7, 12, 16, 0.32)); }
.hero-video { width: 100%; height: 100%; display: block; object-fit: cover; }
.vehicle-badge { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 9px 13px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; background: rgba(7, 12, 16, 0.72); color: white; font-size: 11px; font-weight: 610; }
.vehicle-float-card { position: absolute; z-index: 2; right: 14px; bottom: 15px; left: 14px; min-height: 92px; padding: 16px 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(225, 237, 237, 0.1); border-radius: 15px; background: rgba(9, 16, 20, 0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.vehicle-float-card > div { display: grid; gap: 5px; }
.vehicle-float-card > div > span { color: var(--muted); font-size: 11px; }
.vehicle-float-card > div > strong { font-size: 14px; }
.float-price { color: var(--accent); font-size: 21px; }
.float-price span { color: var(--muted); font-size: 11px; }
.hero-orbit { position: absolute; width: 610px; height: 610px; border: 1px solid rgba(135, 228, 176, 0.1); border-radius: 50%; }

.platform-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c1319; }
.platform-row { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.platform-label { color: var(--muted); font-size: 12px; }
.platform-list { display: flex; flex-wrap: wrap; gap: 33px; color: #d9e0de; font-size: 14px; font-weight: 615; }
.section { padding-block: 126px; }
.section-heading { max-width: 670px; }
.section-heading h2, .featured-copy h2, .contact-copy h2 { margin-top: 17px; font-size: clamp(42px, 5.2vw, 66px); font-weight: 690; letter-spacing: -0.07em; line-height: 1.035; }
.section-heading > p, .featured-copy > p, .contact-copy > p { max-width: 560px; margin-top: 17px; color: var(--muted); font-size: 15px; line-height: 1.82; }
.benefit-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 259px; padding: 30px 27px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.009)); }
.card-number { color: var(--accent); font-size: 12px; }
.benefit-card h3, .step-card h3 { max-width: 220px; margin-top: 25px; font-size: 21px; font-weight: 655; letter-spacing: -0.035em; line-height: 1.24; }
.benefit-card p, .step-card p { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.78; }

.featured-section { background: #0c141a; }
.featured-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 112px; }
.featured-image-wrap { position: relative; height: 630px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.featured-image { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.featured-image-caption { position: absolute; right: 17px; bottom: 17px; padding: 9px 12px; border-radius: 999px; background: rgba(7, 12, 16, 0.78); font-size: 10px; }
.featured-copy > p { max-width: 450px; }
.detail-list { margin-block: 35px 30px; border-top: 1px solid var(--line); }
.detail-list > div { min-height: 59px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.detail-list > div > span { color: var(--muted); font-size: 13px; }
.detail-list > div > strong { font-size: 14px; font-weight: 620; }

.steps-grid { margin-top: 63px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; }
.step-number { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(135, 228, 176, 0.5); border-radius: 50%; color: var(--accent); font-size: 13px; font-weight: 650; }
.contact-section { background: radial-gradient(ellipse at 16% 31%, rgba(39, 91, 69, 0.14), transparent 42%), #0d161a; }
.contact-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; align-items: center; gap: 110px; }
.contact-copy { align-self: start; padding-top: 38px; }
.contact-copy > p { max-width: 370px; }
.contact-phone { margin-top: 34px; display: block; color: var(--accent); font-size: 29px; font-weight: 650; letter-spacing: -0.035em; }
.contact-copy > span:last-child { display: inline-block; margin-top: 7px; color: var(--muted); font-size: 12px; }
.lead-form { padding: 35px; display: grid; gap: 19px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(10, 16, 21, 0.86); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form > label, .field-grid > label { display: grid; gap: 8px; color: #dce4e2; font-size: 12px; font-weight: 550; }
.lead-form input:not([type="checkbox"]), .lead-form select { min-height: 48px; width: 100%; padding: 0 12px; border: 1px solid rgba(225, 237, 237, 0.14); border-radius: 8px; background: #0e171d; color: var(--ink); font-size: 13px; }
.lead-form input::placeholder { color: #718087; }
.lead-form select:invalid { color: #718087; }
.checkbox-label { display: flex !important; align-items: flex-start; gap: 10px !important; color: var(--muted) !important; line-height: 1.55; }
.checkbox-label input { width: 16px; height: 16px; margin: 0; accent-color: var(--accent); flex-shrink: 0; }
.button-full { width: 100%; }
.form-note { margin-top: -8px; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }
.form-alert { padding: 14px 15px; border: 1px solid rgba(135, 228, 176, 0.45); border-radius: 10px; background: rgba(135, 228, 176, 0.08); color: var(--ink); font-size: 13px; line-height: 1.6; }
.form-alert-error { border-color: rgba(255, 143, 143, 0.5); background: rgba(255, 143, 143, 0.08); }
.form-alert a { color: var(--accent); text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.faq-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: start; gap: 112px; }
.faq-heading { position: sticky; top: 126px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--accent); font-size: 20px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-item > p { padding: 0 32px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.site-footer { padding-top: 36px; border-top: 1px solid var(--line); background: var(--navy-deep); }
.footer-row { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-row > p, .footer-bottom { color: var(--muted); font-size: 12px; }
.footer-phone { font-size: 14px; font-weight: 610; }
.footer-bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); font-size: 10px; }

@media (max-width: 1050px) {
  :root { --shell: min(920px, calc(100vw - 56px)); }
  .nav-phone, .desktop-nav { display: none; }
  .hero-grid { gap: 33px; }
  .featured-grid, .contact-grid, .faq-layout { gap: 65px; }
  .platform-list { gap: 20px; }
}

@media (max-width: 760px) {
  :root { --shell: min(600px, calc(100vw - 36px)); }
  html { scroll-padding-top: 84px; }
  .nav-row { min-height: 73px; }
  .brand-mark { width: 36px; height: 36px; }
  .button-small { min-height: 40px; padding-inline: 11px; font-size: 11px; }
  .hero-grid { min-height: auto; padding-bottom: 65px; grid-template-columns: 1fr; gap: 31px; }
  .hero-copy { padding-block: 67px 0; }
  .hero h1 { margin-top: 22px; font-size: clamp(60px, 15vw, 86px); }
  .hero-description { font-size: 15px; }
  .hero-visual { justify-content: flex-start; }
  .media-frame { width: 100%; height: min(540px, 135vw); }
  .hero-orbit { width: 470px; height: 470px; }
  .platform-row { padding-block: 24px; display: grid; gap: 17px; }
  .platform-list { gap: 12px 22px; font-size: 13px; }
  .section { padding-block: 90px; }
  .section-heading h2, .featured-copy h2, .contact-copy h2 { font-size: clamp(43px, 11vw, 61px); }
  .benefit-grid, .steps-grid, .featured-grid, .contact-grid, .faq-layout { grid-template-columns: 1fr; }
  .benefit-grid { margin-top: 38px; gap: 13px; }
  .benefit-card { min-height: auto; padding: 25px; }
  .benefit-card h3 { max-width: none; margin-top: 18px; }
  .featured-grid { gap: 40px; }
  .featured-image-wrap { height: min(530px, 130vw); }
  .steps-grid { margin-top: 40px; gap: 34px; }
  .contact-grid { gap: 35px; }
  .contact-copy { padding-top: 0; }
  .lead-form { padding: 22px 19px; }
  .field-grid { grid-template-columns: 1fr; gap: 15px; }
  .faq-layout { gap: 36px; }
  .faq-heading { position: static; }
  .footer-row { padding-block: 18px; display: grid; }
  .footer-bottom { padding-block: 17px; display: grid; gap: 8px; }
}

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

/* Accessible light theme shared by the homepage and the /drive landing page. */
.site-header { background: rgba(255, 255, 255, 0.94); box-shadow: 0 5px 22px rgba(24, 40, 52, 0.045); }
.desktop-nav a, .nav-phone { color: #314254; }
.brand-mark { border-color: rgba(8, 118, 77, 0.38); background: #edf7f0; }
.button-primary { background: var(--accent); color: #ffffff; }
.button-primary:hover { background: var(--accent-strong); color: #ffffff; }
.button-ghost { border-color: rgba(31, 49, 63, 0.2); background: rgba(255, 255, 255, 0.9); color: var(--ink); }
.hero { background: #ffffff; }
.hero-background { background: radial-gradient(ellipse at 76% 45%, rgba(27, 145, 93, 0.11), transparent 39%), linear-gradient(145deg, #ffffff, #f0f7f2); }
.status-dot { box-shadow: 0 0 0 5px rgba(8, 118, 77, 0.12); }
.hero-terms { color: #314254; }
.media-frame { border-color: rgba(31, 49, 63, 0.16); box-shadow: 0 30px 95px rgba(26, 43, 57, 0.15); }
.homepage-hero-photo { width: 100%; height: 100%; display: block; object-fit: cover; }
.vehicle-badge { color: #ffffff; }
.vehicle-float-card { background: rgba(11, 21, 28, 0.89); }
.vehicle-float-card > div > span, .float-price span { color: #dce9e1; }
.vehicle-float-card > div > strong { color: #ffffff; }
.float-price { color: #a7f0c6; }
.hero-orbit { border-color: rgba(8, 118, 77, 0.17); }
.platform-strip { background: #edf5ef; }
.platform-list { color: #243746; }
.benefit-card, .featured-image-wrap { background: #ffffff; box-shadow: 0 10px 28px rgba(25, 42, 56, 0.045); }
.featured-section, .homepage-inventory-section { background: #edf4ef; }
.featured-image-caption { color: #ffffff; }
.contact-section { background: radial-gradient(ellipse at 16% 31%, rgba(43, 142, 94, 0.1), transparent 44%), #edf5ef; }
.lead-form { border-color: rgba(31, 49, 63, 0.14); background: rgba(255, 255, 255, 0.96); box-shadow: 0 16px 42px rgba(24, 40, 52, 0.07); }
.lead-form > label, .field-grid > label { color: #283947; }
.lead-form input:not([type="checkbox"]), .lead-form select { border-color: rgba(31, 49, 63, 0.19); background: #ffffff; color: #17212b; }
.lead-form input::placeholder, .lead-form select:invalid { color: #647584; }
.checkbox-label { color: #455565 !important; }
.form-alert { border-color: rgba(8, 118, 77, 0.29); background: #eaf5ed; }
.form-alert-error { border-color: rgba(169, 49, 44, 0.31); background: #fff0ee; }
.site-footer { background: #ffffff; }
.homepage-inventory-heading { margin-bottom: 40px; }
.homepage-inventory-grid { margin-top: 12px; }
.homepage-inventory-actions { margin-top: 29px; }
.homepage-empty-inventory { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #ffffff; color: var(--muted); line-height: 1.75; }
.homepage-empty-inventory a { color: var(--accent); font-weight: 650; }
.homepage-apply-card { padding: 38px; display: grid; gap: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #ffffff; box-shadow: 0 17px 45px rgba(25, 42, 56, 0.07); }
.homepage-apply-card h3 { font-size: clamp(34px, 4.2vw, 47px); letter-spacing: -0.065em; line-height: 1.05; }
.homepage-apply-card > p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.homepage-apply-points { display: grid; gap: 10px; color: #314254; font-size: 13px; }
.homepage-apply-points span::before { margin-right: 8px; color: var(--accent); content: "✓"; }
.homepage-text-link { color: var(--accent); font-size: 12px; text-align: center; }

@media (max-width: 760px) {
  .homepage-inventory-heading { margin-bottom: 28px; }
  .homepage-apply-card { padding: 26px 22px; }
  .homepage-apply-card h3 { font-size: 38px; }
}
