/* ============================================================
   THEME SYSTEM — Dark (default) + Light mode
   ============================================================ */
:root {
  /* Dark mode defaults */
  --bg: #0A0A0A;
  --bg-2: #0D0D0D;
  --surface: #111111;
  --surface-2: #1A1A1A;
  --border-subtle: rgba(255,255,255,0.06);
  --border-dim: rgba(255,255,255,0.10);
  --surface-glass: rgba(255,255,255,0.04);
  --text: #FFFFFF;
  --text-muted: #888888;
  --text-faint: #555555;
  --amber: #D97706;
  --amber-light: #F59E0B;
  --amber-glow: rgba(217,119,6,0.15);
  --shadow: rgba(0,0,0,0.4);
  --card-hover: rgba(217,119,6,0.06);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --transition: 0.2s ease;
}

/* ============================================================
   LIGHT MODE — Warm Golden Editorial
   A completely different personality: cream, warm, premium print
   ============================================================ */
[data-theme="light"] {
  --bg: #FEFCF7;
  --bg-2: #FBF7EE;
  --bg-alt: #F5F0E4;
  --surface: #FFFFFF;
  --surface-2: #F5F0E4;
  --border-subtle: rgba(180,120,0,0.1);
  --border-dim: rgba(180,120,0,0.15);
  --surface-glass: rgba(217,119,6,0.04);
  --text: #1A1409;
  --text-muted: #6B5B35;
  --text-faint: #9C8A60;
  --amber-glow: rgba(217,119,6,0.08);
  --shadow: rgba(100,60,0,0.12);
  --card-hover: rgba(217,119,6,0.04);
}

/* Core elements */
[data-theme="light"] body {
  background-color: var(--bg);
  color: var(--text);
}

/* NAV */
[data-theme="light"] .nav {
  background: rgba(254,252,247,0.92);
  border-bottom: 1px solid var(--border-subtle);
}
[data-theme="light"] .nav.scrolled {
  background: rgba(254,252,247,0.97);
  box-shadow: 0 1px 20px rgba(180,120,0,0.08);
}
[data-theme="light"] .nav-links a { color: var(--text-muted); }
[data-theme="light"] .nav-links a:hover { color: var(--amber); }
[data-theme="light"] .nav-hamburger { color: var(--text); }

/* HERO */
[data-theme="light"] .hero {
  background: var(--bg);
}
[data-theme="light"] .hero::before {
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(217,119,6,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 30% 30% at 15% 70%, rgba(245,158,11,0.05) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 85% 20%, rgba(217,119,6,0.04) 0%, transparent 60%);
}
[data-theme="light"] .hero-canvas { opacity: 0.15; }
[data-theme="light"] .hero-title { color: var(--text); }
[data-theme="light"] .hero-subtitle { color: var(--text-muted); }
[data-theme="light"] .hero-counter { color: var(--text-faint); }

/* TRUST BAR */
[data-theme="light"] .trust-bar {
  background: var(--surface-2);
  border-color: var(--border-subtle);
}
[data-theme="light"] .trust-item { color: var(--text-muted); }
[data-theme="light"] .trust-dot { background: var(--amber); }

/* HOW IT WORKS */
[data-theme="light"] .how-it-works { background: var(--bg-alt) !important; }
[data-theme="light"] .step-number { color: rgba(217,119,6,0.12); }
[data-theme="light"] .step-title { color: var(--text); }
[data-theme="light"] .step-desc { color: var(--text-muted); }

/* FEATURES */
[data-theme="light"] .features { background: var(--bg) !important; }
[data-theme="light"] .feature-filters { background: var(--surface-2); border-color: var(--border-subtle); }
[data-theme="light"] .filter-btn { color: var(--text-muted); }
[data-theme="light"] .filter-btn.active {
  background: var(--amber);
  color: #FFFFFF;
}
[data-theme="light"] .feature-card {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 2px 12px var(--shadow);
}
[data-theme="light"] .feature-card:hover {
  border-color: rgba(217,119,6,0.3);
  box-shadow: 0 8px 32px rgba(217,119,6,0.1);
  background: var(--surface);
}
[data-theme="light"] .feature-card-title { color: var(--text); }
[data-theme="light"] .feature-card-desc { color: var(--text-muted); }

/* PHONE MOCKUP */
[data-theme="light"] .phone-section { background: var(--bg-alt) !important; }
[data-theme="light"] .phone-frame {
  border-color: rgba(180,120,0,0.2);
  background: #1A1409;
}

/* SOCIAL PROOF */
[data-theme="light"] .social-proof { background: var(--bg) !important; }
[data-theme="light"] .testimonial-card {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 2px 12px var(--shadow);
}
[data-theme="light"] .testimonial-text { color: var(--text-muted); }
[data-theme="light"] .testimonial-name { color: var(--text); }
[data-theme="light"] .trust-badge {
  background: var(--surface-2);
  border-color: var(--border-subtle);
  color: var(--text-muted);
}

/* FOR EVERYONE */
[data-theme="light"] .for-everyone { background: var(--bg-alt) !important; }
[data-theme="light"] .archetype-card {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 2px 8px var(--shadow);
}
[data-theme="light"] .archetype-card:hover { border-color: rgba(217,119,6,0.25); }
[data-theme="light"] .archetype-title { color: var(--text); }
[data-theme="light"] .archetype-desc { color: var(--text-muted); }

/* ENTERPRISE */
[data-theme="light"] .enterprise { background: var(--bg) !important; }
[data-theme="light"] .enterprise-benefit {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
}
[data-theme="light"] .enterprise-form {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
}
[data-theme="light"] .form-input, [data-theme="light"] .form-select, [data-theme="light"] .form-textarea {
  background: var(--bg);
  border-color: var(--border-dim);
  color: var(--text);
}
[data-theme="light"] .form-input::placeholder,
[data-theme="light"] .form-textarea::placeholder { color: var(--text-faint); }
[data-theme="light"] .form-label { color: var(--text-muted); }

/* WAITLIST */
[data-theme="light"] .waitlist { background: var(--bg-alt) !important; }
[data-theme="light"] .waitlist-inner {
  background: var(--surface);
  border-color: var(--border-subtle);
}
[data-theme="light"] .waitlist-input {
  background: var(--bg);
  border-color: var(--border-dim);
  color: var(--text);
}
[data-theme="light"] .waitlist-input::placeholder { color: var(--text-faint); }

/* FAQ */
[data-theme="light"] .faq { background: var(--bg-alt) !important; }
[data-theme="light"] .faq-item {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
}
[data-theme="light"] .faq-question { color: var(--text); }
[data-theme="light"] .faq-answer { color: var(--text-muted); }
[data-theme="light"] .faq-icon { color: var(--amber); }

/* FOOTER — stays dark always for contrast */
[data-theme="light"] .footer {
  background: #1A1409;
  color: rgba(255,255,255,0.7);
}
[data-theme="light"] .footer-brand span { color: #D97706; }
[data-theme="light"] .footer-tagline { color: rgba(255,255,255,0.5); }
[data-theme="light"] .footer-link { color: rgba(255,255,255,0.5); }
[data-theme="light"] .footer-link:hover { color: #D97706; }
[data-theme="light"] .footer-copy { color: rgba(255,255,255,0.3); }

/* SECTION LABELS */
[data-theme="light"] .section-label { color: var(--amber); }

/* SECTION TITLES and SUBTITLES */
[data-theme="light"] .section-title { color: var(--text); }
[data-theme="light"] .section-subtitle { color: var(--text-muted); }

/* Mobile nav light mode */
[data-theme="light"] .mobile-nav {
  background: rgba(254,252,247,0.98);
  border-bottom-color: var(--border-subtle);
}
[data-theme="light"] .mobile-nav-link { color: var(--text-muted); }

/* Scrollbar */
[data-theme="light"] ::-webkit-scrollbar-track { background: var(--bg-2); }
[data-theme="light"] ::-webkit-scrollbar-thumb { background: rgba(217,119,6,0.3); }
[data-theme="light"] ::-webkit-scrollbar-thumb:hover { background: var(--amber); }

/* Theme toggle button */
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-dim);
  background: var(--surface);
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--text-muted);
  flex-shrink: 0;
}
.theme-toggle:hover {
  border-color: var(--amber);
  color: var(--amber);
  background: var(--amber-glow);
}
.theme-toggle svg { width: 16px; height: 16px; display: none; }
.icon-moon { display: block !important; }
.icon-sun { display: none !important; }
[data-theme="light"] .icon-moon { display: none !important; }
[data-theme="light"] .icon-sun { display: block !important; }


/* ============================================================
   THEME SYSTEM — Dark (default) + Light mode
   ============================================================ */


[data-theme="light"] {
  --bg: #FAFAF8;
  --bg-2: #F5F4F0;
  --surface: #FFFFFF;
  --surface-2: #F0EEE8;
  --surface-border: rgba(0,0,0,0.08);
  --text: #111111;
  --text-muted: #666666;
  --text-faint: #999999;
  --amber-glow: rgba(217,119,6,0.08);
  --shadow: rgba(0,0,0,0.1);
}

/* Theme toggle button */
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--surface-border);
  background: var(--surface);
  cursor: pointer;
  transition: all var(--transition);
  color: var(--text-muted);
}
.theme-toggle:hover {
  border-color: var(--amber);
  color: var(--amber);
  background: var(--amber-glow);
}
.theme-toggle .icon-sun { display: none; width: 18px; height: 18px; }
.theme-toggle .icon-moon { display: block; width: 18px; height: 18px; }
[data-theme="light"] .theme-toggle .icon-sun { display: block; }
[data-theme="light"] .theme-toggle .icon-moon { display: none; }

/* Light mode overrides */
[data-theme="light"] body {
  background-color: var(--bg);
  color: var(--text);
}
[data-theme="light"] .nav {
  background: rgba(250,250,248,0.92);
  border-bottom-color: rgba(0,0,0,0.08);
}
[data-theme="light"] .nav.scrolled {
  background: rgba(250,250,248,0.96);
}
[data-theme="light"] .feature-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .archetype-card,
[data-theme="light"] .enterprise-benefit,
[data-theme="light"] .faq-item {
  background: var(--surface);
  border-color: var(--surface-border);
}
[data-theme="light"] .feature-card:hover {
  border-color: rgba(217,119,6,0.3);
}
[data-theme="light"] .hero-canvas {
  opacity: 0.3;
}
[data-theme="light"] .section-label {
  color: var(--amber);
}
[data-theme="light"] .footer {
  background: var(--surface-2);
  color: var(--text);
}
[data-theme="light"] 

@media (max-width: 600px) {
  .download-cards { flex-direction: column; align-items: center; }
  .download-card { min-width: unset; width: 100%; }
  .download-stats { padding: 16px; gap: 8px; }
  .dl-stat { padding: 0 16px; }
  .dl-divider { display: none; }
}


/* ============================================================
   SOLRA — style.css
   Premium dark safety super-app landing page
   ============================================================ */

/* --- RESET & BASE --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  min-height: 100dvh;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--bg);
  overflow-x: hidden;
}

img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
ul, ol { list-style: none; }
input, button, textarea, select { font: inherit; color: inherit; }
h1,h2,h3,h4,h5,h6 { line-height: 1.15; text-wrap: balance; }
p, li, figcaption { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }

::selection {
  background: rgba(217, 119, 6, 0.3);
  color: var(--text);
}

:focus-visible {
  outline: 2px solid #D97706;
  outline-offset: 3px;
  border-radius: 4px;
}

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

button { cursor: pointer; background: none; border: none; }

.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;
}

/* --- DESIGN TOKENS --- */


/* --- UTILITY --- */
.container {
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 24px;
}
.container--narrow {
  max-width: var(--content-narrow);
  margin: 0 auto;
  padding: 0 24px;
}

/* --- SECTION SPACING --- */
section {
  padding: clamp(48px, 6vw, 80px) 0;
}
.section-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.section-subtitle {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 600px;
}
.section-header {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.section-header .section-subtitle {
  margin: 0 auto;
}

.bg-alt { background: var(--bg-alt); }
.bg-dark { background: var(--bg); }

/* --- BUTTONS --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
  min-height: 48px;
}
.btn-primary {
  background: var(--amber);
  color: var(--text);
  border: none;
}
.btn-primary:hover {
  background: var(--amber-light);
  transform: translateY(-1px);
  box-shadow: 0 0 30px rgba(217, 119, 6, 0.3);
}
.btn-primary:active {
  transform: translateY(0);
  background: var(--amber-dark);
}
.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.2);
}
.btn-secondary:hover {
  border-color: rgba(255,255,255,0.4);
  background: var(--surface-glass);
  transform: translateY(-1px);
}
.btn-secondary:active {
  transform: translateY(0);
}
.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
  min-height: 40px;
}
.btn-icon {
  width: 20px;
  height: 20px;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: all 0.3s ease;
  background: transparent;
}
.nav.scrolled {
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--surface-border);
  padding: 12px 0;
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo img {
  height: 32px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--transition);
}
.nav-links a:hover {
  color: var(--text);
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 24px;
  padding: 4px 0;
  cursor: pointer;
  z-index: 1001;
}
.nav-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.nav-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.nav-mobile.open {
  display: flex;
}
.nav-mobile a {
  font-size: 24px;
  font-weight: 600;
  color: var(--text);
  transition: color var(--transition);
}
.nav-mobile a:hover {
  color: var(--amber);
}

@media (max-width: 768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 80px;
}
.hero-canvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}
.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(217,119,6,0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  padding: 0 24px;
}
.hero-headline {
  font-size: clamp(56px, 10vw, 120px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--text);
}
.hero-headline .amber {
  color: var(--amber);
}
.hero-sub {
  font-size: clamp(16px, 2vw, 22px);
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 auto 40px;
  font-weight: 400;
}
.hero-ctas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.hero-counter {
  font-size: 15px;
  color: var(--text-muted);
}
.hero-counter strong {
  color: var(--amber);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.hero-phone {
  position: absolute;
  right: -60px;
  bottom: -40px;
  width: 280px;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .hero { min-height: 100svh; }
  .hero-headline { font-size: clamp(44px, 12vw, 80px); }
  .hero-ctas { flex-direction: column; width: 100%; padding: 0 16px; }
  .hero-ctas .btn { width: 100%; }
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  padding: 32px 0;
  border-top: 1px solid var(--surface-border);
  border-bottom: 1px solid var(--surface-border);
  overflow: hidden;
  background: var(--bg);
}
.trust-bar-track {
  display: flex;
  gap: 48px;
  animation: scrollTrust 30s linear infinite;
  width: max-content;
}
.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
.trust-bar-item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  flex-shrink: 0;
}
@keyframes scrollTrust {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.step-card {
  padding: 40px 32px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: all var(--transition);
}
.step-number {
  font-size: 64px;
  font-weight: 900;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
}
.step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text);
}
.step-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}
.step-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217,119,6,0.1);
  border-radius: 12px;
  color: var(--amber);
}
@media (max-width: 768px) {
  .steps-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FEATURES
   ============================================================ */
.feature-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.feature-filter {
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  border: 1px solid var(--surface-border);
  background: transparent;
  cursor: pointer;
  transition: all var(--transition);
  white-space: nowrap;
}
.feature-filter:hover {
  color: var(--text);
  border-color: rgba(255,255,255,0.15);
}
.feature-filter.active {
  background: var(--amber);
  color: var(--text);
  border-color: var(--amber);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.feature-card {
  padding: 28px 24px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-md);
  transition: all 0.25s var(--ease-out);
  cursor: default;
}
.feature-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(217,119,6,0.2);
  box-shadow: 0 12px 40px rgba(217,119,6,0.08);
}
.feature-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217,119,6,0.1);
  border-radius: 10px;
  margin-bottom: 16px;
  font-size: 20px;
}
.feature-card-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text);
}
.feature-card-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}
.feature-card[hidden] {
  display: none;
}

@media (max-width: 768px) {
  .features-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PHONE MOCKUP SHOWCASE
   ============================================================ */
.phone-showcase {
  background: var(--bg);
  overflow: hidden;
}
.phone-showcase .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-frame {
  width: 280px;
  height: 560px;
  background: var(--surface-2);
  border-radius: 40px;
  border: 3px solid #333;
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5), 0 0 0 1px var(--surface-glass);
}
.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 28px;
  background: var(--surface-2);
  border-radius: 0 0 18px 18px;
  z-index: 10;
}
.phone-screens {
  position: relative;
  width: 100%;
  height: 100%;
}
.phone-screen {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: flex;
  flex-direction: column;
  padding: 40px 20px 20px;
}
.phone-screen.active {
  opacity: 1;
}

/* Phone Screen: Home */
.screen-home .screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.screen-home .screen-greeting {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}
.screen-home .screen-greeting span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
}
.screen-home .screen-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.screen-home .screen-status {
  background: rgba(217,119,6,0.1);
  border: 1px solid rgba(217,119,6,0.2);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.screen-home .screen-status-label {
  font-size: 12px;
  color: var(--amber);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.screen-home .screen-status-text {
  font-size: 14px;
  color: var(--text);
  margin-top: 4px;
}
.screen-home .screen-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.screen-home .screen-action {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
}
.screen-home .screen-action-icon {
  font-size: 22px;
  margin-bottom: 6px;
}
.screen-home .screen-action-label {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500;
}

/* Phone Screen: SOS */
.screen-sos {
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, var(--surface-2) 0%, var(--bg) 100%);
}
.sos-ring {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 4px solid var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  animation: sosPulse 2s ease-in-out infinite;
}
.sos-ring::before {
  content: '';
  position: absolute;
  inset: -16px;
  border-radius: 50%;
  border: 2px solid rgba(217,119,6,0.3);
  animation: sosPulse 2s ease-in-out infinite 0.3s;
}
.sos-ring::after {
  content: '';
  position: absolute;
  inset: -32px;
  border-radius: 50%;
  border: 1px solid rgba(217,119,6,0.15);
  animation: sosPulse 2s ease-in-out infinite 0.6s;
}
@keyframes sosPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.7; }
}
.sos-text {
  font-size: 28px;
  font-weight: 900;
  color: var(--amber);
  letter-spacing: 0.1em;
}
.sos-status {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 8px;
}
.sos-info {
  font-size: 12px;
  color: var(--text-faint);
  margin-top: 24px;
}

/* Phone Screen: Walk Safe */
.screen-walk {
  padding: 40px 16px 16px;
}
.screen-walk .walk-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.screen-walk .walk-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  animation: blink 1.5s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}
.screen-walk .walk-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}
.screen-walk .walk-map {
  width: 100%;
  height: 200px;
  background: #1a1a2e;
  border-radius: 12px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.walk-map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 30px 30px;
}
.walk-map-route {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 60%;
  height: 2px;
  background: var(--amber);
  border-radius: 2px;
  transform: rotate(-15deg);
}
.walk-map-dot {
  position: absolute;
  top: calc(30% - 5px);
  left: calc(20% + 30%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px rgba(217,119,6,0.6);
}
.walk-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.walk-stat {
  background: var(--surface);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.walk-stat-value {
  font-size: 18px;
  font-weight: 800;
  color: var(--amber);
}
.walk-stat-label {
  font-size: 10px;
  color: var(--text-muted);
  margin-top: 2px;
}
.walk-contacts {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.walk-contact-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #333;
  border: 2px solid var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
}
.walk-contact-avatar:not(:first-child) { margin-left: -8px; }
.walk-contacts-text {
  font-size: 11px;
  color: var(--text-muted);
  margin-left: 4px;
}

.phone-dots {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.phone-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--text-faint);
  transition: all 0.3s ease;
  cursor: pointer;
}
.phone-dot.active {
  background: var(--amber);
  width: 24px;
  border-radius: 4px;
}

/* ============================================================
   SOCIAL PROOF / TESTIMONIALS
   ============================================================ */
.social-proof {
  background: var(--bg-alt);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-md);
  padding: 32px 24px;
}
.testimonial-stars {
  color: var(--amber);
  font-size: 14px;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.testimonial-text {
  font-size: 15px;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}
.testimonial-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.testimonial-role {
  font-size: 13px;
  color: var(--text-muted);
}

.trust-badges {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}
.trust-badge svg {
  width: 16px;
  height: 16px;
  color: var(--amber);
}

@media (max-width: 768px) {
  .testimonials-grid { grid-template-columns: 1fr; }
  .trust-badges { gap: 12px; }
}

/* ============================================================
   FOR EVERYONE
   ============================================================ */
.everyone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.everyone-card {
  padding: 32px 24px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: all var(--transition);
}
.everyone-card:hover {
  border-color: rgba(217,119,6,0.15);
}
.everyone-icon {
  font-size: 32px;
  flex-shrink: 0;
  line-height: 1;
}
.everyone-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.everyone-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .everyone-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ENTERPRISE
   ============================================================ */
.enterprise {
  background: var(--bg-alt);
}
.enterprise-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.enterprise-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.enterprise-benefit {
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-md);
}
.enterprise-benefit-icon {
  font-size: 24px;
  margin-bottom: 8px;
}
.enterprise-benefit h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.enterprise-benefit p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Forms */
.form-group {
  margin-bottom: 16px;
}
.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--surface);
  border: 1px solid var(--border-dim);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-size: 15px;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(217,119,6,0.15);
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--text-faint);
}
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}
.form-textarea {
  min-height: 100px;
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.form-success.show {
  display: block;
}
.form-success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(217,119,6,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--amber);
}
.form-success h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-success p {
  font-size: 15px;
  color: var(--text-muted);
}

.enterprise-form {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.enterprise-form h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .enterprise-layout { grid-template-columns: 1fr; }
  .enterprise-benefits { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   DOWNLOAD CTA
   ============================================================ */


/* ============================================================
   WAITLIST
   ============================================================ */
.waitlist {
  background: var(--bg);
}
.waitlist-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.waitlist-form .form-input {
  text-align: center;
}
.waitlist-success {
  display: none;
  padding: 32px 0;
}
.waitlist-success.show {
  display: block;
}
.waitlist-success h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--amber);
  margin-bottom: 8px;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  background: var(--bg-alt);
}
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid var(--surface-border);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: color var(--transition);
}
.faq-question:hover {
  color: var(--amber);
}
.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding-bottom: 24px;
}
.faq-answer p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  padding: 64px 0 32px;
  border-top: 1px solid var(--surface-border);
  background: var(--bg);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand img {
  height: 28px;
  margin-bottom: 16px;
}
.footer-tagline {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 24px;
  max-width: 300px;
  line-height: 1.6;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 10px;
  color: var(--text-muted);
  transition: all var(--transition);
}
.footer-social a:hover {
  color: var(--amber);
  border-color: rgba(217,119,6,0.3);
  background: rgba(217,119,6,0.1);
}
.footer-social a svg {
  width: 18px;
  height: 18px;
}
.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 14px;
  color: var(--text-muted);
  padding: 6px 0;
  transition: color var(--transition);
}
.footer-col a:hover {
  color: var(--amber);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid var(--surface-border);
  font-size: 13px;
  color: var(--text-faint);
}

@media (max-width: 768px) {
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ============================================================
   LOADING STATE
   ============================================================ */
.btn.loading {
  pointer-events: none;
  opacity: 0.7;
}
.btn.loading::after {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: 8px;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ============================================================
   REDESIGNED DOWNLOAD SECTION
   ============================================================ */
.download-cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bg-2) 0%, var(--surface) 50%, var(--bg) 100%);
  border-top: 1px solid rgba(217,119,6,0.15);
  border-bottom: 1px solid rgba(217,119,6,0.15);
  padding: clamp(64px, 8vw, 120px) 0;
}
.download-bg-anim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.download-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: orbFloat 6s ease-in-out infinite;
}
.download-orb-1 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(217,119,6,0.2) 0%, transparent 70%);
  top: -100px; left: -100px;
  animation-delay: 0s;
}
.download-orb-2 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(245,158,11,0.15) 0%, transparent 70%);
  bottom: -80px; right: -80px;
  animation-delay: 2s;
}
.download-orb-3 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(217,119,6,0.1) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation-delay: 4s;
}
@keyframes orbFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.05); }
}
.download-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
.download-badge-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #D97706;
  background: rgba(217,119,6,0.1);
  border: 1px solid rgba(217,119,6,0.2);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.download-headline {
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 20px;
  color: var(--text);
}
.download-sub {
  font-size: clamp(15px, 2vw, 18px);
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.download-cards {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.download-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  border-radius: 20px;
  border: 1px solid var(--border-dim);
  background: var(--surface-glass);
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  min-width: 280px;
  cursor: pointer;
}
.download-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(217,119,6,0.4);
  background: rgba(217,119,6,0.08);
  box-shadow: 0 24px 60px rgba(217,119,6,0.2), 0 8px 24px rgba(0,0,0,0.4);
}
.download-card-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(217,119,6,0.15) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.download-card:hover .download-card-glow { opacity: 1; }
.download-card-icon {
  width: 52px;
  height: 52px;
  background: rgba(217,119,6,0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.download-card:hover .download-card-icon { background: rgba(217,119,6,0.25); }
.download-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  flex: 1;
}
.download-card-sub {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
}
.download-card-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1;
}
.download-card-tag {
  font-size: 11px;
  font-weight: 600;
  color: #D97706;
  background: rgba(217,119,6,0.1);
  padding: 2px 8px;
  border-radius: 100px;
  margin-top: 4px;
}
.download-card-arrow {
  color: #D97706;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.download-card-arrow svg { width: 20px; height: 20px; }
.download-card:hover .download-card-arrow { opacity: 1; transform: translateX(0); }
.download-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-glass);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  padding: 20px 32px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 8px 0;
}
.dl-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 28px;
}
.dl-stat-num {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.02em;
}
.dl-stat-label {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.dl-divider {
  width: 1px;
  height: 40px;
  background: var(--border-subtle);
}
.download-apk {
  font-size: 14px;
  color: var(--text-faint);
}
.download-apk a {
  color: #D97706;
  font-weight: 600;
}
.download-apk a:hover { opacity: 0.8; }
@media (max-width: 600px) {
  .download-cards { flex-direction: column; align-items: stretch; }
  .download-card { min-width: unset; }
  .dl-divider { display: none; }
  .dl-stat { padding: 0 12px; }
}

/* Force all non-bg-alt sections to use --bg in light mode */
[data-theme="light"] section:not(.bg-alt) {
  background-color: var(--bg);
}
[data-theme="light"] .bg-alt {
  background-color: var(--bg-alt);
}
[data-theme="light"] .social-proof {
  background-color: var(--bg);
}
[data-theme="light"] .for-everyone {
  background-color: var(--bg-alt);
}
[data-theme="light"] .enterprise {
  background-color: var(--bg);
}
[data-theme="light"] .faq {
  background-color: var(--bg-alt);
}

/* ============================================================
   LIGHT MODE — FULL SECTION COVERAGE (targeted overrides)
   ============================================================ */
[data-theme="light"] #features,
[data-theme="light"] #social-proof,
[data-theme="light"] #for-everyone,
[data-theme="light"] #enterprise,
[data-theme="light"] #faq,
[data-theme="light"] #how-it-works,
[data-theme="light"] #phone-showcase,
[data-theme="light"] .waitlist {
  background-color: var(--bg) !important;
}

[data-theme="light"] #how-it-works,
[data-theme="light"] #phone-showcase,
[data-theme="light"] #faq,
[data-theme="light"] #for-everyone {
  background-color: var(--bg-alt) !important;
}

[data-theme="light"] .waitlist-inner {
  background: var(--surface) !important;
  border-color: var(--border-subtle) !important;
}
