@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #070b0c;
  --ink-2: #0d1416;
  --paper: #f4f5f0;
  --white: #ffffff;
  --muted: #66706d;
  --line: #dfe3dc;
  --green: #78d64b;
  --green-dark: #4eab2d;
  --green-soft: #e9f9df;
  --red-soft: #fff0ed;
  --red: #d95442;
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(7,11,12,.92); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo img { width: 154px; height: auto; }
.nav nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav nav a { color: #c5cbc8; font-size: 14px; transition: .2s ease; }
.nav nav a:hover { color: var(--green); }
.menu-button { display: none; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 14px; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 20px; font-size: 13px; }
.button-green { background: var(--green); color: #081006; box-shadow: 0 10px 32px rgba(120,214,75,.18); }
.button-green:hover { background: #8ee561; }
.button-outline { border-color: rgba(255,255,255,.28); color: white; }
.button-outline:hover { border-color: var(--green); color: var(--green); }
.button-dark { background: var(--ink); color: white; }

.hero { min-height: 760px; position: relative; overflow: hidden; background: var(--ink); color: white; isolation: isolate; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; border-radius: 50%; right: -120px; top: 60px; background: radial-gradient(circle, rgba(120,214,75,.22), rgba(120,214,75,0) 70%); z-index: -1; }
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-layout { min-height: 680px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 30px; padding-block: 76px 56px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.eyebrow { color: var(--green); }
.eyebrow i, .availability i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 6px rgba(120,214,75,.1); }
.hero h1, .section h2, .final-cta h2 { margin: 22px 0; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(54px, 6.4vw, 92px); max-width: 710px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 590px; color: #aeb7b3; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; gap: 28px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-proof span { display: grid; gap: 4px; color: #7f8985; font-size: 12px; }
.hero-proof b { color: white; font-size: 16px; }
.hero-car { min-height: 510px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-car::after { content: ""; position: absolute; width: 76%; height: 45px; bottom: 65px; border-radius: 50%; background: rgba(0,0,0,.72); filter: blur(18px); }
.hero-car > img { position: relative; z-index: 3; width: 115%; max-width: none; transform: translateX(2%); filter: drop-shadow(0 26px 28px rgba(0,0,0,.42)); animation: carFloat 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(120,214,75,.23); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 390px; height: 390px; }
.model-tag { position: absolute; top: 54px; right: 16px; color: rgba(255,255,255,.35); letter-spacing: .22em; font-size: 10px; writing-mode: vertical-rl; }
.floating-stat { position: absolute; z-index: 4; padding: 13px 16px; min-width: 118px; background: rgba(20,28,28,.78); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; backdrop-filter: blur(12px); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.floating-stat small { display: block; color: #83908b; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.floating-stat strong { display: block; margin-top: 4px; color: white; }
.stat-range { left: 2%; bottom: 68px; }
.stat-charge { right: 2%; top: 110px; }
.scroll-hint { position: absolute; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 12px; color: #74807b; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; transform: translateX(-50%); }
.scroll-hint i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #29312f; border-radius: 50%; color: var(--green); font-style: normal; }
@keyframes carFloat { 50% { transform: translate(2%, -8px); } }

.section { padding: 116px 0; }
.section-heading { max-width: 720px; margin-bottom: 64px; }
.section-heading.compact { text-align: center; margin-inline: auto; }
.section-heading h2, .garage-heading h2, .faq-copy h2 { font-size: clamp(40px, 5vw, 66px); }
.section-heading p, .garage-heading p, .faq-copy p { color: var(--muted); line-height: 1.7; font-size: 16px; max-width: 620px; }

.steps { background: var(--paper); }
.steps-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps-grid li { min-height: 250px; padding: 34px 24px 20px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.steps-grid li:not(:first-child) { padding-left: 24px; }
.steps-grid li:last-child { border-right: 0; }
.steps-grid li > span { color: var(--green-dark); font: 800 42px/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.steps-grid h3 { margin: 0 0 10px; font: 700 20px/1.2 "Manrope", sans-serif; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }

.plans { background: white; }
.plans-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.plan-card { position: relative; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: white; }
.plan-card.featured { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 0 30px 70px rgba(7,11,12,.18); }
.popular { position: absolute; top: 18px; right: 18px; padding: 7px 10px; background: var(--green); color: var(--ink); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-top span { color: var(--green-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.plan-top h3 { margin: 14px 0 10px; font: 800 32px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.plan-top p { color: var(--muted); line-height: 1.6; font-size: 14px; }
.featured .plan-top p { color: #9ca7a3; }
.plan-card ul { list-style: none; padding: 20px 0 28px; margin: 0; display: grid; gap: 14px; border-top: 1px solid var(--line); }
.featured ul { border-color: rgba(255,255,255,.1); }
.plan-card li { position: relative; padding-left: 24px; font-size: 14px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 800; }
.plan-card .button { margin-top: auto; }

.simulator { background: #e9ede6; }
.simulator-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.simulator-copy h2 { margin: 18px 0; font: 800 clamp(42px,5vw,64px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.simulator-copy > p { color: var(--muted); line-height: 1.7; }
.saving-callout { margin-top: 36px; padding-left: 20px; border-left: 3px solid var(--green); display: grid; gap: 3px; }
.saving-callout span { color: var(--muted); font-size: 12px; }
.saving-callout strong { font: 800 34px/1.2 "Manrope", sans-serif; }
.saving-callout small { color: #8d9692; font-size: 11px; }
.calculator { padding: 42px; background: white; border: 1px solid #d9ded7; border-radius: var(--radius); box-shadow: 0 25px 70px rgba(36,50,43,.08); }
.calculator label { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin-bottom: 26px; font-weight: 600; }
.calculator label strong { color: var(--green-dark); font: 800 22px/1 "Manrope", sans-serif; }
.calculator input { --range-progress: 33%; width: 100%; height: 7px; appearance: none; border-radius: 8px; background: linear-gradient(to right, var(--green) var(--range-progress), #dfe4de var(--range-progress)); }
.calculator input::-webkit-slider-thumb { appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--ink); border: 6px solid var(--green); cursor: pointer; }
.cost-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.cost { padding: 24px; border-radius: 14px; display: grid; gap: 4px; }
.cost span, .monthly-saving span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.cost b { font: 800 28px/1.1 "Manrope", sans-serif; }
.cost small { color: var(--muted); font-size: 11px; }
.combustion { background: var(--red-soft); color: var(--red); }
.electric { background: var(--green-soft); color: #438f26; }
.monthly-saving { margin-top: 12px; padding: 26px; text-align: center; display: grid; gap: 4px; background: var(--ink); color: white; border-radius: 14px; }
.monthly-saving strong { color: var(--green); font: 800 36px/1.1 "Manrope", sans-serif; }
.monthly-saving small { color: #8c9792; }

.garage { background: var(--ink); color: white; overflow: hidden; }
.garage-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.garage-heading h2 { margin: 18px 0 0; font-family: "Manrope", sans-serif; letter-spacing: -.055em; line-height: 1; }
.garage-heading p { color: #909b97; }
.kicker.light { color: var(--green); }
.vehicle-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.vehicle-tab { padding: 14px 20px; border: 0; border-radius: 999px; background: transparent; color: #79837f; cursor: pointer; white-space: nowrap; font-weight: 600; transition: .2s ease; }
.vehicle-tab.is-active { background: var(--green); color: var(--ink); }
.vehicle-stage { min-height: 580px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 60px; }
.vehicle-visual { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; background: #f5f6f2; border-radius: 24px; }
.vehicle-visual::before { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(78,171,45,.18); border-radius: 50%; }
.vehicle-visual::after { content: ""; position: absolute; bottom: 70px; width: 75%; height: 34px; border-radius: 50%; background: rgba(7,11,12,.24); filter: blur(17px); }
.vehicle-visual span { position: absolute; z-index: 2; left: 0; top: 50px; color: #56615c; font: 800 13px/1 "Manrope", sans-serif; letter-spacing: .14em; }
.vehicle-visual img { position: relative; z-index: 2; width: 112%; max-width: none; transition: .22s ease; filter: drop-shadow(0 25px 35px rgba(0,0,0,.35)); }
.vehicle-visual img.is-changing { opacity: 0; transform: translateX(-20px); }
.availability { display: inline-flex; align-items: center; gap: 9px; color: #97a29e; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.vehicle-info h3 { margin: 18px 0 12px; font: 800 46px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.vehicle-info > p { color: #96a19c; line-height: 1.65; }
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 30px 0 16px; }
.specs div { padding: 18px; background: #121a1c; border: 1px solid #20292a; border-radius: 12px; }
.specs dt { color: #77837e; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.specs dd { margin: 6px 0 0; font: 700 18px/1 "Manrope", sans-serif; }
.car-note { margin-bottom: 18px; padding: 15px 17px; background: rgba(120,214,75,.08); color: #b5bfb9; border: 1px solid rgba(120,214,75,.16); border-radius: 10px; font-size: 12px; }
.vehicle-info .button { width: 100%; }

.comparison { background: white; }
.comparison-table { max-width: 900px; margin-inline: auto; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.table-row { display: grid; grid-template-columns: 1.25fr 1fr 1fr; min-height: 66px; align-items: center; border-bottom: 1px solid var(--line); }
.table-row:last-child { border-bottom: 0; }
.table-row > * { padding: 0 24px; }
.table-head { background: var(--ink); color: white; min-height: 54px; font-size: 12px; }
.table-row span { font-weight: 600; }
.table-row em { color: var(--red); font-style: normal; }
.table-row strong { color: var(--green-dark); }

.testimonials { background: #edf0eb; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
blockquote { margin: 0; padding: 30px; background: white; border: 1px solid #dfe4dd; border-radius: 16px; }
blockquote > div { color: #efb500; letter-spacing: .15em; font-size: 12px; }
blockquote > p { min-height: 130px; color: #3b4541; line-height: 1.7; }
blockquote footer { display: grid; gap: 2px; padding-top: 18px; border-top: 1px solid var(--line); }
blockquote footer b { font-size: 14px; }
blockquote footer span { color: var(--muted); font-size: 11px; }
.benefit-strip { margin-top: 18px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.benefit-strip span { padding: 16px; background: white; border: 1px solid #dfe4dd; border-radius: 10px; font-size: 12px; font-weight: 600; text-align: center; }

.faq { background: white; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-copy h2 { margin: 18px 0; font-family: "Manrope", sans-serif; letter-spacing: -.055em; line-height: 1; }
.accordion { border-top: 1px solid var(--line); }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { width: 100%; min-height: 78px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; text-align: left; font-weight: 700; cursor: pointer; }
.accordion button span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green-dark); transition: .25s ease; }
.accordion article > div { display: grid; grid-template-rows: 0fr; transition: .3s ease; }
.accordion article > div p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.65; }
.accordion article.is-open > div { grid-template-rows: 1fr; }
.accordion article.is-open > div p { padding: 0 50px 24px 0; }
.accordion article.is-open button span { background: var(--green); border-color: var(--green); color: var(--ink); transform: rotate(45deg); }

.final-cta { padding: 120px 0; text-align: center; color: white; background: var(--ink); position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 130%, rgba(120,214,75,.28), transparent 46%); }
.final-cta .shell { position: relative; }
.final-cta h2 { font-size: clamp(46px,6vw,76px); }
.footer { padding: 68px 0 24px; background: #040708; color: white; border-top: 1px solid #18201e; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 80px; }
.footer-grid img { width: 170px; }
.footer-grid p { max-width: 320px; color: #77817d; line-height: 1.6; font-size: 13px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid b { margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--green); }
.footer-grid a { color: #89938f; font-size: 13px; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; justify-content: space-between; color: #59625f; border-top: 1px solid #151c1a; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav nav { gap: 17px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 90px; }
  .hero { min-height: auto; }
  .hero-car { min-height: 460px; }
  .hero-car > img { width: min(880px, 115%); }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid li:nth-child(2) { border-right: 0; }
  .steps-grid li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .simulator-layout, .garage-heading, .faq-layout { grid-template-columns: 1fr; gap: 44px; }
  .vehicle-stage { grid-template-columns: 1fr; gap: 10px; }
  .vehicle-info { max-width: 650px; margin: 0 auto; padding-bottom: 30px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header .button-small { display: none; }
  .menu-button { display: inline-flex; padding: 9px 14px; border: 1px solid #27302e; border-radius: 999px; background: transparent; color: white; font-size: 12px; }
  .nav { height: 66px; }
  .logo img { width: 126px; }
  .nav nav { position: absolute; top: 66px; left: 0; right: 0; display: grid; gap: 0; padding: 10px 14px 18px; background: #070b0c; border-top: 1px solid #1b2321; transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: .22s ease; }
  .nav nav a { padding: 15px 12px; border-bottom: 1px solid #161d1b; }
  .menu-open .nav nav { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .hero-layout { padding-top: 68px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { gap: 15px; flex-wrap: wrap; }
  .hero-car { min-height: 350px; }
  .hero-car > img { width: 120%; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 250px; height: 250px; }
  .floating-stat { padding: 10px 12px; min-width: 100px; }
  .stat-charge { top: 50px; }
  .stat-range { bottom: 34px; }
  .model-tag { display: none; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .garage-heading h2, .faq-copy h2 { font-size: 42px; }
  .steps-grid, .plans-grid, .testimonial-grid, .benefit-strip { grid-template-columns: 1fr; }
  .steps-grid li, .steps-grid li:not(:first-child) { min-height: 190px; padding: 24px 0; border-right: 0; border-top: 1px solid var(--line); }
  .plan-card { padding: 30px 24px; }
  .calculator { padding: 26px 18px; }
  .calculator label { align-items: flex-start; flex-direction: column; }
  .cost { padding: 18px 12px; }
  .cost b { font-size: 22px; }
  .vehicle-visual { min-height: 330px; }
  .vehicle-visual::before { width: 290px; height: 290px; }
  .vehicle-visual img { width: 120%; }
  .vehicle-info h3 { font-size: 38px; }
  .table-row { grid-template-columns: 1.3fr .9fr .9fr; font-size: 11px; }
  .table-row > * { padding: 0 10px; }
  blockquote > p { min-height: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
