.legal-html, .legal-html body.legal-page { background: #0b0b0b; }
/* Global base styles moved from inline <style> */
::-webkit-scrollbar { display: none; }
html, body { margin: 0; padding: 0; height: 100%; -ms-overflow-style: none; scrollbar-width: none; scroll-behavior: smooth; overflow-x: hidden; }
/* Box sizing reset for consistent layout across devices */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-snap-type: y mandatory; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { font-family: 'Inter', sans-serif !important; scroll-snap-type: y mandatory; }
.section { min-height: 100vh; width: 100%; position: relative; scroll-snap-align: center; scroll-snap-stop: always; }

/* Background image styles */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* Hero background image */
#hero {
  background-color: #000000;
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Second page background */
#why-center-zero {
  background-image: url('MEDIA/slide2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Second section background */
#what-is {
  background-image: url('MEDIA/slide2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Fourth section background */
#specs {
  background-image: url('MEDIA/slide2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Fifth section background */
#checklist {
  background-image: url('MEDIA/slide2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Sixth section background */
#early-supporters {
  background-image: url('MEDIA/slide2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Reduce background contrast only on 5th page (Early Supporters) */
#early-supporters { position: relative; }
#early-supporters::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  pointer-events: none;
  z-index: 0;
}
/* ensure content sits above the overlay (keep CTA absolute) */
#early-supporters > :not(a.hero-cta-link) { position: relative; z-index: 1; }

/* Seventh section background */
#timeline {
  background-image: url('MEDIA/slide2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Eighth section background */
#faq {
  background-image: url('MEDIA/slide2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Ninth section background */
#reserve {
  background-image: url('MEDIA/slide2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Override: use bgimg.jpg as background for all sections except the first page (hero) */
#what-is, #why-center-zero, #specs, #checklist, #early-supporters, #timeline, #faq, #reserve {
  background-image: url('MEDIA/bgimg.jpg');
}

/* Page-wide background image */
body {
  /* background-image: url('MEDIA/Desktop - Hero/Desktop - Hero.png'); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Make sections transparent and hide old section background images */
body, .section { background-color: black; }
.section > img { display: none !important; }
/* Allow hero image to show */
#hero > img.video-background { display: block !important; }

/* Media should not overflow containers by default */
img, video, svg { max-width: 100%; height: auto; }

  /* Navbar semi-transparent background */
  nav.navbar {
    background-color: #000000 !important;
    position: fixed !important; /* fixed at top */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001 !important; /* above hero slider/content */
    transition: transform 0.25s ease, opacity 0.25s ease;
    will-change: transform, opacity;
  }

  /* Hidden state for navbar once past the hero */
  nav.navbar.navbar--hidden {
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
  }

/* Fixed navbar only while hero is visible */
nav.navbar.is-fixed {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 1000 !important;
  background-color: #000000 !important; /* keep same look */
  backdrop-filter: blur(6px);
}

/* Hero slider */
.slider { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.slider-track {
  height: 100%;
  display: flex;
  transition: transform 0.6s ease-in-out;
  position: relative;
  z-index: 0;
}
.slider-track img { width: 100%; height: 100%; object-fit: cover; flex: 0 0 100%; }
.slider-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(18px) brightness(0.6);
  transform: scale(1.08);
  z-index: 0;
}

/* Minimal support utilities (to decouple from Tailwind) */
.hidden { display: none !important; }

/* What-is slider: dots */
#whatIsDots { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; }
#whatIsDots [data-dot].dot { width: 8px; height: 8px; border-radius: 9999px; background: #d1d5db; display: inline-block; }
#whatIsDots [data-dot].dot.active { background: #facc15; }

/* What-is slider: track + images */
#whatIsSliderTrack { height: 100%; display: flex; transition: transform 0.5s ease-in-out; }
#whatIsSliderTrack img { width: 100%; height: 100%; object-fit: contain; flex: 0 0 100%; }

/* Remove any borders/shadows around the What-is slider images */
#whatIsSliderTrack, #whatIsSliderTrack img {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  filter: none !important;
  background: transparent !important;
}
/* Visually crop a few pixels from image edges to remove baked-in borders in assets */
#whatIsSliderTrack img { clip-path: inset(18px 44px 18px 44px); -webkit-clip-path: inset(18px 44px 18px 44px); }

/* What-is slider: cross overlay */
#noChargerCross { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 10; }
#noChargerCross .bar { width: 220px; height: 16px; background: rgba(220, 38, 38, 0.90); border-radius: 8px; }
#noChargerCross .bar.diag-1 { transform: rotate(45deg); }
#noChargerCross .bar.diag-2 { transform: rotate(-45deg); position: absolute; }
@media (min-width: 768px) {
  #noChargerCross .bar { width: 260px; height: 18px; }
}

/* Always hide the red cross overlay on the What-is slider */
#noChargerCross { display: none !important; }

/* What-is slider: arrow controls */
#what-is .whatis-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 9999px;
  background: rgba(0,0,0,0.30);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 20;
  border: none;
}
#what-is .whatis-arrow:hover { background: rgba(0,0,0,0.40); }
#whatIsPrev.whatis-arrow { left: 8px; }
#whatIsNext.whatis-arrow { right: 8px; }

/* What-is card and text (semantic, replacing Tailwind) */
#what-is .whatis-card {
  width: 530px;
  background: #ffffff;
  border-radius: 20px;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 35px; /* pt-10 */
  padding-bottom: 20px; /* pb-8 */
  position: relative;
  overflow: hidden;
  margin-top: -120px;
}
#what-is .whatis-title {
  text-align: center;
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 800; /* extrabold */
  font-family: 'Inter', sans-serif;
  margin-bottom: 15px; /* mb-1 */
}
#what-is .whatis-support {
  text-align: center;
  color: #4b5563; /* gray-600 */
  font-size: 15px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  padding-left: 24px;
  padding-right: 24px; /* px-6 */
  margin-bottom: 13px; /* mb-1 */
}
#what-is .whatis-heading {
  text-align: center;
  color: #1e1e1e;
  font-size: 18px; /* ~ text-lg */
  font-weight: 600; /* semibold */
  font-family: 'Inter', sans-serif;
  margin-bottom: 8px; /* mb-2 */
}
#what-is .whatis-slider { 
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border: none !important;
  box-shadow: none !important;
}
/* Remove rounded background panel if any default UA styles exist */
#what-is .whatis-slider, #what-is .whatis-card { background-clip: padding-box; }

/* Navigation bar (semantic) */
nav.navbar { width: 99.8%; height: 65px; margin: 0 auto; border-radius: 6px; }
.nav-inner { width: 100%; height: 65px; position: relative; }
.nav-brand { position: absolute; left: 11px; top: 8px; white-space: nowrap; text-align: center; color: #fff; font-size: 27px; font-weight: 700; line-height: 29px; font-family: 'Inter', sans-serif; }
.nav-brand img { width: 223px; height: 43px; object-fit: fill; vertical-align: middle; display: inline-block; }
.nav-center { width: 900px; height: 44px; position: absolute; left: 67%; transform: translateX(-50%); top: 11px; display: inline-flex; justify-content: center; align-items: center; gap: 46px; }
.nav-links { height: 22px; display: inline-flex; justify-content: center; align-items: center; gap: 37px; }
.nav-link { white-space: nowrap; text-align: center; color: #fff; font-size: 18px; font-weight: 400; line-height: 22px; font-family: 'Inter', sans-serif; text-decoration: none; cursor: pointer; display: inline-block; transition: color .2s ease, transform .2s ease; }
.nav-link:hover { color: #facc15; transform: scale(1.12); }
.nav-cta { width: 150px; height: 20px; padding: 20px; background: #ffffff; border-radius: 10px; border: 1px solid #ffffff; display: flex; justify-content: center; align-items: center; gap: 8px; overflow: hidden; box-shadow: 0 4px 4px rgba(0,0,0,0.25); position: absolute; right: 12px; top: 11px; text-decoration: none; }
.nav-cta:hover { background: #f3f4f6; }
.nav-cta-label { white-space: nowrap; color: #111827; font-size: 16px; font-weight: 700; line-height: 16px; font-family: 'Inter', sans-serif; }

/* Mobile burger */
.nav-burger { display: none; position: absolute; right: 170px; top: 14px; width: 28px; height: 24px; border: none; background: transparent; cursor: pointer; }
.nav-burger span { display: block; height: 3px; background: #fff; margin: 4px 0; border-radius: 2px; }

.mobile-nav { position: fixed; inset: 56px 0 0 0; background: rgba(0,0,0,0.96); z-index: 1002; display: flex; flex-direction: column; gap: 16px; padding: 16px; }
.mobile-nav .mnav-link { color: #e5e7eb; text-decoration: none; font-size: 16px; }
.mobile-nav .mnav-cta { display: inline-block; padding: 12px; background: #ffffff; color: #111827; border-radius: 10px; text-align: center; font-weight: 700; text-decoration: none; }

/* Hero section (semantic) */
.hero-section { width: 100vw; height: calc(100vh - 65px); position: relative; display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; overflow: hidden; margin-left: auto; margin-right: auto; margin-top: 65px; }
.hero-content { position: relative; z-index: 2; width: 100%; height: 100%; }
.hero-title { position: absolute; left: 50%; transform: translateX(-50%); top: 152px; white-space: nowrap; text-align: center; color: #fff; font-size: 36px; font-weight: 700; line-height: 44px; text-shadow: 0 2px 6px rgba(0,0,0,0.5); }
.hero-subtitle { position: absolute; left: 50%; transform: translateX(-50%); top: 202px; white-space: nowrap; text-align: center; color: #fff; font-size: 18px; font-weight: 400; line-height: 22px; text-shadow: 0 2px 6px rgba(0,0,0,0.5); }
.hero-explainer { position: absolute; width: 337px; left: 50%; transform: translateX(-50%); top: 262px; text-align: center; color: #fff; font-size: 14px; font-weight: 400; line-height: 17px; text-shadow: 0 2px 6px rgba(0,0,0,0.5); }
.hero-cta-wrap { position: absolute; width: 360px; height: 74px; left: 50%; transform: translateX(-50%); top: 340px; }
/* Place the first page CTA at page bottom-center */
#hero .hero-cta-wrap { position: static; width: 100%; height: 0; left: auto; top: auto; transform: none; }
#hero .hero-cta-link { left: 50%; bottom: 24px; top: auto; transform: translateX(-50%); z-index: 20; }
.hero-cta-note { position: absolute; width: 350px; left: 5px; top: 59px; text-align: center; color: #fff; font-size: 12px; font-weight: 400; line-height: 15px; text-shadow: 0 2px 6px rgba(0,0,0,0.5); }
.hero-cta-link { position: absolute; width: 360px; height: 44px; display: inline-flex; align-items: center; gap: 16px; text-decoration: none; }
.section .hero-cta-link { left: 50%; bottom: 24px; top: auto; transform: translateX(-50%); z-index: 20; }
.hero-cta-wrap .hero-cta-link { left: 0; top: 0; bottom: auto; transform: none; }
.hero-cta-btn { flex: 1 1 0; height: 20px; margin-top: 0; padding: 20px; background: #ffffff; border-radius: 12px; border: 1px solid #e5e7eb; display: flex; justify-content: center; align-items: center; gap: 8px; overflow: hidden; transition: background .2s ease, border-color .2s ease; box-shadow: 0 1px 0 #0e0e2b; }
.hero-cta-link:hover .hero-cta-btn { background: #f3f4f6; border-color: #d1d5db; }
.hero-cta-label { white-space: nowrap; color: #111827; font-size: 16px; font-weight: 700; line-height: 16px; font-family: 'Inter', sans-serif; }

/* Hero first page: two-column layout (text left, slider right) */
#hero.hero-section { display: flex; align-items: center; }
#hero .hero-content { display: flex; align-items: center; justify-content: flex-start; }
#hero .hero-layout { width: 1200px; max-width: 96vw; margin: 0 auto 0 0; padding-left: 64px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; align-items: center; }
#hero .hero-left { color: #ffffff; }
#hero .hero-title { position: static; left: auto; top: auto; transform: none; text-align: left; white-space: normal; color: #fff; font-size: 80px; font-weight: 800; line-height: 1; text-shadow: 0 2px 6px rgba(0,0,0,0.5); }
#hero .hero-subtitle { position: static; left: auto; top: auto; transform: none; text-align: left; white-space: normal; color: #d1d5db; font-size: 20px; font-weight: 500; line-height: 1.3; margin-top: 16px; text-shadow: 0 2px 6px rgba(0,0,0,0.45); }
#hero .hero-explainer { position: static; left: auto; top: auto; transform: none; text-align: left; width: 520px; max-width: 100%; color: #e5e7eb; font-size: 14px; line-height: 1.4; margin-top: 16px; }
#hero .hero-cta-wrap { position: static; width: auto; height: auto; left: auto; top: auto; transform: none; margin-top: 0; }
#hero .hero-cta-link { position: static; left: auto; bottom: auto; top: auto; transform: none; z-index: 2; }

#hero .slider { position: relative; inset: auto; width: 640px; height: 460px; border-radius: 16px; overflow: hidden; background:#000; }
#hero .slider-track { height: 100%; }
#hero .slider-track img { object-fit: contain; background:#000; }
#hero .hero-thumbs { margin-top: 12px; display: flex; gap: 12px; margin-top: 10%; }
#hero .hero-thumb { width: 90px; height: 72px; object-fit: cover; border-radius: 8px; opacity: 0.9; cursor: pointer; border: 2px solid transparent; background:#000; }
#hero .hero-thumb.active { opacity: 1; border-color: #ffffff; }

/* CTA button variants */
.hero-cta-btn--hero { margin-top: 130px; }
.hero-cta-btn--section { margin-top: 0; }

/* 3rd page (Why Center ZERO): dark CTA style */
#why-center-zero .hero-cta-btn { background: #2c2c2c; border-color: #2c2c2c; }
#why-center-zero .hero-cta-link:hover .hero-cta-btn { background: #1f2937; border-color: #1f2937; }
#why-center-zero .hero-cta-label { color: #ffffff; }

  /* Why Center ZERO section (semantic) */
  .whycz-section { width: 100vw; height: 100vh; position: relative; display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; overflow: hidden; margin-left: auto; margin-right: auto; }
  .whycz-intro { position: absolute; left: 50%; transform: translateX(-50%); top: 30px; text-align: center; color: #111827; background: rgba(255,255,255,0.95); border: 1px solid #d9d9d9; border-radius: 15px; padding: 12px 24px; box-shadow: 0 6px 16px rgba(0,0,0,0.25); z-index: 4; width: 500px; }
  .whycz-intro .normal { font-size: 24px; font-weight: 400; line-height: 29px; font-family: 'Inter', sans-serif; font-style: normal; }
  .whycz-intro .italic { font-size: 24px; font-weight: 400; line-height: 29px; font-family: 'Inter', sans-serif; font-style: italic; }
  .whycz-intro .bold { font-size: 24px; font-weight: 700; line-height: 29px; font-family: 'Inter', sans-serif; font-style: normal; }

  .whycz-grid-wrap { width: 650px; position: absolute; left: 50%; transform: translateX(-50%); top: 130px; z-index: 3; }
  .whycz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; }
  /* Card styles to match mock */
  .whycz-card { background: rgba(255,255,255,0.95); border-radius: 12px; border: 1px solid #d9d9d9; box-shadow: 0 6px 16px rgba(0,0,0,0.25); padding: 20px; min-height: 160px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
  .whycz-card-title { font-size: 16px; font-weight: 700; color: #111827; margin-bottom: 6px; font-family: 'Inter', sans-serif; }
  .whycz-card-body { position: relative; padding-left: 12px; font-size: 14px; font-weight: 400; color: #374151; line-height: 1.2; font-family: 'Inter', sans-serif; }
  .whycz-card-body::before { content: ""; position: absolute; left: 0; top: 0.2em; width: 3px; height: 12px; background: #facc1500; border-radius: 2px; }

  /* Hover enlarge effect for Why Center ZERO cards */
  .whycz-card { position: relative; transition: transform .2s ease, box-shadow .2s ease; will-change: transform; transform-origin: center; }
  .whycz-card:hover { transform: scale(1.05); box-shadow: 0 10px 24px rgba(0,0,0,0.35); z-index: 5; }

  /* Process card below grid */
  .whycz-process-card { width: 900px; position: absolute; left: 50%; transform: translateX(-50%); top: 560px; background: rgba(255,255,255,0.95); border-radius: 12px; border: 1px solid #d9d9d9; box-shadow: 0 6px 16px rgba(0,0,0,0.25); padding: 16px; overflow: hidden; z-index: 2; }
  .whycz-process-img { display: block; width: 100%; height: 180px; object-fit: contain; }
  .process-row { display: flex; align-items: center; justify-content: center; gap: 12px; }
  .process-icon { width: 36px; height: 36px; color: #111827; }
  .process-dots { width: 64px; height: 0; border-top: 3px dotted #9ca3af; }
  .process-label { font-size: 12px; font-weight: 700; color: #111827; margin-left: 4px; }

  /* Bottom CTA attached to process card */
  .whycz-process-card .whycz-cta-bottom { position: absolute; left: 50%; transform: translateX(-50%); bottom: -16px; }
  .whycz-process-card .whycz-cta-bottom a { display: inline-block; padding: 8px 16px; background: #2c2c2c; color: #fff; text-decoration: none; border-radius: 12px; font-weight: 700; box-shadow: 0 4px 6px rgba(0,0,0,0.35); font-size: 12px; }

  @media (max-width: 640px) {
  .nav-center { width: calc(100% - 200px); gap: 16px; }
  .nav-links { gap: 16px; }
  .whycz-intro { top: 100px; padding: 10px 16px; }
  .whycz-grid-wrap, .whycz-process-card { width: 92vw; }
  .whycz-grid { grid-template-columns: repeat(2, 1fr); }
  .whycz-process-card { top: calc(200px + 2 * 160px + 24px + 12px); }
  }

/* Shared full-screen centered section layout */
.full-center-section { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; margin-left: auto; margin-right: auto; }

/* Specs section (semantic) */
#specs .specs-card { width: 760px; background: rgba(255,255,255,0.95); border-radius: 12px; border: 1px solid #d9d9d9; box-shadow: 0 6px 16px rgba(0,0,0,0.25); overflow: hidden; }
#specs .specs-title { padding: 16px 24px; color: #1e1e1e; font-size: 24px; font-weight: 700; font-family: 'Inter', sans-serif; text-align: center; }
#specs .specs-rows { width: 100%; }
#specs .specs-row { display: grid; grid-template-columns: 1fr 1fr; padding: 12px 24px; background: #ffffff; }
#specs .specs-row + .specs-row { border-top: 1px solid #e5e5e5; }
#specs .specs-row:nth-child(even) { background: #fafafa; }
#specs .specs-key { color: #1e1e1e; font-weight: 600; font-family: 'Inter', sans-serif; }
#specs .specs-val { color: #111827; text-align: right; font-family: 'Inter', sans-serif; }

/* Specs compare table (4th page UI) */
#specs .specs-card.specs-compare { width: 900px; max-width: 92vw; background: transparent; border: none; box-shadow: none; }
#specs .specs-card.specs-compare .specs-title { color: #ffffff; font-size: 28px; margin-top: 18px; }
#specs .compare-table { display: flex; flex-direction: column; gap: 12px; }
#specs .compare-head, #specs .compare-row { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; align-items: center; padding: 12px 18px; background: rgba(255,255,255,0.95); border: 1px solid #d9d9d9; border-radius: 10px; box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
#specs .compare-head { font-weight: 700; }
#specs .compare-row { transition: transform .2s ease, box-shadow .2s ease; will-change: transform; transform-origin: center; }
#specs .compare-row:hover { transform: scale(1.02); box-shadow: 0 10px 24px rgba(0,0,0,0.35); }
#specs .compare-cell { text-align: center; color: #111827; font-size: 14px; font-family: 'Inter', sans-serif; }
#specs .compare-cell.key { text-align: left; font-weight: 600; }
#specs .compare-cell.yes { font-weight: 700; }
#specs .compare-cell.no { color: #6b7280; }

/* Dark CTA on 4th page */
#specs .hero-cta-btn { background: #2c2c2c; border-color: #2c2c2c; }
#specs .hero-cta-link:hover .hero-cta-btn { background: #1f2937; border-color: #1f2937; }
#specs .hero-cta-label { color: #ffffff; }

/* Benefits Checklist section (semantic) */
#checklist .checklist-wrap { width: 760px; position: relative; margin: 0 auto; }
#checklist .checklist-list { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 12px; list-style: none; padding: 0; margin: 0; }
#checklist .checklist-item { display: flex; align-items: center; justify-content: center; gap: 12px; color: #ffffff; font-size: 16px; font-weight: 400; font-family: 'Inter', sans-serif; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,0.6); }
#checklist .checklist-item svg { width: 24px; height: 24px; color: #10b981; flex-shrink: 0; }

/* Early Supporters section (semantic) */
.es-section { width: 100vw; height: 100vh; position: relative; display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; overflow: hidden; margin-left: auto; margin-right: auto; }
.es-title { width: 800px; position: absolute; left: 50%; transform: translateX(-50%); top: 161px; text-align: center; color: #fff; font-size: 24px; font-weight: 700; line-height: 29px; font-family: 'Inter', sans-serif; }
.es-subtitle { width: 742px; position: absolute; left: 50%; transform: translateX(-50%); top: 210px; text-align: center; color: #fff; font-size: 16px; font-weight: 700; line-height: 19px; font-family: 'Inter', sans-serif; }
.es-points-wrap { width: 560px; position: absolute; left: 50%; transform: translateX(-50%); top: 280px; }
#early-supporters .es-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
#early-supporters .es-item { display: flex; align-items: center; gap: 12px; color: #ffffff; font-size: 14px; font-weight: 600; line-height: 1.3; }
#early-supporters .es-check { width: 38px; height: 38px; border-radius: 8px; border: 3px solid #22c55e; display: grid; place-items: center; background: rgba(0,0,0,0.35); box-shadow: 0 2px 6px rgba(0,0,0,0.35); }
#early-supporters .es-check svg { width: 22px; height: 22px; color: #22c55e; }

/* Animation: initial states */
#early-supporters .es-item { opacity: 0; transform: translateY(8px); }
#early-supporters .es-check { transform: scale(0.85); }
#early-supporters .es-check svg path { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 60; stroke-dashoffset: 60; }

/* When section is in view, animate each item with a small stagger */
#early-supporters.in-view .es-item { animation: es-fade-up 600ms ease forwards; }
#early-supporters.in-view .es-item:nth-child(1) { animation-delay: 100ms; }
#early-supporters.in-view .es-item:nth-child(2) { animation-delay: 230ms; }
#early-supporters.in-view .es-item:nth-child(3) { animation-delay: 360ms; }
#early-supporters.in-view .es-item:nth-child(4) { animation-delay: 490ms; }
#early-supporters.in-view .es-item .es-check { animation: es-pop 420ms cubic-bezier(.2,1.2,.3,1) forwards; }
#early-supporters.in-view .es-item .es-check svg path { animation: es-draw 520ms ease forwards 120ms; }

@keyframes es-fade-up { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes es-pop { from { transform: scale(0.85); } 60% { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes es-draw { from { stroke-dashoffset: 60; } to { stroke-dashoffset: 0; } }

/* Dark CTA on early supporters */
#early-supporters .hero-cta-btn { background: #2c2c2c; border-color: #2c2c2c; }
#early-supporters .hero-cta-link:hover .hero-cta-btn { background: #1f2937; border-color: #1f2937; }
#early-supporters .hero-cta-label { color: #ffffff; }
/* anchor must sit above overlay */
#early-supporters .hero-cta-link { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 2; }
@media (max-width: 640px) {
  .es-title, .es-subtitle, .es-points-wrap, .es-point { width: 92vw; }
}

/* Timeline section (semantic) */
#timeline .timeline-wrap { width: 900px; position: absolute; left: 50%; transform: translateX(-50%); top: 120px; }
#timeline .timeline-title { text-align: center; color: #ffffff; font-size: 24px; font-weight: 800; font-family: 'Inter', sans-serif; margin-top: 18px; margin-bottom: 16px; text-shadow: 0 2px 6px rgba(0,0,0,0.45); }
#timeline .timeline-rows { display: flex; flex-direction: column; gap: 14px; }
#timeline .timeline-row { display: grid; grid-template-columns: 48px 1fr; align-items: center; padding: 14px 18px; background: rgba(255,255,255,0.92); border: 1px solid #d9d9d9; border-radius: 10px; box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
#timeline .step-num { font-size: 28px; font-weight: 800; color: #111827; text-align: center; }
#timeline .step-text { color: #111827; font-size: 14px; font-weight: 700; line-height: 1.3; }
#timeline .timeline-note { margin-top: 12px; text-align: center; color: rgba(255,255,255,0.85); font-size: 12px; }

/* Dark CTA styling for timeline */
#timeline .hero-cta-btn { background: #2c2c2c; border-color: #2c2c2c; }
#timeline .hero-cta-link:hover .hero-cta-btn { background: #1f2937; border-color: #1f2937; }
#timeline .hero-cta-label { color: #ffffff; }

/* FAQ section (semantic) */
.faq-section { width: 100vw; height: 100vh; position: relative; display: flex; justify-content: center; align-items: flex-start; overflow: hidden; margin-left: auto; margin-right: auto; }
#faq .faq-wrap { width: 800px; margin-top: 120px; }
#faq .faq-title { text-align: center; color: #fff; font-size: 28px; font-weight: 800; line-height: 1.2; margin-bottom: 18px; font-family: 'Inter', sans-serif; text-shadow: 0 2px 6px rgba(0,0,0,0.45); }
#faq .faq-accordion { background: transparent; border: none; box-shadow: none; display: flex; flex-direction: column; gap: 12px; }
#faq .faq-accordion details { background: rgba(255,255,255,0.95); border-radius: 12px; border: 1px solid #d9d9d9; box-shadow: 0 6px 16px rgba(0,0,0,0.25); overflow: hidden; }
#faq details summary { list-style: none; cursor: pointer; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; }
#faq details summary::-webkit-details-marker { display: none; }
#faq .faq-q { color: #111827; font-size: 15px; font-weight: 700; }
#faq .faq-arrow { color: #6b7280; transition: transform .2s ease; display: inline-block; }
#faq details[open] .faq-arrow { transform: rotate(180deg); }
#faq .faq-a { padding: 0 20px 16px 20px; color: #374151; font-size: 14px; }

/* Hide bottom CTA on FAQ (7th page) */
#faq .hero-cta-link { display: none !important; }

/* Reserve section (semantic) */
.reserve-section { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
#reserve .reserve-title { text-align: center; color: #fff; font-size: 24px; font-weight: 700; line-height: 29px; }
#reserve .reserve-banner { margin-top: 8px; margin-bottom: 10px; padding: 12px 14px; background: rgba(255,255,255,0.92); backdrop-filter: blur(6px); border-radius: 10px; text-align: center; width: 460px; max-width: 92vw; margin-left: auto; margin-right: auto; box-shadow: 0 6px 16px rgba(0,0,0,0.25); border: 1px solid #d9d9d9; }
#reserve .reserve-banner .rb-head { font-size: 12px; font-weight: 700; color: #111827; }
#reserve .reserve-banner .rb-highlight { display: block; margin-top: 6px; font-size: 16px; font-weight: 800; color: #111827; }
#reserve .reserve-banner .rb-sub { display: block; font-size: 12px; color: #6b7280; }
#reserve .reserve-banner-text { color: #111827; font-size: 14px; }
#reserve .reserve-offer { margin-bottom: 12px; text-align: center; width: 460px; max-width: 92vw; margin-left: auto; margin-right: auto; }
#reserve .reserve-offer-pill { display: inline-block; padding: 8px 16px; background: rgba(255,255,255,0.90); backdrop-filter: blur(6px); border-radius: 6px; color: #111827; font-size: 16px; font-weight: 700; margin-bottom: 4px; }
#reserve .reserve-offer-sub { color: rgba(255,255,255,0.90); font-size: 14px; }
#reserve .reserve-card { position: relative; width: 520px; max-width: 92vw; background: rgba(255,255,255,0.90); backdrop-filter: blur(12px); border-radius: 12px; border: 1px solid #d9d9d9; box-shadow: 0 6px 16px rgba(0,0,0,0.25); overflow: hidden; padding: 18px; }
#reserve .reserve-card-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.20; pointer-events: none; user-select: none; }
#reserve .reserve-card-content { position: relative; }
#reserve .reserve-time-title { text-align: center; color: #111827; font-size: 14px; }
#reserve .reserve-countdown { margin-top: 4px; text-align: center; color: #111827; font-size: 36px; font-weight: 800; letter-spacing: 0.06em; }
#reserve .reserve-spots-wrap { margin-top: 8px; display: flex; justify-content: center; width: 460px; max-width: 92vw; margin-left: auto; margin-right: auto; }
#reserve .reserve-spots-pill { width: 100%; padding: 8px 12px; background: #ffffff; border-radius: 0; box-shadow: 0 1px 3px rgba(0,0,0,0.15); color: #111827; font-size: 14px; font-weight: 500; text-align: center; }
#reserve #spotsLeft { color: #dc2626; font-weight: 700; }
#reserve .reserve-card-title { margin-top: 12px; text-align: center; color: #111827; font-size: 22px; font-weight: 600; }
#reserve .reserve-form { margin-top: 12px; max-width: 460px; margin-left: auto; margin-right: auto; }
#reserve .reserve-banner, #reserve .reserve-offer, #reserve .reserve-spots-wrap { width: 460px; }
#reserve .form-group { margin-bottom: 16px; }
#reserve .form-label { display: block; color: #1e1e1e; font-size: 13px; line-height: 18px; margin-bottom: 6px; }
#reserve .form-input, #reserve .form-select { width: 100%; padding: 9px 12px; background: #ffffff; border-radius: 8px; border: 1px solid #d9d9d9; font-size: 13px; box-sizing: border-box; }
#reserve .deposit-methods { margin-top: 24px; }
#reserve .deposit-label { color: #1e1e1e; font-size: 16px; margin-bottom: 12px; }
#reserve #depositLabel { font-weight: 700; color: #1f2937; }
#reserve .btn { width: 100%; padding: 9px; border-radius: 8px; font-size: 13px; font-weight: 700; border: none; cursor: pointer; }
#reserve .btn + .btn { margin-top: 12px; }
#reserve .btn-paypal { background: #006cd9; color: #fff; }
#reserve .btn-stripe { background: #2c2c2c; color: #fff; }
/* Selected/highlighted payment method */
#reserve .btn.active { box-shadow: 0 0 0 3px #facc15 inset, 0 0 0 2px #facc15; outline: none; }
/* Keyboard focus visible */
#reserve .btn:focus-visible { box-shadow: 0 0 0 3px #60a5fa; outline: none; }
#reserve .terms-wrap { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
#reserve .checkbox { width: 16px; height: 16px; background: #2c2c2c; border-radius: 4px; }
#reserve .reserve-terms-text { color: #374151; font-size: 13px; }
#reserve .terms-link { color: #2563eb; text-decoration: underline; font-weight: 600; margin-left: 6px; }
#reserve .terms-link:hover { color: #1d4ed8; }
#reserve .terms-link:focus-visible { outline: 2px solid #60a5fa; outline-offset: 2px; border-radius: 3px; text-decoration: none; }
#reserve .reserve-submit { width: 100%; height: 38px; padding: 9px; background: #2c2c2c; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 700; margin-top: 12px; border: none; cursor: pointer; }
#reserve .reserve-submit:hover { background: #1f2937; }
#reserve .reserve-submit:disabled { background: #6b7280; cursor: not-allowed; opacity: 0.95; }

#reserve .reserve-footer-card { position: absolute; left: 50%; bottom: 8px; transform: translateX(-50%); width: 520px; max-width: 92vw; background: rgba(255,255,255,0.90); backdrop-filter: blur(6px); border-radius: 12px; border: 1px solid #d9d9d9; box-shadow: 0 6px 16px rgba(0,0,0,0.25); padding: 10px 12px; text-align: center; color: #111827; font-size: 12px; }
#reserve .reserve-footer-sep { margin: 0 6px; color: #9ca3af; }

/* Global site footer */
.site-footer { background: radial-gradient(1200px 300px at 20% -50%, rgba(56,189,248,0.07), transparent 60%), linear-gradient(180deg, rgba(2,6,23,0) 0%, rgba(2,6,23,0.4) 100%), #0f172a; color: #cbd5e1; padding: 48px 0 28px 0; margin-top: 28px; border-top: 1px solid rgba(148,163,184,0.15); }
.site-footer .footer-inner { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.site-footer .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; align-items: start; }
.site-footer .footer-brand .brand-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.site-footer .brand-logo { width: 165px; height: 30px; filter: drop-shadow(0 1px 0 rgba(255,255,255,0.06)); }
.site-footer .brand-name { color: #e2e8f0; font-size: 18px; font-weight: 700; }
.site-footer .brand-desc { color: #94a3b8; font-size: 14px; margin: 0 0 12px 0; max-width: 420px; }
.site-footer .footer-note { color: #e2e8f0; font-weight: 600; font-size: 13px; opacity: .9; }
.site-footer .footer-social { display: flex; gap: 12px; }
.site-footer .social-link { width: 28px; height: 28px; border-radius: 9999px; display: grid; place-items: center; color: #cbd5e1; background: rgba(255,255,255,0.04); text-decoration: none; }
.site-footer .social-link:hover { background: rgba(255,255,255,0.10); color: #ffffff; }

.site-footer .footer-heading { color: #e2e8f0; font-size: 14px; font-weight: 800; margin-bottom: 12px; letter-spacing: .3px; position: relative; padding-bottom: 8px; }
.site-footer .footer-heading::after { content: ""; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: linear-gradient(90deg, #22d3ee, #60a5fa); border-radius: 2px; opacity: .8; }
.site-footer .footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.site-footer .footer-links a { color: #94a3b8; text-decoration: none; font-size: 14px; transition: color .2s ease, text-shadow .2s ease; }
.site-footer .footer-links a:hover { color: #ffffff; text-shadow: 0 0 8px rgba(96,165,250,0.35); }

.site-footer .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(148,163,184,0.15); margin-top: 28px; padding-top: 18px; }
.site-footer .copyright { font-size: 12px; color: #94a3b8; }
.site-footer .footer-legal { display: flex; align-items: center; gap: 10px; }
.site-footer .footer-legal .sep { color: #475569; }
.site-footer .footer-legal a { color: #94a3b8; text-decoration: none; font-size: 12px; }
.site-footer .footer-legal a:hover { color: #e2e8f0; }

@media (max-width: 768px) {
  .site-footer .footer-top { grid-template-columns: 1.5fr 1fr 1fr; gap: 24px; }
}
@media (max-width: 480px) {
  /* Sixth page tighter */
  #timeline .timeline-wrap { top: 70px; }
  #timeline .timeline-title { font-size: 20px; }
  #timeline .step-num { font-size: 22px; }
  #timeline .step-text { font-size: 12px; }
  .site-footer .footer-top { grid-template-columns: 1fr; }
  .site-footer .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* Hide the old reserve section footer block to avoid duplication */
#reserve .reserve-footer-card { display: none; }

/* Simple modal for payment selection */
.cz-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.55); display: none; align-items: center; justify-content: center; z-index: 1000; }
.cz-modal-overlay.show { display: flex; }
.cz-modal { width: min(92vw, 420px); background: #0f172a; color: #e2e8f0; border: 1px solid rgba(148,163,184,0.2); border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.45); padding: 18px; }
.cz-modal-title { margin: 0 0 6px; font-size: 18px; font-weight: 800; }
.cz-modal-text { margin: 0 0 14px; font-size: 14px; color: #cbd5e1; }
.cz-modal-actions { display: flex; justify-content: flex-end; gap: 10px; }
.cz-modal-btn { padding: 8px 14px; border-radius: 8px; background: #22c55e; color: #0b0c10; font-weight: 700; border: none; cursor: pointer; }
.cz-modal-btn:hover { background: #16a34a; }

/* ============================= */
/* Responsive adjustments        */
/* ============================= */


/* Desktop to Tablet (<= 1024px) */
@media (max-width: 1024px) {
  .nav-center { width: calc(100% - 220px); gap: 24px; }

  .hero-title { font-size: 32px; line-height: 40px; top: 18vh; }
  .hero-subtitle { font-size: 16px; line-height: 22px; top: 25vh; }
  .hero-explainer { width: 80vw; font-size: 13px; top: 32vh; }

  #specs .specs-card { width: 92vw; }
  #timeline .timeline-grid { width: 92vw; }
}

/* Tablet and Mobile (<= 768px) */
@media (max-width: 768px) {
  /* iOS Safari perf: avoid fixed background on small screens */
  body { background-attachment: scroll; }

  /* Navbar: compact */
  .nav-center { display: none; }
  .nav-burger { display: block; right: 12px; }
  .nav-cta { display: none; }
  nav.navbar, .nav-inner { height: 56px; }
  nav.navbar { border-radius: 0; }
  .nav-brand { font-size: 22px; line-height: 24px; top: 10px; }
  .nav-cta { width: 130px; top: 10px; right: 8px; }

  /* Hero sizing and positions */
  .hero-section { height: calc(100vh - 56px); margin-top: 56px; }
  /* First page two-column → one-column */
  #hero .hero-layout { grid-template-columns: 1fr; width: 100%; padding: 16px; gap: 16px; }
  #hero .hero-title { font-size: 38px; line-height: 1.1; }
  #hero .hero-subtitle { font-size: 16px; line-height: 1.3; }
  #hero .hero-explainer { width: 100%; font-size: 13px; }
  #hero .slider { width: 100%; height: 260px; }
  #hero .hero-thumbs { justify-content: center; gap: 8px; }
  .hero-cta-btn--hero { margin-top: 12px; }

  /* What-is card */
  #what-is .whatis-card { width: 92vw; border-radius: 14px; padding-top: 20px; padding-bottom: 12px; }
  #what-is .whatis-title { font-size: 22px; margin-bottom: 8px; }
  #what-is .whatis-support { font-size: 12px; padding-left: 16px; padding-right: 16px; }
  #what-is .whatis-heading { font-size: 16px; }
  #what-is .whatis-slider { height: 220px; }
  #whatIsDots { margin-top: 10px; gap: 6px; }
  #whatIsDots [data-dot].dot { width: 6px; height: 6px; }
  #what-is .whatis-arrow { width: 32px; height: 32px; }

  /* Why Center ZERO (3rd page) */
  .whycz-section { height: auto; overflow: visible; padding-bottom: 90px; }
  .whycz-intro { position: static; width: 92vw; margin: 80px auto 0; padding: 14px 16px; left: auto; top: auto; transform: none; }
  .whycz-grid-wrap { position: static; width: 92vw; margin: 16px auto 0; left: auto; top: auto; transform: none; }
  .whycz-card { min-height: 120px; padding: 14px; }
  /* Place CTA in normal flow on mobile */
  #why-center-zero .hero-cta-link { position: static; left: auto; bottom: auto; top: auto; transform: none; display: block; width: 92vw; margin: 16px auto; }

  /* Specs, Timeline, FAQ, Reserve */
  #specs .specs-card { width: 92vw; }
  #specs .specs-row { grid-template-columns: 1fr; }
  /* Sixth page (Timeline) responsive */
  #timeline .timeline-wrap { width: 92vw; left: auto; transform: none; top: 80px; margin: 0 auto; }
  #timeline .timeline-title { font-size: 22px; margin-top: 12px; }
  #timeline .timeline-rows { gap: 10px; }
  #timeline .timeline-row { padding: 12px 14px; }
  #timeline .step-num { font-size: 24px; }
  #timeline .step-text { font-size: 13px; }
  #faq .faq-wrap { width: 92vw; margin-top: 100px; }
  #faq .faq-title { font-size: 28px; line-height: 36px; }
  #reserve .reserve-card { width: 92vw; padding: 16px; }
  #reserve .reserve-title { font-size: 20px; }
  #reserve .reserve-offer-pill { font-size: 14px; }
  #reserve .reserve-banner { max-width: 92vw; }
  #reserve .form-input, #reserve .form-select { font-size: 14px; }
}

/* Small phones (<= 480px) */
@media (max-width: 480px) {
  .nav-brand { font-size: 18px; }
  .nav-cta { width: 120px; padding: 8px; }

  /* First page tighter */
  #hero .hero-layout { padding: 12px; gap: 12px; }
  #hero .hero-title { font-size: 32px; line-height: 1.1; }
  #hero .hero-subtitle { font-size: 14px; }
  #hero .hero-explainer { font-size: 12px; }
  #hero .slider { height: 220px; }
  #hero .hero-thumbs { gap: 6px; }
  .hero-cta-btn--hero { margin-top: 10px; }
  #what-is .whatis-slider { height: 180px; }

  .whycz-grid { grid-template-columns: 1fr; }
  .whycz-intro { margin-top: 72px; }

  #reserve .reserve-countdown { font-size: 28px; }
  #reserve .btn { font-size: 14px; }
}

/* iOS safe-area support for notches when navbar is fixed */
@supports (padding: env(safe-area-inset-top)) {
  @media (max-width: 768px) {
    nav.navbar { padding-top: env(safe-area-inset-top); }
    .hero-section { 
      margin-top: calc(56px + env(safe-area-inset-top));
      height: calc(100vh - (56px + env(safe-area-inset-top)));
    }
  }
}

/* ============================= */
/* Legal pages (privacy/terms)   */
/* ============================= */
.legal-page { width: 100vw; min-height: 100vh; background: #0b0b0b; color: #e5e7eb; }
.legal-wrap { width: 860px; max-width: 92vw; margin: 110px auto 40px; }
.legal-title { text-align: center; font-size: 28px; font-weight: 800; color: #f3f4f6; margin-bottom: 8px; }
.legal-sub { text-align: center; font-size: 12px; color: #9ca3af; margin-bottom: 16px; }
.legal-updated { text-align: center; font-size: 11px; color: #6b7280; margin-bottom: 18px; }
.legal-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(148,163,184,0.18); border-radius: 12px; box-shadow: 0 6px 18px rgba(0,0,0,0.35); padding: 16px; }
.legal-content { line-height: 1.55; font-size: 14px; color: #e5e7eb; }
.legal-content h1, .legal-content h2, .legal-content h3 { color: #f9fafb; }
.legal-content h1 { font-size: 22px; margin: 12px 0 6px; }
.legal-content h2 { font-size: 18px; margin: 12px 0 6px; }
.legal-content h3 { font-size: 16px; margin: 10px 0 6px; }
.legal-content p { margin: 8px 0; }
.legal-content ul { padding-left: 18px; }
.legal-quick { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin: 16px 0; }
.legal-quick .q { background: rgba(255,255,255,0.04); border: 1px solid rgba(148,163,184,0.18); border-radius: 8px; padding: 10px; color: #cbd5e1; font-size: 12px; }
@media (max-width: 768px) {
  .legal-wrap { margin-top: 90px; }
  .legal-quick { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px) {
  .legal-quick { grid-template-columns: 1fr; }
}
