:root {
  --black: #080a08;
  --panel: #111411;
  --panel-2: #171b17;
  --lime: #b6ff00;
  --white: #f7f7f7;
  --muted: #b8bdb7;
  --line: rgba(182, 255, 0, 0.24);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 8%, rgba(182,255,0,.11), transparent 25rem),
    var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; }

.site-header {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -.02em;
}

.brand img { width: 52px; height: 52px; object-fit: contain; }

.header-cta {
  color: var(--lime);
  font-weight: 800;
  text-underline-offset: 4px;
}

main, footer {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 48px;
  padding: 72px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1, h2, p { margin-top: 0; }

h1 {
  margin-bottom: 24px;
  max-width: 800px;
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: .95;
  letter-spacing: -.07em;
}

h1 span { color: var(--lime); }

.intro {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.15rem;
}

.hero-mark { display: grid; place-items: center; }

.hero-mark img {
  width: min(100%, 430px);
  filter: drop-shadow(0 0 34px rgba(182,255,0,.18));
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 18px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--lime);
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
}

.button-primary { color: #090b09; background: var(--lime); }
.button-secondary { color: var(--white); background: transparent; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }

.booking-note { color: var(--muted); font-weight: 700; }

.offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid var(--lime);
  border-radius: 18px;
  background: linear-gradient(120deg, rgba(182,255,0,.09), rgba(182,255,0,.015));
}

.offer h2 { margin-bottom: 8px; font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1; }
.offer-detail { margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }

.launch-price {
  color: var(--lime);
  font-size: clamp(5rem, 13vw, 10rem);
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: .8;
  white-space: nowrap;
}

.launch-price span { font-size: .48em; vertical-align: top; }

.details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 80px 0;
}

.detail-card {
  min-height: 290px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: var(--panel);
}

.card-number { margin-bottom: 45px; color: var(--lime); font-weight: 900; }
.detail-card h2 { margin-bottom: 12px; font-size: 1.3rem; }
.detail-card p:last-child { color: var(--muted); }

.big-line { color: var(--white); font-size: 2rem; font-weight: 900; line-height: 1.05; }
.big-line span { display: block; margin-top: 6px; color: var(--lime); font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }

.coming-soon {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 80px;
  padding: clamp(34px, 6vw, 76px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 5% 5%, rgba(182,255,0,.12), transparent 19rem),
    var(--panel-2);
}

.coming-heading h2 {
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 6vw, 5.2rem);
  line-height: .92;
  letter-spacing: -.06em;
}

.coming-heading h2 span { color: var(--lime); }
.coming-heading > p:last-child { max-width: 530px; color: var(--muted); }

.glass-pricing { display: grid; gap: 14px; }

.glass-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8,10,8,.72);
}

.vehicle-type {
  margin-bottom: 16px;
  color: var(--lime);
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.price-row, .bundle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

.price-row {
  color: var(--muted);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.price-row strong { color: var(--white); font-size: 1.35rem; }

.bundle-row {
  margin-top: 8px;
  color: var(--white);
  font-weight: 800;
}

.bundle-row strong { color: var(--lime); font-size: 2rem; }

.follow-up {
  padding: 22px 24px;
  border-left: 3px solid var(--lime);
  background: rgba(182,255,0,.07);
}

.follow-up strong { color: var(--lime); text-transform: uppercase; letter-spacing: .08em; }
.follow-up p { margin: 8px 0 0; color: var(--white); }
.glass-note { margin: 4px 0 0; color: #929892; font-size: .88rem; }

.booking {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  padding: 70px;
  border-radius: 18px;
  background: var(--panel-2);
}

.booking h2 { max-width: 650px; font-size: clamp(2.2rem, 5vw, 4.3rem); line-height: 1; letter-spacing: -.05em; }
.booking > div > p:not(.eyebrow):not(.fine-print) { color: var(--muted); font-size: 1.05rem; }
.fine-print { margin-top: 26px; color: #929892; font-size: .88rem; }

.contact-panel {
  padding: 28px;
  border-left: 3px solid var(--lime);
  background: var(--black);
}

.contact-panel a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-panel span { display: block; color: var(--muted); font-size: .86rem; }
.contact-panel strong { color: var(--lime); font-size: clamp(1.15rem, 2.5vw, 1.7rem); }
.contact-panel p { margin: 20px 0 0; color: var(--white); font-weight: 800; }

footer {
  min-height: 140px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: .9rem;
}

footer img { width: 45px; height: 45px; object-fit: contain; }
footer p { margin: 0; }

@media (max-width: 800px) {
  .site-header, main, footer { width: min(100% - 28px, 1160px); }
  .brand span { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding: 56px 0; }
  .hero-copy { order: 2; }
  .hero-mark { order: 1; }
  .hero-mark img { width: min(72vw, 300px); }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .offer { align-items: flex-start; flex-direction: column; }
  .details { grid-template-columns: 1fr; padding: 56px 0; }
  .detail-card { min-height: 0; }
  .card-number { margin-bottom: 24px; }
  .coming-soon { grid-template-columns: 1fr; gap: 30px; margin-bottom: 56px; padding: 36px 24px; }
  .price-row, .bundle-row { align-items: flex-start; }
  .bundle-row span { max-width: 15rem; }
  .booking { grid-template-columns: 1fr; gap: 34px; padding: 36px 24px; }
  .contact-panel { padding: 22px; }
  footer { align-items: flex-start; padding: 42px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button:hover, .button:focus-visible { transform: none; }
}
