/* ============================= */
/* MOONRISE - Investor Pitch Deck */
/* Clean. Professional. On-brand. */
/* Following YC best practices */
/* ============================= */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800&family=Nunito:wght@400;500;600;700;800&display=swap');

:root {
  /* Core Palette */
  --midnight-black: #0A0A0F;
  --deep-space: #12121A;
  --cosmic-purple: #1E1E2E;
  --moon-glow: #FCFAEE;
  --star-white: #FFFFFF;

  /* Rebellion Colors */
  --rebellion-purple: #8B5CF6;
  --rebellion-pink: #EC4899;
  --rebellion-blue: #4FC3F7;
  --rebellion-amber: #F59E0B;
  --rebellion-green: #22C55E;

  /* Glass Effects */
  --glass-bg: rgba(30, 30, 46, 0.6);
  --glass-border: rgba(255, 255, 255, 0.08);
}

/* ============================= */
/* REVEAL.JS BASE - MINIMAL OVERRIDES */
/* Following official theme patterns */
/* ============================= */

.reveal-viewport {
  background: var(--midnight-black);
}

.reveal {
  font-family: 'Nunito', -apple-system, sans-serif;
  font-size: 28px;
  font-weight: normal;
  color: var(--moon-glow);
}

/* Text alignment only - no layout changes */
.reveal .slides {
  text-align: left;
}

/* Minimal section styling - NO layout overrides */
.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.3;
  font-weight: inherit;
}

/* Background via data attribute or pseudo-element on viewport */
.reveal .slide-background-content {
  background: linear-gradient(180deg, var(--midnight-black) 0%, var(--deep-space) 100%);
}

/* ============================= */
/* AMBIENT GLOW - on viewport, not slides */
/* ============================= */

.reveal-viewport::before {
  content: '';
  position: fixed;
  top: 15%;
  right: 5%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.22) 0%, transparent 65%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.reveal-viewport::after {
  content: '';
  position: fixed;
  bottom: 10%;
  left: 5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.15) 0%, transparent 70%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

/* Hide the div-based orbs - using viewport pseudo-elements instead */
.cosmic-orb {
  display: none;
}

/* ============================= */
/* SLIDE TEMPERATURE VARIANTS */
/* "Calm Defiance" - tension & release */
/* ============================= */

/* COLD slides: Problem slide - stark, uncomfortable */
/* Uses data-state="cold" on the section */
.reveal.cold .reveal-viewport::before,
.cold .reveal-viewport::before {
  opacity: 0.1;
}

.reveal.cold .reveal-viewport::after,
.cold .reveal-viewport::after {
  opacity: 0.1;
}

/* When cold state is active, dim the orbs via body class */
body.cold .reveal-viewport::before {
  opacity: 0.08 !important;
  filter: blur(100px);
}

body.cold .reveal-viewport::after {
  opacity: 0.05 !important;
  filter: blur(80px);
}

/* WARM slides: Full cosmic warmth (Title, Solution, Traction, Ask) */
/* Default state - no changes needed */

/* VIBRANT slides: Maximum cosmic energy (The Ask) */
body.vibrant .reveal-viewport::before {
  opacity: 0.35 !important;
  width: 500px;
  height: 500px;
}

body.vibrant .reveal-viewport::after {
  opacity: 0.3 !important;
  width: 400px;
  height: 400px;
}

/* ============================= */
/* TYPOGRAPHY - Clean & Clear */
/* ============================= */

.reveal h1, .reveal h2, .reveal h3 {
  font-family: 'Space Grotesk', -apple-system, sans-serif;
  color: var(--moon-glow);
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.03em;
  margin: 0 0 0.4em 0;
  text-shadow: none;
  line-height: 1.1;
}

.reveal h1 { font-size: 2.6em; font-weight: 800; }
.reveal h2 { font-size: 1.9em; }
.reveal h3 { font-size: 1.35em; font-weight: 600; color: rgba(252, 250, 238, 0.9); }

.reveal p {
  font-size: 0.85em;
  line-height: 1.55;
  color: rgba(252, 250, 238, 0.75);
  margin: 0 0 0.6em 0;
}

.reveal strong { color: var(--moon-glow); font-weight: 700; }

/* Gradient Text - Static (no animation per YC best practices) */
.gradient-text {
  background: linear-gradient(135deg,
    var(--rebellion-purple) 0%,
    var(--rebellion-pink) 50%,
    var(--rebellion-blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section Label */
.section-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.45em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--rebellion-purple);
  margin-bottom: 8px;
  display: block;
}

/* ============================= */
/* TITLE SLIDE */
/* ============================= */

.title-content {
  text-align: center;
  max-width: 700px;
  margin: 80px auto 0;
}

.title-logo {
  width: 100px;
  height: auto;
  margin-bottom: 40px;
  filter: drop-shadow(0 0 30px rgba(139, 92, 246, 0.4));
}

.title-content h1 {
  font-size: 3.2em;
  margin-bottom: 24px;
}

.title-tagline {
  font-size: 1.3em;
  color: rgba(252, 250, 238, 0.75);
  line-height: 1.5;
}

.title-tagline strong {
  color: var(--moon-glow);
}

/* ============================= */
/* GLASS CARDS */
/* ============================= */

.glass-card {
  background: var(--glass-bg);
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px var(--glass-border);
}

/* Subtle top shine */
.glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 100%);
  pointer-events: none;
  border-radius: 20px 20px 0 0;
}

/* Aurora border - static glow */
.glass-card.aurora-sweep {
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(139, 92, 246, 0.3),
    0 0 40px rgba(139, 92, 246, 0.1);
}

/* ============================= */
/* STAT CALLOUTS */
/* ============================= */

.stat-number {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================= */
/* VISUAL COMPARISON - Problem slide */
/* "Calm Defiance" - cold, stark, uncomfortable */
/* ============================= */

/* Problem headline - hits hard, premium typography */
.problem-headline {
  font-size: 1.9em;
  margin-bottom: 40px;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.problem-headline .stat-callout {
  color: rgba(252, 250, 238, 0.75);
  display: block;
  margin-bottom: 8px;
}

.problem-headline .pain-point {
  color: rgba(252, 250, 238, 0.5);
  display: block;
}

.problem-headline sup {
  font-size: 0.35em;
  color: rgba(139, 92, 246, 0.6);
  position: relative;
  top: -0.6em;
  margin-left: 2px;
}

.versus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 50px 1fr;
  gap: 20px;
  align-items: center;
  margin: 40px 0;
}

/* Fragment transitions for comparison cards */
.versus-grid .fragment {
  opacity: 0;
  visibility: hidden;
}

.versus-grid .fragment.visible {
  opacity: 1;
  visibility: visible;
}

/* Versus divider - elegant minimal treatment */
.versus-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}

.versus-divider span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.35em;
  color: rgba(252, 250, 238, 0.6);
  text-transform: uppercase;
  padding: 0 4px;
}

.versus-divider::before,
.versus-divider::after {
  content: '';
  width: 1px;
  height: 80px;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(139, 92, 246, 0.4) 50%,
    transparent 100%);
}

/* ============================= */
/* COMPARISON CARDS - Premium Polish */
/* Glass effects, glows, and visual hierarchy */
/* ============================= */

.comparison-card {
  /* Glass with presence */
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  /* Top accent bar via border-top */
  border-top: 3px solid transparent;
}

/* Starbucks card - green accent bar + glow */
.comparison-card.starbucks {
  border-top-color: #4ADE80;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.25),
    0 0 30px rgba(74, 222, 128, 0.1);
}

/* Indie card - no accent, muted */
.comparison-card.indie {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.comparison-card.indie li {
  color: rgba(252, 250, 238, 0.6);
}

/* Hide logo icons - cleaner without them */
.comparison-card .logo-icon {
  display: none;
}

.comparison-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.7);
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.comparison-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-card li {
  font-size: 0.72em;
  color: var(--moon-glow);
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
}

/* Inline stats - numbers that pop */
.stat-inline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.4em;
  margin-right: 6px;
}

.comparison-card.starbucks .stat-inline {
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.comparison-card.indie .stat-inline {
  color: rgba(252, 250, 238, 0.3);
}

/* ============================= */
/* V3 STAT CARDS - Clean icon version */
/* ============================= */

.stat-card {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card.starbucks {
  background: rgba(74, 222, 128, 0.08);
  border-color: rgba(74, 222, 128, 0.2);
}

.stat-card.dunkin {
  background: rgba(74, 222, 128, 0.08);
  border-color: rgba(74, 222, 128, 0.2);
}

.stat-card.dunkin .card-icon {
  color: #4ADE80;
}

.stat-card.dunkin .store-count {
  color: rgba(74, 222, 128, 0.7);
}

.stat-card.indie {
  background: rgba(139, 92, 246, 0.05);
  border-color: rgba(139, 92, 246, 0.12);
}

.stat-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-card-header .header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stat-card-header .card-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.stat-card.starbucks .card-icon {
  color: #4ADE80;
}

.stat-card.indie .card-icon {
  color: rgba(139, 92, 246, 0.5);
}

.stat-card-header .card-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  color: var(--moon-glow);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.stat-card-header .store-count {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.6em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-card.starbucks .store-count {
  color: rgba(74, 222, 128, 0.7);
}

.stat-card.indie .store-count {
  color: rgba(139, 92, 246, 0.6);
}

.stat-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
}

.stat-icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  align-self: center;
  margin-top: 2px;
}

.stat-icon.filled {
  background: #4ADE80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.4);
}

.stat-icon.empty {
  background: transparent;
  border: 1.5px solid rgba(139, 92, 246, 0.35);
}

.stat-value {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  font-size: 1.3em;
  width: 80px;
  flex-shrink: 0;
  text-align: left;
}

.stat-value.pop {
  color: #4ADE80;
}

.stat-value.dim {
  color: rgba(139, 92, 246, 0.6);
  width: 55px;
}

.stat-label {
  font-size: 0.72em;
  color: var(--moon-glow);
}

.stat-card.indie .stat-label {
  color: rgba(252, 250, 238, 0.65);
}

/* Stat card citations */
.stat-card sup {
  font-size: 0.55em;
  color: rgba(139, 92, 246, 0.7);
  margin-left: 2px;
  position: relative;
  top: -0.4em;
}

.stat-card .store-count sup {
  font-size: 0.6em;
  top: -0.3em;
}

.stat-card .stat-label sup {
  font-size: 0.7em;
  top: -0.3em;
}

/* Solution slide - App Screenshots */
.app-screenshots {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 30px 0;
}

.screenshot-card {
  text-align: center;
}

.screenshot-card img {
  height: 420px;
  width: auto;
  border-radius: 24px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.screenshot-label {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  color: var(--moon-glow);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

.screenshot-desc {
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 4px;
}

/* ============================= */
/* NETWORK GRID - Combined Solution Slide */
/* ============================= */

.network-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 30px 0;
  justify-items: center;
}

.network-card {
  text-align: center;
}

.network-card img {
  height: 300px;
  width: auto;
  border-radius: 28px;
  box-shadow:
    0 16px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.15),
    0 0 60px rgba(139, 92, 246, 0.35),
    0 0 120px rgba(139, 92, 246, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.network-card:hover img {
  transform: translateY(-4px);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 80px rgba(139, 92, 246, 0.45),
    0 0 150px rgba(139, 92, 246, 0.25);
}

.network-card.merchant img {
  opacity: 0.85;
}

.network-label {
  display: block;
  margin-top: 14px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  color: var(--moon-glow);
}

.network-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.network-tagline svg {
  width: 20px;
  height: 20px;
  color: var(--rebellion-purple);
}

.network-tagline span {
  font-size: 0.75em;
  color: rgba(252, 250, 238, 0.6);
  letter-spacing: 0.02em;
}

/* Rule of Three layout */
.network-grid.trio {
  grid-template-columns: repeat(3, 1fr);
  max-width: 950px;
  margin: 40px auto;
}

.network-grid.trio .network-card img {
  height: 360px;
}

.network-subtitle {
  text-align: center;
  font-size: 0.8em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 24px;
  letter-spacing: 0.08em;
}

.vendor-setup {
  text-align: center;
  font-size: 0.7em;
  color: rgba(252, 250, 238, 0.4);
  margin-top: 12px;
  font-style: italic;
}

/* Solution slide subtitle */
.solution-subtitle {
  font-size: 1em !important;
  color: rgba(252, 250, 238, 0.55) !important;
  font-weight: 500 !important;
  margin-top: -8px;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

/* ============================= */
/* WHY NOW SLIDE */
/* ============================= */

.why-now-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.why-now-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.why-now-card.highlight {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(139, 92, 246, 0.08));
  border-color: rgba(236, 72, 153, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 30px rgba(236, 72, 153, 0.1);
}

.why-now-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.15);
  border-radius: 12px;
}

.why-now-icon svg {
  width: 24px;
  height: 24px;
  color: var(--moon-glow);
}

.why-now-card.highlight .why-now-icon {
  background: rgba(236, 72, 153, 0.2);
}

.why-now-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--moon-glow);
}

.why-now-card p {
  font-size: 0.85em;
  margin: 0;
  opacity: 0.9;
  line-height: 1.5;
}

/* Citations */
.why-now-card sup {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.5);
  margin-left: 1px;
}

/* Slide footnotes */
.slide-footnotes {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slide-footnotes span {
  font-size: 0.45em;
  color: rgba(252, 250, 238, 0.35);
  font-style: italic;
}

/* Slide sources footer */
.slide-sources {
  font-size: 0.45em;
  color: rgba(252, 250, 238, 0.35);
  text-align: center;
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

/* ============================= */
/* HOW IT WORKS SLIDE */
/* ============================= */

.how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0 24px;
}

.hiw-card {
  background: var(--glass-bg);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid var(--glass-border);
  position: relative;
  overflow: hidden;
}

/* Subtle top accent gradient */
.hiw-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rebellion-purple), var(--rebellion-pink));
  opacity: 0.6;
}

.hiw-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(139, 92, 246, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.hiw-icon svg {
  width: 28px;
  height: 28px;
  color: var(--rebellion-purple);
  stroke-width: 2;
}

.hiw-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  color: var(--moon-glow);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.hiw-desc {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.6);
  line-height: 1.5;
  margin-bottom: 16px;
}

.hiw-punchline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.65em;
  font-weight: 600;
  color: var(--moon-glow);
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-style: italic;
}

.hiw-footer {
  text-align: center;
  font-size: 0.65em;
  color: rgba(252, 250, 238, 0.4);
  margin-top: 8px;
}

/* ============================= */
/* V2 EVIDENCE CARDS - Hero Stat Design */
/* ============================= */

.versus-grid-v2 {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
  gap: 24px;
  align-items: start;
  margin: 20px 0;
}

.versus-divider-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 40px;
}

.versus-divider-v2 span {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: rgba(252, 250, 238, 0.2);
  text-transform: uppercase;
}

.evidence-card {
  text-align: center;
}

/* Hero stat - the main number */
.hero-stat {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4em;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.hero-stat.gradient {
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink), var(--rebellion-amber));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(139, 92, 246, 0.3));
}

.hero-stat.faded {
  color: rgba(252, 250, 238, 0.25);
}

.hero-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
  margin-bottom: 20px;
}

.evidence-card.indie .hero-label {
  color: rgba(252, 250, 238, 0.3);
}

/* Supporting details - minimal glass */
.evidence-details {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.evidence-card.starbucks .evidence-details {
  border-color: rgba(34, 197, 94, 0.15);
}

.evidence-line {
  font-size: 0.65em;
  color: rgba(252, 250, 238, 0.8);
  padding: 6px 0;
  position: relative;
  padding-left: 16px;
}

.evidence-card.starbucks .evidence-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4ADE80;
}

.evidence-card.indie .evidence-line {
  color: rgba(252, 250, 238, 0.4);
}

.evidence-card.indie .evidence-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(252, 250, 238, 0.2);
}

/* ============================= */
/* FEATURE GRID */
/* ============================= */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 35px 0;
}

.feature-item {
  background: var(--glass-bg);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid var(--glass-border);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
}

.feature-icon.purple { background: rgba(139, 92, 246, 0.15); }
.feature-icon.pink { background: rgba(236, 72, 153, 0.15); }
.feature-icon.blue { background: rgba(79, 195, 247, 0.15); }
.feature-icon.amber { background: rgba(245, 158, 11, 0.15); }

/* Lucide icons inside feature-icon */
.feature-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 2;
}

.feature-icon.blue svg { color: #4FC3F7; }
.feature-icon.purple svg { color: #A78BFA; }
.feature-icon.pink svg { color: #F472B6; }
.feature-icon.amber svg { color: #FBBF24; }

.feature-item h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75em;
  font-weight: 700;
  color: var(--moon-glow);
  margin-bottom: 8px;
}

.feature-item p {
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.6);
  margin: 0;
  line-height: 1.5;
}

/* ============================= */
/* METRICS GRID */
/* ============================= */

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.metric-card {
  background: var(--glass-bg);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid var(--glass-border);
}

.metric-card .value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2em;
  font-weight: 800;
  color: var(--moon-glow);
  line-height: 1;
}

.metric-card .label {
  font-size: 0.5em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Live badge */
.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: 20px;
  font-size: 0.5em;
  font-weight: 700;
  color: var(--rebellion-green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.live-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--rebellion-green);
  border-radius: 50%;
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ============================= */
/* APP PREVIEW - Static phones */
/* ============================= */

.app-preview {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}

.phone-frame {
  width: 180px;
  height: 360px;
  background: var(--cosmic-purple);
  border-radius: 32px;
  border: 3px solid rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Notch */
.phone-frame::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 22px;
  background: var(--midnight-black);
  border-radius: 11px;
  z-index: 10;
}

.phone-frame .screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, var(--deep-space), var(--cosmic-purple));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 30px;
}

.phone-frame .screen-label {
  font-size: 0.4em;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.phone-frame .screen-desc {
  font-size: 0.35em;
  color: rgba(252, 250, 238, 0.4);
  margin-top: 8px;
}

.app-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.app-icon.consumer {
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
}

.app-icon.merchant {
  background: linear-gradient(135deg, var(--rebellion-blue), var(--rebellion-purple));
}

/* ============================= */
/* COMPETITION POWER GRID */
/* ============================= */

.power-grid {
  max-width: 800px;
  margin: 24px auto 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.grid-header,
.grid-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
}

.grid-header {
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.grid-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.grid-row:last-child {
  border-bottom: none;
}

.grid-row.separator {
  border-top: 1px solid rgba(139, 92, 246, 0.3);
  margin-top: -1px;
}

.grid-cell {
  padding: 10px 8px;
  text-align: center;
  font-size: 0.7em;
}

.grid-cell.feature-label {
  text-align: left;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.7);
}

.grid-cell.competitor {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.7em;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.grid-cell.competitor.moonrise {
  color: var(--moon-glow);
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.15), transparent);
}

.grid-cell.moonrise {
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.08), transparent);
}

.grid-cell.check {
  color: rgba(74, 222, 128, 0.9);
  font-size: 1em;
}

.grid-cell.check.moonrise {
  color: #4ade80;
  font-weight: 700;
}

.grid-cell.x {
  color: rgba(252, 250, 238, 0.25);
  font-size: 1em;
}

.grid-cell.partial {
  color: rgba(251, 191, 36, 0.8);
  font-size: 0.9em;
}

.cell-note {
  display: block;
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.4);
  margin-top: 2px;
}

.grid-cell.na {
  color: rgba(252, 250, 238, 0.2);
  font-size: 0.85em;
}

.competition-insight {
  text-align: center;
  font-size: 0.85em;
  color: rgba(252, 250, 238, 0.6);
  margin-top: 24px;
  font-style: italic;
}

.competition-insight::before {
  content: '→ ';
  color: var(--rebellion-purple);
}

/* Highlight row for pricing comparison */
.grid-row.highlight-row {
  background: rgba(139, 92, 246, 0.08);
  border-top: 1px solid rgba(139, 92, 246, 0.3);
}

.grid-cell.cost-high {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: #ef4444;
  font-size: 0.85em;
}

.grid-cell.cost-low {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: #22c55e;
  font-size: 0.85em;
}

.grid-cell.dim {
  color: rgba(252, 250, 238, 0.3);
  font-size: 0.75em;
}

/* 5-column grid for Competition slide (with Toast) */
.power-grid.five-col .grid-header,
.power-grid.five-col .grid-row {
  grid-template-columns: 1.4fr repeat(5, 1fr);
}

/* Regional badge for Joe */
.regional-badge {
  display: inline-block;
  font-size: 0.55em;
  font-weight: 500;
  color: rgba(252, 250, 238, 0.4);
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 4px;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: 0;
}

/* Highlight row for key differentiator */
.grid-row.differentiator-row {
  background: rgba(139, 92, 246, 0.12);
  border-top: 1px solid rgba(139, 92, 246, 0.4);
  border-bottom: 1px solid rgba(139, 92, 246, 0.4);
}

.grid-row.differentiator-row .grid-cell.feature-label {
  color: var(--moon-glow);
  font-weight: 700;
}

/* Tablet Problem Callout Box */
.tablet-problem-callout {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 20px 28px;
  margin-bottom: 24px;
  max-width: 700px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.tablet-problem-callout h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.65em;
  font-weight: 700;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  white-space: nowrap;
}

.tablet-problem-callout .tablet-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tablet-problem-callout .tablet-list span {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.55);
  line-height: 1.4;
}

.tablet-problem-callout .callout-punchline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  color: var(--moon-glow);
  margin: 0;
  padding-left: 24px;
  border-left: 2px solid rgba(139, 92, 246, 0.5);
}

/* ============================= */
/* MARKET VISUAL */
/* ============================= */

.market-visual {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 30px 0;
}

.tam-sam-som {
  position: relative;
  width: 280px;
  height: 280px;
}

.market-circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Animation setup */
  transform: scale(0);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s ease;
}

/* Animated state - triggered by JS on slide enter */
.tam-sam-som.animate .market-circle.tam {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0s;
}

.tam-sam-som.animate .market-circle.sam {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

.tam-sam-som.animate .market-circle.som {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.7s;
}

.market-circle.tam {
  width: 280px;
  height: 280px;
  background: rgba(139, 92, 246, 0.08);
  border: 2px solid rgba(139, 92, 246, 0.3);
  top: 0;
  left: 0;
}

.market-circle.sam {
  width: 180px;
  height: 180px;
  background: rgba(236, 72, 153, 0.12);
  border: 2px solid rgba(236, 72, 153, 0.4);
  top: 50px;
  left: 50px;
}

.market-circle.som {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  top: 100px;
  left: 100px;
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.4);
}

.market-circle .label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.5em;
  font-weight: 700;
  color: var(--moon-glow);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.market-legend { flex: 1; }

.market-legend-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.market-legend-item:last-child { border-bottom: none; }

.legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.legend-dot.tam { background: rgba(139, 92, 246, 0.6); }
.legend-dot.sam { background: rgba(236, 72, 153, 0.6); }
.legend-dot.som { background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink)); }

.legend-text .title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  color: var(--moon-glow);
}

.legend-text .desc {
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.5);
}

.legend-text .title sup,
.market-legend sup,
section h2 sup {
  font-size: 0.6em;
  color: rgba(139, 92, 246, 0.7);
  margin-left: 1px;
  vertical-align: super;
}

/* ============================= */
/* REVENUE BREAKDOWN */
/* ============================= */

.revenue-breakdown {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}

.revenue-card {
  flex: 1;
  background: var(--glass-bg);
  border-radius: 20px;
  padding: 28px;
  border: 1px solid var(--glass-border);
}

.revenue-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.65em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.revenue-card .amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2em;
  font-weight: 800;
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.revenue-card .detail {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.6);
  margin-top: 8px;
}

.revenue-bar {
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  margin-top: 16px;
  overflow: hidden;
}

.revenue-bar .fill {
  height: 100%;
  background: linear-gradient(90deg, var(--rebellion-purple), var(--rebellion-pink));
  border-radius: 4px;
}

/* ============================= */
/* BUSINESS MODEL v2 - Clean Cards */
/* ============================= */

.biz-model-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 40px auto;
  max-width: 700px;
}

.biz-card {
  background: var(--glass-bg);
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
  border: 1px solid var(--glass-border);
  position: relative;
}

.biz-card.highlight {
  background: linear-gradient(135deg, rgba(139,92,246,0.12), rgba(236,72,153,0.08));
  border-color: rgba(139,92,246,0.25);
}

.biz-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(139, 92, 246, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.biz-card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--rebellion-purple);
  stroke-width: 2;
}

.biz-card.highlight .biz-card-icon {
  background: rgba(236, 72, 153, 0.15);
}

.biz-card.highlight .biz-card-icon svg {
  color: var(--rebellion-pink);
}

.biz-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.biz-amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.8em;
  font-weight: 800;
  color: var(--moon-glow);
  line-height: 1;
}

.biz-card.highlight .biz-amount {
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.biz-detail {
  font-size: 0.65em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 4px;
}

.biz-proof {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.4);
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-style: italic;
}

.biz-model-footer {
  text-align: center;
  margin-top: 32px;
}

/* Adoption comparison - card layout */
.adoption-comparison {
  margin-top: 32px;
  text-align: center;
}

.adoption-label {
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
}

.adoption-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.adoption-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 20px 28px;
  min-width: 140px;
}

.adoption-card.current {
  border-color: rgba(139, 92, 246, 0.2);
}

.adoption-card.target {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(139, 92, 246, 0.08));
  border-color: rgba(236, 72, 153, 0.25);
}

.adoption-who {
  display: block;
  font-size: 0.5em;
  color: rgba(252, 250, 238, 0.5);
  margin-bottom: 4px;
}

.adoption-percent {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  color: var(--moon-glow);
  line-height: 1;
}

.adoption-card.target .adoption-percent {
  background: linear-gradient(135deg, var(--rebellion-pink), var(--rebellion-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.adoption-rev {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.65em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.6);
  margin-top: 8px;
}

.adoption-arrow {
  color: rgba(252, 250, 238, 0.3);
}

.adoption-arrow svg {
  width: 24px;
  height: 24px;
}

.adoption-punchline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  color: var(--moon-glow);
  margin: 20px 0 0;
}

/* ============================= */
/* BUSINESS MODEL v3 - Split Layout */
/* ============================= */

.biz-split {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 32px;
  margin: 36px 0 40px;
}

.biz-payer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center;
}

.payer-label {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.55em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.payer-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 36px 44px;
  min-width: 180px;
}

.payer-card.total {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.1));
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.15);
}

.payer-amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.8em;
  font-weight: 800;
  color: var(--moon-glow);
  line-height: 1;
}

.payer-card.total .payer-amount {
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.payer-unit {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 4px;
}

.payer-desc {
  display: block;
  font-size: 0.7em;
  color: rgba(252, 250, 238, 0.7);
  margin-top: 16px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}

.payer-desc sup {
  font-size: 0.7em;
  color: rgba(139, 92, 246, 0.7);
  margin-left: 1px;
  vertical-align: super;
}

.biz-divider {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.25);
  align-self: flex-start !important;
  margin-top: 45px; /* align with card centers */
}

/* Upside section - subdued, supporting role */
.biz-upside {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  max-width: 550px;
  margin: 0 auto;
}

.upside-content {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.upside-now {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.4);
}

.upside-arrow {
  font-size: 0.9em;
  color: rgba(252, 250, 238, 0.25);
}

.upside-target {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--rebellion-pink);
}

.upside-label {
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.35);
  margin-left: 4px;
}

.upside-punchline {
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.45);
  margin: 0;
}

.upside-punchline strong {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.65);
}

/* ============================= */
/* GROWTH - Destination + Milestones */
/* ============================= */

.growth-destination {
  text-align: center;
  margin-top: 40px;
}

/* Hero equation: 10K × 31% = $30M */
.destination-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 48px;
}

.destination-stat {
  text-align: center;
}

.dest-number {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.2em;
  font-weight: 800;
  color: var(--moon-glow);
  line-height: 1;
}

.dest-label {
  display: block;
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.destination-times,
.destination-equals {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.25);
  margin-top: -20px;
}

.destination-stat.result .dest-number {
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Milestones path: 500 → 3K → 10K */
.growth-milestones {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.milestone {
  text-align: center;
  padding: 16px 24px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  min-width: 100px;
}

.milestone.current {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(236, 72, 153, 0.1));
  border-color: rgba(139, 92, 246, 0.35);
}

.milestone-vendors {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4em;
  font-weight: 800;
  color: var(--moon-glow);
}

.milestone.current .milestone-vendors {
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.milestone-arr {
  display: block;
  font-size: 0.65em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 4px;
}

.milestone-arrow {
  font-size: 1.2em;
  color: rgba(252, 250, 238, 0.25);
}

/* Supporting insight */
.growth-insight {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.45);
  margin-top: 24px;
}

/* ============================= */
/* GROWTH - Simple ARR Chart */
/* ============================= */

/* Equation headline: 10K × 31% = $30M */
.growth-equation {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  font-size: 1.6em;
  margin-bottom: 12px;
}

.eq-var {
  color: var(--moon-glow);
}

.eq-op {
  color: rgba(252, 250, 238, 0.3);
  font-weight: 500;
}

.eq-result {
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.growth-chart-container {
  width: 100%;
  max-width: 800px;
  height: 380px;
  margin: 16px auto 4px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Drivers explanation below chart */
.growth-drivers {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 8px;
}

.driver {
  text-align: center;
}

.driver-label {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.55em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.driver-path {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  color: var(--moon-glow);
}

.driver-note {
  display: block;
  font-size: 0.5em;
  color: rgba(252, 250, 238, 0.35);
  margin-top: 4px;
  font-style: italic;
}

.driver-years {
  display: block;
  font-size: 0.5em;
  color: rgba(252, 250, 238, 0.35);
  margin-top: 2px;
}

.growth-footnote {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 16px;
  font-style: italic;
  text-align: center;
}

/* Legacy CSS bars (kept for reference) */
.growth-bars {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  height: 200px;
  margin: 30px 0;
  padding: 20px 0;
}

.growth-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.growth-bar .bar {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, var(--rebellion-purple), rgba(139, 92, 246, 0.3));
  min-height: 30px;
}

.growth-bar .value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.65em;
  font-weight: 700;
  color: var(--moon-glow);
}

.growth-bar .label {
  font-size: 0.5em;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ============================= */
/* TEAM CARDS */
/* ============================= */

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px 0;
}

.team-card {
  background: var(--glass-bg);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid var(--glass-border);
}

.team-card .avatar {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  margin-bottom: 16px;
}

.team-card .avatar svg {
  width: 32px;
  height: 32px;
  color: var(--moon-glow);
  stroke-width: 2;
}

.team-card .role {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  color: var(--rebellion-purple);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.team-card .name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  color: var(--moon-glow);
  margin-bottom: 16px;
}

.team-card .bio {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.65);
  line-height: 1.6;
}

.team-card .bio strong {
  color: rgba(252, 250, 238, 0.9);
}

.team-card .quote {
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.45);
  font-style: italic;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Advisors Row */
.advisor-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.advisor-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.5em;
  font-weight: 600;
  color: rgba(252, 250, 238, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.advisor-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 12px 20px;
  text-align: center;
}

.advisor-card.featured {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(236, 72, 153, 0.05));
  border-color: rgba(139, 92, 246, 0.3);
  padding: 16px 28px;
}

.advisor-icon {
  width: 20px;
  height: 20px;
  color: var(--rebellion-purple);
  margin-bottom: 8px;
}

.advisor-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.7em;
  font-weight: 700;
  color: var(--moon-glow);
}

.advisor-bio {
  font-size: 0.5em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 4px;
}

/* ============================= */
/* THE ASK - CTA */
/* ============================= */

.ask-hero {
  text-align: center;
  padding: 40px 0;
}

.ask-hero h1 {
  font-size: 2.2em;
  margin-bottom: 40px;
}

.milestone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.milestone-item {
  background: var(--glass-bg);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid var(--glass-border);
}

.milestone-item .icon {
  font-size: 1.8em;
  margin-bottom: 12px;
}

.milestone-item .icon svg {
  width: 36px;
  height: 36px;
  color: var(--rebellion-pink);
  stroke-width: 2;
}

.milestone-item .value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  color: var(--moon-glow);
}

.milestone-item .label {
  font-size: 0.55em;
  color: rgba(252, 250, 238, 0.5);
  margin-top: 6px;
}

.milestone-proof {
  font-size: 0.45em;
  color: rgba(252, 250, 238, 0.4);
  margin-top: 4px;
  font-style: italic;
}

.funds-label {
  font-size: 0.7em;
  margin: 0 0 8px;
  color: rgba(252, 250, 238, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.funds-breakdown {
  font-size: 0.9em;
  margin: 0;
  color: var(--moon-glow);
}

.contact-footer {
  margin-top: 50px;
  text-align: center;
}

.contact-footer a {
  color: var(--rebellion-blue);
  text-decoration: none;
  font-size: 0.7em;
}

.direct-ask {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  color: var(--moon-glow);
  margin: 24px 0 16px;
}

.tagline {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.35);
  font-style: italic;
  margin-top: 24px;
}

/* ============================= */
/* UTILITIES */
/* ============================= */

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.accent-purple { color: var(--rebellion-purple); }
.accent-pink { color: var(--rebellion-pink); }
.accent-blue { color: var(--rebellion-blue); }
.accent-amber { color: var(--rebellion-amber); }
.accent-green { color: var(--rebellion-green); }

.simple-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.simple-list li {
  font-size: 0.75em;
  padding: 10px 0;
  color: rgba(252, 250, 238, 0.8);
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.simple-list li:last-child { border-bottom: none; }

.simple-list li::before {
  content: '→';
  color: var(--rebellion-purple);
  font-weight: 700;
}

/* ============================= */
/* REVEAL CONTROLS */
/* ============================= */

.reveal .controls { color: var(--rebellion-purple); }
.reveal .controls button:hover { color: var(--rebellion-pink); }

.reveal .progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
}

.reveal .progress span {
  background: linear-gradient(90deg, var(--rebellion-purple), var(--rebellion-pink));
}

.reveal .slide-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  color: rgba(252, 250, 238, 0.35);
  background: transparent;
}

/* ============================= */
/* VIZ DEMO SLIDE */
/* ============================= */

.viz-demo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.viz-demo-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}

.viz-demo-card h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.65em;
  font-weight: 700;
  color: var(--moon-glow);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.viz-note {
  font-size: 0.45em;
  color: rgba(252, 250, 238, 0.4);
  margin-top: 12px;
  font-style: italic;
}

/* 1. Animated Counter */
.counter-demo {
  padding: 20px 0;
}

.counter {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  background: linear-gradient(135deg, var(--rebellion-purple), var(--rebellion-pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.counter-label {
  font-size: 0.6em;
  color: rgba(252, 250, 238, 0.5);
  display: block;
  margin-top: 4px;
}

/* 2. Chart.js Container */
.chart-container {
  height: 140px;
  padding: 10px 0;
}

/* 3. Competitive Quadrant */
.quadrant-chart {
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
}

.quadrant-axis-y {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.quadrant-axis-y .axis-label {
  font-size: 0.35em;
  color: rgba(252, 250, 238, 0.4);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.quadrant-grid {
  flex: 1;
  margin-left: 25px;
  height: 100%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(to right, transparent 49.5%, rgba(255,255,255,0.08) 49.5%, rgba(255,255,255,0.08) 50.5%, transparent 50.5%),
    linear-gradient(to bottom, transparent 49.5%, rgba(255,255,255,0.08) 49.5%, rgba(255,255,255,0.08) 50.5%, transparent 50.5%);
}

.quadrant-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.quadrant-dot span {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.4em;
  color: rgba(252, 250, 238, 0.6);
  white-space: nowrap;
}

.quadrant-dot.joe {
  background: rgba(245, 158, 11, 0.8);
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.5);
}

.quadrant-dot.perdiem {
  background: rgba(239, 68, 68, 0.8);
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.5);
}

.quadrant-dot.moonrise {
  background: var(--rebellion-purple);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
  width: 14px;
  height: 14px;
}

.quadrant-axis-x {
  position: absolute;
  bottom: -18px;
  left: 25px;
  right: 0;
  display: flex;
  justify-content: space-between;
}

.quadrant-axis-x .axis-label {
  font-size: 0.35em;
  color: rgba(252, 250, 238, 0.4);
}

/* 4. Animated Circles */
.circles-demo {
  position: relative;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circles-demo div {
  position: absolute;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 0.5em;
  color: var(--moon-glow);
  transform: scale(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.circles-demo div small {
  font-size: 0.7em;
  opacity: 0.6;
}

.circle-tam {
  width: 120px;
  height: 120px;
  background: rgba(79, 195, 247, 0.15);
  border: 2px solid rgba(79, 195, 247, 0.4);
}

.circle-sam {
  width: 80px;
  height: 80px;
  background: rgba(139, 92, 246, 0.2);
  border: 2px solid rgba(139, 92, 246, 0.5);
}

.circle-som {
  width: 45px;
  height: 45px;
  background: rgba(236, 72, 153, 0.25);
  border: 2px solid rgba(236, 72, 153, 0.6);
  font-size: 0.4em;
}

.circles-demo.animate .circle-tam {
  transform: scale(1);
  transition-delay: 0s;
}

.circles-demo.animate .circle-sam {
  transform: scale(1);
  transition-delay: 0.3s;
}

.circles-demo.animate .circle-som {
  transform: scale(1);
  transition-delay: 0.6s;
}

/* ============================= */
/* PRINT / PDF EXPORT */
/* ============================= */

@media print {
  .cosmic-orb {
    display: none;
  }

  .reveal .slides {
    border-radius: 0;
    box-shadow: none;
  }
}
