:root {
  --bg: #07110f;
  --bg-soft: #0c1916;
  --surface: #101f1c;
  --surface-2: #162723;
  --ink: #0b1613;
  --text: #edf4f1;
  --muted: #a5b5b0;
  --paper: #f5f7f4;
  --paper-2: #e9eeea;
  --green: #9fef46;
  --green-bright: #c6ff62;
  --emerald: #26d983;
  --line: rgba(255, 255, 255, .12);
  --shadow: 0 24px 80px rgba(0, 0, 0, .25);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.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: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--green); color: #08100e; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 76px;
  color: var(--text);
  background: linear-gradient(to bottom, rgba(5, 13, 12, .85), transparent);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(7, 17, 15, .9); backdrop-filter: blur(18px); box-shadow: 0 1px var(--line); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 650; letter-spacing: -.02em; }
.brand b { color: var(--green-bright); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--green); color: var(--bg); }
.brand-mark svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.primary-nav > a { color: #c7d2cf; transition: color .2s ease; }
.primary-nav > a:hover, .primary-nav > a:focus-visible { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 10px; padding: 9px 9px 9px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.nav-cta span { padding: 4px 8px; color: #15200f; background: var(--green); border-radius: 999px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; color: white; background: none; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; margin: 5px 0; display: block; background: currentColor; transition: .25s ease; }

.hero {
  position: relative;
  min-height: 800px;
  height: min(900px, 100svh);
  color: var(--text);
  background: var(--bg);
  overflow: hidden;
}
.hero-photo { position: absolute; inset: 0; background: url("/assets/hero.webp") 50% 50% / cover no-repeat; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 13, 12, .98) 0%, rgba(5, 13, 12, .88) 35%, rgba(5, 13, 12, .12) 72%),
    linear-gradient(0deg, rgba(5, 13, 12, .92) 0%, transparent 34%, rgba(5, 13, 12, .3) 100%);
}
.hero-content { position: relative; z-index: 1; height: 100%; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: 80px; padding-top: 80px; }
.hero .reveal { opacity: 1; transform: none; }
.hero-copy { max-width: 650px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: #4a685f; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #bcd0ca; }
.eyebrow span { width: 24px; height: 1px; background: var(--green); box-shadow: 0 0 10px var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin: 24px 0; font-size: clamp(48px, 5.5vw, 78px); line-height: .99; letter-spacing: -.055em; font-weight: 750; }
h1 em, h2 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-copy > p { max-width: 590px; color: #bccbc6; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { padding: 10px 22px; color: #0d1713; background: var(--green); box-shadow: 0 12px 30px rgba(159, 239, 70, .16); }
.button-primary svg { width: 22px; fill: currentColor; }
.button-primary span { display: grid; font-size: 17px; line-height: 1.05; }
.button-primary small { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.button-ghost { padding: 10px 4px 10px 18px; color: #d5dfdc; }
.button-ghost span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.hero-proof { display: flex; gap: 0; margin-top: 46px; }
.hero-proof > div { display: grid; min-width: 145px; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--line); }
.hero-proof > div:last-child { border: 0; }
.hero-proof strong { color: white; font-size: 14px; }
.hero-proof span { color: #9eb0aa; font-size: 12px; }

.hero-card {
  position: relative;
  align-self: end;
  width: 410px;
  margin: 0 0 80px auto;
  padding: 20px;
  color: #dce7e3;
  background: rgba(8, 19, 17, .9);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0,0,0,.35);
}
.live-pill { position: absolute; top: -40px; right: 0; display: flex; align-items: center; gap: 8px; padding: 8px 12px; color: #c6d5d0; background: rgba(8, 19, 17, .72); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; backdrop-filter: blur(10px); }
.live-pill i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 10px var(--green); }
.best-label { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.station-row { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 12px; margin: 13px 0 16px; }
.station-logo { width: 46px; height: 46px; display: grid; place-items: center; color: #122018; background: var(--green); border-radius: 14px; font-size: 20px; font-weight: 900; }
.station-row > div:nth-child(2) { display: grid; line-height: 1.35; }
.station-row > div:nth-child(2) span { color: #90a49d; font-size: 12px; }
.price { display: flex; align-items: baseline; gap: 4px; }
.price strong { color: white; font-size: 25px; letter-spacing: -.04em; }
.price span { color: #90a49d; font-size: 11px; }
.saving { display: flex; align-items: center; gap: 11px; padding: 12px; color: #cbd8d4; background: rgba(159, 239, 70, .08); border: 1px solid rgba(159, 239, 70, .16); border-radius: 13px; }
.saving-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--green); background: rgba(159,239,70,.13); border-radius: 50%; }
.saving div { display: grid; margin-right: auto; line-height: 1.25; }
.saving small { color: #9aada6; font-size: 11px; }
.saving strong { color: var(--green); font-size: 16px; }
.saving > span:last-child { font-size: 11px; }
.card-map { height: 112px; margin: 12px -20px 0; overflow: hidden; }
.map-road { fill: none; stroke: rgba(255,255,255,.09); stroke-width: 2; }
.route { fill: none; stroke: var(--green); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 5 7; }
.card-map circle:first-of-type { fill: white; }
.card-map circle:last-of-type { fill: var(--green); filter: drop-shadow(0 0 7px var(--green)); }
.fresh { display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--line); color: #91a49e; font-size: 11px; }
.fresh span { color: #b8c9c3; }
.hero-scroll { position: absolute; z-index: 2; left: 50%; bottom: 26px; width: 22px; height: 36px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.hero-scroll span { width: 3px; height: 7px; position: absolute; top: 7px; left: 9px; background: var(--green); border-radius: 4px; animation: scrollHint 1.8s infinite; }
@keyframes scrollHint { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }

.fuel-strip { color: #bdd0c9; background: var(--bg); border-top: 1px solid var(--line); }
.fuel-row { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.fuel-row > span { color: #819b92; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.fuel-row b { color: white; font-size: 14px; }
.fuel-row i { height: 26px; width: 1px; margin-left: auto; background: var(--line); }
.fuel-row small { color: #71877f; }

.section { padding: 120px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.section-copy h2, .section-heading h2 { margin: 16px 0 24px; font-size: clamp(40px, 4.4vw, 62px); line-height: 1.04; letter-spacing: -.05em; }
.section-copy h2 em, .section-heading h2 em { color: #5da527; }
.section-copy > p, .section-heading > p { color: #60716b; font-size: 17px; max-width: 600px; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 13px; color: #30443d; font-size: 14px; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list span { width: 24px; height: 24px; display: grid; place-items: center; color: #21420c; background: rgba(159,239,70,.45); border-radius: 50%; font-size: 12px; font-weight: 900; }

.compare-card { padding: 28px; background: white; border: 1px solid #dfe6e1; border-radius: var(--radius); box-shadow: 0 24px 80px rgba(29, 50, 43, .1); }
.compare-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.compare-head > div { display: grid; }
.compare-head span { color: #687a73; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.compare-head strong { font-size: 15px; }
.car-chip { padding: 8px 12px; color: #32423d !important; background: var(--paper-2); border-radius: 99px; letter-spacing: 0 !important; }
.station-option { position: relative; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; padding: 17px; margin-bottom: 12px; background: #f6f8f6; border: 1px solid #e6ebe7; border-radius: 16px; }
.station-option.winner { background: #f5fde9; border-color: #b9e880; }
.option-marker { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: #1b302a; border-radius: 50%; font-weight: 800; }
.winner .option-marker { color: #1d2a13; background: var(--green); }
.station-option > div:nth-child(2) { display: grid; }
.station-option > div:nth-child(2) span { color: #6c7d77; font-size: 12px; }
.station-option > b { font-size: 20px; }
.station-option > b small { color: #687972; font-size: 11px; }
.winner-tag { position: absolute; right: 14px; bottom: -9px; padding: 4px 9px; color: #203311 !important; background: var(--green); border-radius: 99px; font-size: 11px !important; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.compare-result { display: flex; align-items: flex-start; gap: 12px; margin-top: 20px; padding: 16px; color: #bfcfc9; background: var(--bg-soft); border-radius: 15px; }
.result-icon { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; color: var(--green); border: 1px solid rgba(159,239,70,.4); border-radius: 50%; font-family: Georgia, serif; font-style: italic; }
.compare-result p { margin: 0; font-size: 12px; }
.compare-result strong { color: var(--green); }

.features-section { color: var(--text); background: var(--bg); }
.section-heading { margin-bottom: 55px; }
.features-section .section-heading { text-align: center; }
.features-section .section-heading > p { margin-inline: auto; color: #8ea29b; }
.features-section .section-heading h2 em { color: var(--green); }
.features-section .section-kicker { color: var(--green); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 315px; padding: 32px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; }
.feature-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -100px; background: var(--green); filter: blur(80px); opacity: .07; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green); background: rgba(159,239,70,.09); border: 1px solid rgba(159,239,70,.16); border-radius: 14px; }
.feature-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-number { position: absolute; right: 28px; top: 28px; color: #43544f; font-size: 12px; font-weight: 700; }
.feature-card h3 { margin: 45px 0 10px; font-size: 25px; letter-spacing: -.03em; }
.feature-card > p { max-width: 440px; color: #8da099; font-size: 14px; }
.reward-pill { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 7px 12px; color: #c9d6d1; background: rgba(255,255,255,.05); border-radius: 9px; font-size: 12px; }
.reward-pill span { color: var(--green); font-weight: 900; }
.mini-pins { display: flex; gap: 10px; margin-top: 18px; }
.mini-pins i { position: relative; padding: 7px 10px; color: #1c2a17; background: var(--green); border-radius: 9px 9px 9px 1px; font-size: 12px; font-style: normal; font-weight: 900; box-shadow: 0 5px 20px rgba(159,239,70,.12); }
.mini-pins i:nth-child(2) { color: #463b12; background: #ffd35d; }
.mini-pins i:nth-child(3) { color: #eee; background: #394945; }
.garage-stats { display: flex; gap: 10px; margin-top: 18px; }
.garage-stats span { padding: 8px 11px; color: #9aada6; background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 9px; font-size: 12px; }
.garage-stats b { color: white; }
.reminder-row { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 10px 12px; color: #c7d4cf; background: rgba(255,255,255,.04); border-left: 3px solid var(--green); border-radius: 6px; font-size: 12px; }
.reminder-row b { color: var(--green); }

.garage-section { overflow: hidden; background: #edf1ee; }
.garage-layout { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 100px; }
.phone-wrap { position: relative; display: grid; place-items: center; }
.phone-wrap::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(159,239,70,.26), rgba(159,239,70,0) 68%); }
.phone { position: relative; z-index: 1; width: 330px; height: 650px; overflow: hidden; color: var(--text); background: #0b1715; border: 8px solid #17201e; border-radius: 42px; box-shadow: 0 38px 80px rgba(27, 48, 42, .28), inset 0 0 0 1px rgba(255,255,255,.12); }
.phone::before { content: ""; position: absolute; z-index: 5; top: 8px; left: 50%; width: 78px; height: 20px; transform: translateX(-50%); background: #050a09; border-radius: 99px; }
.phone-top { height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-size: 10px; }
.phone-top i { width: 56px; }
.phone-top b { font-size: 10px; letter-spacing: .02em; }
.app-bar { display: grid; grid-template-columns: 37px 1fr 28px; align-items: center; gap: 9px; padding: 8px 14px; }
.app-mini-logo { width: 36px; height: 36px; display: grid; place-items: center; color: #13200f; background: var(--green); border-radius: 11px; font-size: 10px; font-weight: 900; }
.app-bar > div { display: grid; line-height: 1.3; }
.app-bar small { color: #91a49e; font-size: 10px; }
.app-bar strong { font-size: 12px; }
.app-bar button { color: #849891; background: none; border: 0; }
.car-visual { height: 145px; display: grid; align-items: center; background: radial-gradient(circle at 50% 70%, #253c36 0, transparent 65%); }
.odometer { margin: -3px 14px 12px; padding: 12px 14px; display: grid; text-align: center; background: #101f1c; border: 1px solid var(--line); border-radius: 14px; }
.odometer small { color: #91a49e; font-size: 10px; }
.odometer strong { color: white; font-size: 20px; letter-spacing: .02em; }
.odometer strong span { color: #91a49e; font-size: 10px; font-weight: 500; }
.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 14px; }
.phone-grid > div { display: grid; padding: 11px; background: #101f1c; border: 1px solid var(--line); border-radius: 12px; }
.tile-icon { color: var(--green); font-size: 12px; }
.phone-grid small { color: #91a49e; font-size: 10px; }
.phone-grid b { font-size: 12px; }
.next-service { display: grid; grid-template-columns: 26px 1fr auto; align-items: center; gap: 8px; margin: 8px 14px 0; padding: 11px; background: rgba(159,239,70,.08); border: 1px solid rgba(159,239,70,.15); border-radius: 12px; }
.next-service > span { width: 24px; height: 24px; display: grid; place-items: center; color: #15200f; background: var(--green); border-radius: 50%; font-size: 10px; }
.next-service div { display: grid; line-height: 1.3; }
.next-service small { color: #91a49e; font-size: 10px; }
.next-service b { font-size: 10px; }
.next-service time { color: var(--green); font-size: 10px; font-weight: 800; }
.phone-nav { position: absolute; left: 0; right: 0; bottom: 0; height: 62px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; padding: 7px 8px 10px; background: #0f1d1a; border-top: 1px solid var(--line); text-align: center; }
.phone-nav span, .phone-nav b { display: grid; color: #6f847d; font-size: 13px; }
.phone-nav b { color: var(--green); }
.phone-nav small { font-size: 10px; font-weight: 500; }
.phone-nav i { width: 38px; height: 38px; display: grid; place-items: center; justify-self: center; color: #17220f; background: var(--green); border-radius: 13px; font-size: 22px; font-style: normal; }
.garage-list { display: grid; gap: 14px; margin-top: 35px; }
.garage-list > div { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid #d9e1dc; }
.garage-list > div > span { width: 44px; height: 44px; display: grid; place-items: center; color: #32580f; background: rgba(159,239,70,.3); border-radius: 13px; }
.garage-list > div > div { display: grid; }
.garage-list strong { font-size: 14px; }
.garage-list small { color: #60736c; font-size: 13px; }

.ai-section { padding-top: 60px; background: #edf1ee; }
.ai-card { position: relative; min-height: 490px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 60px; padding: 70px 80px; overflow: hidden; color: var(--text); background: #10201c; border-radius: 32px; box-shadow: var(--shadow); }
.ai-card::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(90deg, transparent, black); }
.ai-copy { position: relative; z-index: 1; }
.ai-copy h2 { margin: 16px 0 22px; font-size: clamp(42px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -.05em; }
.ai-copy h2 em { color: var(--green); }
.ai-copy > p { max-width: 570px; color: #9aafa8; }
.section-kicker.light { color: var(--green); }
.ai-flow { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.ai-flow span { display: flex; align-items: center; gap: 7px; color: #c3d1cc; font-size: 13px; }
.ai-flow b { width: 24px; height: 24px; display: grid; place-items: center; color: #17210f; background: var(--green); border-radius: 50%; font-size: 10px; }
.ai-flow i { color: #52655f; font-style: normal; }
.scan-demo { position: relative; z-index: 1; display: grid; place-items: center; }
.receipt { position: relative; width: 270px; min-height: 300px; padding: 30px 24px; color: #1f2d29; background: #f5f2e8; box-shadow: 0 30px 80px rgba(0,0,0,.32); transform: rotate(3deg); }
.receipt::after { content: ""; position: absolute; inset: auto 0 -8px; height: 16px; background: linear-gradient(135deg, transparent 8px, #f5f2e8 0) 0 0/16px 16px repeat-x; }
.receipt-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 56px; }
.receipt-top span { font-weight: 900; letter-spacing: .14em; }
.receipt-top i { width: 42px; height: 16px; background: repeating-linear-gradient(90deg, #1f2d29 0 2px, transparent 2px 4px); }
.receipt > small { display: block; margin-bottom: 7px; color: #586963; font-size: 10px; }
.receipt > div:not(.receipt-top):not(.scan-line) { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-block: 1px dashed #aab1ad; font-size: 10px; }
.receipt strong { font-size: 18px; }
.scan-line { position: absolute; left: -18px; right: -18px; top: 145px; height: 2px; background: var(--green); box-shadow: 0 0 18px 5px rgba(159,239,70,.65); animation: scan 2.6s ease-in-out infinite; }
@keyframes scan { 0%, 100% { transform: translateY(-80px); opacity: .3; } 50% { transform: translateY(95px); opacity: 1; } }
.recognized { position: absolute; right: -20px; bottom: 52px; display: flex; align-items: center; gap: 9px; padding: 12px 14px; color: #dce7e3; background: rgba(7,17,15,.92); border: 1px solid rgba(159,239,70,.25); border-radius: 12px; box-shadow: 0 15px 30px rgba(0,0,0,.3); }
.recognized > span { width: 26px; height: 26px; display: grid; place-items: center; color: #19250f; background: var(--green); border-radius: 50%; font-size: 11px; font-weight: 900; }
.recognized div { display: grid; }
.recognized small { color: #91a49e; font-size: 10px; }
.recognized strong { font-size: 11px; }

.community-section { color: var(--text); background: var(--bg); }
.community-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; }
.community-copy h2 { margin: 16px 0 24px; font-size: clamp(42px, 4.6vw, 62px); line-height: 1.04; letter-spacing: -.05em; }
.community-copy h2 em { color: var(--green); }
.community-copy > p { max-width: 570px; color: #91a69f; }
.moderation-note { display: flex; align-items: center; gap: 9px; margin-top: 24px; color: #82978f; }
.moderation-note span { color: var(--green); }
.week-pass { position: relative; min-height: 380px; padding: 32px; overflow: hidden; background: linear-gradient(135deg, #263c35, #101c19 58%, #1b302a); border: 1px solid rgba(159,239,70,.22); border-radius: 28px; box-shadow: 0 30px 90px rgba(0,0,0,.3); transform: perspective(900px) rotateY(-5deg) rotateX(2deg); }
.week-pass::after { content: ""; position: absolute; width: 280px; height: 280px; top: -140px; right: -80px; border: 1px solid rgba(159,239,70,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(159,239,70,.03), 0 0 0 90px rgba(159,239,70,.02); }
.pass-shine { position: absolute; inset: -50%; background: linear-gradient(115deg, transparent 43%, rgba(255,255,255,.08) 50%, transparent 57%); transform: rotate(14deg); }
.pass-logo { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: var(--green); font-size: 20px; font-weight: 900; }
.pass-logo small { color: #a4b7b0; font-size: 11px; letter-spacing: .12em; }
.week-pass > div:nth-of-type(2) { position: relative; z-index: 1; display: grid; margin: 48px 0 26px; line-height: 1; }
.week-pass > div small { color: #a4b7b0; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.week-pass > div strong { color: white; font-size: 50px; letter-spacing: -.06em; }
.week-pass > div span { color: var(--green); font-size: 13px; }
.week-pass ul { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px 18px; padding: 0; list-style: none; color: #c1d0cb; font-size: 14px; line-height: 1.45; }
.week-pass ul li::first-letter { color: var(--green); }
.week-pass > b { position: absolute; left: 32px; bottom: 23px; color: #849a92; font-size: 11px; letter-spacing: .14em; }

.faq-section { background: #f5f7f4; }
.faq-layout { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid #d7dfda; }
.faq-list details { border-bottom: 1px solid #d7dfda; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #70817b; font-size: 20px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 35px 22px 0; color: #657670; font-size: 13px; }

.launch-section { padding: 0 0 80px; background: #f5f7f4; }
.launch-inner { position: relative; min-height: 350px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 60px 70px; overflow: hidden; color: var(--text); background: var(--bg); border-radius: 30px; }
.launch-inner::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(159,239,70,.16), transparent 38%); }
.launch-glow { position: absolute; width: 320px; height: 320px; right: -120px; bottom: -180px; background: var(--green); border-radius: 50%; filter: blur(100px); opacity: .14; }
.launch-inner > div { position: relative; z-index: 1; }
.launch-inner h2 { margin: 15px 0 13px; font-size: clamp(40px, 4vw, 56px); line-height: 1; letter-spacing: -.05em; }
.launch-inner h2 em { color: var(--green); }
.launch-inner p { color: #94a8a1; }
.coming-button { min-width: 245px; display: flex; align-items: center; gap: 13px; padding: 16px 22px; color: #111c0d; background: var(--green); border-radius: 16px; box-shadow: 0 15px 40px rgba(159,239,70,.15); }
.coming-button svg { width: 28px; fill: currentColor; }
.coming-button > span { display: grid; line-height: 1.15; }
.coming-button small { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.coming-button strong { font-size: 19px; }

.site-footer { padding: 60px 0 24px; color: #9cafaa; background: var(--bg); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-brand { color: white; }
.footer-main > div:first-child > p { max-width: 350px; margin-top: 20px; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links > div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 6px; color: white; font-size: 12px; }
.footer-links a { font-size: 12px; transition: color .2s ease; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; }
.built-in-poland { display: flex; align-items: center; gap: 7px; }
.built-in-poland i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: .12s; }

@media (max-width: 1050px) {
  .hero-content { grid-template-columns: 1fr .68fr; gap: 35px; }
  .hero-card { width: 350px; }
  .split, .garage-layout, .community-grid { gap: 55px; }
  .ai-card { padding: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, var(--max)); }
  .site-header { height: 68px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; color: white; background: rgba(7,17,15,.98); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .primary-nav.open { opacity: 1; visibility: visible; }
  .primary-nav > a { font-size: 21px; }
  .nav-cta { font-size: 16px !important; }
  .hero { min-height: 820px; height: auto; }
  .hero-photo { background-position: 63% 50%; opacity: .67; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,13,12,.96), rgba(5,13,12,.4)), linear-gradient(0deg, rgba(5,13,12,.98), transparent 50%); }
  .hero-content { min-height: 820px; grid-template-columns: 1fr; align-content: center; padding: 125px 0 80px; }
  .hero-copy { max-width: 620px; }
  .hero-card { display: none; }
  .hero-scroll { display: none; }
  .fuel-row { flex-wrap: wrap; justify-content: center; gap: 18px; padding: 20px 0; }
  .fuel-row i, .fuel-row small { display: none; }
  .section { padding: 90px 0; }
  .split, .garage-layout, .community-grid, .faq-layout { grid-template-columns: 1fr; gap: 60px; }
  .section-copy { max-width: 680px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .garage-layout .phone-wrap { order: 2; }
  .phone-wrap::before { width: 480px; height: 480px; }
  .ai-card { grid-template-columns: 1fr; padding: 50px; }
  .scan-demo { margin-top: 20px; }
  .week-pass { width: min(100%, 480px); justify-self: center; }
  .launch-inner { align-items: flex-start; flex-direction: column; padding: 50px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, var(--max)); }
  .brand { font-size: 16px; }
  .brand-mark { width: 31px; height: 31px; }
  .hero { min-height: 760px; }
  .hero-content { min-height: 760px; padding-top: 100px; }
  h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { gap: 14px; justify-content: space-between; }
  .hero-proof > div { min-width: 0; padding: 0; margin: 0; border: 0; }
  .hero-proof strong { font-size: 12px; }
  .hero-proof span { font-size: 12px; }
  .section { padding: 75px 0; }
  .section-copy h2, .section-heading h2, .community-copy h2, .ai-copy h2 { font-size: 39px; }
  .compare-card { padding: 16px; }
  .compare-head { align-items: flex-start; }
  .station-option { grid-template-columns: 36px 1fr; }
  .station-option > b { grid-column: 2; }
  .winner-tag { bottom: auto; top: 9px; }
  .feature-card { padding: 25px; }
  .feature-card h3 { margin-top: 34px; }
  .phone { width: 308px; height: 620px; }
  .ai-card { width: 100%; padding: 38px 24px; border-radius: 24px; }
  .ai-flow { align-items: flex-start; flex-direction: column; }
  .ai-flow i { display: none; }
  .receipt { width: 230px; min-height: 280px; }
  .recognized { right: -4px; }
  .week-pass { min-height: 390px; padding: 25px; transform: none; }
  .week-pass ul { flex-direction: column; gap: 6px; }
  .faq-layout { gap: 35px; }
  .launch-section { padding-bottom: 35px; }
  .launch-inner { width: calc(100% - 24px); padding: 38px 25px; border-radius: 24px; }
  .coming-button { min-width: 0; width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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