/* 
 * Radiate Studio - Cinematic Theme
 * A deep, immersive dark mode with professional tool aesthetics
 */

:root {
  /* Clean Studio Base Palette */
  --studio-black: #0a0d12;
  --studio-dark: #0f141c;
  --studio-panel: #121825;
  --studio-surface: #151c28;
  --studio-border: rgba(255, 255, 255, 0.08);
  --studio-border-hover: rgba(255, 255, 255, 0.18);

  /* Accents */
  --studio-accent-primary: #3ad8ff;
  --studio-accent-purple: #3ad8ff;
  --studio-accent-glow: rgba(58, 216, 255, 0.25);

  /* Text */
  --text-main: #f5f7fa;
  --text-muted: #a7b0bf;
  --text-dim: #6b7280;

  /* Overrides for existing variables */
  --primary: var(--studio-accent-primary);
  --dark: var(--studio-black);
  --surface: var(--studio-surface);
  --white: var(--text-main);
  --gray-light: var(--text-muted);
}

/* 1. Global Reset & Atmosphere */
body {
  background-color: var(--studio-black) !important;
  color: var(--text-main) !important;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  background:
    radial-gradient(circle at 20% 12%, rgba(58, 216, 255, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 78% 20%, rgba(58, 216, 255, 0.06) 0%, transparent 48%),
    linear-gradient(180deg, #0b1017 0%, #0a0d12 100%) !important;
  opacity: 1 !important;
  animation: none !important;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23noise)' opacity='0.12'/%3E%3C/svg%3E");
  opacity: 0.22;
  mix-blend-mode: soft-light;
  z-index: -1;
  animation: none !important;
}

/* 2. Cinematic Typography */
h1, h2, h3, .hero-heading, .section-header h2 {
  font-family: 'Space Grotesk', 'Inter', sans-serif !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  text-shadow: none;
}

.hero-heading {
  font-weight: 700;
  font-size: clamp(40px, 6vw, 72px) !important;
  line-height: 1.05 !important;
  color: #ffffff !important;
}

.hero-lede {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(245, 247, 250, 0.82);
  font-weight: 400;
  max-width: 600px;
}

/* 3. Navigation - "Heads Up Display" Feel */
.header {
  background: rgba(10, 13, 18, 0.72) !important;
  backdrop-filter: blur(18px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  height: 72px;
  z-index: 10;
}

.nav-link {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted) !important;
  font-weight: 600 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 8px 10px !important;
}

.nav-link:hover {
  color: #ffffff !important;
  text-shadow: none;
}

.nav-link::before,
.nav-link::after {
  display: none !important;
}

.logo {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.logo::before,
.logo::after {
  content: none !important;
}

.header.scrolled .logo {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.header-logo {
  filter: none !important;
}

.header.scrolled .header-logo {
  filter: none !important;
}

/* 4. Hero Section - Immersive Video */
.hero-experience {
  /* Make the video feel expansive */
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.hero-experience__video-shell {
  opacity: 0.6 !important; /* Dim the video slightly to make text pop */
  mix-blend-mode: lighten;
  filter: contrast(1.1) saturate(1.1);
}

/* 5. Buttons - "Studio Control" Style */
.btn {
  border-radius: 10px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600 !important;
  padding: 12px 22px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #2bc9ff 0%, #6ae7ff 100%) !important;
  color: #06131b !important;
  border: 1px solid rgba(58, 216, 255, 0.45) !important;
  box-shadow: 0 16px 32px rgba(58, 216, 255, 0.22) !important;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 36px rgba(58, 216, 255, 0.3) !important;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(10, 13, 18, 0.4) !important;
  color: #ffffff !important;
}

.btn-outline:hover {
  border-color: rgba(58, 216, 255, 0.5) !important;
  background: rgba(10, 13, 18, 0.7) !important;
}

/* 6. Cards - "Bento" Grid Aesthetic */
.feature-card, .vision-card, .waitlist-card {
  background: #0A0A0A !important;
  border: 1px solid var(--studio-border) !important;
  border-radius: 16px !important;
  box-shadow: none !important; /* Flat look preferred */
  transition: border-color 0.3s ease, transform 0.3s ease !important;
}

.feature-card:hover, .vision-card:hover {
  border-color: var(--studio-border-hover) !important;
  background: #0F0F0F !important;
  transform: translateY(-2px);
}

.feature-card h3, .vision-card h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  color: #FFF !important;
}

.feature-card p, .vision-card p {
  font-size: 14px !important;
  color: var(--text-muted) !important;
  line-height: 1.6 !important;
}

/* 7. Interface Elements (Badges, Tags) */
.section-badge, .highlight-label, .screen__tag {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #FFF !important;
  font-family: 'Space Grotesk', monospace !important; /* Tech font */
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border-radius: 4px !important; /* Techy corners */
  padding: 4px 8px !important;
  box-shadow: none !important;
}

/* 8. Hero UI "Screen" Mockups */
.hero-experience__visual .screen--primary {
  background: #050505 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.8) !important;
  border-radius: 12px !important;
}

.hero-experience__visual .screen:not(.screen--primary) {
  background: #080808 !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  opacity: 0.4;
}

/* 9. Footer - Minimalist */
.footer {
  background: #000 !important;
  border-top: 1px solid var(--studio-border) !important;
  padding: 40px 0 !important;
}

.footer-link, .footer-legal-link {
  color: var(--text-dim) !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-link:hover, .footer-legal-link:hover {
  color: #FFF !important;
}

/* 10. Waitlist Form */
.waitlist-input {
  background: #0F0F0F !important;
  border: 1px solid var(--studio-border) !important;
  color: #FFF !important;
  border-radius: 8px !important;
  font-family: 'Inter', sans-serif !important;
}

.waitlist-input:focus {
  border-color: var(--studio-accent-primary) !important;
  outline: none !important;
}

.waitlist-card {
  background: radial-gradient(circle at center, #111 0%, #050505 100%) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
}

/* 11. Hero CTA emphasis and readability */
.hero-experience__copy::before {
  background: radial-gradient(120% 120% at 0% 35%, rgba(0, 0, 0, 0.55) 0%, rgba(5, 8, 15, 0.32) 45%, rgba(5, 8, 15, 0) 78%);
}

.hero-cta .btn {
  padding: 16px 34px !important;
  font-size: 15px !important;
  letter-spacing: 0.08em;
}

.hero-cta__note {
  margin: 6px 0 26px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237, 237, 237, 0.7);
}

.hero-highlights li {
  color: rgba(237, 237, 237, 0.88);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(8, 10, 20, 0.52);
}

/* 12. Video placeholders */
.hero-video-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 24px;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 90%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 90%);
}

.hero-video-placeholder .video-placeholder__label {
  letter-spacing: 0.28em;
}

/* 15. Typography and form contrast tweaks */
.section-subtitle {
  color: rgba(237, 237, 237, 0.82);
}

.vision-card p {
  color: rgba(237, 237, 237, 0.74) !important;
}

.waitlist-disclaimer {
  color: rgba(237, 237, 237, 0.78) !important;
}

.waitlist-input {
  padding: 16px 20px !important;
  font-size: 16px !important;
}

.waitlist-submit.btn {
  padding: 16px 34px !important;
  font-size: 15px !important;
}

@media (max-width: 768px) {
  .hero-cta .btn {
    padding: 14px 24px !important;
    font-size: 14px !important;
  }

  .hero-cta__note {
    margin-bottom: 20px;
    font-size: 11px;
  }

  .hero-video-placeholder {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* 16. Studio layout sections */
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(237, 237, 237, 0.78);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hero-chip:hover {
  border-color: rgba(58, 216, 255, 0.6);
  color: #fff;
  transform: translateY(-1px);
}

.video-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.16);
  background: linear-gradient(150deg, rgba(8, 12, 24, 0.9) 0%, rgba(6, 10, 18, 0.75) 100%);
  color: rgba(237, 237, 237, 0.62);
  letter-spacing: 0.22em;
}

.video-placeholder__label {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.proof-strip {
  padding: clamp(48px, 6vw, 80px) 0;
  position: relative;
}

.proof-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.5), transparent);
  opacity: 0.7;
  pointer-events: none;
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.proof-item {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 12, 22, 0.5);
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(237, 237, 237, 0.75);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.proof-item:hover {
  transform: translateY(-2px);
  border-color: rgba(58, 216, 255, 0.4);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.workflow-section {
  position: relative;
  padding: clamp(56px, 8vw, 120px) 0;
}

.workflow-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.45), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.workflow-header {
  text-align: center;
  margin-bottom: var(--space-xl);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.workflow-step {
  position: relative;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 20, 0.55);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  display: grid;
  gap: 14px;
  align-content: start;
  text-align: center;
  min-height: 240px;
}

.workflow-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgba(58, 216, 255, 0.25);
  opacity: 0.6;
}

.workflow-step:hover {
  transform: translateY(-4px);
  border-color: rgba(58, 216, 255, 0.4);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
}

.workflow-step__num {
  display: inline-flex;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(237, 237, 237, 0.6);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.workflow-step h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
}

.workflow-step p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.72);
}

.workflow-media {
  margin-top: 6px;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 20% 20%, rgba(58, 216, 255, 0.18), transparent 55%),
    linear-gradient(150deg, rgba(10, 14, 20, 0.85), rgba(8, 12, 18, 0.9));
  box-shadow: inset 0 0 0 1px rgba(58, 216, 255, 0.08);
}

.project-bridge-section {
  position: relative;
  padding: clamp(48px, 7vw, 100px) 0;
}

.project-bridge {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
  gap: clamp(24px, 5vw, 48px);
  align-items: center;
  padding: clamp(20px, 4vw, 32px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.75);
  box-shadow: 0 24px 60px rgba(5, 8, 12, 0.35);
}

.project-bridge__copy h2 {
  margin: 12px 0 10px;
  font-size: clamp(26px, 3vw, 34px);
}

.project-bridge__copy p {
  color: rgba(167, 176, 191, 0.86);
  margin: 0;
}

.project-bridge__bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.project-bridge__tile {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 20, 0.8);
  display: grid;
  gap: 6px;
}

.project-bridge__title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 247, 250, 0.85);
}

.project-bridge__text {
  font-size: 13px;
  color: rgba(167, 176, 191, 0.8);
}

.centerpiece-section {
  position: relative;
  padding: clamp(56px, 8vw, 120px) 0;
}

.centerpiece-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.45), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.centerpiece-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.centerpiece-media {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 8, 18, 0.9);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  padding: 12px;
}

.centerpiece-placeholder {
  aspect-ratio: 16 / 9;
}

.storybox-demo {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px;
  border-radius: 20px;
  padding: 18px;
  background: linear-gradient(160deg, rgba(10, 14, 22, 0.95), rgba(6, 10, 16, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(58, 216, 255, 0.08);
}

.storybox-demo__rail {
  display: grid;
  gap: 14px;
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(6, 14, 24, 0.95), rgba(6, 10, 18, 0.92));
  border: 1px solid rgba(58, 216, 255, 0.18);
}

.storybox-rail__header {
  display: grid;
  gap: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(167, 176, 191, 0.7);
}

.storybox-rail__title {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.12em;
}

.storybox-rail__subtitle {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.65);
}

.storybox-rail__nav {
  display: grid;
  gap: 6px;
}

.storybox-rail__item {
  padding: 6px 8px;
  border-radius: 10px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.75);
  border: 1px solid transparent;
}

.storybox-rail__item.is-active {
  color: #ffffff;
  border-color: rgba(58, 216, 255, 0.4);
  background: rgba(58, 216, 255, 0.12);
}

.storybox-rail__footer {
  margin-top: auto;
  font-size: 10px;
  color: rgba(167, 176, 191, 0.7);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.storybox-demo__main {
  display: grid;
  gap: 16px;
}

.storybox-demo__topbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.storybox-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(58, 216, 255, 0.4);
  color: rgba(245, 247, 250, 0.9);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(10, 16, 26, 0.7);
}

.storybox-demo__title {
  display: grid;
  gap: 4px;
  font-size: 12px;
  color: rgba(167, 176, 191, 0.9);
}

.storybox-demo__project {
  font-weight: 600;
  color: #ffffff;
}

.storybox-demo__controls {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.storybox-pill {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.85);
}

.storybox-pill--active {
  border-color: rgba(58, 216, 255, 0.45);
  color: #ffffff;
  box-shadow: 0 0 18px rgba(58, 216, 255, 0.2);
}

.storybox-demo__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.storybox-demo__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 14px;
}

.storybox-timeline {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 18, 0.8);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.storybox-timeline__title {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.7);
}

.storybox-timeline__header {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.6);
}

.storybox-timeline__lane {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
}

.storybox-timeline__label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.7);
}

.storybox-timeline__track {
  position: relative;
  height: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.storybox-timeline__clip {
  position: absolute;
  top: 3px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(58, 216, 255, 0.6), rgba(58, 216, 255, 0.9));
}

.storybox-timeline__clip--alt {
  background: linear-gradient(90deg, rgba(255, 200, 87, 0.6), rgba(255, 142, 86, 0.9));
}

.storybox-timeline__clip--soft {
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.55), rgba(129, 140, 248, 0.85));
}

.storybox-timeline__playhead {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42%;
  width: 2px;
  background: rgba(58, 216, 255, 0.8);
  box-shadow: 0 0 12px rgba(58, 216, 255, 0.5);
}

.storybox-sidecards {
  display: grid;
  gap: 12px;
}

.storybox-sidecard {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 12, 18, 0.82);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.storybox-sidecard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.7);
}

.storybox-sidecard__badge {
  padding: 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(58, 216, 255, 0.4);
  color: rgba(245, 247, 250, 0.9);
  font-size: 9px;
}

.storybox-task-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: rgba(167, 176, 191, 0.85);
}

.storybox-task-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.storybox-task-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(167, 176, 191, 0.6);
}

.storybox-task-dot.is-live {
  background: rgba(58, 216, 255, 0.9);
  box-shadow: 0 0 8px rgba(58, 216, 255, 0.6);
}

.storybox-canvas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.storybox-canvas__node {
  padding: 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 16, 24, 0.9);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.8);
}

.storybox-scene-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 12, 18, 0.78);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  overflow: hidden;
}

.storybox-scene-card--compact {
  grid-column: 1 / -1;
}

.storybox-scene-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 16, 24, 0.9);
}

.storybox-scene-card__icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(58, 216, 255, 0.12);
  font-size: 14px;
}

.storybox-scene-card__title {
  display: grid;
  gap: 2px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.8);
}

.storybox-scene-card__title span:first-child {
  color: #ffffff;
  font-weight: 600;
}

.storybox-scene-card__status {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(58, 216, 255, 0.35);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 247, 250, 0.9);
  background: rgba(10, 14, 22, 0.7);
}

.storybox-scene-card__desc {
  padding: 8px 12px 0;
  font-size: 12px;
  color: rgba(167, 176, 191, 0.82);
}

.storybox-scene-card__frames {
  padding: 10px 12px 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.storybox-frame {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background:
    radial-gradient(circle at 20% 20%, hsla(var(--frame-hue, 210), 85%, 65%, 0.35), transparent 55%),
    linear-gradient(150deg, rgba(12, 16, 26, 0.95), rgba(8, 12, 18, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 247, 250, 0.75);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.storybox-frame--add {
  border-style: dashed;
  color: rgba(58, 216, 255, 0.8);
  background: rgba(8, 14, 22, 0.6);
}

.storybox-frame--more {
  border-color: rgba(58, 216, 255, 0.35);
  color: rgba(58, 216, 255, 0.8);
  background: rgba(8, 16, 26, 0.7);
}

.storybox-frame--empty {
  border-style: dashed;
  color: rgba(167, 176, 191, 0.45);
  background: rgba(10, 14, 20, 0.6);
}

.storybox-scene-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 20, 0.8);
}

.storybox-avatar-group {
  display: flex;
  align-items: center;
}

.storybox-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(58, 216, 255, 0.18);
  border: 1px solid rgba(58, 216, 255, 0.35);
  color: rgba(245, 247, 250, 0.9);
  font-size: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: -6px;
}

.storybox-avatar:first-child {
  margin-left: 0;
}

.storybox-progress {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.storybox-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(58, 216, 255, 0.6), rgba(58, 216, 255, 0.95));
}

.centerpiece-callouts {
  display: grid;
  gap: 16px;
}

.centerpiece-callouts__header {
  display: grid;
  gap: 10px;
  margin-bottom: 6px;
}

.centerpiece-callouts__header h3 {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}

.centerpiece-callouts__header p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(167, 176, 191, 0.86);
}

.centerpiece-callout {
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 2px solid rgba(58, 216, 255, 0.6);
  background: rgba(8, 10, 20, 0.55);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.centerpiece-callout:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 216, 255, 0.5);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.4);
}

.centerpiece-callout h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #fff;
}

.centerpiece-callout p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.72);
}

.gallery-section {
  position: relative;
  padding: clamp(56px, 8vw, 120px) 0;
}

.gallery-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.45), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.gallery-grid {
  margin-top: clamp(20px, 4vw, 36px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-card {
  position: relative;
  padding: 0;
  appearance: none;
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  background: rgba(8, 12, 18, 0.8);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 9;
}

.gallery-card:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 216, 255, 0.5);
  box-shadow: 0 20px 36px rgba(5, 8, 12, 0.4);
}

.gallery-card:focus-visible {
  outline: 2px solid rgba(58, 216, 255, 0.6);
  outline-offset: 3px;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 8, 12, 0.78);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 998;
}

.gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 94vw);
  border-radius: 22px;
  padding: 20px;
  background: rgba(8, 12, 20, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(4, 6, 10, 0.6);
  display: grid;
  gap: 12px;
}

.gallery-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 13, 18, 0.8);
  color: rgba(245, 247, 250, 0.8);
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.gallery-lightbox__close:hover {
  border-color: rgba(58, 216, 255, 0.45);
  color: #ffffff;
}

.gallery-lightbox__image {
  width: 100%;
  max-height: 70vh;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  object-fit: contain;
}

.gallery-lightbox__caption {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: rgba(167, 176, 191, 0.9);
}

.script-preview-section {
  position: relative;
  padding: clamp(56px, 8vw, 120px) 0;
}

.script-preview-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.45), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.script-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.script-preview-copy p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.8);
}

.script-preview-copy {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.script-preview-points {
  margin-top: auto;
  padding-top: 18px;
  display: grid;
  gap: 12px;
}

.script-preview-point {
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 20, 0.55);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.32);
}

.script-preview-point-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(237, 237, 237, 0.6);
}

.script-preview-point-text {
  display: block;
  margin-top: 6px;
  color: rgba(237, 237, 237, 0.82);
  font-size: 14px;
}

@media (min-width: 1100px) {
  .script-preview-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .script-preview-point {
    height: 100%;
  }
}

.script-preview-card {
  position: relative;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 8, 18, 0.9);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  display: grid;
  gap: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.script-preview-card:focus-within {
  border-color: rgba(58, 216, 255, 0.55);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.65);
}

.script-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.script-preview-title {
  display: grid;
  gap: 8px;
}

.script-preview-label {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(9, 12, 24, 0.75);
  color: rgba(237, 237, 237, 0.82);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  width: fit-content;
}

.script-preview-project {
  display: grid;
  gap: 4px;
}

.script-preview-project-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.script-preview-updated {
  font-size: 12px;
  color: rgba(237, 237, 237, 0.55);
}

.script-preview-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.script-preview-pill {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 14, 24, 0.6);
  color: rgba(237, 237, 237, 0.72);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.script-preview-pill--accent {
  border-color: rgba(58, 216, 255, 0.55);
  color: rgba(237, 237, 237, 0.9);
  box-shadow: 0 0 18px rgba(58, 216, 255, 0.18);
}

.script-preview-body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
  align-items: start;
}

.script-preview-panel {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 20, 0.55);
  padding: 16px;
  min-height: 240px;
  transition: transform 0.3s ease, opacity 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.script-preview-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  color: rgba(237, 237, 237, 0.6);
  margin-bottom: 14px;
}

.script-preview-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(237, 237, 237, 0.75);
}

.script-preview-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(58, 216, 255, 0.9);
  box-shadow: 0 0 12px rgba(58, 216, 255, 0.6);
  animation: scriptDotPulse 1.6s ease-in-out infinite;
}

.script-preview-lines {
  display: grid;
  gap: 10px;
}

.script-preview-line {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(237, 237, 237, 0.65);
  opacity: 0.3;
  transform: translateY(6px);
  animation: scriptLinePulse 3.2s ease-in-out infinite;
  animation-delay: var(--line-delay);
}

.script-preview-line-number {
  color: rgba(58, 216, 255, 0.7);
}

.script-preview-line-text {
  color: rgba(237, 237, 237, 0.78);
}

.script-preview-frames {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.script-preview-frame-card {
  position: relative;
  min-height: 96px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(150deg, rgba(8, 12, 24, 0.9), rgba(6, 10, 20, 0.6));
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.script-preview-frame-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(58, 216, 255, 0.2), transparent 55%);
  opacity: 0.4;
}

.script-preview-frame-card--highlight {
  border-color: rgba(58, 216, 255, 0.55);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

.script-preview-frame-label {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(237, 237, 237, 0.7);
}

.script-preview-frame-caption {
  position: relative;
  font-size: 12px;
  color: rgba(237, 237, 237, 0.82);
}

.script-preview-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  color: rgba(237, 237, 237, 0.6);
}

.script-preview-state--storyboard {
  display: none;
}

.script-preview-hint--storyboard {
  display: none;
}

.script-preview-card[data-preview-state="storyboard"] .script-preview-state--script {
  display: none;
}

.script-preview-card[data-preview-state="storyboard"] .script-preview-state--storyboard {
  display: inline-flex;
}

.script-preview-card[data-preview-state="storyboard"] .script-preview-hint--script {
  display: none;
}

.script-preview-card[data-preview-state="storyboard"] .script-preview-hint--storyboard {
  display: inline-flex;
}

.script-preview-card[data-preview-state="script"] .script-preview-panel--storyboard {
  opacity: 0.35;
  transform: translateY(10px);
  filter: saturate(0.65);
}

.script-preview-card[data-preview-state="storyboard"] .script-preview-panel--script {
  opacity: 0.35;
  transform: translateY(-8px);
  filter: blur(0.4px) saturate(0.7);
}

.script-preview-card[data-preview-state="storyboard"] .script-preview-panel--storyboard {
  border-color: rgba(58, 216, 255, 0.4);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.45);
}

@keyframes scriptLinePulse {
  0% {
    opacity: 0.2;
    transform: translateY(6px);
  }
  30% {
    opacity: 0.95;
    transform: translateY(0);
  }
  100% {
    opacity: 0.35;
    transform: translateY(2px);
  }
}

@keyframes scriptDotPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

.collaboration-section {
  position: relative;
  padding: clamp(56px, 8vw, 120px) 0;
}

.collaboration-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.45), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.collaboration-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.collaboration-copy h2 {
  margin-bottom: 16px;
}

.collaboration-copy p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.8);
  margin-bottom: 24px;
}

.collaboration-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  color: rgba(237, 237, 237, 0.72);
  font-size: 15px;
}

.collaboration-list li {
  position: relative;
  padding-left: 22px;
}

.collaboration-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(58, 216, 255, 0.6);
  box-shadow: 0 0 8px rgba(58, 216, 255, 0.35);
}

.collaboration-frame {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 8, 18, 0.9);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  padding: 12px;
}

.collaboration-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.collaboration-placeholder {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.16);
  aspect-ratio: 16 / 9;
  height: auto;
}

/* Collaboration Section - Compact Layout */
.collaboration-features {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin-top: 32px;
}

.collaboration-feed {
  padding: 24px 28px;
  border-radius: 20px;
  background: rgba(10, 13, 18, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.collaboration-feed__presence {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.collaboration-feed__activity {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  font-size: 15px;
  color: rgba(237, 237, 237, 0.75);
}

.collaboration-feed__activity li {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.6;
  transition: opacity 0.4s ease, background 0.4s ease;
}

.collaboration-feed__activity li.is-active {
  opacity: 1;
  background: rgba(58, 216, 255, 0.1);
  border-color: rgba(58, 216, 255, 0.25);
  color: rgba(245, 247, 250, 0.95);
}

.collaboration-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.collaboration-bullets li {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: rgba(237, 237, 237, 0.88);
  line-height: 1.55;
}

.collaboration-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(58, 216, 255, 0.65);
  background: rgba(58, 216, 255, 0.18);
}

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

.export-section {
  position: relative;
  padding: clamp(72px, 10vw, 140px) 0;
}

.export-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.45), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.export-header {
  text-align: left;
  margin-bottom: var(--space-xl);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.export-header .section-subtitle {
  margin-left: 0;
  margin-right: 0;
}

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

.export-card {
  padding: 22px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 20, 0.55);
  color: rgba(237, 237, 237, 0.86);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.export-card:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 216, 255, 0.4);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.4);
}

.export-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(12, 16, 28, 0.7);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 14px;
}

.export-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #fff;
}

.export-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.72);
}

.use-cases-section {
  position: relative;
  padding: clamp(72px, 10vw, 140px) 0;
}

.use-cases-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.4), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.use-cases-section .section-header {
  text-align: left;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.use-cases-section .section-subtitle {
  margin-left: 0;
  margin-right: 0;
}

.use-case-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 10, 20, 0.55);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.use-case-card:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 216, 255, 0.4);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.4);
}

.use-case-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #fff;
}

.use-case-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.72);
}

.faq-section {
  position: relative;
  padding: clamp(56px, 8vw, 120px) 0;
}

.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.35), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.faq-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.faq-section .section-header {
  text-align: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.faq-item {
  padding: 22px 26px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 10, 20, 0.55);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  max-width: 680px;
}

.faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 216, 255, 0.35);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.4);
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.faq-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(237, 237, 237, 0.72);
  text-align: left;
  max-width: 75ch;
}

.faq-item a {
  color: rgba(58, 216, 255, 0.9);
  text-decoration: underline;
}

.faq-item a:hover {
  color: #ffffff;
}

@media (max-width: 1100px) {
  .proof-strip__grid,
  .workflow-steps,
  .export-grid,
  .use-cases-grid,
  .script-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .centerpiece-grid {
    grid-template-columns: 1fr;
  }

  .script-preview-body {
    grid-template-columns: 1fr;
  }

  .storybox-demo__grid {
    grid-template-columns: 1fr;
  }

  .storybox-demo__controls {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .proof-strip__grid,
  .workflow-steps,
  .export-grid,
  .use-cases-grid,
  .script-preview-grid {
    grid-template-columns: 1fr;
  }

  .collaboration-grid {
    grid-template-columns: 1fr;
  }

  .collaboration-copy p {
    font-size: 16px;
  }

  .script-preview-card {
    padding: 14px;
  }

  .script-preview-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .script-preview-actions {
    justify-content: flex-start;
  }

  .script-preview-footer {
    align-items: flex-start;
  }

  .faq-item {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}

/* 20. Blog + Community layout refresh */
.pill,
.pill-muted,
.pill-ghost {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 247, 255, 0.92);
  background: rgba(12, 16, 30, 0.7);
}

.pill-muted {
  color: rgba(230, 236, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(12, 16, 30, 0.55);
}

.pill-ghost {
  border-color: rgba(90, 226, 255, 0.6);
  color: rgba(240, 247, 255, 0.9);
  background: rgba(8, 20, 34, 0.55);
}

.blog-hero,
.community-hero,
.community-detail-hero {
  background: linear-gradient(180deg, rgba(5, 6, 12, 0.92) 0%, rgba(6, 8, 14, 0.98) 100%) !important;
}

.blog-hero::after,
.community-hero::after,
.community-detail-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.45), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.blog-hero-image,
.community-hero-image {
  opacity: 0.18 !important;
  filter: blur(10px) saturate(115%) !important;
}

.blog-page-title,
.community-page-title {
  letter-spacing: -0.02em;
}

.blog-hero-title,
.community-hero-title {
  color: rgba(237, 237, 237, 0.95);
}

.blog-hero-subtitle,
.community-hero-subtitle {
  color: rgba(237, 237, 237, 0.68);
}

.blog-list,
.blog-article,
.community-list,
.community-detail-content {
  background: transparent !important;
  padding: clamp(64px, 9vw, 120px) 0 !important;
  position: relative;
}

.blog-list::before,
.blog-article::before,
.community-list::before,
.community-detail-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.35), transparent);
  opacity: 0.55;
  pointer-events: none;
}

.blog-grid,
.community-grid {
  gap: 24px;
}

.blog-card,
.community-card {
  background: rgba(8, 10, 20, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover,
.community-card:hover {
  transform: translateY(-4px);
  border-color: rgba(58, 216, 255, 0.45) !important;
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.45);
}

.blog-card-image,
.blog-card-video,
.community-card-image {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-card-placeholder,
.community-card-placeholder {
  background: rgba(8, 12, 22, 0.7) !important;
  border: 1px solid rgba(58, 216, 255, 0.3);
  color: #fff;
  text-shadow: 0 0 12px rgba(58, 216, 255, 0.35);
}

.community-author-avatar-placeholder {
  background: rgba(8, 12, 22, 0.7) !important;
  border: 1px solid rgba(58, 216, 255, 0.3);
  color: #fff;
}

.blog-meta,
.community-card-author,
.community-card-summary,
.community-stat,
.community-author-name,
.community-publish-date {
  color: rgba(237, 237, 237, 0.85) !important;
}

.community-card-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.blog-card-title,
.community-card-title {
  color: #fff !important;
}

.blog-card-excerpt {
  color: rgba(237, 237, 237, 0.7) !important;
}

.blog-card-link,
.blog-back-link,
.community-back-link {
  color: rgba(58, 216, 255, 0.85) !important;
}

.blog-card-link:hover,
.blog-back-link:hover,
.community-back-link:hover {
  color: #fff !important;
}

.blog-loading,
.blog-error,
.blog-empty,
.community-loading,
.community-error,
.community-empty {
  background: rgba(8, 10, 20, 0.55) !important;
  border: 1px dashed rgba(255, 255, 255, 0.14) !important;
  color: rgba(237, 237, 237, 0.75) !important;
}

.blog-article .blog-body,
.blog-article .rich-text,
.blog-article .blog-body p {
  color: rgba(237, 237, 237, 0.86) !important;
}

.blog-video {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.community-detail-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
}

.community-section-title,
.community-info-title {
  color: #fff !important;
}

.community-description {
  color: rgba(237, 237, 237, 0.78) !important;
}

.community-info-card,
.community-scene-card {
  background: rgba(8, 10, 20, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
}

.community-info-card {
  border-radius: 18px !important;
}

.community-scene-card {
  border-radius: 16px !important;
}

.community-info-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.community-info-label {
  color: rgba(237, 237, 237, 0.6) !important;
}

.community-info-value,
.community-scene-name {
  color: rgba(237, 237, 237, 0.86) !important;
}

.community-scene-placeholder {
  background: rgba(8, 12, 22, 0.7) !important;
  color: rgba(58, 216, 255, 0.4) !important;
}

@media (max-width: 960px) {
  .community-detail-grid {
    grid-template-columns: 1fr;
  }
}

/* Story-first homepage refresh */
.hero-split {
  position: relative;
  padding: clamp(110px, 14vw, 170px) 0 clamp(70px, 12vw, 140px);
  z-index: 1;
}

.hero-split__grid {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  justify-items: center;
  text-align: center;
  min-height: clamp(520px, 70vh, 760px);
}

.hero-split__copy h1 {
  margin: 14px 0 16px;
  font-size: clamp(38px, 5.6vw, 68px);
  line-height: 1.05;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.9);
}

.hero-subhead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(167, 176, 191, 0.92);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.hero-micro {
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(107, 114, 128, 0.9);
}

.hero-split__reel {
  position: relative;
  width: min(100%, 1040px);
}

.hero-split__top,
.hero-split__bottom {
  width: 100%;
  display: grid;
  justify-items: center;
}

.hero-split__top {
  max-width: 720px;
}

.hero-split__bottom {
  gap: 16px;
}

.nav {
  gap: 16px;
}

.nav-cta {
  padding: 10px 18px !important;
  font-size: 11px !important;
  letter-spacing: 0.18em;
}

.nav-theme-toggle {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px;
  padding: 8px 14px !important;
}

.reel-panel {
  position: relative;
  border-radius: 24px;
  padding: 16px;
  background: rgba(12, 16, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 70px rgba(5, 8, 12, 0.55);
  overflow: hidden;
}

.reel-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(58, 216, 255, 0.08), transparent 55%);
  opacity: 0.6;
  pointer-events: none;
}

.reel-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.34fr);
  gap: 16px;
  align-items: center;
  z-index: 1;
}

.reel-stage__main {
  position: relative;
}

.reel-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(10, 14, 20, 0.92), rgba(6, 10, 18, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(58, 216, 255, 0.08);
}

.reel-slot {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
  will-change: opacity;
}

.reel-slot.reel-tile--active {
  opacity: 1;
}

.reel-stage__preview {
  display: grid;
  gap: 12px;
  align-content: center;
  transform: translateX(6px);
}

.reel-preview {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(150deg, rgba(10, 14, 20, 0.9), rgba(6, 10, 18, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 32px rgba(6, 10, 16, 0.35);
  opacity: 0.9;
}

.reel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(1.05);
}

.trust-strip {
  padding: 24px 0 64px;
}

.trust-strip__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(167, 176, 191, 0.9);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.trust-strip__list li {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 13, 18, 0.6);
}

.section-subtitle {
  color: rgba(167, 176, 191, 0.86);
}

.workflow-section::before,
.collaboration-section::before,
.centerpiece-section::before,
.beta-quotes-section::before,
.faq-section::before {
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.22), transparent);
}

.workflow-step,
.centerpiece-callout,
.collaboration-frame,
.centerpiece-media,
.faq-item {
  background: rgba(10, 14, 20, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 34px rgba(5, 8, 12, 0.35);
}

.workflow-step::before {
  background: rgba(58, 216, 255, 0.2);
}

.workflow-step p,
.centerpiece-callout p,
.faq-item p,
.collaboration-copy p {
  color: rgba(167, 176, 191, 0.86);
}

.video-placeholder {
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(9, 12, 18, 0.65);
  color: rgba(167, 176, 191, 0.6);
  letter-spacing: 0.22em;
}

.video-placeholder__label {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.beta-quotes-section {
  position: relative;
  padding: clamp(56px, 8vw, 120px) 0;
}

.beta-quotes-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(58, 216, 255, 0.28), transparent);
  opacity: 0.6;
  pointer-events: none;
}

.beta-quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.beta-quote-card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 20, 0.72);
  box-shadow: 0 18px 34px rgba(5, 8, 12, 0.35);
  color: rgba(245, 247, 250, 0.85);
  font-size: 15px;
  line-height: 1.6;
}

.beta-quote-author {
  display: inline-flex;
  margin-top: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.9);
}

.final-cta-section {
  position: relative;
  padding: clamp(60px, 9vw, 130px) 0;
  text-align: center;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(58, 216, 255, 0.12), transparent 55%);
  opacity: 0.5;
  pointer-events: none;
}

.final-cta-content {
  position: relative;
  z-index: 1;
}

.final-cta-content p {
  color: rgba(167, 176, 191, 0.9);
  margin-bottom: 24px;
}

body.waitlist-open {
  overflow: hidden;
}

body.gallery-open {
  overflow: hidden;
}

.waitlist-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 8, 12, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 999;
}

.waitlist-modal__overlay {
  position: absolute;
  inset: 0;
}

.waitlist-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.waitlist-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 94vw);
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 24px;
  background: rgba(10, 13, 18, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 70px rgba(4, 6, 10, 0.6);
}

.waitlist-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 13, 18, 0.8);
  color: rgba(245, 247, 250, 0.8);
  font-size: 20px;
  cursor: pointer;
}

.waitlist-modal__close:hover {
  border-color: rgba(58, 216, 255, 0.45);
  color: #ffffff;
}

.waitlist-modal__header h2 {
  margin: 8px 0 10px;
}

.waitlist-modal__kicker {
  display: inline-flex;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.85);
}

.waitlist-modal__header p {
  color: rgba(167, 176, 191, 0.9);
}

.waitlist-form__grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.waitlist-field {
  display: grid;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.8);
}

.waitlist-field span {
  font-size: 11px;
}

.waitlist-field--full {
  grid-column: 1 / -1;
}

.waitlist-input {
  background: rgba(8, 11, 16, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  letter-spacing: 0.02em;
}

.waitlist-input:focus {
  border-color: rgba(58, 216, 255, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(58, 216, 255, 0.18) !important;
}

.waitlist-optional {
  margin-top: 16px;
}

.waitlist-optional__toggle {
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(58, 216, 255, 0.85);
  padding: 8px 0;
  list-style: none;
}

.waitlist-optional__toggle::-webkit-details-marker {
  display: none;
}

.waitlist-optional__toggle::before {
  content: '+ ';
}

.waitlist-optional[open] .waitlist-optional__toggle::before {
  content: '− ';
}

.waitlist-optional__toggle:hover {
  color: #ffffff;
}

.waitlist-form__grid--optional {
  margin-top: 12px;
}

.waitlist-modal__actions {
  margin-top: 20px;
  display: grid;
  gap: 10px;
  justify-items: start;
}

.waitlist-message {
  margin-top: 12px;
  font-size: 13px;
}

.waitlist-message--success {
  color: #34d399;
}

.waitlist-message--error {
  color: #f87171;
}

.waitlist-modal__success {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

@media (max-width: 1100px) {
  .hero-split__grid {
    gap: clamp(24px, 6vw, 44px);
  }

  .project-bridge {
    grid-template-columns: 1fr;
  }

  .reel-stage {
    grid-template-columns: 1fr;
  }

  .reel-stage__preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: column;
    transform: none;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .beta-quotes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hero-split__grid {
    min-height: auto;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .project-bridge__bento {
    grid-template-columns: 1fr;
  }

  .hero-subhead {
    font-size: 16px;
  }

  .reel-stage__preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    padding-bottom: 40px;
  }

  .beta-quotes-grid {
    grid-template-columns: 1fr;
  }

  .waitlist-modal__dialog {
    width: 94vw;
    max-height: 88vh;
    padding: 20px;
  }

  .waitlist-form__grid {
    grid-template-columns: 1fr;
  }

  .waitlist-modal__header {
    position: sticky;
    top: -20px;
    background: rgba(10, 13, 18, 0.98);
    padding: 20px 0 12px;
    margin: -20px -20px 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reel-slot {
    transition: none;
  }
}

/* Launch density refresh */
.header {
  height: 78px;
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  background: rgba(6, 10, 18, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(4, 6, 10, 0.45);
}

.header-content {
  height: 78px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  transform: none;
}

.logo::before,
.logo::after {
  display: none;
}

.logo:hover {
  transform: none;
  box-shadow: none;
}

.header-logo {
  height: 40px;
  transform: none !important;
  filter: none !important;
}

.logo img {
  transform: none !important;
  filter: none !important;
}

.nav {
  flex: 1;
  justify-content: center;
  gap: 18px;
}

.nav-link {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.nav-link:hover {
  border-color: rgba(58, 216, 255, 0.35);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-link--secondary {
  font-weight: 500;
  color: rgba(223, 227, 250, 0.78);
}

.nav-cta {
  padding: 10px 18px !important;
  font-size: 12px !important;
  letter-spacing: 0.12em;
}

.nav-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 36px);
  padding: calc(var(--header-height, 78px) + 20px) 0 32px;
  align-items: start;
}

.hero-shell {
  width: 100%;
}

.hero-grid {
  width: 100%;
}

.hero-copy {
  display: grid;
  gap: 16px;
  max-width: 1200px;
}

.hero-kicker {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: rgba(167, 176, 191, 0.85);
}

.hero h1 {
  font-size: clamp(32px, 4.8vw, 52px);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
}

.hero-subhead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(167, 176, 191, 0.92);
  max-width: 60ch;
}

@media (min-width: 1200px) {
  .hero h1 {
    white-space: nowrap;
  }
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-collab {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.8);
  display: grid;
  gap: 10px;
}

.hero-collab__title {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.8);
}

.hero-collab__presence {
  display: flex;
  align-items: center;
  gap: 8px;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(58, 216, 255, 0.12);
  border: 1px solid rgba(58, 216, 255, 0.35);
  color: rgba(245, 247, 250, 0.9);
}

.avatar--plus {
  background: rgba(10, 14, 20, 0.8);
  border-style: dashed;
  color: rgba(167, 176, 191, 0.85);
}

.hero-collab__activity {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: rgba(167, 176, 191, 0.86);
}

.hero-collab__activity li {
  opacity: 0.4;
  transition: opacity 0.4s ease;
}

.hero-collab__activity li.is-active {
  opacity: 1;
  color: #ffffff;
}

.hero-carousel {
  position: relative;
  height: clamp(360px, 62vh, 680px);
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 8, 18, 0.9);
  box-shadow: 0 30px 80px rgba(5, 8, 12, 0.6);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-carousel__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-carousel__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 14, 20, 0.7);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.hero-carousel__control--prev {
  left: 20px;
}

.hero-carousel__control--next {
  right: 20px;
}

.hero-carousel__dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.hero-carousel__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.hero-carousel__dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: rgba(58, 216, 255, 0.9);
}

.trust-strip {
  padding: 24px 0 32px;
}

.trust-strip__list {
  justify-content: center;
  gap: 16px;
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 13px;
}

.trust-strip__list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(58, 216, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.feature-section,
.project-workspace,
.gallery-section,
.testimonials-section,
.faq-section,
.cta-band {
  padding: clamp(48px, 6vw, 64px) 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.feature-copy {
  display: grid;
  gap: 16px;
}

.feature-copy h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 40px);
}

.feature-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(167, 176, 191, 0.86);
}

.feature-mini-cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-mini-card {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.7);
  display: grid;
  gap: 6px;
}

.feature-mini-card__title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.8);
}

.feature-mini-card__text {
  font-size: 14px;
  color: rgba(237, 237, 237, 0.85);
}

.media-frame {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 8, 18, 0.9);
  padding: 18px;
  box-shadow: 0 28px 60px rgba(5, 8, 12, 0.45);
}

.media-frame.script-preview-card {
  padding: 18px;
}

.script-preview-card {
  margin: 0;
}

.project-workspace .section-header {
  text-align: left;
  max-width: 720px;
}

.workspace-mock {
  margin-top: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 8, 18, 0.92);
  padding: 14px;
  box-shadow: 0 28px 60px rgba(5, 8, 12, 0.5);
  display: grid;
  gap: 12px;
}

.workspace-mock--image {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  display: block;
}

.workspace-mock__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 28px 60px rgba(5, 8, 12, 0.5);
}

.workspace-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.workspace-topbar__title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 247, 250, 0.85);
  font-size: 11px;
}

.workspace-pill {
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid rgba(58, 216, 255, 0.35);
  color: rgba(245, 247, 250, 0.9);
}

.workspace-project {
  font-size: 11px;
}

.workspace-topbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.workspace-presence {
  display: flex;
  gap: 3px;
}

.workspace-presence .avatar {
  width: 20px;
  height: 20px;
  font-size: 7px;
}

.workspace-badge {
  font-size: 9px;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(167, 176, 191, 0.85);
}

.workspace-export {
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(58, 216, 255, 0.4);
  background: rgba(8, 16, 26, 0.8);
  color: #fff;
  font-size: 9px;
}

.workspace-tabs {
  display: none;
  gap: 8px;
}

.workspace-tab {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.8);
  color: rgba(167, 176, 191, 0.85);
  font-size: 12px;
}

.workspace-tab.is-active {
  border-color: rgba(58, 216, 255, 0.45);
  color: #fff;
}

.workspace-body {
  display: grid;
  grid-template-columns: 0.22fr 0.56fr 0.22fr;
  gap: 12px;
}

.workspace-sidebar,
.workspace-inspector {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 20, 0.9);
  padding: 10px;
  display: grid;
  gap: 6px;
  align-content: start;
}

.workspace-sidebar__title,
.workspace-inspector__title,
.workspace-media__title {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.7);
}

.workspace-sidebar__item {
  padding: 5px;
  border-radius: 6px;
  background: rgba(12, 16, 24, 0.9);
  border: 1px solid transparent;
  color: rgba(167, 176, 191, 0.85);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 9px;
}

.workspace-sidebar__item.is-active {
  border-color: rgba(58, 216, 255, 0.4);
  color: #fff;
}

.workspace-sidebar__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 4px;
}

.workspace-sidebar__label {
  font-size: 8px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.workspace-main {
  display: grid;
  gap: 10px;
  align-content: start;
}

.workspace-timeline {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 12, 18, 0.85);
  padding: 10px;
  display: grid;
  gap: 6px;
}

.workspace-track {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 8px;
}

.workspace-track__label {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.7);
}

.workspace-track__bar {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.workspace-block {
  position: absolute;
  top: 2px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(58, 216, 255, 0.6), rgba(58, 216, 255, 0.9));
}

.workspace-block--alt {
  background: linear-gradient(90deg, rgba(58, 216, 255, 0.45), rgba(109, 232, 255, 0.85));
}

.workspace-block--soft {
  background: linear-gradient(90deg, rgba(59, 130, 246, 0.5), rgba(96, 165, 250, 0.85));
}

.workspace-canvas {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 20, 0.9);
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.workspace-canvas__shot {
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  padding: 18px 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.8);
}

.workspace-shots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.workspace-shots__btn {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 14, 20, 0.7);
  padding: 10px 8px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.8);
}

.workspace-media {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 20, 0.9);
  padding: 10px;
  display: grid;
  gap: 8px;
}

.workspace-media__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.workspace-media__thumb {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.75);
  overflow: hidden;
  background: rgba(8, 12, 18, 0.6);
}

.workspace-media__thumb--large {
  aspect-ratio: 1 / 1;
}

.workspace-media__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workspace-media__thumb--ref {
  border-style: dashed;
}

.workspace-media__ref {
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(167, 176, 191, 0.6);
  text-align: center;
  margin-top: 2px;
}

.workspace-inspector__field {
  display: grid;
  gap: 2px;
  font-size: 9px;
  color: rgba(167, 176, 191, 0.75);
}

.workspace-inspector__field strong {
  font-size: 10px;
  color: #fff;
}

.feature-card-grid {
  display: grid;
  gap: 10px;
}

.feature-card-mini {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 16, 24, 0.7);
}

.feature-card-mini h3 {
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.feature-card-mini p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(167, 176, 191, 0.75);
}

.feature-card-mini__icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 8px;
  background: rgba(58, 216, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.review-graphic {
  display: grid;
  gap: 14px;
}

.review-graphic__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(167, 176, 191, 0.85);
}

.review-pill {
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(58, 216, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
}

.review-graphic__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.review-graphic__panel {
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 12, 20, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(140, 150, 165, 0.9);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  min-height: 120px;
  overflow: hidden;
  position: relative;
}

.review-graphic__panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.review-graphic__label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.review-graphic__panel--active {
  border-color: rgba(58, 216, 255, 0.5);
  color: #fff;
  background: rgba(10, 18, 28, 0.95);
}

.review-graphic__notes {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.review-note {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 20, 0.6);
  color: rgba(180, 190, 200, 0.9);
  font-size: 14px;
  font-style: italic;
  line-height: 1.45;
}

.cta-band {
  background: rgba(8, 12, 18, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-band__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cta-band__content h2 {
  margin: 0 0 6px;
  font-size: clamp(26px, 4vw, 38px);
}

.cta-band__content p {
  margin: 0;
  color: rgba(167, 176, 191, 0.85);
}

.gallery-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
}

.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.gallery-track::-webkit-scrollbar {
  height: 6px;
}

.gallery-track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.gallery-card {
  scroll-snap-align: start;
  background: rgba(8, 12, 18, 0.8);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0;
  text-align: left;
}

.gallery-card__media {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.gallery-card__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.gallery-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(10, 14, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(245, 247, 250, 0.9);
}

.gallery-card__caption {
  display: block;
  padding: 12px 14px 14px;
  font-size: 14px;
  color: rgba(237, 237, 237, 0.85);
}

.carousel-control {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 14, 20, 0.75);
  color: #fff;
  cursor: pointer;
}

.testimonials-section .section-header {
  text-align: left;
  max-width: 720px;
}

.testimonial-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  gap: 16px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.testimonial-card {
  min-width: 320px;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 12, 18, 0.8);
  color: rgba(237, 237, 237, 0.86);
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.6;
  transform: scale(0.94);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.testimonial-card.is-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(58, 216, 255, 0.4);
  box-shadow: 0 18px 36px rgba(5, 8, 12, 0.35);
}

.testimonial-card.is-prev,
.testimonial-card.is-next {
  opacity: 0.8;
}

.testimonial-dots {
  grid-column: 1 / -1;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.testimonial-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
}

.testimonial-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: rgba(58, 216, 255, 0.9);
}

.gallery-lightbox__image,
.gallery-lightbox__video {
  display: none;
}

.gallery-lightbox__image.is-visible,
.gallery-lightbox__video.is-visible {
  display: block;
}

.gallery-lightbox__video {
  width: 100%;
  max-height: 70vh;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  object-fit: contain;
}

.footer-cta {
  padding: 8px 16px !important;
  font-size: 11px !important;
}

@media (max-width: 1100px) {
  .nav {
    justify-content: flex-start;
  }

  .nav-actions {
    margin-left: auto;
  }

  .nav-link--secondary {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: 0;
  }

  .hero-carousel {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }

  .hero-copy {
    max-width: 100%;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-mini-cards {
    grid-template-columns: 1fr;
  }

  .workspace-body {
    grid-template-columns: 1fr;
  }

  .workspace-sidebar,
  .workspace-inspector {
    display: none;
  }

  .workspace-tabs {
    display: flex;
  }

  .workspace-mock[data-workspace-view=\"timeline\"] .workspace-timeline,
  .workspace-mock[data-workspace-view=\"timeline\"] .workspace-canvas {
    display: grid;
  }

  .workspace-mock[data-workspace-view=\"timeline\"] .workspace-media,
  .workspace-mock[data-workspace-view=\"timeline\"] .workspace-inspector {
    display: none;
  }

  .workspace-mock[data-workspace-view=\"media\"] .workspace-media {
    display: grid;
  }

  .workspace-mock[data-workspace-view=\"media\"] .workspace-timeline,
  .workspace-mock[data-workspace-view=\"media\"] .workspace-canvas {
    display: none;
  }

  .workspace-mock[data-workspace-view=\"inspector\"] .workspace-inspector {
    display: grid;
  }

  .workspace-mock[data-workspace-view=\"inspector\"] .workspace-timeline,
  .workspace-mock[data-workspace-view=\"inspector\"] .workspace-canvas,
  .workspace-mock[data-workspace-view=\"inspector\"] .workspace-media {
    display: none;
  }

  .gallery-carousel {
    grid-template-columns: 1fr;
  }

  .carousel-control {
    display: none;
  }

  .testimonial-carousel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header {
    height: 62px;
  }

  .header-content {
    height: 62px;
  }

  .header-logo {
    height: 32px;
  }

  .hero {
    padding: calc(var(--header-height, 62px) + 16px) 0 32px;
  }

  .hero-subhead {
    font-size: 16px;
  }

  .hero-carousel {
    height: clamp(260px, 50vh, 420px);
  }

  .hero-carousel__control {
    display: none;
  }

  .trust-strip__list {
    flex-wrap: wrap;
  }

  .gallery-track {
    grid-auto-columns: minmax(100%, 1fr);
  }

  .testimonial-track {
    gap: 12px;
  }

  .testimonial-card {
    min-width: 260px;
  }
}

/* Light mode overrides */
body.theme-light {
  color-scheme: light;
  background-color: #f6f8fb !important;
  color: #0f172a !important;
  --studio-black: #f6f8fb;
  --studio-dark: #eef2f7;
  --studio-panel: #ffffff;
  --studio-surface: #ffffff;
  --studio-border: rgba(15, 23, 42, 0.12);
  --studio-border-hover: rgba(15, 23, 42, 0.2);
  --studio-accent-primary: #1c9ef4;
  --studio-accent-glow: rgba(28, 158, 244, 0.18);
  --text-main: #0f172a;
  --text-muted: #4b5563;
  --text-dim: #64748b;
  --primary: #1c9ef4;
  --primary-dark: #0f6bd6;
  --primary-light: #6fd0ff;
  --gray: #64748b;
  --gray-light: #475569;
  --gray-lighter: #1f2937;
  --dark: #f1f5fb;
  --dark-light: #e7edf6;
  --dark-surface: #ffffff;
  --surface: #ffffff;
}

body.theme-light::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(28, 158, 244, 0.12) 0%, transparent 42%),
    radial-gradient(circle at 75% 20%, rgba(28, 158, 244, 0.1) 0%, transparent 45%),
    linear-gradient(150deg, rgba(247, 250, 255, 0.98) 0%, rgba(235, 243, 255, 0.92) 55%, rgba(227, 240, 255, 0.9) 100%) !important;
  opacity: 1 !important;
}

body.theme-light::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23noise)' opacity='0.1'/%3E%3C/svg%3E");
  opacity: 0.2;
  mix-blend-mode: multiply;
}

body.theme-light h1,
body.theme-light h2,
body.theme-light h3,
body.theme-light .hero-heading,
body.theme-light .section-header h2 {
  color: #0f172a !important;
  text-shadow: none !important;
}

body.theme-light .hero-heading {
  background: linear-gradient(180deg, #0f172a 0%, #32628c 100%) !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
}

body.theme-light p,
body.theme-light .hero-lede,
body.theme-light .section-subtitle,
body.theme-light .collaboration-copy p,
body.theme-light .centerpiece-callout p,
body.theme-light .export-card p,
body.theme-light .use-case-card p,
body.theme-light .faq-item p,
body.theme-light .feature-card p,
body.theme-light .vision-card p {
  color: #475569 !important;
}

body.theme-light .hero-eyebrow {
  color: #64748b !important;
}

body.theme-light .hero-eyebrow::before {
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.1) 0%, rgba(46, 163, 255, 0.6) 100%) !important;
}

body.theme-light .header {
  background: rgba(248, 250, 255, 0.9) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .logo {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 4px 0 !important;
  box-shadow: none !important;
}

body.theme-light .logo img,
body.theme-light .header-logo {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal;
}

body.theme-light .nav-link {
  color: #475569 !important;
}

body.theme-light .nav-link::before {
  background: linear-gradient(90deg, rgba(46, 163, 255, 0) 0%, rgba(46, 163, 255, 0.7) 50%, rgba(46, 163, 255, 0) 100%) !important;
  box-shadow: 0 0 14px rgba(46, 163, 255, 0.2) !important;
}

body.theme-light .nav-link::after {
  background: linear-gradient(135deg, rgba(46, 163, 255, 0.16) 0%, rgba(46, 163, 255, 0.05) 100%) !important;
}

body.theme-light .nav-link:hover {
  color: #0f172a !important;
  border-color: rgba(46, 163, 255, 0.4) !important;
  box-shadow: 0 10px 22px rgba(46, 163, 255, 0.15) !important;
  text-shadow: none !important;
}

body.theme-light .nav-theme-toggle {
  border-color: rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .nav-theme-toggle[aria-pressed="true"] {
  color: #0f172a !important;
  border-color: rgba(46, 163, 255, 0.45) !important;
  box-shadow: 0 10px 22px rgba(46, 163, 255, 0.18) !important;
}

body.theme-light .nav-social {
  border-left-color: rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .social-link {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #475569 !important;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .social-link:hover,
body.theme-light .social-link:focus-visible {
  color: #0f172a !important;
  border-color: rgba(46, 163, 255, 0.5) !important;
  box-shadow: 0 14px 26px rgba(46, 163, 255, 0.2) !important;
}

body.theme-light .nav-toggle {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #0f172a !important;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .header.nav-open .nav-toggle {
  border-color: rgba(46, 163, 255, 0.5) !important;
  box-shadow: 0 18px 36px rgba(46, 163, 255, 0.18) !important;
}

@media (max-width: 1100px) {
  body.theme-light .nav {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 242, 255, 0.95) 100%) !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
    border-top-color: rgba(15, 23, 42, 0.08) !important;
    box-shadow:
      0 22px 50px rgba(15, 23, 42, 0.12),
      0 0 0 1px rgba(15, 23, 42, 0.04) !important;
  }

  body.theme-light .nav-link {
    background: linear-gradient(120deg, rgba(46, 163, 255, 0.12) 0%, rgba(46, 163, 255, 0.04) 100%) !important;
    color: #0f172a !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
    box-shadow: inset 0 0 0 1px rgba(46, 163, 255, 0.08) !important;
    text-shadow: none !important;
  }

  body.theme-light .nav-social {
    border-top-color: rgba(15, 23, 42, 0.1) !important;
  }
}

body.theme-light .hero-experience__video-shell {
  opacity: 0.9 !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

body.theme-light .hero-experience__bg::after {
  opacity: 0.12 !important;
  mix-blend-mode: normal !important;
}

body.theme-light .hero-experience__gradient {
  opacity: 0.18 !important;
  mix-blend-mode: normal !important;
}

body.theme-light .hero-experience__noise {
  opacity: 0.12 !important;
}

body.theme-light .hero-experience__copy::before {
  background: radial-gradient(120% 120% at 0% 35%, rgba(255, 255, 255, 0.9) 0%, rgba(240, 246, 255, 0.6) 55%, rgba(240, 246, 255, 0) 78%) !important;
}

body.theme-light .hero-experience__halo {
  background: radial-gradient(circle, rgba(46, 163, 255, 0.25) 0%, transparent 65%) !important;
  opacity: 0.22;
  mix-blend-mode: normal;
}

body.theme-light .hero-experience__halo--two {
  background: radial-gradient(circle, rgba(46, 163, 255, 0.18) 0%, transparent 60%) !important;
}

body.theme-light .hero-cta__note {
  color: #64748b !important;
}

body.theme-light .btn-primary {
  background: linear-gradient(135deg, #1d76ff 0%, #4bc6ff 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 16px 32px rgba(46, 163, 255, 0.25) !important;
}

body.theme-light .btn-primary:hover {
  background: linear-gradient(135deg, #1668e6 0%, #3cb4f2 100%) !important;
  box-shadow: 0 20px 40px rgba(46, 163, 255, 0.3) !important;
}

body.theme-light .btn-outline {
  background: #ffffff !important;
  color: #0f172a !important;
  border: 1px solid rgba(15, 23, 42, 0.16) !important;
}

body.theme-light .btn-outline:hover {
  background: #eef5ff !important;
  border-color: rgba(46, 163, 255, 0.5) !important;
  color: #0f172a !important;
}

body.theme-light .feature-card,
body.theme-light .vision-card,
body.theme-light .waitlist-card {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .feature-card:hover,
body.theme-light .vision-card:hover {
  border-color: rgba(46, 163, 255, 0.4) !important;
  background: #ffffff !important;
  box-shadow: 0 22px 44px rgba(46, 163, 255, 0.12) !important;
}

body.theme-light .feature-card h3,
body.theme-light .vision-card h3,
body.theme-light .centerpiece-callout h3,
body.theme-light .export-card h3,
body.theme-light .use-case-card h3,
body.theme-light .faq-item h3,
body.theme-light .workflow-step h3 {
  color: #0f172a !important;
}

body.theme-light .section-badge,
body.theme-light .highlight-label,
body.theme-light .screen__tag {
  background: rgba(46, 163, 255, 0.12) !important;
  border-color: rgba(46, 163, 255, 0.3) !important;
  color: #1e293b !important;
}

body.theme-light .hero-chip {
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #475569 !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

body.theme-light .hero-chip:hover {
  border-color: rgba(46, 163, 255, 0.6) !important;
  color: #0f172a !important;
  background: rgba(46, 163, 255, 0.12) !important;
}

body.theme-light .video-placeholder {
  border-color: rgba(15, 23, 42, 0.2) !important;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 243, 255, 0.9) 100%) !important;
  color: #64748b !important;
}

body.theme-light .video-placeholder__label {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #334155 !important;
}

body.theme-light .proof-strip::before,
body.theme-light .workflow-section::before,
body.theme-light .centerpiece-section::before,
body.theme-light .collaboration-section::before,
body.theme-light .gallery-section::before,
body.theme-light .export-section::before,
body.theme-light .use-cases-section::before,
body.theme-light .faq-section::before {
  background: linear-gradient(90deg, transparent, rgba(46, 163, 255, 0.35), transparent) !important;
}

body.theme-light .proof-item {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #64748b !important;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .proof-item:hover {
  border-color: rgba(46, 163, 255, 0.45) !important;
  box-shadow: 0 16px 32px rgba(46, 163, 255, 0.18) !important;
}

body.theme-light .workflow-step {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1) !important;
}

body.theme-light .workflow-step:hover {
  border-color: rgba(46, 163, 255, 0.45) !important;
  box-shadow: 0 22px 40px rgba(46, 163, 255, 0.16) !important;
}

body.theme-light .workflow-step::before {
  background: rgba(46, 163, 255, 0.25) !important;
}

body.theme-light .workflow-step__num {
  color: #94a3b8 !important;
}

body.theme-light .workflow-step p {
  color: #475569 !important;
}

body.theme-light .workflow-media {
  border-color: rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(circle at 20% 20%, rgba(46, 163, 255, 0.18), transparent 55%),
    linear-gradient(150deg, #ffffff, #eef2f7);
  box-shadow: inset 0 0 0 1px rgba(46, 163, 255, 0.12);
}

body.theme-light .project-bridge {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.1);
}

body.theme-light .project-bridge__tile {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .project-bridge__title {
  color: #0f172a;
}

body.theme-light .project-bridge__text {
  color: #475569;
}

body.theme-light .centerpiece-media,
body.theme-light .collaboration-frame {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .centerpiece-callout {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  border-left-color: rgba(46, 163, 255, 0.6) !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1) !important;
}

body.theme-light .centerpiece-callout:hover {
  box-shadow: 0 22px 38px rgba(46, 163, 255, 0.16) !important;
}

body.theme-light .gallery-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1);
}

body.theme-light .gallery-card:hover {
  border-color: rgba(46, 163, 255, 0.45);
  box-shadow: 0 22px 40px rgba(46, 163, 255, 0.16);
}

body.theme-light .gallery-lightbox {
  background: rgba(247, 250, 255, 0.92);
}

body.theme-light .gallery-lightbox__dialog {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

body.theme-light .gallery-lightbox__close {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #334155;
}

body.theme-light .gallery-lightbox__caption {
  color: #475569;
}

body.theme-light .collaboration-copy p {
  color: #475569 !important;
}

body.theme-light .collaboration-list {
  color: #475569 !important;
}

body.theme-light .collaboration-list li::before {
  border-color: rgba(46, 163, 255, 0.6) !important;
  box-shadow: 0 0 8px rgba(46, 163, 255, 0.25) !important;
}

body.theme-light .script-preview-card {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .script-preview-point {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1) !important;
}

body.theme-light .script-preview-point-label {
  color: #64748b !important;
}

body.theme-light .script-preview-point-text {
  color: #475569 !important;
}

body.theme-light .script-preview-label {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #0f172a !important;
}

body.theme-light .script-preview-project-name {
  color: #0f172a !important;
}

body.theme-light .script-preview-updated {
  color: #64748b !important;
}

body.theme-light .script-preview-pill {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #64748b !important;
}

body.theme-light .script-preview-pill--accent {
  border-color: rgba(46, 163, 255, 0.5) !important;
  color: #0f172a !important;
  box-shadow: 0 0 16px rgba(46, 163, 255, 0.18) !important;
}

body.theme-light .script-preview-panel {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .script-preview-panel-header {
  color: rgba(15, 23, 42, 0.55) !important;
}

body.theme-light .script-preview-status {
  color: rgba(15, 23, 42, 0.6) !important;
}

body.theme-light .script-preview-line-number {
  color: rgba(46, 163, 255, 0.75) !important;
}

body.theme-light .script-preview-line-text {
  color: #334155 !important;
}

body.theme-light .script-preview-frame-card {
  background: linear-gradient(150deg, #f8fbff, #eef3f9) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .script-preview-frame-card::before {
  background: radial-gradient(circle at 20% 20%, rgba(46, 163, 255, 0.22), transparent 55%) !important;
  opacity: 0.35 !important;
}

body.theme-light .script-preview-frame-label {
  color: #64748b !important;
}

body.theme-light .script-preview-frame-caption {
  color: #1f2937 !important;
}

body.theme-light .script-preview-footer {
  border-top-color: rgba(15, 23, 42, 0.08) !important;
  color: rgba(15, 23, 42, 0.5) !important;
}

body.theme-light .script-preview-hint {
  color: rgba(15, 23, 42, 0.45) !important;
}

body.theme-light .script-preview-card[data-preview-state="storyboard"] .script-preview-panel--storyboard {
  border-color: rgba(46, 163, 255, 0.35) !important;
  box-shadow: 0 22px 40px rgba(46, 163, 255, 0.12) !important;
}

body.theme-light .export-card {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #475569 !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1) !important;
}

body.theme-light .export-card:hover {
  border-color: rgba(46, 163, 255, 0.45) !important;
  box-shadow: 0 22px 40px rgba(46, 163, 255, 0.16) !important;
}

body.theme-light .export-card__icon {
  background: rgba(46, 163, 255, 0.12) !important;
  border-color: rgba(46, 163, 255, 0.3) !important;
  color: #1f2937 !important;
}

body.theme-light .export-card p {
  color: #475569 !important;
}

body.theme-light .use-case-card {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1) !important;
}

body.theme-light .use-case-card:hover {
  border-color: rgba(46, 163, 255, 0.45) !important;
  box-shadow: 0 22px 40px rgba(46, 163, 255, 0.16) !important;
}

body.theme-light .use-case-card p {
  color: #475569 !important;
}

body.theme-light .faq-item {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1) !important;
}

body.theme-light .faq-item:hover {
  border-color: rgba(46, 163, 255, 0.4) !important;
  box-shadow: 0 22px 40px rgba(46, 163, 255, 0.16) !important;
}

body.theme-light .faq-item p {
  color: #475569 !important;
}

body.theme-light .waitlist-card {
  background: linear-gradient(135deg, #ffffff 0%, #eef5ff 100%) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .waitlist-input {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.18) !important;
  color: #0f172a !important;
}

body.theme-light .waitlist-input:focus {
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(46, 163, 255, 0.18) !important;
}

body.theme-light .waitlist-select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(15, 23, 42, 0.6)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 12px 8px !important;
  padding-right: 45px !important;
}

body.theme-light .waitlist-select option {
  background: #ffffff !important;
  color: #0f172a !important;
}

body.theme-light .waitlist-input::placeholder {
  color: #94a3b8 !important;
}

body.theme-light .waitlist-disclaimer {
  color: #64748b !important;
}

body.theme-light .waitlist-message {
  color: #475569 !important;
}

body.theme-light .waitlist-message--success {
  color: #0f766e !important;
}

body.theme-light .waitlist-message--error {
  color: #b91c1c !important;
}

body.theme-light .footer {
  background: #f1f5fb !important;
  border-top-color: rgba(15, 23, 42, 0.12) !important;
}

body.theme-light .footer-link,
body.theme-light .footer-legal-link {
  color: #64748b !important;
}

body.theme-light .footer-link:hover,
body.theme-light .footer-legal-link:hover {
  color: #0f172a !important;
}

body.theme-light .hero-highlights li {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #475569 !important;
}

body.theme-light .screen,
body.theme-light .hero-experience__visual .screen--primary {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12) !important;
  color: #475569 !important;
}

body.theme-light .hero-experience__visual .screen:not(.screen--primary) {
  background: #f2f5fb !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
  opacity: 0.85 !important;
}

body.theme-light .screen__frame-placeholder {
  background: rgba(46, 163, 255, 0.08) !important;
  border-color: rgba(46, 163, 255, 0.2) !important;
}

body.theme-light .sidebar-card {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #475569 !important;
}

body.theme-light .sidebar-card__label,
body.theme-light .screen__timecode {
  color: #94a3b8 !important;
}

body.theme-light .pill,
body.theme-light .pill-muted,
body.theme-light .pill-ghost {
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #475569 !important;
}

body.theme-light .pill-muted {
  color: #64748b !important;
}

body.theme-light .pill-ghost {
  border-color: rgba(46, 163, 255, 0.35) !important;
  color: #1f2937 !important;
  background: rgba(46, 163, 255, 0.08) !important;
}

body.theme-light .blog-hero,
body.theme-light .community-hero,
body.theme-light .community-detail-hero {
  background: linear-gradient(180deg, rgba(245, 248, 255, 0.98) 0%, rgba(233, 241, 253, 0.98) 100%) !important;
}

body.theme-light .blog-hero::after,
body.theme-light .community-hero::after,
body.theme-light .community-detail-hero::after {
  background: linear-gradient(90deg, transparent, rgba(46, 163, 255, 0.35), transparent) !important;
  opacity: 0.45;
}

body.theme-light .blog-hero-image,
body.theme-light .community-hero-image {
  opacity: 0.08 !important;
}

body.theme-light .blog-page-title,
body.theme-light .blog-hero-title,
body.theme-light .community-page-title,
body.theme-light .community-hero-title {
  color: #0f172a !important;
}

body.theme-light .blog-hero-subtitle,
body.theme-light .community-hero-subtitle {
  color: #64748b !important;
}

body.theme-light .blog-list,
body.theme-light .blog-article,
body.theme-light .community-list,
body.theme-light .community-detail-content,
body.theme-light .community-section {
  background: #f4f7fb !important;
}

body.theme-light .blog-card,
body.theme-light .community-card {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .blog-card:hover,
body.theme-light .community-card:hover {
  border-color: rgba(46, 163, 255, 0.4) !important;
  box-shadow: 0 22px 40px rgba(46, 163, 255, 0.14) !important;
}

body.theme-light .blog-card-image,
body.theme-light .blog-card-video,
body.theme-light .community-card-image {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  background-color: #eef2f7 !important;
}

body.theme-light .blog-card-placeholder,
body.theme-light .community-card-placeholder,
body.theme-light .community-author-avatar-placeholder {
  background: rgba(46, 163, 255, 0.12) !important;
  border: 1px solid rgba(46, 163, 255, 0.35) !important;
  color: #1f2937 !important;
  text-shadow: none !important;
}

body.theme-light .blog-meta,
body.theme-light .community-card-author,
body.theme-light .community-card-summary,
body.theme-light .community-stat,
body.theme-light .community-author-name,
body.theme-light .community-publish-date {
  color: #64748b !important;
}

body.theme-light .blog-card-title,
body.theme-light .community-card-title {
  color: #0f172a !important;
}

body.theme-light .blog-card-excerpt {
  color: #475569 !important;
}

body.theme-light .blog-card-link,
body.theme-light .blog-back-link,
body.theme-light .community-back-link {
  color: #1d76ff !important;
}

body.theme-light .blog-card-link:hover,
body.theme-light .blog-back-link:hover,
body.theme-light .community-back-link:hover {
  color: #0f172a !important;
}

body.theme-light .blog-loading,
body.theme-light .blog-error,
body.theme-light .blog-empty,
body.theme-light .community-loading,
body.theme-light .community-error,
body.theme-light .community-empty {
  background: #ffffff !important;
  border: 1px dashed rgba(15, 23, 42, 0.14) !important;
  color: #64748b !important;
}

body.theme-light .blog-article .blog-body,
body.theme-light .blog-article .rich-text,
body.theme-light .blog-article .blog-body p {
  color: #475569 !important;
}

body.theme-light .blog-video {
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.1) !important;
}

body.theme-light .community-section-title,
body.theme-light .community-info-title {
  color: #0f172a !important;
}

body.theme-light .community-description,
body.theme-light .community-info-label {
  color: #64748b !important;
}

body.theme-light .community-info-card,
body.theme-light .community-scene-card {
  background: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .community-info-title {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .community-card-stats {
  border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .community-info-value,
body.theme-light .community-scene-name {
  color: #1f2937 !important;
}

body.theme-light .community-scene-placeholder {
  background: #eef5ff !important;
  color: rgba(46, 163, 255, 0.55) !important;
}

body.theme-light .header {
  background: rgba(248, 250, 255, 0.9) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .nav-link {
  color: #4b5563 !important;
}

body.theme-light .nav-link:hover {
  color: #0f172a !important;
}

body.theme-light .nav-theme-toggle {
  border-color: rgba(15, 23, 42, 0.16) !important;
}

body.theme-light .btn-primary {
  background: linear-gradient(135deg, #0f6bd6 0%, #35c1ff 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 16px 30px rgba(28, 158, 244, 0.22) !important;
}

body.theme-light .btn-outline {
  background: #ffffff !important;
  color: #0f172a !important;
  border-color: rgba(15, 23, 42, 0.16) !important;
}

body.theme-light .hero-kicker {
  color: rgba(71, 85, 105, 0.9);
}

body.theme-light .hero-subhead,
body.theme-light .hero-micro {
  color: rgba(71, 85, 105, 0.9);
}

body.theme-light .hero-collab {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

body.theme-light .hero-collab__title {
  color: rgba(71, 85, 105, 0.75);
}

body.theme-light .hero-collab__activity {
  color: #64748b;
}

body.theme-light .hero-collab__activity li.is-active {
  color: #0f172a;
}

body.theme-light .avatar {
  background: rgba(28, 158, 244, 0.12);
  border-color: rgba(28, 158, 244, 0.35);
  color: #0f172a;
}

body.theme-light .avatar--plus {
  background: #f1f5f9;
  border-color: rgba(15, 23, 42, 0.16);
  color: #64748b;
}

body.theme-light .hero-carousel {
  background: #ffffff;
  border-top-color: rgba(15, 23, 42, 0.12);
  border-bottom-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

body.theme-light .hero-carousel__control {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
}

body.theme-light .hero-carousel__dots button {
  background: rgba(15, 23, 42, 0.2);
}

body.theme-light .hero-carousel__dots button.is-active {
  background: rgba(28, 158, 244, 0.9);
}

body.theme-light .trust-icon {
  background: rgba(28, 158, 244, 0.18);
  color: #0f172a;
}

body.theme-light .feature-mini-card,
body.theme-light .feature-card-mini,
body.theme-light .media-frame {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

body.theme-light .feature-mini-card__title {
  color: #64748b;
}

body.theme-light .feature-mini-card__text,
body.theme-light .feature-card-mini p {
  color: #475569;
}

body.theme-light .feature-card-mini__icon {
  background: rgba(28, 158, 244, 0.12);
  color: #0f172a;
}

body.theme-light .review-subhead {
  color: #475569;
}

body.theme-light .review-graphic__header {
  color: #64748b;
}

body.theme-light .review-pill {
  border-color: rgba(28, 158, 244, 0.4);
  color: #0f172a;
}

body.theme-light .review-graphic__panel {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #64748b;
}

body.theme-light .review-graphic__panel--active {
  border-color: rgba(28, 158, 244, 0.5);
  color: #0f172a;
}

body.theme-light .review-note {
  background: rgba(248, 250, 252, 0.8);
  border-color: rgba(15, 23, 42, 0.1);
  color: #475569;
}

body.theme-light .workspace-mock {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

body.theme-light .workspace-sidebar,
body.theme-light .workspace-inspector,
body.theme-light .workspace-timeline,
body.theme-light .workspace-canvas,
body.theme-light .workspace-media {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .workspace-sidebar__title,
body.theme-light .workspace-inspector__title,
body.theme-light .workspace-media__title,
body.theme-light .workspace-track__label {
  color: #64748b;
}

body.theme-light .workspace-sidebar__item {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.08);
  color: #475569;
}

body.theme-light .workspace-sidebar__item.is-active {
  border-color: rgba(28, 158, 244, 0.45);
  color: #0f172a;
}

body.theme-light .workspace-pill {
  border-color: rgba(28, 158, 244, 0.35);
  color: #0f172a;
}

body.theme-light .workspace-badge {
  border-color: rgba(15, 23, 42, 0.12);
  color: #64748b;
}

body.theme-light .workspace-export {
  background: #0f172a;
  border-color: rgba(15, 23, 42, 0.12);
  color: #ffffff;
}

body.theme-light .workspace-tab {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #475569;
}

body.theme-light .workspace-tab.is-active {
  border-color: rgba(28, 158, 244, 0.45);
  color: #0f172a;
}

body.theme-light .workspace-track__bar {
  background: rgba(15, 23, 42, 0.08);
}

body.theme-light .workspace-canvas__shot,
body.theme-light .workspace-shots__btn,
body.theme-light .workspace-media__thumb {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.16);
  color: #64748b;
}

body.theme-light .workspace-inspector__field strong {
  color: #0f172a;
}

body.theme-light .cta-band {
  background: #eef2f7;
  border-top-color: rgba(15, 23, 42, 0.12);
  border-bottom-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .cta-band__content p {
  color: #475569;
}

body.theme-light .carousel-control {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #0f172a;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
}

body.theme-light .testimonial-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #475569;
}

body.theme-light .testimonial-card.is-active {
  border-color: rgba(28, 158, 244, 0.45);
  color: #0f172a;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.12);
}

body.theme-light .gallery-card__badge {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(15, 23, 42, 0.12);
  color: #334155;
}

body.theme-light .faq-item a {
  color: #1d76ff;
}

body.theme-light .faq-item a:hover {
  color: #0f172a;
}

body.theme-light .reel-panel {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

body.theme-light .reel-panel::before {
  background: radial-gradient(circle at 20% 20%, rgba(28, 158, 244, 0.08), transparent 55%);
}

body.theme-light .reel-stack,
body.theme-light .reel-preview {
  background: linear-gradient(145deg, #ffffff, #eef3f9);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

body.theme-light .trust-strip__list li {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #64748b;
}

body.theme-light .beta-quote-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  color: #334155;
}

body.theme-light .beta-quote-author {
  color: #64748b;
}

body.theme-light .final-cta-content p {
  color: #475569;
}

body.theme-light .waitlist-modal {
  background: rgba(241, 245, 249, 0.8);
}

body.theme-light .waitlist-modal__dialog {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

body.theme-light .waitlist-modal__close {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  color: #475569;
}

body.theme-light .waitlist-field,
body.theme-light .waitlist-modal__header p,
body.theme-light .waitlist-modal__kicker {
  color: #64748b;
}

body.theme-light .waitlist-input {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.16) !important;
  color: #0f172a !important;
}

body.theme-light .waitlist-input:focus {
  border-color: rgba(28, 158, 244, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(28, 158, 244, 0.18) !important;
}

body.theme-light .footer {
  background: #f8fafc !important;
  border-top-color: rgba(15, 23, 42, 0.08) !important;
}

body.theme-light .footer-content {
  color: #475569 !important;
}

body.theme-light .footer-link,
body.theme-light .footer-legal-link {
  color: #334155 !important;
}

body.theme-light .footer-link:hover,
body.theme-light .footer-legal-link:hover {
  color: #0f172a !important;
}

body.theme-light .footer-separator {
  color: rgba(15, 23, 42, 0.3) !important;
}

body.theme-light .storybox-demo {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: inset 0 0 0 1px rgba(28, 158, 244, 0.08);
}

body.theme-light .storybox-demo__rail {
  background: rgba(241, 245, 249, 0.8);
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .storybox-rail__title {
  color: #0f172a;
}

body.theme-light .storybox-rail__subtitle,
body.theme-light .storybox-rail__header,
body.theme-light .storybox-rail__item,
body.theme-light .storybox-rail__footer {
  color: #64748b;
}

body.theme-light .storybox-rail__item.is-active {
  color: #0f172a;
  border-color: rgba(28, 158, 244, 0.35);
  background: rgba(28, 158, 244, 0.12);
}

body.theme-light .storybox-chip {
  color: #0f172a;
  border-color: rgba(28, 158, 244, 0.4);
  background: rgba(28, 158, 244, 0.08);
}

body.theme-light .storybox-demo__title,
body.theme-light .storybox-pill {
  color: #64748b;
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .storybox-demo__project {
  color: #0f172a;
}

body.theme-light .storybox-pill--active {
  border-color: rgba(28, 158, 244, 0.45);
  color: #0f172a;
  box-shadow: 0 0 16px rgba(28, 158, 244, 0.16);
}

body.theme-light .storybox-scene-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .storybox-scene-card__header,
body.theme-light .storybox-scene-card__footer {
  background: rgba(241, 245, 249, 0.9);
  border-color: rgba(15, 23, 42, 0.08);
}

body.theme-light .storybox-scene-card__title,
body.theme-light .storybox-scene-card__desc {
  color: #475569;
}

body.theme-light .storybox-scene-card__title span:first-child {
  color: #0f172a;
}

body.theme-light .storybox-scene-card__status {
  color: #0f172a;
  border-color: rgba(28, 158, 244, 0.35);
  background: rgba(255, 255, 255, 0.8);
}

body.theme-light .storybox-frame {
  background:
    radial-gradient(circle at 20% 20%, hsla(var(--frame-hue, 210), 80%, 70%, 0.3), transparent 55%),
    linear-gradient(150deg, #ffffff, #eef3f9);
  border-color: rgba(15, 23, 42, 0.12);
  color: #475569;
}

body.theme-light .storybox-frame--add,
body.theme-light .storybox-frame--more {
  background: rgba(28, 158, 244, 0.08);
  color: rgba(28, 158, 244, 0.9);
}

body.theme-light .storybox-frame--empty {
  background: rgba(241, 245, 249, 0.8);
  color: #94a3b8;
}

body.theme-light .storybox-avatar {
  background: rgba(28, 158, 244, 0.18);
  border-color: rgba(28, 158, 244, 0.35);
  color: #0f172a;
}

body.theme-light .storybox-progress {
  background: rgba(15, 23, 42, 0.12);
}

body.theme-light .storybox-timeline {
  background: rgba(248, 250, 252, 0.95);
  border-color: rgba(15, 23, 42, 0.1);
}

body.theme-light .storybox-timeline__title,
body.theme-light .storybox-timeline__header,
body.theme-light .storybox-timeline__label {
  color: #64748b;
}

body.theme-light .storybox-timeline__track {
  background: rgba(15, 23, 42, 0.08);
}

body.theme-light .storybox-timeline__playhead {
  background: rgba(28, 158, 244, 0.9);
  box-shadow: 0 0 12px rgba(28, 158, 244, 0.35);
}

body.theme-light .storybox-sidecard {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .storybox-sidecard__header {
  color: #64748b;
}

body.theme-light .storybox-sidecard__badge {
  color: #0f172a;
  border-color: rgba(28, 158, 244, 0.35);
  background: rgba(28, 158, 244, 0.08);
}

body.theme-light .storybox-task-list {
  color: #475569;
}

body.theme-light .storybox-task-dot {
  background: rgba(15, 23, 42, 0.2);
}

body.theme-light .storybox-task-dot.is-live {
  background: rgba(28, 158, 244, 0.9);
  box-shadow: 0 0 8px rgba(28, 158, 244, 0.35);
}

body.theme-light .storybox-canvas__node {
  background: rgba(248, 250, 252, 0.9);
  border-color: rgba(15, 23, 42, 0.12);
  color: #475569;
}

/* ============================================
   Hero Video Background (LTX Style)
   ============================================ */
.hero.hero--video-bg {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  overflow: hidden;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0a0d12;
}

.hero-video-bg .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-video-bg .hero-slide.is-active {
  opacity: 1;
}

.hero-video-bg__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #0a0d12;
}

.hero-video-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 13, 18, 0.85) 0%,
    rgba(10, 13, 18, 0.65) 35%,
    rgba(10, 13, 18, 0.4) 60%,
    rgba(10, 13, 18, 0.55) 100%
  );
  z-index: 1;
}

/* Hero video cursor hint */
.hero-video-bg {
  cursor: pointer;
}

/* Hero Video Lightbox */
.hero-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.hero-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.hero-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}

.hero-lightbox__content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 85vh;
  z-index: 1;
}

.hero-lightbox__video {
  width: 100%;
  height: auto;
  max-height: 85vh;
  border-radius: 12px;
  background: #000;
  outline: none;
}

.hero-lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.hero-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

body.hero-lightbox-open {
  overflow: hidden;
}

/* Glass panel behind text for extra readability */
.hero--video-bg .hero-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 13, 18, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.hero--video-bg .hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: calc(var(--header-height, 78px) + 72px) 64px 48px 64px;
  max-width: 720px;
  margin: 0;
}

.hero--video-bg .hero-content h1 {
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1.08;
  margin: 0 0 20px;
  color: #ffffff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  max-width: 14ch;
}

.hero--video-bg .hero-subhead {
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(245, 247, 250, 0.92);
  max-width: 520px;
  margin: 0 0 28px 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.hero--video-bg .hero-cta {
  justify-content: flex-start;
  margin-bottom: 0;
}

.hero-carousel-nav {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-carousel-nav .hero-carousel__dots {
  position: static;
  transform: none;
}

.hero-carousel-nav .hero-carousel__control {
  position: static;
  transform: none;
}

/* ============================================
   Mobile Hero Fixes
   ============================================ */
@media (max-width: 768px) {
  .hero.hero--video-bg {
    min-height: min(85vh, 720px);
    min-height: min(85svh, 720px);
  }

  .hero-video-bg__video {
    object-position: 50% 35%;
  }

  .hero-video-bg__overlay {
    background: linear-gradient(
      150deg,
      rgba(10, 13, 18, 0.88) 0%,
      rgba(10, 13, 18, 0.7) 40%,
      rgba(10, 13, 18, 0.5) 70%,
      rgba(10, 13, 18, 0.65) 100%
    );
  }

  .hero--video-bg .hero-content {
    padding: calc(var(--header-height, 62px) + 88px) 20px 32px 20px;
    max-width: 100%;
  }

  .hero--video-bg .hero-content h1 {
    font-size: clamp(28px, 9vw, 40px);
    max-width: 20ch;
  }

  .hero--video-bg .hero-subhead {
    font-size: 15px;
    max-width: 100%;
  }

  .hero-carousel-nav .hero-carousel__control {
    display: none;
  }

  .hero-carousel-nav {
    bottom: 20px;
  }

  /* Safe area padding for notched devices */
  .hero--video-bg .hero-content {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
    padding-top: calc(var(--header-height, 62px) + max(88px, env(safe-area-inset-top) + 60px));
  }
}

/* ============================================
   Section Headers - Centered
   ============================================ */
.section-header,
.project-workspace .section-header,
.testimonials-section .section-header,
.gallery-section .section-header,
.faq-section .section-header {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Collaboration section - full-width true centering */
.collaboration-section .section-header {
  text-align: center !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 auto clamp(32px, 5vw, 48px) !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.collaboration-section .section-header .section-badge {
  margin-bottom: 16px;
}

.collaboration-section .section-header h2 {
  text-align: center !important;
  margin: 0 auto 16px !important;
  font-size: clamp(32px, 5vw, 48px) !important;
}

.collaboration-section .section-header .section-subtitle {
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(200, 210, 220, 0.88);
}

/* ============================================
   Trust Strip - Centered Pills
   ============================================ */
.trust-strip__list--pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(58, 216, 255, 0.08);
  border: 1px solid rgba(58, 216, 255, 0.25);
  font-size: 13px;
  color: rgba(245, 247, 250, 0.9);
}

.trust-pill__icon {
  width: 16px;
  height: 16px;
  color: rgba(58, 216, 255, 0.9);
}

/* ============================================
   Scroll Reveal Override (Static)
   ============================================ */
.scroll-reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* ============================================
   Testimonial 3-up Spotlight (Infinite Loop)
   ============================================ */
.testimonials-section {
  overflow: hidden;
}

.testimonial-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.testimonial-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.testimonial-card {
  flex-shrink: 0;
  width: 320px;
  opacity: 0.45;
  transform: scale(0.82);
  transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
  position: relative;
}

.testimonial-card.is-active {
  opacity: 1;
  transform: scale(1.08);
  z-index: 3;
  border-color: rgba(58, 216, 255, 0.5);
  box-shadow: 0 28px 56px rgba(5, 8, 12, 0.5);
}

.testimonial-card.is-prev,
.testimonial-card.is-next {
  opacity: 0.65;
  transform: scale(0.92);
  z-index: 2;
}


.testimonial-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}

@media (max-width: 768px) {
  .testimonial-track {
    gap: 12px;
  }

  .testimonial-card {
    width: 280px;
    min-width: 280px;
    opacity: 0.35;
    transform: scale(0.75);
  }

  .testimonial-card.is-active {
    transform: scale(1);
  }

  .testimonial-card.is-prev,
  .testimonial-card.is-next {
    opacity: 0.5;
    transform: scale(0.85);
  }
}

/* ============================================
   Gallery Arrows - Both Sides
   ============================================ */
.gallery-carousel {
  position: relative;
}

.gallery-carousel .carousel-control {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.gallery-carousel .carousel-control:hover {
  border-color: rgba(58, 216, 255, 0.5);
  background: rgba(58, 216, 255, 0.1);
}

@media (max-width: 1100px) {
  .gallery-carousel {
    grid-template-columns: auto 1fr auto;
  }

  .gallery-carousel .carousel-control {
    display: flex;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .gallery-carousel .carousel-control {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

/* ============================================
   Gallery Lightbox Navigation
   ============================================ */
.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 14, 20, 0.8);
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.gallery-lightbox__nav:hover {
  border-color: rgba(58, 216, 255, 0.5);
  background: rgba(58, 216, 255, 0.15);
}

.gallery-lightbox__nav--prev {
  left: 20px;
}

.gallery-lightbox__nav--next {
  right: 20px;
}

@media (max-width: 768px) {
  .gallery-lightbox__nav {
    width: 36px;
    height: 36px;
  }

  .gallery-lightbox__nav--prev {
    left: 10px;
  }

  .gallery-lightbox__nav--next {
    right: 10px;
  }
}

/* Light mode overrides for video hero */
body.theme-light .hero-video-bg__overlay {
  background: linear-gradient(
    180deg,
    rgba(246, 248, 251, 0.7) 0%,
    rgba(246, 248, 251, 0.5) 40%,
    rgba(246, 248, 251, 0.75) 100%
  );
}

body.theme-light .hero--video-bg .hero-content h1 {
  color: #0f172a;
  text-shadow: none;
}

body.theme-light .hero--video-bg .hero-subhead {
  color: #475569;
}

body.theme-light .hero--video-bg .hero-collab {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(15, 23, 42, 0.12);
}

body.theme-light .trust-pill {
  background: rgba(28, 158, 244, 0.08);
  border-color: rgba(28, 158, 244, 0.25);
  color: #334155;
}

body.theme-light .trust-pill__icon {
  color: rgba(28, 158, 244, 0.9);
}

/* ============================================
   UPDATED STYLES - Jan 2026
   ============================================ */

/* 1. Hero overlay positioning - push higher, left-align trust chips */
.hero--video-bg {
  position: relative;
  min-height: 100vh;
}

.hero--video-bg .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding-top: calc(var(--header-height, 78px) + 32px);
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero--video-bg .hero-content h1,
.hero--video-bg .hero-subhead,
.hero--video-bg .hero-cta {
  text-align: left;
}

.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}

.hero-trust-chips .trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 13, 18, 0.65);
  color: rgba(237, 237, 237, 0.82);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: none;
}

.trust-pill__icon {
  flex-shrink: 0;
  color: rgba(58, 216, 255, 0.9);
}

/* 2. Waitlist modal - smaller + premium */
.waitlist-modal__dialog {
  width: min(560px, 94vw);
  max-width: 560px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 28px;
}

.waitlist-form__grid {
  margin-top: 18px;
  gap: 14px;
}

.waitlist-field {
  gap: 6px;
}

.waitlist-input {
  padding: 14px 16px !important;
  font-size: 15px !important;
}

.waitlist-optional {
  margin-top: 14px;
}

.waitlist-form__grid--optional {
  margin-top: 10px;
  gap: 12px;
}

.waitlist-modal__actions {
  margin-top: 18px;
  gap: 8px;
}

.waitlist-submit {
  width: 100%;
}

.waitlist-disclaimer {
  font-size: 12px;
  color: rgba(167, 176, 191, 0.7) !important;
  margin: 0;
}

@media (max-width: 768px) {
  .waitlist-modal__dialog {
    width: 94vw;
    max-height: 88vh;
    padding: 18px;
    display: flex;
    flex-direction: column;
  }

  .waitlist-modal__header {
    position: sticky;
    top: -18px;
    background: rgba(10, 13, 18, 0.98);
    padding: 18px 0 10px;
    margin: -18px -18px 0;
    padding-left: 18px;
    padding-right: 18px;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
  }

  .waitlist-modal__close {
    top: 14px;
    right: 14px;
  }

  .waitlist-modal__content {
    flex: 1;
    overflow-y: auto;
  }

  .waitlist-form__grid {
    grid-template-columns: 1fr;
  }

  .waitlist-submit {
    width: 100%;
  }
}

/* 3. Testimonial carousel - 3-up desktop, highlighted center, bigger cards */
.testimonial-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  overflow: visible;
  padding: 20px 0;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
  align-items: center;
}

.testimonial-card {
  flex-shrink: 0;
  min-width: 340px;
  max-width: 400px;
  padding: 28px 32px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 14, 20, 0.75);
  color: rgba(237, 237, 237, 0.82);
  font-size: 17px;
  line-height: 1.65;
  opacity: 0.55;
  transform: scale(0.92);
  transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}

.testimonial-card.is-active {
  opacity: 1;
  transform: scale(1.04);
  border-color: rgba(58, 216, 255, 0.45);
  box-shadow: 0 24px 48px rgba(5, 8, 12, 0.4);
  background: rgba(12, 18, 26, 0.9);
}

.testimonial-card.is-prev,
.testimonial-card.is-next {
  opacity: 0.7;
  transform: scale(0.96);
}

.carousel-control {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 14, 20, 0.8);
  color: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
  z-index: 2;
}

.carousel-control:hover {
  border-color: rgba(58, 216, 255, 0.5);
  background: rgba(58, 216, 255, 0.12);
}

.testimonial-dots {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 1100px) {
  .testimonial-carousel {
    flex-direction: column;
  }

  .carousel-control {
    display: none;
  }

  .testimonial-card {
    min-width: 300px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .testimonial-carousel {
    padding: 10px 0;
  }

  .testimonial-track {
    gap: 14px;
  }

  .testimonial-card {
    min-width: 280px;
    padding: 22px 24px;
    font-size: 16px;
  }

  .testimonial-card.is-active {
    transform: scale(1);
  }

  .hero--video-bg .hero-content {
    padding-top: calc(var(--header-height, 62px) + 20px);
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-trust-chips {
    gap: 8px;
    margin-top: 16px;
  }

  .hero-trust-chips .trust-pill {
    padding: 6px 10px;
    font-size: 11px;
  }
}

/* Collaboration section "stay aligned" on one line on desktop */
@media (min-width: 900px) {
  .collaboration-section .section-header h2 {
    white-space: nowrap;
  }
}

/* Testimonial carousel arrow positioning */
.testimonial-carousel .carousel-control--prev,
.testimonial-carousel .carousel-control--next {
  position: relative;
  flex-shrink: 0;
}

@media (min-width: 1101px) {
  .testimonial-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 16px 20px;
    align-items: center;
  }

  .testimonial-carousel .carousel-control--prev {
    grid-column: 1;
    grid-row: 1;
  }

  .testimonial-carousel .testimonial-track {
    grid-column: 2;
    grid-row: 1;
    overflow: visible;
  }

  .testimonial-carousel .carousel-control--next {
    grid-column: 3;
    grid-row: 1;
  }

  .testimonial-carousel .testimonial-dots {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .carousel-control {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Ensure the login link shows */
.nav-link--secondary {
  display: inline-flex !important;
}

/* ============================================
   UPDATED STYLES - Batch 2
   ============================================ */

/* Hero compact spacing (trust chips removed) */
.hero-content--compact {
  gap: 0;
}

.hero-content--compact h1 {
  margin-bottom: 12px;
}

.hero-content--compact .hero-subhead {
  margin-bottom: 20px;
}

.hero-content--compact .hero-cta {
  margin-top: 0;
}

/* Tighter hero overall */
.hero--video-bg .hero-content {
  padding-top: calc(var(--header-height, 78px) + 32px);
  padding-bottom: 28px;
  gap: 0;
}

@media (max-width: 768px) {
  .hero--video-bg .hero-content {
    padding-top: calc(var(--header-height, 62px) + 24px);
    padding-bottom: 24px;
    gap: 0;
  }
}

.hero-carousel-nav {
  bottom: 56px;
}

@media (max-width: 768px) {
  .hero-carousel-nav {
    bottom: 24px;
  }
}

/* Centered collaboration section header */
.section-header--centered {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-header--centered .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

/* Swapped collaboration features layout */
.collaboration-features--swapped {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .collaboration-features--swapped {
    grid-template-columns: 1fr;
  }
  
  .collaboration-features--swapped .collaboration-bullets {
    order: 1;
  }
  
  .collaboration-features--swapped .collaboration-feed {
    order: 2;
  }
}

/* Left-aligned FAQ */
.faq-section--left-aligned .section-header--left {
  text-align: left;
  max-width: none;
}

.faq-section--left-aligned .faq-item h3,
.faq-section--left-aligned .faq-item p {
  text-align: left;
}

.faq-section--left-aligned .faq-item p {
  max-width: 70ch;
}

/* Testimonial static grid (3 tiles) */
.testimonial-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
  margin-top: 32px;
}

.testimonial-grid .testimonial-card {
  display: block !important;
  visibility: visible !important;
  padding: 28px 24px;
  font-size: 16px;
  line-height: 1.65;
  border-radius: 16px;
  background: rgba(30, 40, 55, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #f0f0f0 !important;
  opacity: 1 !important;
  transform: none !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  position: static !important;
  flex-shrink: 0 !important;
  pointer-events: auto !important;
}

@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .testimonial-grid .testimonial-card {
    padding: 22px 20px;
    font-size: 15px;
    opacity: 1;
    transform: none;
  }
}

/* Gallery static grid (5x6 = 30 items) */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.gallery-grid .gallery-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(10, 14, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.gallery-grid .gallery-card:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(58, 216, 255, 0.4);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.gallery-grid .gallery-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.gallery-grid .gallery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-grid .gallery-card__media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.gallery-grid .gallery-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}

.gallery-grid .gallery-card__caption {
  padding: 10px 12px;
  font-size: 12px;
  color: rgba(245, 247, 250, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .gallery-grid .gallery-card__caption {
    padding: 8px 10px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .gallery-grid .gallery-card__badge {
    padding: 2px 6px;
    font-size: 9px;
  }

  .gallery-grid .gallery-card__caption {
    padding: 6px 8px;
    font-size: 10px;
  }
}

/* Larger headings for Review & Script sections */
.review-section h2 {
  font-size: clamp(32px, 4.8vw, 52px);
}

.script-section h2 {
  font-size: clamp(30px, 4.6vw, 48px);
}

/* Review section - full-width header + two-column layout below */
.review-section .container {
  display: block;
}

.review-header {
  margin-bottom: clamp(32px, 5vw, 48px);
}

.review-header .section-badge {
  display: inline-block;
  margin-bottom: 16px;
}

.review-header h2 {
  margin: 0;
  font-size: clamp(32px, 4.8vw, 52px);
  max-width: 900px;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.review-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.review-subhead {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(167, 176, 191, 0.9);
}

.review-content .feature-card-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-graphic-wrap {
  align-self: start;
}

/* Review section mobile - stack vertically */
@media (max-width: 900px) {
  .review-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .review-subhead,
  .review-content .feature-card-grid {
    max-width: none;
  }

  .review-header h2 {
    max-width: none;
  }
}
