/* ============================================================
   ROCKET POWERED AI — Marketing Site Styles
   Design System: Navy + Golden Amber + Inter
   ============================================================ */

/* ---- DESIGN TOKENS ---- */
:root {
  --navy:       #0f1729;
  --navy-light: #1e293b;
  --navy-mid:   #162033;
  --accent:      #b6dced; /* koozio icon light-border blue (dark bg) */
  --accent-light:#d5ebf7;
  --accent-dark: #8fc3e0;
  --accent-rgb:  182,220,237;
  --cream:      #fef3c7;
  --eggshell:   #fffbeb;
  --white:      #ffffff;
  --gray-100:   #f1f5f9;
  --gray-200:   #e2e8f0;
  --gray-300:   #cbd5e1;
  --gray-400:   #94a3b8;
  --gray-500:   #64748b;
  --gray-600:   #475569;
  --gray-700:   #334155;
  --text:       #e2e8f0;
  --text-muted: #94a3b8;
  --font:       'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius:     12px;
  --radius-sm:  8px;
  --radius-lg:  20px;
  --shadow-sm:  0 1px 3px rgba(0,0,0,.3);
  --shadow-md:  0 4px 20px rgba(0,0,0,.4);
  --shadow-lg:  0 8px 40px rgba(0,0,0,.5);
  --shadow-glow:0 0 60px rgba(var(--accent-rgb),.15);
  --container:  1200px;
  --transition: .25s cubic-bezier(.4,0,.2,1);
}

/* ---- RESET & BASE ---- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--font);
  background: var(--navy);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-light); }
ul, ol { list-style: none; }

/* ---- CONTAINER ---- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- BADGE ---- */
.badge {
  display: inline-block;
  padding: 6px 16px;
  font-size: 1.22rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid rgba(var(--accent-rgb),.3);
  border-radius: 100px;
  background: rgba(var(--accent-rgb),.08);
  margin-bottom: 50px;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 600;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  line-height: 1;
}
.btn-primary {
  background: var(--accent);
  color: var(--navy);
  box-shadow: 0 0 20px rgba(var(--accent-rgb),.25);
}
.btn-primary:hover {
  background: var(--accent-light);
  color: var(--navy);
  box-shadow: 0 0 30px rgba(var(--accent-rgb),.4);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--accent);
  border: 1.5px solid rgba(var(--accent-rgb),.4);
}
.btn-outline:hover {
  background: rgba(var(--accent-rgb),.1);
  color: var(--accent-light);
  border-color: var(--accent);
}
.btn-sm { padding: 8px 18px; font-size: .875rem; }
.btn-lg { padding: 14px 32px; font-size: 1.0625rem; }
.btn-xl { padding: 18px 40px; font-size: 1.125rem; border-radius: var(--radius-lg); }
.btn-full { width: 100%; }

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--text-muted);
  font-size: 1rem;
  transition: color var(--transition);
}
.btn-text:hover { color: var(--white); }
.btn-text svg { transition: transform var(--transition); }
.btn-text:hover svg { transform: translateY(3px); }

/* ---- SECTION HEADER ---- */
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}
.section-header .badge { margin-bottom: 50px; }
.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 16px;
}
.section-header p {
  font-size: 1.125rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ============================================================
   HEADER
   ============================================================ */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 16px 0;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
}
#site-header.scrolled {
  background: rgba(15,23,41,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255,255,255,.05);
  padding: 10px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-icon { border-radius: 8px; }
.logo-img {
  height: 32px;
  width: auto;
}
.logo-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
}
.logo-accent { color: var(--accent); }
.logo-wordmark {
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #152d54; /* inner navy of the koozio app icon */
  text-transform: lowercase;
}
/* navy is unreadable on the dark theme header and the always-dark footer;
   fall back to the icon's light-blue border there */
[data-theme="dark"] #site-header .logo-wordmark { color: #b6dced; }
#site-footer .logo-wordmark { color: #b6dced; }

/* sale pricing */
.price-strike {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  opacity: .55;
  font-weight: 600;
}
.price.price-strike { font-size: 1.75rem; }
.price-sale { font-weight: 800; }
/* beat the theme-scoped .price color overrides in both themes */
.price-sale, [data-theme="light"] .price.price-sale { color: #dc2626; }
[data-theme="dark"] .price-sale, [data-theme="dark"] .price.price-sale { color: #f87171; }

/* brand word in running text: always bold, lowercase, icon navy —
   light-border blue wherever the background is dark */
.koozio {
  font-weight: 700;
  text-transform: lowercase;
  color: #152d54;
}
[data-theme="dark"] .koozio { color: #b6dced; }
#site-footer .koozio { color: #b6dced; }

/* Desktop nav */
.nav-desktop {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-desktop a {
  font-size: .9375rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--transition);
}
.nav-desktop a:hover { color: var(--white); }
.nav-desktop .btn { color: var(--navy); }
.nav-desktop .btn:hover { color: var(--navy); }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}
.hamburger,
.hamburger::before,
.hamburger::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all var(--transition);
}
.hamburger { top: 50%; margin-top: -1px; }
.hamburger::before { content: ''; top: -7px; }
.hamburger::after { content: ''; top: 7px; }
.nav-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.nav-toggle[aria-expanded="true"] .hamburger::before { top: 0; transform: translateX(-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger::after { top: 0; transform: translateX(-50%) rotate(-45deg); }

/* Mobile nav panel */
.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px 24px;
  background: rgba(15,23,41,.98);
  backdrop-filter: blur(12px);
}
.nav-mobile a {
  display: block;
  padding: 12px 0;
  font-size: 1.0625rem;
  font-weight: 500;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.nav-mobile a:hover { color: var(--white); }
.nav-mobile .btn {
  margin-top: 12px;
  color: var(--navy);
  text-align: center;
  border-bottom: none;
  padding: 14px;
}
[data-theme="light"] .nav-mobile .btn { color: #b6dced; }

/* ============================================================
   HERO
   ============================================================ */
#hero {
  position: relative;
  padding: 160px 0 100px;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.hero-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.hero-brand {
  font-family: var(--font);
  font-size: 4.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: lowercase;
  color: #152d54;
}
[data-theme="dark"] .hero-brand { color: #b6dced; }
.hero-tagline {
  margin-top: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: .01em;
  color: #152d54;
}
[data-theme="dark"] .hero-tagline { color: #b6dced; }
.hero-content h1 {
  font-size: 3.25rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 20px;
}
.hero-sub {
  font-size: 1.1875rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-sub strong { color: var(--accent); font-weight: 700; }
.hero-headline-tagline {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--white);
  max-width: 520px;
  margin-bottom: 32px;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-glow {
  position: absolute;
  top: 30%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(var(--accent-rgb),.12) 0%, transparent 70%);
  pointer-events: none;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
#trust-bar {
  padding: 48px 0;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.trust-label {
  text-align: center;
  font-size: .8125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--gray-500);
  margin-bottom: 20px;
}
.trust-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-logo-text {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gray-400);
  opacity: .6;
  letter-spacing: .02em;
  transition: opacity var(--transition);
}
.trust-logo-text:hover { opacity: 1; }

/* ============================================================
   TOKEN COST PITCH
   ============================================================ */
#token-pitch {
  padding: 100px 0;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%);
}
.token-pitch-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.token-pitch-problem { margin-bottom: 56px; }
.token-pitch-problem .badge { margin-bottom: 50px; }
.token-pitch-problem h2 {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
}
.token-pitch-problem > p {
  font-size: 1.125rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto 40px;
}
.token-red { color: #f87171; }

/* Comparison cards */
.token-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.token-compare-card {
  flex: 1;
  max-width: 320px;
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
}
.token-theirs {
  background: rgba(248,113,113,.06);
  border: 1px solid rgba(248,113,113,.25);
}
.token-ours {
  background: rgba(var(--accent-rgb),.06);
  border: 1px solid rgba(var(--accent-rgb),.3);
  box-shadow: 0 0 40px rgba(var(--accent-rgb),.08);
}
.token-compare-label {
  display: block;
  font-size: .8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 12px;
}
.token-theirs .token-compare-label { color: #f87171; }
.token-ours .token-compare-label { color: var(--accent); }
.token-compare-price {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 8px;
}
.token-theirs .token-compare-price { color: #f87171; }
.token-ours .token-compare-price { color: var(--accent-light); }
.token-compare-note {
  display: block;
  font-size: .8125rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.token-compare-vs {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: .05em;
  flex-shrink: 0;
}

/* Solution half */
.token-pitch-solution h3 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.token-pitch-solution > p {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 700px;
  margin: 0 auto 32px;
}
.token-pitch-solution strong { color: var(--accent); }
.token-benefits {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px;
  text-align: left;
  margin-bottom: 36px;
}
.token-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9375rem;
  color: var(--text);
}
.token-benefit svg { color: var(--accent); flex-shrink: 0; }

/* Responsive */
@media (max-width: 768px) {
  #token-pitch { padding: 72px 0; }
  .token-pitch-problem h2 { font-size: 1.75rem; }
  .token-comparison {
    flex-direction: column;
    gap: 16px;
  }
  .token-compare-card { max-width: 100%; }
  .token-compare-vs { margin: -4px 0; }
  .token-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ============================================================
   HOW IT WORKS — STAGES
   ============================================================ */
#incubator {
  padding: 120px 0;
}
.stages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.stage-card {
  background: var(--navy-light);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  border: 1px solid rgba(255,255,255,.06);
  position: relative;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.stage-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.stage-number {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 4rem;
  font-weight: 800;
  color: rgba(255,255,255,.03);
  line-height: 1;
}
.stage-image {
  margin-bottom: 24px;
}
.stage-image img {
  width: 100%;
  max-width: 240px;
  border-radius: var(--radius);
}
.stage-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.stage-tagline {
  font-size: .9375rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.stage-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.stage-features li {
  font-size: .9375rem;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.stage-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.stage-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent);
}
.stage-price span {
  font-size: .875rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* Stage accent colors */
.stage-incubate { border-top: 3px solid var(--accent); }
.stage-hatch { border-top: 3px solid #60a5fa; }
.stage-fly { border-top: 3px solid #34d399; }

/* ============================================================
   FEATURES
   ============================================================ */
/* #features removed — content merged into #incubator */

/* Feature blocks: alternating image/text */
.feature-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}
.feature-block:last-of-type { margin-bottom: 80px; }
.feature-block-reverse { direction: rtl; }
.feature-block-reverse > * { direction: ltr; }
.feature-image img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  width: 100%;
  height: auto;
}
.feature-text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.feature-text p {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 12px;
}
.feature-text p:last-child { margin-bottom: 0; }

/* Business-in-a-Box grid */
.biz-box {
  background: var(--navy-light);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  border: 1px solid rgba(255,255,255,.06);
}
.biz-box h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}
.biz-intro {
  text-align: center;
  color: rgba(255,255,255,.7);
  margin-bottom: 24px;
}
.biz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.biz-item {
  text-align: center;
  padding: 24px 16px;
}
.biz-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  background: rgba(var(--accent-rgb),.1);
  color: var(--accent);
  margin-bottom: 16px;
}
.biz-item h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
.biz-item p {
  font-size: .875rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ============================================================
   PRICING
   ============================================================ */
#incubator-pricing {
  padding: 120px 0;
}
#saas-builder {
  padding: 120px 0;
  background: var(--navy-mid);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.pricing-card {
  background: var(--navy-light);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  border: 1px solid rgba(255,255,255,.06);
  position: relative;
  transition: transform var(--transition);
}
.pricing-card:hover { transform: translateY(-4px); }
.pricing-featured {
  border-color: var(--accent);
  box-shadow: 0 0 40px rgba(var(--accent-rgb),.12);
}
.pricing-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: var(--accent);
  color: var(--navy);
  font-size: .75rem;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.pricing-card h3 {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.pricing-amount {
  margin-bottom: 8px;
}
.price {
  font-size: 3rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.price-sm {
  font-size: 1.75rem;
}
.period {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-muted);
}
.pricing-note {
  font-size: .875rem;
  color: var(--text-muted);
  margin-bottom: 28px;
}
.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .9375rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.pricing-features li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: var(--accent);
}
.pricing-disclaimer {
  text-align: center;
  font-size: .875rem;
  color: var(--gray-500);
  margin-top: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ============================================================
   FAQ
   ============================================================ */
#faq {
  padding: 120px 0;
  background: var(--navy-mid);
}
.faq-list {
  max-width: 740px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  font-family: var(--font);
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--white);
  cursor: pointer;
  text-align: left;
  transition: color var(--transition);
}
.faq-question:hover { color: var(--accent); }
.faq-chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  transition: transform var(--transition);
}
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.faq-item.open .faq-answer {
  max-height: 400px;
}
.faq-answer p {
  padding-bottom: 24px;
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
#get-started {
  padding: 120px 0;
}
.cta-inner {
  text-align: center;
  position: relative;
}
.cta-inner .badge { margin-bottom: 50px; }
.cta-inner h2 {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
}
.cta-sub {
  font-size: 1.1875rem;
  color: var(--text-muted);
  margin-bottom: 36px;
}
.cta-contact {
  margin-top: 20px;
  font-size: .9375rem;
  color: var(--text-muted);
}
.cta-contact a { color: var(--accent); }

/* ---- Waitlist Modal ---- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-overlay.is-open { display: flex; }
.modal-content {
  background: var(--navy-light);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: var(--shadow-lg), 0 0 80px rgba(var(--accent-rgb),.1);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: none;
  color: var(--gray-400);
  font-size: 1.75rem;
  cursor: pointer;
  line-height: 1;
  transition: color var(--transition);
}
.modal-close:hover { color: var(--white); }
.modal-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
}
.modal-sub {
  font-size: .9375rem;
  color: var(--text-muted);
  margin-bottom: 28px;
}

/* ---- Waitlist Form Fields ---- */
.waitlist-modal-form { text-align: left; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.form-group .required { color: var(--accent); }
.form-group .optional { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--gray-500); }
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="url"],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  font-family: var(--font);
  border: 1px solid var(--gray-600);
  border-radius: var(--radius-sm);
  background: var(--navy);
  color: var(--white);
  outline: none;
  transition: border-color var(--transition);
}
.form-group select { cursor: pointer; }
.form-group textarea { resize: vertical; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--gray-500); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--accent); }
.form-group input.invalid,
.form-group select.invalid { border-color: #f87171; }

/* ---- Bot Verification (Cloudflare Turnstile) ---- */
.verify-group { margin-top: 4px; margin-bottom: 20px; }
.verify-group .cf-turnstile {
  display: flex;
  justify-content: center;
}

.waitlist-message {
  margin-bottom: 12px;
  font-size: .875rem;
  min-height: 1.2em;
}
.waitlist-message.success { color: #34d399; }
.waitlist-message.error { color: #f87171; }

@media (max-width: 480px) {
  .modal-content { padding: 32px 20px; }
  .form-row { grid-template-columns: 1fr; }
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(var(--accent-rgb),.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer {
  border-top: 1px solid rgba(255,255,255,.05);
  padding-top: 64px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}
.footer-brand p {
  margin-top: 12px;
  font-size: .9375rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links h4 {
  font-size: .8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--gray-500);
  margin-bottom: 4px;
}
.footer-links a {
  font-size: .9375rem;
  color: var(--text-muted);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--white); }
.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.05);
}
.footer-bottom p {
  font-size: .8125rem;
  color: var(--gray-600);
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for child elements */
.stages-grid .animate-on-scroll:nth-child(2) { transition-delay: .1s; }
.stages-grid .animate-on-scroll:nth-child(3) { transition-delay: .2s; }
.pricing-grid .animate-on-scroll:nth-child(2) { transition-delay: .1s; }
.pricing-grid .animate-on-scroll:nth-child(3) { transition-delay: .2s; }

/* ============================================================
   SHOWCASE SECTION
   ============================================================ */
#showcase {
  padding: 120px 0;
  background: var(--navy-mid);
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.showcase-card {
  background: var(--navy-light);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 32px 24px;
  transition: border-color .3s, transform .3s;
}
.showcase-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}

.showcase-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 166, 35, 0.1);
  border-radius: 12px;
  color: var(--accent);
  margin-bottom: 20px;
}

.showcase-card h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 8px;
}

.showcase-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* Stagger showcase cards */
.showcase-grid .animate-on-scroll:nth-child(2) { transition-delay: .05s; }
.showcase-grid .animate-on-scroll:nth-child(3) { transition-delay: .1s; }
.showcase-grid .animate-on-scroll:nth-child(4) { transition-delay: .15s; }
.showcase-grid .animate-on-scroll:nth-child(5) { transition-delay: .2s; }
.showcase-grid .animate-on-scroll:nth-child(6) { transition-delay: .25s; }
.showcase-grid .animate-on-scroll:nth-child(7) { transition-delay: .3s; }
.showcase-grid .animate-on-scroll:nth-child(8) { transition-delay: .35s; }

/* ============================================================
   STUDIOS SECTION — Meet Us At The Studio
   ============================================================ */
#studios {
  padding: 120px 0;
}

.studios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.studio-card {
  position: relative;
  background: var(--navy-light);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 36px 28px 32px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}
.studio-card:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(245, 158, 11, .08);
}

.studio-card-number {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: .75rem;
  font-weight: 700;
  color: rgba(245, 158, 11, .35);
  letter-spacing: .04em;
}

.studio-card-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 158, 11, .1);
  border-radius: 14px;
  color: var(--accent);
  margin-bottom: 20px;
}

.studio-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 6px;
}

.studio-card-tagline {
  font-size: .9375rem;
  color: var(--accent-light);
  margin: 0 0 16px;
  font-weight: 500;
}

.studio-card-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.studio-card-features li {
  position: relative;
  padding-left: 20px;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--text-muted);
}
.studio-card-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  opacity: .5;
}

/* Stagger studio cards */
.studios-grid .animate-on-scroll:nth-child(2) { transition-delay: .05s; }
.studios-grid .animate-on-scroll:nth-child(3) { transition-delay: .1s; }
.studios-grid .animate-on-scroll:nth-child(4) { transition-delay: .15s; }
.studios-grid .animate-on-scroll:nth-child(5) { transition-delay: .2s; }
.studios-grid .animate-on-scroll:nth-child(6) { transition-delay: .25s; }
.studios-grid .animate-on-scroll:nth-child(7) { transition-delay: .3s; }
.studios-grid .animate-on-scroll:nth-child(8) { transition-delay: .35s; }

/* ============================================================
   CAPABILITIES SECTION
   ============================================================ */
#capabilities {
  padding: 120px 0;
}

#capabilities .biz-box {
  margin-top: 64px;
}

.biz-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 32px;
}

/* Hero speed badge */
.hero-speed {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 12px 20px;
  background: rgba(245, 166, 35, 0.1);
  border: 1px solid rgba(245, 166, 35, 0.25);
  border-radius: 100px;
  font-size: 0.9375rem;
  color: var(--accent);
  font-weight: 600;
}
.hero-speed svg { flex-shrink: 0; }

/* Hero path cards */
.hero-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
  max-width: 640px;
}
.hero-path-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 24px;
  background: var(--navy-light);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: all var(--transition);
}
.hero-path-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(var(--accent-rgb),.12);
}
.hero-path-badge {
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  font-size: .6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--accent);
  background: rgba(var(--accent-rgb),.1);
  border-radius: 100px;
}
.hero-path-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
  margin: 0;
}
.hero-path-card p {
  font-size: .8125rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
  flex: 1;
}
.hero-path-price {
  font-size: .875rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}
.hero-path-price strong { color: var(--accent); }
.hero-path-card .btn { align-self: flex-start; }
.hero-paths-single { grid-template-columns: 1fr; max-width: 640px; }
.hero-path-full { text-align: center; align-items: center; }
.hero-path-full .btn { align-self: center; }
.hero-path-full p { max-width: 480px; }

/* Full-width hero CTA — larger, spans the section below the two-column intro */
.hero-cta-wide {
  margin-top: 56px;
}
.hero-cta-wide .hero-path-card {
  gap: 16px;
  padding: 48px 56px;
}
.hero-cta-wide .hero-path-card h3 { font-size: 2rem; }
.hero-cta-wide .hero-path-card p { font-size: 1.0625rem; max-width: 640px; }
.hero-cta-wide .hero-path-price { font-size: 1.125rem; }
.hero-cta-wide .hero-path-badge { font-size: .8125rem; padding: 5px 14px; }
.hero-cta-wide .hero-path-card .btn { margin-top: 8px; }

/* ============================================================
   WHY ROCKET POWERED — VIBE CODING WARNING
   ============================================================ */
#why-rocketpowered {
  padding: 120px 0;
  background: var(--navy-mid);
}
.badge-warning {
  color: #f87171;
  border-color: rgba(248,113,113,.3);
  background: rgba(248,113,113,.08);
}

.warning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.warning-card {
  background: var(--navy-light);
  border: 1px solid rgba(248,113,113,.15);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  transition: transform var(--transition), border-color var(--transition);
}
.warning-card:hover {
  transform: translateY(-3px);
  border-color: rgba(248,113,113,.35);
}
.warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: rgba(248,113,113,.1);
  color: #f87171;
  margin-bottom: 16px;
}
.warning-card h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.warning-card p {
  font-size: .875rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Solution block */
.solution-block {
  background: linear-gradient(135deg, rgba(var(--accent-rgb),.06) 0%, rgba(52,211,153,.04) 100%);
  border: 1px solid rgba(var(--accent-rgb),.2);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  text-align: center;
}
.solution-block .badge { margin-bottom: 50px; }
.solution-content h3 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
}
.solution-content p {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto 12px;
}
.solution-content p:last-child { margin-bottom: 0; }
.solution-content strong { color: var(--accent); }

/* ============================================================
   CORE BUILDING BLOCKS
   ============================================================ */
#core-platform {
  padding: 120px 0;
  background: var(--navy-mid);
}

/* Platform stats bar */
.core-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.core-stat {
  text-align: center;
  padding: 28px 16px;
  background: var(--navy-light);
  border: 1px solid rgba(var(--accent-rgb),.15);
  border-radius: var(--radius-lg);
}
.core-stat-number {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.1;
  margin-bottom: 6px;
}
.core-stat-label {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}

/* Layer sections */
.core-layer {
  margin-bottom: 48px;
}
.core-layer-header {
  margin-bottom: 24px;
}
.core-layer-badge {
  display: inline-block;
  padding: 4px 14px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--accent);
  background: rgba(var(--accent-rgb),.1);
  border: 1px solid rgba(var(--accent-rgb),.25);
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 10px;
}
.core-layer-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  margin: 0;
}

.core-blocks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.core-blocks-3col {
  grid-template-columns: repeat(3, 1fr);
}
.core-blocks-2col {
  grid-template-columns: repeat(2, 1fr);
}
.core-block {
  background: var(--navy-light);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: transform var(--transition), border-color var(--transition);
}
.core-block:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--accent-rgb),.3);
}
.core-block-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: var(--radius);
  background: rgba(var(--accent-rgb),.1);
  color: var(--accent);
  margin-bottom: 16px;
}
.core-block h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.core-block p {
  font-size: .9375rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 14px;
}
.core-compliance {
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  color: #34d399;
  letter-spacing: .03em;
  text-transform: uppercase;
}

/* Compliance summary bar */
.compliance-bar {
  background: var(--navy-light);
  border: 1px solid rgba(52,211,153,.2);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  text-align: center;
}
.compliance-bar h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}
.compliance-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.compliance-tags span {
  display: inline-block;
  padding: 6px 16px;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #34d399;
  border: 1px solid rgba(52,211,153,.25);
  border-radius: 100px;
  background: rgba(52,211,153,.06);
}

/* SaaS Builder features grid */
.builder-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 0;
}
.builder-feature {
  background: var(--navy-light);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: transform var(--transition), border-color var(--transition);
}
.builder-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--accent-rgb),.3);
}
.builder-feature .biz-icon { margin: 0 auto 16px; }
.builder-feature h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.builder-feature p {
  font-size: .9375rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ============================================================
   RESPONSIVE — TABLET (≤1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .hero-content h1 { font-size: 2.75rem; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-image { display: none; }
  .feature-image { display: none; }
  .stage-image { display: none; }
  .hero-glow { top: 10%; right: -10%; }
  .hero-headline-tagline { margin-left: auto; margin-right: auto; }
  .hero-cta-wide { margin-top: 40px; }
  .hero-cta-wide .hero-path-card { padding: 32px 24px; }
  .hero-cta-wide .hero-path-card h3 { font-size: 1.6rem; }

  .hero-paths { max-width: 100%; }
  .stages-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .feature-block { grid-template-columns: 1fr; gap: 32px; }
  .feature-block-reverse { direction: ltr; }
  .feature-image { text-align: center; }
  .feature-image img { max-width: 100%; margin: 0 auto; }
  .biz-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid { grid-template-columns: repeat(2, 1fr); }
  .studios-grid { grid-template-columns: repeat(2, 1fr); }
  .warning-grid { grid-template-columns: repeat(2, 1fr); }
  .core-blocks-grid { grid-template-columns: 1fr; }
  .core-blocks-3col { grid-template-columns: repeat(2, 1fr); }
  .core-blocks-2col { grid-template-columns: 1fr; }
  .core-stats { grid-template-columns: repeat(2, 1fr); }
  .solution-block { padding: 40px 32px; }
  .solution-content h3 { font-size: 1.625rem; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .builder-features-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤768px)
   ============================================================ */
@media (max-width: 768px) {
  .nav-desktop { display: none; }
  .nav-toggle { display: block; }
  .nav-mobile.is-open { display: flex; }

  .section-header h2 { font-size: 2rem; }
  .hero-content h1 { font-size: 2.25rem; }
  .hero-sub { font-size: 1.0625rem; }
  #hero { padding: 130px 0 80px; }
  #incubator, #showcase, #studios, #capabilities, #incubator-pricing, #saas-builder, #faq, #get-started, #why-rocketpowered, #core-platform { padding: 80px 0; }

  .feature-block { gap: 24px; margin-bottom: 56px; }
  .feature-text h3 { font-size: 1.5rem; }
  .feature-image img { max-width: 100%; border-radius: var(--radius); }
  .hero-image img { max-width: 320px; margin: 0 auto; }
  .stage-image img { width: 200px; height: 200px; }
  .biz-box { padding: 40px 24px; }
  .biz-grid { grid-template-columns: 1fr 1fr; gap: 24px; }

  .cta-inner h2 { font-size: 2rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: auto; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (≤480px)
   ============================================================ */
@media (max-width: 480px) {
  .hero-content h1 { font-size: 1.875rem; }
  .section-header h2 { font-size: 1.75rem; }
  .section-header p { font-size: .9375rem; }
  .cta-inner h2 { font-size: 1.75rem; }
  .biz-grid { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: 1fr; }
  .studios-grid { grid-template-columns: 1fr; }
  .warning-grid { grid-template-columns: 1fr; }
  .solution-block { padding: 32px 20px; }
  .solution-content h3 { font-size: 1.375rem; }
  .compliance-bar { padding: 28px 20px; }
  .trust-logos { gap: 24px; }
  .price { font-size: 2.5rem; }
  .hero-paths { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn-text { justify-content: center; }
  .stage-card { padding: 32px 24px; }
  .hero-image img { max-width: 260px; }
  .stage-image img { width: 160px; height: 160px; }
  .feature-block { gap: 20px; margin-bottom: 48px; }
  .feature-text h3 { font-size: 1.25rem; }
  .feature-text p { font-size: .9375rem; }
  .biz-box { padding: 32px 16px; }
  .biz-item { padding: 16px 8px; }
  .pricing-card { padding: 32px 20px; }
  .core-block { padding: 24px 20px; }
  .core-block h4 { font-size: 1rem; }
  .core-block p { font-size: .875rem; }
  .core-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .core-stat { padding: 20px 12px; }
  .core-stat-number { font-size: 1.75rem; }
  .core-blocks-3col { grid-template-columns: 1fr; }
  .core-blocks-2col { grid-template-columns: 1fr; }
  .warning-card { padding: 24px 20px; }
}

/* ============================================================
   PULL QUOTES
   ============================================================ */
.pull-quote {
  padding: 32px 24px;
  max-width: 680px;
  position: relative;
}
.pull-quote-left { margin: 0 auto 0 5%; text-align: left; }
.pull-quote-right { margin: 0 5% 0 auto; text-align: right; }
.pull-quote-center { margin: 0 auto; text-align: center; }
.pull-quote p {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--gray-400);
  font-style: italic;
  position: relative;
  display: inline;
}
.pull-quote p::before {
  content: '\201C';
  font-size: 4rem;
  font-weight: 800;
  color: var(--accent);
  opacity: .5;
  line-height: 0;
  vertical-align: -0.35em;
  margin-right: 4px;
  font-style: normal;
}
.pull-quote p::after {
  content: '\201D';
  font-size: 4rem;
  font-weight: 800;
  color: var(--accent);
  opacity: .5;
  line-height: 0;
  vertical-align: -0.35em;
  margin-left: 4px;
  font-style: normal;
}
[data-theme="light"] .pull-quote p { color: #94a3b8; }
[data-theme="light"] .pull-quote p::before,
[data-theme="light"] .pull-quote p::after { color: var(--accent-dark); opacity: .4; }
@media (max-width: 768px) {
  .pull-quote { max-width: 100%; padding: 24px 16px; }
  .pull-quote-left, .pull-quote-right { margin: 0 auto; text-align: center; }
  .pull-quote p { font-size: 1.25rem; }
  .pull-quote p::before, .pull-quote p::after { font-size: 3rem; }
}

/* ============================================================
   THEME TOGGLE BUTTON
   ============================================================ */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  cursor: pointer;
  transition: all var(--transition);
  color: var(--text-muted);
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  margin-left: 8px;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
.theme-toggle:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(var(--accent-rgb),.1);
}
/* In light mode (default), show moon icon (to switch to dark) */
[data-theme="light"] .theme-icon-sun { display: none; }
[data-theme="light"] .theme-icon-moon { display: block; }
/* In dark mode, show sun icon (to switch to light) */
[data-theme="dark"] .theme-icon-sun { display: block; }
[data-theme="dark"] .theme-icon-moon { display: none; }
/* Fallback: no data-theme = treat as light */
:root:not([data-theme]) .theme-icon-sun { display: none; }
:root:not([data-theme]) .theme-icon-moon { display: block; }

/* ============================================================
   LIGHT MODE OVERRIDES
   ============================================================ */
[data-theme="light"] {
  --accent:      #152d54; /* koozio icon inner navy (light bg) */
  --accent-light:#24447c;
  --accent-dark: #0e1f3d;
  --accent-rgb:  21,45,84;
  --navy:       #f8fafc;
  --navy-light: #ffffff;
  --navy-mid:   #f1f5f9;
  --text:       #1e293b;
  --text-muted: #475569;
  --white:      #0f172a;
  --gray-100:   #e2e8f0;
  --gray-200:   #cbd5e1;
  --gray-300:   #94a3b8;
  --gray-400:   #64748b;
  --gray-500:   #475569;
  --gray-600:   #334155;
  --gray-700:   #1e293b;
  --shadow-sm:  0 1px 3px rgba(0,0,0,.08);
  --shadow-md:  0 4px 20px rgba(0,0,0,.08);
  --shadow-lg:  0 8px 40px rgba(0,0,0,.1);
  --shadow-glow:0 0 60px rgba(var(--accent-rgb),.08);
}

/* Body */
[data-theme="light"] body {
  background: #f8fafc;
  color: #1e293b;
}

/* Header */
[data-theme="light"] #site-header.scrolled {
  background: rgba(248,250,252,.95);
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}
[data-theme="light"] .logo-text { color: #0f172a; }
[data-theme="light"] .nav-desktop a { color: #475569; }
[data-theme="light"] .nav-desktop a:hover { color: #0f172a; }
[data-theme="light"] .nav-desktop .btn { color: #b6dced !important; }
[data-theme="light"] .nav-desktop .btn:hover { color: #d5ebf7 !important; }

/* Theme toggle in light mode */
[data-theme="light"] .theme-toggle {
  border-color: rgba(0,0,0,.15);
  background: rgba(0,0,0,.04);
  color: #475569;
}
[data-theme="light"] .theme-toggle:hover {
  border-color: var(--accent-dark);
  color: var(--accent-dark);
  background: rgba(var(--accent-rgb),.1);
}

/* Hamburger */
[data-theme="light"] .hamburger,
[data-theme="light"] .hamburger::before,
[data-theme="light"] .hamburger::after { background: #1e293b; }

/* Mobile nav */
[data-theme="light"] .nav-mobile {
  background: rgba(248,250,252,.98);
}
[data-theme="light"] .nav-mobile a {
  color: #475569;
  border-bottom-color: rgba(0,0,0,.06);
}
[data-theme="light"] .nav-mobile a:hover { color: #0f172a; }

/* Badge */
[data-theme="light"] .badge {
  color: var(--accent-dark);
  border-color: rgba(var(--accent-rgb),.3);
  background: rgba(var(--accent-rgb),.08);
}

/* Buttons */
[data-theme="light"] .btn-primary { color: #b6dced; }
[data-theme="light"] .btn-primary:hover { color: #d5ebf7; }
[data-theme="light"] .btn-outline {
  color: var(--accent-dark);
  border-color: rgba(var(--accent-rgb),.4);
}
[data-theme="light"] .btn-outline:hover {
  color: var(--accent-dark);
  border-color: var(--accent-dark);
}
[data-theme="light"] .btn-text { color: #64748b; }
[data-theme="light"] .btn-text:hover { color: #0f172a; }

/* Section headers */
[data-theme="light"] .section-header h2 { color: #0f172a; }
[data-theme="light"] .section-header p { color: #475569; }

/* Hero */
[data-theme="light"] .hero-content h1 { color: #0f172a; }
[data-theme="light"] .hero-sub { color: #475569; }
[data-theme="light"] .hero-sub strong { color: var(--accent-dark); }

/* Trust bar */
[data-theme="light"] #trust-bar {
  border-top-color: rgba(0,0,0,.06);
  border-bottom-color: rgba(0,0,0,.06);
}
[data-theme="light"] .trust-logo-text { color: #64748b; }

/* Token pitch */
[data-theme="light"] #token-pitch {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}
[data-theme="light"] .token-pitch-problem h2 { color: #0f172a; }
[data-theme="light"] .token-theirs {
  background: rgba(248,113,113,.06);
  border-color: rgba(248,113,113,.2);
}
[data-theme="light"] .token-ours {
  background: rgba(var(--accent-rgb),.06);
  border-color: rgba(var(--accent-rgb),.2);
}
[data-theme="light"] .token-pitch-solution h3 { color: #0f172a; }
[data-theme="light"] .token-benefit { color: #1e293b; }

/* Stage cards */
[data-theme="light"] .stage-card {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
[data-theme="light"] .stage-card h3 { color: #0f172a; }
[data-theme="light"] .stage-number { color: rgba(0,0,0,.04); }
[data-theme="light"] .stage-features li { color: #334155; }
[data-theme="light"] .stage-tagline { color: #64748b; }

/* Biz box */
[data-theme="light"] .biz-box {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
}
[data-theme="light"] .biz-box h3 { color: #0f172a; }
[data-theme="light"] .biz-intro { color: #475569; }
[data-theme="light"] .biz-item h4 { color: #0f172a; }
[data-theme="light"] .biz-item p { color: #475569; }
[data-theme="light"] .biz-icon svg { color: var(--accent-dark); }

/* Pricing cards */
[data-theme="light"] .pricing-card {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
[data-theme="light"] .pricing-featured {
  border-color: var(--accent);
  box-shadow: 0 0 20px rgba(var(--accent-rgb),.1);
}
[data-theme="light"] .pricing-card h3 { color: #0f172a; }
[data-theme="light"] .price { color: #0f172a; }
[data-theme="light"] .period { color: #64748b; }
[data-theme="light"] .pricing-note { color: #64748b; }
[data-theme="light"] .pricing-features li { color: #334155; }
[data-theme="light"] .pricing-disclaimer { color: #64748b; }

/* Showcase cards */
[data-theme="light"] .showcase-card {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
}
[data-theme="light"] .showcase-card h4 { color: #0f172a; }
[data-theme="light"] .showcase-card p { color: #475569; }

/* Studio cards */
[data-theme="light"] .studio-card {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
[data-theme="light"] .studio-card h4 { color: #0f172a; }
[data-theme="light"] .studio-card-tagline { color: var(--accent-dark); }
[data-theme="light"] .studio-card-features li { color: #475569; }
[data-theme="light"] .studio-card-number { color: rgba(var(--accent-rgb),.25); }

/* RocketCore section */
[data-theme="light"] #rocketcore { background: #f1f5f9; }
[data-theme="light"] .core-layer-header h3 { color: #0f172a; }
[data-theme="light"] .core-block {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
[data-theme="light"] .core-block h4 { color: #0f172a; }
[data-theme="light"] .core-block p { color: #475569; }
[data-theme="light"] .core-compliance { color: #64748b; background: rgba(0,0,0,.04); }
[data-theme="light"] .core-stat {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
}
[data-theme="light"] .core-stat-number { color: var(--accent-dark); }
[data-theme="light"] .core-stat-label { color: #475569; }
[data-theme="light"] .compliance-bar {
  background: rgba(var(--accent-rgb),.06);
  border-color: rgba(var(--accent-rgb),.15);
}
[data-theme="light"] .compliance-bar h4 { color: #0f172a; }
[data-theme="light"] .compliance-tag { color: #334155; background: rgba(0,0,0,.05); }

/* Capabilities / features */
[data-theme="light"] #capabilities {
  background: #f8fafc;
}
[data-theme="light"] .feature-text h3 { color: #0f172a; }
[data-theme="light"] .feature-text p { color: #475569; }
[data-theme="light"] .feature-visual {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
}

/* Builder features */
[data-theme="light"] .builder-feature {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
}
[data-theme="light"] .builder-feature h4 { color: #0f172a; }
[data-theme="light"] .builder-feature p { color: #475569; }

/* FAQ */
[data-theme="light"] .faq-question {
  color: #0f172a;
  background: transparent;
}
[data-theme="light"] .faq-question:hover { color: var(--accent-dark); }
[data-theme="light"] .faq-item { border-bottom-color: rgba(0,0,0,.08); }
[data-theme="light"] .faq-answer p { color: #475569; }

/* Waitlist / CTA */
[data-theme="light"] #get-started {
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
}
[data-theme="light"] .waitlist-card {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
[data-theme="light"] .waitlist-card h2 { color: #0f172a; }
[data-theme="light"] .waitlist-card p { color: #475569; }

/* Modal */
[data-theme="light"] .modal-overlay { background: rgba(0,0,0,.4); }
[data-theme="light"] .modal-content {
  background: #ffffff;
  border-color: rgba(0,0,0,.1);
}
[data-theme="light"] .modal-content h2 { color: #0f172a; }
[data-theme="light"] .modal-content label { color: #334155; }
[data-theme="light"] .modal-content input,
[data-theme="light"] .modal-content select,
[data-theme="light"] .modal-content textarea {
  background: #f8fafc;
  border-color: rgba(0,0,0,.15);
  color: #1e293b;
}
[data-theme="light"] .modal-content input::placeholder,
[data-theme="light"] .modal-content textarea::placeholder { color: #94a3b8; }
[data-theme="light"] .modal-close { color: #64748b; }
[data-theme="light"] .modal-close:hover { color: #0f172a; }

/* Footer */
[data-theme="light"] footer {
  background: #0f172a;
  color: #e2e8f0;
}
[data-theme="light"] footer .logo-text { color: #ffffff; }
[data-theme="light"] footer a { color: #94a3b8; }
[data-theme="light"] footer a:hover { color: #ffffff; }

/* Hero speed badge */
[data-theme="light"] .hero-speed {
  color: #334155;
}
[data-theme="light"] .hero-speed svg { color: var(--accent-dark); }

/* Hero path card */
[data-theme="light"] .hero-path-card {
  background: #ffffff;
  border-color: rgba(0,0,0,.1);
}
[data-theme="light"] .hero-path-card h3 { color: #0f172a; }
[data-theme="light"] .hero-path-card p { color: #475569; }
[data-theme="light"] .hero-path-price { color: #0f172a; }
[data-theme="light"] .hero-path-price strong { color: var(--accent-dark); }

/* Solution block */
[data-theme="light"] .solution-block {
  background: #ffffff;
  border-color: rgba(0,0,0,.08);
}
[data-theme="light"] .solution-content h3 { color: #0f172a; }
[data-theme="light"] .solution-content p { color: #475569; }
[data-theme="light"] .solution-content strong { color: var(--accent-dark); }

/* Warning card */
[data-theme="light"] .warning-card {
  background: rgba(248,113,113,.04);
  border-color: rgba(248,113,113,.15);
}

/* Pricing badge */
[data-theme="light"] .pricing-badge {
  color: #fff;
}
