/* ==========================================================================
   LIGHTSTREAM — CINEMA NOIR STYLESHEET
   Design System: Dark Noir Cinema, High Contrast, Glassmorphism, Micro-borders
   ========================================================================== */
@font-face {
  font-family: 'Golos Text';
  src: url('assets/fonts/golos-text-lat.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Golos Text';
  src: url('assets/fonts/golos-text-cyr.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

:root {
  /* Base / Hero / Landing Theme Variables */
  --bg-primary: #0f1218;
  --bg-surface: #141822;
  --bg-surface-elevated: #1a202c;
  --bg-surface-glass: rgba(15, 18, 24, 0.85);
  --header-bg-scrolled: rgba(11, 13, 17, 0.88);
  --header-border-scrolled: rgba(255, 255, 255, 0.08);
  --text-primary: #f1f5f9;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --text-tertiary: #64748b;
  --warm-amber-glow: rgba(217, 119, 6, 0.08);
  --warm-sepia-glow: rgba(180, 140, 100, 0.06);
  --accent-gold-text: #f5e6ca;
  --accent-gold-light: #faf0e0;
  --accent-gold-hover: #faebd2;
  --font-sans: 'Golos Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-display: Georgia, 'Times New Roman', serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-highlight: rgba(255, 255, 255, 0.16);
  --border-glass: rgba(255, 255, 255, 0.12);

  --accent-gold: #fbbf24;
  --accent-brand: #5a9bff;
  --accent-brand-glow: rgba(90, 155, 255, 0.25);
  --accent-emerald: #10b981;
  --accent-red: #ef4444;
  --accent-blue: #38bdf8;
  
  /* Standard Motion Tokens */
  --duration-instant: 0ms;
  --duration-fast: 120ms;
  --duration-default: 200ms;
  --duration-slow: 320ms;
  --duration-slower: 400ms;
  --duration-scroll: 800ms;

  --ease-out: cubic-bezier(0.0, 0.0, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0.0, 1, 1);
  --ease-in-out: cubic-bezier(0.4, 0.0, 0.2, 1);
  --ease-in-out-cubic: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-emphasized: cubic-bezier(0.2, 0.0, 0, 1);
  --ease-emphasized-decel: cubic-bezier(0.33, 0, 0.2, 1);
  
  --transition-fast: 120ms var(--ease-out);
  --transition-smooth: 1500ms var(--ease-out);
  --transition-scroll: 800ms var(--ease-in-out-cubic);
  --shadow-cinema: 0 20px 50px rgba(0, 0, 0, 0.85);
  --z-header: 100;
  --z-modal: 1000;
  --z-overlay: 999;

  /* Dynamic Scroll & Color Infusion variables */
  --scroll-progress: 0;
  --color-progress: 0;
  --scroll-grayscale: 1;
  --scroll-y: 0px;
}

/* Reduced Motion Preferences */
@media (prefers-reduced-motion: reduce) {
  :root {
    --duration-fast: 0ms;
    --duration-default: 0ms;
    --duration-slow: 100ms;
    --duration-slower: 100ms;
  }
  *:not(.hero-tagline-badge):not(.hero-headline):not(.hero-lead-noir):not(.hero-subtext-footnote):not(.hero-actions-row):not(.hero-omnibox-card):not(.omnibox-quick-tags):not(.reel-track):not(.reel-track-down):not(.reel-track-up):not(.reel-column):not(.reel-item):not(.poster-card),
  *:not(.hero-tagline-badge):not(.hero-headline):not(.hero-lead-noir):not(.hero-subtext-footnote):not(.hero-actions-row):not(.hero-omnibox-card):not(.omnibox-quick-tags):not(.reel-track):not(.reel-track-down):not(.reel-track-up):not(.reel-column):not(.reel-item):not(.poster-card)::before,
  *:not(.hero-tagline-badge):not(.hero-headline):not(.hero-lead-noir):not(.hero-subtext-footnote):not(.hero-actions-row):not(.hero-omnibox-card):not(.omnibox-quick-tags):not(.reel-track):not(.reel-track-down):not(.reel-track-up):not(.reel-column):not(.reel-item):not(.poster-card)::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* App Theme Palette (Screens 2+): Real App Dark Navy & Blue Accent */
body.app-theme {
  --app-bg: #0d1522;
  --app-panel-bg: rgba(23, 32, 48, 0.75);
  --app-panel-bg-elevated: rgba(30, 41, 59, 0.85);
  --app-panel-border: rgba(59, 130, 246, 0.18);
  --app-panel-border-hover: rgba(59, 130, 246, 0.38);
  --app-accent: #3b82f6;
  --app-accent-glow: rgba(59, 130, 246, 0.35);
  --app-accent-hover: #60a5fa;
  --app-text: #e8eef7;
  --app-text-muted: #94a3b8;
  --app-text-secondary: #cbd5e1;
  --bg-primary: #0d1522;
  --bg-surface: rgba(23, 32, 48, 0.75);
  --bg-surface-elevated: rgba(30, 41, 59, 0.85);
  --bg-surface-glass: rgba(23, 32, 48, 0.75);
  --accent-gold: #3b82f6;
  --accent-gold-text: #e8eef7;
  --accent-gold-light: #60a5fa;
  --accent-gold-hover: #93c5fd;
  --text-primary: #e8eef7;
  --border-subtle: rgba(59, 130, 246, 0.15);
  --border-highlight: rgba(59, 130, 246, 0.3);
}

/* Scrolled / Noir Theme Shift via CSS Variables */
body.is-scrolled {
  --bg-primary: #0b0d11;
  --bg-surface: #10131a;
  --bg-surface-elevated: #161b24;
  --bg-surface-glass: rgba(11, 13, 17, 0.92);
  --header-bg-scrolled: rgba(11, 13, 17, 0.92);
  --header-border-scrolled: rgba(90, 155, 255, 0.15);
  --text-secondary: #94a3b8;
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-highlight: rgba(90, 155, 255, 0.25);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  overscroll-behavior-y: none;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Fullpage Controller Active: Compositor-driven fullpage scene */
html.fullpage-controlled,
html.fullpage-controlled body {
  height: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
  overscroll-behavior-y: none;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

html.fullpage-controlled #main-content {
  position: relative;
  width: 100%;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

/* Fallback CSS transition when WAAPI is unavailable or when fallback class is present */
html.fullpage-controlled #main-content.fallback-transition,
html.fullpage-controlled #main-content.is-transitioning {
  transition: transform 1200ms cubic-bezier(0.33, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  html.fullpage-controlled #main-content.fallback-transition,
  html.fullpage-controlled #main-content.is-transitioning {
    transition: transform 1200ms cubic-bezier(0.33, 0, 0.2, 1);
  }
}

html.fullpage-controlled .screen-section,
html.fullpage-controlled .snap-section,
html.fullpage-controlled .section,
html.fullpage-controlled section {
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}
body {
  background: radial-gradient(circle at 50% 12%, #131822 0%, #0f1218 50%, #080a0c 100%) fixed;
  color: var(--text-primary);
  font-family: var(--font-sans);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  transition: background-color var(--transition-smooth), color var(--transition-smooth);
}

@media (min-width: 769px) {
  .cinema-dust-canvas,
  #cinema-dust-canvas,
  .cinema-noir-theme #cinema-dust-canvas,
  .hero-noir-section ~ #cinema-dust-canvas,
  #main-content #cinema-dust-canvas {
    display: block !important;
  }
}

#hero-bg-video,
.hero-bg-video {
  display: none !important;
}

.hero-section #hero-bg-video,
.hero-section .hero-bg-video,
.hero-noir-section #hero-bg-video,
.hero-noir-section .hero-bg-video,
#hero #hero-bg-video,
#hero-wrapper #hero-bg-video {
  display: block !important;
  visibility: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
  mix-blend-mode: screen;
  transition: opacity 0.4s ease-out;
}

:not(.hero-section):not(.hero-noir-section):not(#hero) > #hero-bg-video,
:not(.hero-section):not(.hero-noir-section):not(#hero) > .hero-bg-video,
.feature-preview-section #hero-bg-video,
.features-table-section #hero-bg-video,
#feature-preview #hero-bg-video,
#features-table #hero-bg-video {
  display: none !important;
  visibility: hidden !important;
}

.cinema-dust-canvas,
.noise-overlay,
.vignette-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
  opacity: 0.35;
  transition: opacity 0.4s ease-out;
}

/* Noir Film Grain Noise & Glitch Scanlines Overlay */
.noise-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
  opacity: 0.16;
  mix-blend-mode: screen;
  background-image: 
    repeating-radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0, rgba(0, 0, 0, 0.12) 1px, transparent 2px, transparent 4px),
    linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.32) 50%);
  background-size: 140px 140px, 100% 4px;
  animation: noir-film-jitter 0.18s steps(2) infinite;
  will-change: transform;
}

.noise-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.35;
  animation: noir-scanline-glitch 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  will-change: transform;
  pointer-events: none;
}

@keyframes noir-film-jitter {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-1.5px, 1.5px);
  }
  50% {
    transform: translate(1px, -1px);
  }
  75% {
    transform: translate(-1px, -0.5px);
  }
  100% {
    transform: translate(1.5px, 0.5px);
  }
}

@keyframes noir-scanline-glitch {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .noise-overlay,
  .noise-overlay::after {
    animation: none !important;
  }
}

html[data-performance-tier="low"] .noise-overlay,
html[data-performance-tier="low"] .noise-overlay::after {
  animation: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}

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

/* Atmospheric Ambient Light */
.ambient-light-glow {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 700px;
  background: radial-gradient(ellipse at center, rgba(217, 119, 6, 0.06) 0%, rgba(180, 130, 80, 0.035) 35%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 768px) {
  .ambient-light-glow,
  #cinema-dust-canvas,
  .cinema-dust-canvas {
    display: none !important;
  }
}

#site-header,
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.25rem 2rem;
  transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              backdrop-filter 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              -webkit-backdrop-filter 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              padding 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: transparent;
  border: 0 !important;
  border-bottom: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  pointer-events: auto;
  contain: layout style;
}

.site-header.scrolled {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.site-header,
.site-header *,
.site-header::before,
.site-header::after {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

.site-header .container,
.site-header .header-inner,
.site-header .header-nav {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.site-header .btn-header {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

.site-header .btn-header:hover {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 270px;
  height: 48px;
  text-decoration: none;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-logo:focus-visible {
  outline: 2px solid var(--accent-brand);
  outline-offset: 4px;
  border-radius: 4px;
}

.brand-logo-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 270px !important;
  height: 48px !important;
  object-fit: contain;
  flex: none;
  pointer-events: none;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center center;
  transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-logo.logo-swap-transitioning .brand-logo-image {
  transform: translate3d(0, 0, 0) scale(0.98);
}

.brand-logo.logo-swap-out .brand-logo-image {
  opacity: 0;
}

.logo-shutter-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  isolation: isolate;
  opacity: 0;
}

.logo-shutter-blade {
  position: absolute;
  inset: -10% -8%;
  pointer-events: none;
  opacity: 0;
  transform-origin: center center;
  transform: translate3d(-160%, 0, 0);
  will-change: transform, opacity;
  background: linear-gradient(120deg, rgba(90, 155, 255, 0) 0%, rgba(90, 155, 255, 0.75) 45%, rgba(245, 248, 255, 1) 50%, rgba(90, 155, 255, 0.65) 55%, rgba(90, 155, 255, 0) 100%);
  clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
}

.logo-shutter-blade.blade-1 {
  transform: translate3d(-170%, -12%, 0) rotate(-8deg);
  background: linear-gradient(120deg, rgba(90, 155, 255, 0) 0%, rgba(90, 155, 255, 0.7) 45%, rgba(245, 248, 255, 1) 50%, rgba(90, 155, 255, 0.6) 55%, rgba(90, 155, 255, 0) 100%);
}

.logo-shutter-blade.blade-2 {
  transform: translate3d(-150%, 0, 0) rotate(0deg);
  background: linear-gradient(120deg, rgba(120, 180, 255, 0) 0%, rgba(120, 180, 255, 0.85) 45%, rgba(255, 255, 255, 1) 50%, rgba(120, 180, 255, 0.75) 55%, rgba(120, 180, 255, 0) 100%);
}

.logo-shutter-blade.blade-3 {
  transform: translate3d(-130%, 12%, 0) rotate(8deg);
  background: linear-gradient(120deg, rgba(90, 155, 255, 0) 0%, rgba(90, 155, 255, 0.7) 45%, rgba(245, 248, 255, 1) 50%, rgba(90, 155, 255, 0.6) 55%, rgba(90, 155, 255, 0) 100%);
}

.brand-logo.logo-shutter-ready .logo-shutter-layer,
.brand-logo.logo-shutter-running .logo-shutter-layer,
.brand-logo.logo-shutter-active .logo-shutter-layer {
  opacity: 1;
}

.brand-logo.logo-shutter-running .logo-shutter-blade,
.brand-logo.logo-shutter-active .logo-shutter-blade {
  opacity: 1;
}

@keyframes logoShutterSweep1 {
  0% {
    transform: translate3d(-170%, -12%, 0) rotate(-8deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    transform: translate3d(-18%, -10%, 0) rotate(-8deg);
    opacity: 1;
  }
  100% {
    transform: translate3d(170%, -12%, 0) rotate(-8deg);
    opacity: 0;
  }
}

@keyframes logoShutterSweep2 {
  0% {
    transform: translate3d(-150%, 0, 0) rotate(0deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    transform: translate3d(0%, 0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate3d(150%, 0, 0) rotate(0deg);
    opacity: 0;
  }
}

@keyframes logoShutterSweep3 {
  0% {
    transform: translate3d(-130%, 12%, 0) rotate(8deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    transform: translate3d(18%, 10%, 0) rotate(8deg);
    opacity: 1;
  }
  100% {
    transform: translate3d(130%, 12%, 0) rotate(8deg);
    opacity: 0;
  }
}

.brand-logo.logo-shutter-running .blade-1 {
  animation: logoShutterSweep1 600ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.brand-logo.logo-shutter-running .blade-2 {
  animation: logoShutterSweep2 600ms cubic-bezier(0.16, 1, 0.3, 1) 40ms forwards;
}

.brand-logo.logo-shutter-running .blade-3 {
  animation: logoShutterSweep3 600ms cubic-bezier(0.16, 1, 0.3, 1) 80ms forwards;
}

.brand-logo.logo-shutter-active .blade-1 {
  transform: translate3d(-18%, -10%, 0) rotate(-8deg);
}

.brand-logo.logo-shutter-active .blade-2 {
  transform: translate3d(0%, 0, 0) rotate(0deg);
}

.brand-logo.logo-shutter-active .blade-3 {
  transform: translate3d(18%, 10%, 0) rotate(8deg);
}

.brand-logo.logo-shutter-reverse .blade-1 {
  transform: translate3d(170%, -12%, 0) rotate(-8deg);
}

.brand-logo.logo-shutter-reverse .blade-2 {
  transform: translate3d(150%, 0, 0) rotate(0deg);
}

.brand-logo.logo-shutter-reverse .blade-3 {
  transform: translate3d(130%, 12%, 0) rotate(8deg);
}

.brand-logo.logo-shutter-reverse .logo-shutter-blade {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo-image,
  .logo-shutter-layer,
  .logo-shutter-blade {
    transition: opacity 600ms ease-out !important;
    animation: none !important;
  }

  .logo-shutter-layer,
  .logo-shutter-blade {
    display: none !important;
  }
}

/* ==========================================================================
   HEADER NAVIGATION
   ========================================================================== */

.header-nav {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.site-header .btn-header {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}

.site-header .btn-header:hover {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-logo {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity var(--transition-fast), transform var(--transition-smooth);
  height: 48px;
}


.brand-logo-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.brand-logo:hover {
  opacity: 0.95;
}


.header-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color var(--transition-fast), opacity var(--transition-fast);
}

.nav-link:hover {
  color: #ffffff;
}

.nav-link-del del {
  color: var(--text-muted);
  opacity: 0.75;
  transition: color var(--transition-fast), opacity var(--transition-fast);
}

.nav-link-del:hover del {
  color: var(--text-secondary);
  opacity: 1;
}

.nav-item-disabled {
  color: var(--text-muted);
  opacity: 0.55;
  cursor: default;
  user-select: none;
  pointer-events: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: opacity var(--transition-fast);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all var(--transition-fast);
}

.btn-header {
  background: rgba(245, 230, 202, 0.08);
  color: var(--accent-gold-text);
  border: 1px solid rgba(245, 230, 202, 0.15);
  padding: 0.5rem 1.1rem;
  font-size: 0.8125rem;
  border: none;
  gap: 0.4rem;
}
.btn-header:hover {
  background: rgba(245, 230, 202, 0.15);
}

.screen-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  contain: layout style paint;
}

.snap-section,
.section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hero-noir-section {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: radial-gradient(circle at 50% 0%, rgba(26, 32, 44, 0.5) 0%, rgba(19, 24, 34, 0.3) 45%, transparent 80%);
}
.hero-noir-section,
#hero,
#hero[data-screen='0'] {
  color: var(--text-primary);
  --bg-primary: #0f1218;
  --bg-surface: #141822;
  --bg-surface-elevated: #1a202c;
  --bg-surface-glass: rgba(15, 18, 24, 0.85);
  --accent-gold: #e5b95c;
  --accent-gold-text: #f5e6ca;
  --accent-gold-light: #f3d489;
  --accent-gold-hover: #e0ac3a;
  --text-primary: #f1f5f9;
  --text-secondary: #94a3b8;
  --text-muted: #94a3b8;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-highlight: rgba(255, 255, 255, 0.16);
  --border-glass: rgba(255, 255, 255, 0.12);
}

.hero-noir-section::before {
  display: none !important;
  content: none !important;
}

/* Screen 1 (#hero) visual invariance: posters remain in constant noir/neutral treatment */
#hero .poster-img-wrap img,
#hero .reel-card img {
  filter: grayscale(80%) contrast(1.05) brightness(0.96) !important;
}

#hero .poster-card:hover .poster-img-wrap img,
#hero .reel-card:hover img {
  filter: grayscale(0%) contrast(1.0) brightness(1.05) !important;
}

@media (prefers-reduced-motion: reduce) {
  .snap-section,
  .section,
  .screen-section {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.hero-split-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.5rem;
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 5rem;
}

.hero-content-col {
  flex: 0 0 48%;
  max-width: 600px;
}

/* Cinema Neon Sign Flicker Entrance (Vintage Theater Warm-Up Cadence) */
@keyframes heroNeonFlicker {
  /* --- Phase 1 (0–15%): Rapid Warm-Up Ignition (irregular strike pulses) --- */
  0% {
    opacity: 0;
    filter: brightness(0.15);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  1.8% {
    opacity: 0;
    filter: brightness(0.15);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  3.2% {
    opacity: 0.88;
    filter: brightness(1.4);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.7), 0 0 18px rgba(56, 189, 248, 0.45);
  }
  4.7% {
    opacity: 0.05;
    filter: brightness(0.2);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  7.1% {
    opacity: 0.94;
    filter: brightness(1.45);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.75), 0 0 22px rgba(56, 189, 248, 0.5);
  }
  8.9% {
    opacity: 0.12;
    filter: brightness(0.25);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  11.4% {
    opacity: 0.98;
    filter: brightness(1.5);
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.8), 0 0 24px rgba(56, 189, 248, 0.55);
  }
  13.6% {
    opacity: 0.35;
    filter: brightness(0.55);
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
  }
  /* --- Phase 2 (15–30%): Gas Tube Ionization Jitter (micro-instability) --- */
  15.8% {
    opacity: 0.91;
    filter: brightness(1.2);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.55), 0 0 18px rgba(56, 189, 248, 0.4);
  }
  18.3% {
    opacity: 0.68;
    filter: brightness(0.9);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.35), 0 0 12px rgba(56, 189, 248, 0.25);
  }
  21.7% {
    opacity: 0.97;
    filter: brightness(1.25);
    text-shadow: 0 0 9px rgba(255, 255, 255, 0.6), 0 0 20px rgba(56, 189, 248, 0.4);
  }
  24.2% {
    opacity: 0.74;
    filter: brightness(0.95);
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.4), 0 0 14px rgba(56, 189, 248, 0.3);
  }
  27.6% {
    opacity: 0.95;
    filter: brightness(1.15);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5), 0 0 18px rgba(56, 189, 248, 0.35);
  }
  /* --- Phase 3 (30–100%): Fixed Stable Glow, Gas Fully Ionized --- */
  30% {
    opacity: 1;
    filter: brightness(1);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.35), 0 0 18px rgba(56, 189, 248, 0.2);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.35), 0 0 18px rgba(56, 189, 248, 0.2);
  }
}

.hero-content-col,
.hero-content-col .hero-tagline-badge,
.hero-content-col .hero-headline,
.hero-content-col .hero-lead-noir,
.hero-content-col .hero-subtext-footnote,
.hero-content-col .hero-actions-row,
.hero-content-col .hero-omnibox-card,
.hero-content-col .omnibox-quick-tags {
  animation: heroNeonFlicker 2.4s cubic-bezier(0.25, 1, 0.5, 1) both;
  will-change: opacity, filter, text-shadow;
}

.hero-content-col .hero-tagline-badge {
  animation-delay: 80ms;
}
.hero-content-col .hero-headline {
  animation-delay: 240ms;
}
.hero-content-col .hero-lead-noir {
  animation-delay: 440ms;
}
.hero-content-col .hero-subtext-footnote {
  animation-delay: 640ms;
}
.hero-content-col .hero-actions-row {
  animation-delay: 840ms;
}
.hero-content-col .hero-omnibox-card {
  animation-delay: 1040ms;
}
.hero-content-col .omnibox-quick-tags {
  animation-delay: 1240ms;
}

/* Tagline Badge */
.hero-tagline-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.pulse-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-emerald, #10b981);
  display: inline-block;
  position: relative;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.8), 0 0 4px #10b981;
  animation: none;
}

html[data-performance-tier="high"] .screen-section.is-active .pulse-indicator,
:root:not([data-performance-tier]) .screen-section.is-active .pulse-indicator {
  animation: beta-dot-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes beta-dot-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.8), 0 0 4px #10b981;
  }
  50% {
    transform: scale(1.35);
    opacity: 0.75;
    box-shadow: 0 0 16px rgba(16, 185, 129, 0.95), 0 0 8px #34d399;
  }
}

/* Hero Icon and Badge Reveal Enhancement */
.hero-tagline-badge .pulse-indicator {
  animation: badgeDotReveal 1.6s cubic-bezier(0.16, 1, 0.3, 1) both, beta-dot-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 1.6s infinite !important;
}

.cinema-btn-play-icon,
.omnibox-search-icon {
  animation: heroIconReveal 1.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes badgeDotReveal {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes heroIconReveal {
  0% {
    opacity: 0;
    transform: scale(0.6) rotate(-8deg);
  }
  60% {
    opacity: 0.9;
    transform: scale(1.08) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
/* Headline */
.hero-headline {
  font-family: var(--font-sans);
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
}

.hero-headline-main {
  font-family: var(--font-sans);
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-bottom: 0.875rem;
}

.hero-title-italic {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: #e2e8f0;
  letter-spacing: -0.01em;
}

.hero-lead-noir {
  font-size: 1rem;
  line-height: 1.45;
  color: var(--text-secondary);
  margin-bottom: 0.35rem;
  max-width: 520px;
}

.hero-subtext-footnote {
  font-size: 0.8125rem;
  line-height: 1.35;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  max-width: 520px;
}

/* CTA Row */
.hero-actions-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.hero-cta-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.cinema-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0 1.75rem;
  height: 48px;
  min-height: 48px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  outline: none;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  transition: background var(--transition-fast), 
              color var(--transition-fast), 
              transform var(--transition-fast), 
              box-shadow var(--transition-fast),
              border-color var(--transition-fast);
  width: fit-content;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  animation: cinemaBtnEntrance 0.8s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}

html[data-performance-tier="high"] .screen-section.is-active .cinema-btn-primary,
:root:not([data-performance-tier]) .screen-section.is-active .cinema-btn-primary {
  animation: cinemaBtnEntrance 0.8s cubic-bezier(0.16, 1, 0.3, 1) backwards,
             cinemaBtnSweep 5.5s cubic-bezier(0.4, 0, 0.2, 1) 1.5s infinite;
}

.cinema-btn-primary::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -160%;
  width: 140%;
  height: 200%;
  background: linear-gradient(
    105deg,
    transparent 20%,
    rgba(255, 255, 255, 0.04) 42%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.04) 58%,
    transparent 80%
  );
  transform: rotate(25deg);
  transition: left 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.cinema-btn-primary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4), 0 0 12px rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.cinema-btn-primary:hover::before {
  left: 160%;
}

.cinema-btn-primary:active {
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.cinema-btn-primary:focus-visible {
  outline: 2px solid var(--accent-gold-text);
  outline-offset: 3px;
}

@keyframes cinemaBtnEntrance {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cinemaBtnSweep {
  0%, 75%, 100% {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
  }
  87% {
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35), 0 0 8px rgba(255, 255, 255, 0.05);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cinema-btn-primary,
  html[data-performance-tier="high"] .screen-section.is-active .cinema-btn-primary,
  :root:not([data-performance-tier]) .screen-section.is-active .cinema-btn-primary {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
  .cinema-btn-primary::before {
    display: none !important;
  }
  .cinema-btn-primary:hover,
  .cinema-btn-primary:active {
    transform: none !important;
  }
}
.hero-contact-links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-contact-icon-btn,
.hero-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: var(--text-secondary);
  text-decoration: none;
  transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}

.hero-contact-icon-btn:hover,
.hero-contact-link:hover {
  background: rgba(245, 230, 202, 0.12);
  color: #ffffff;
  border-color: rgba(245, 230, 202, 0.35) !important;
  transform: translateY(-1px);
}

.hero-contact-icon-btn:focus-visible,
.hero-contact-link:focus-visible {
  outline: 2px solid var(--accent-gold-text);
  outline-offset: 3px;
}

.hero-contact-icon-btn svg,
.hero-contact-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}
.cinema-btn-play-icon {
  fill: currentColor;
  color: var(--text-secondary);
  transition: fill var(--transition-fast), color var(--transition-fast);
}

.cinema-btn-primary:hover .cinema-btn-play-icon {
  fill: currentColor;
  color: #ffffff;
}

.hero-trust-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.trust-dot {
  color: var(--accent-emerald);
  font-size: 0.75rem;
}

/* Omnibox Card */
.hero-omnibox-card {
  position: relative;
  max-width: 480px;
}

.omnibox-cinema-bar {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 0.35rem 0.75rem 0.35rem 0.85rem;
  transition: all var(--transition-fast);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.omnibox-cinema-bar:focus-within {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.omnibox-search-icon {
  color: var(--text-tertiary);
  display: flex;
  align-items: center;
  margin-right: 0.6rem;
  flex-shrink: 0;
}

.omnibox-cinema-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.875rem;
  color: #ffffff;
  font-family: var(--font-sans);
  padding: 0.2rem 0;
}

.omnibox-cinema-input::placeholder {
  color: var(--text-tertiary);
  font-size: 0.8125rem;
}

.omnibox-kbd-hint {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-tertiary);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  padding: 0.15rem 0.4rem;
  line-height: 1;
  user-select: none;
  margin-left: 0.5rem;
}

/* Omnibox Dropdown */
.omnibox-results-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: rgba(15, 17, 21, 0.97);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 0.5rem;
  z-index: 50;
  display: none;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.9);
}

.omnibox-results-dropdown.open {
  display: block;
}

.omnibox-result-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background var(--transition-fast);
}

.omnibox-result-item:hover,
.omnibox-result-item.active {
  background: rgba(255, 255, 255, 0.08);
}

.omnibox-result-thumb {
  width: 38px;
  height: 54px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0;
}

.omnibox-result-info {
  flex: 1;
  min-width: 0;
}

.omnibox-result-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.omnibox-result-meta {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

.omnibox-result-action {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #cbd5e1;
  font-size: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.omnibox-result-action:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.omnibox-no-results {
  padding: 1rem;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Quick Tags */
.omnibox-quick-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.quick-tag-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-family: var(--font-mono);
}

.quick-chip {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  font-size: 0.75rem;
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.quick-chip:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  border-color: var(--border-highlight);
}

/* Reels Gallery Column */
.hero-reels-col,
.posters-group {
  flex: 0 0 46%;
  height: 620px;
  display: flex;
  gap: 1.25rem;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}

.reel-column {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

/* Compositor-only vertical float animation for hero right posters group */
.posters-group {
  animation: posters-float 7s cubic-bezier(0.42, 0, 0.58, 1) infinite alternate;
  will-change: transform;
}

@keyframes posters-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .posters-group {
    animation: none !important;
    transform: none !important;
  }
}

html[data-performance-tier="low"] .posters-group {
  animation: none !important;
}

.reel-track {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  animation: scroll-vertical-down 26s linear infinite;
}

.reel-column-1 .reel-track,
.reel-column-1 .reel-track-down,
.reel-column-3 .reel-track,
.reel-column-3 .reel-track-down,
.reel-track-down {
  animation: scroll-vertical-down 26s linear infinite;
}

.reel-column-2 .reel-track,
.reel-column-2 .reel-track-up,
.reel-track-up {
  animation: scroll-vertical-up 32s linear infinite;
}

.reel-column-3 .reel-track,
.reel-column-3 .reel-track-down {
  animation: scroll-vertical-down 24s linear infinite;
}

.reel-track.js-paused,
.reel-track-down.js-paused,
.reel-track-up.js-paused {
  animation-play-state: paused !important;
}

html[data-performance-tier="high"] .screen-section.is-active .reel-column-1 .reel-track-down,
html[data-performance-tier="medium"] .screen-section.is-active .reel-column-1 .reel-track-down,
:root:not([data-performance-tier]) .screen-section.is-active .reel-column-1 .reel-track-down,
html[data-performance-tier="high"] .screen-section.entering-down .reel-column-1 .reel-track-down,
html[data-performance-tier="medium"] .screen-section.entering-down .reel-column-1 .reel-track-down,
:root:not([data-performance-tier]) .screen-section.entering-down .reel-column-1 .reel-track-down,
html[data-performance-tier="high"] .screen-section.leaving-down .reel-column-1 .reel-track-down,
html[data-performance-tier="medium"] .screen-section.leaving-down .reel-column-1 .reel-track-down,
:root:not([data-performance-tier]) .screen-section.leaving-down .reel-column-1 .reel-track-down,
html[data-performance-tier="high"] .screen-section.leaving-up .reel-column-1 .reel-track-down,
html[data-performance-tier="medium"] .screen-section.leaving-up .reel-column-1 .reel-track-down,
:root:not([data-performance-tier]) .screen-section.leaving-up .reel-column-1 .reel-track-down {
  animation: scroll-vertical-down 26s linear infinite;
}

html[data-performance-tier="high"] .screen-section.is-active .reel-column-2 .reel-track-up,
html[data-performance-tier="medium"] .screen-section.is-active .reel-column-2 .reel-track-up,
:root:not([data-performance-tier]) .screen-section.is-active .reel-column-2 .reel-track-up,
html[data-performance-tier="high"] .screen-section.entering-down .reel-column-2 .reel-track-up,
html[data-performance-tier="medium"] .screen-section.entering-down .reel-column-2 .reel-track-up,
:root:not([data-performance-tier]) .screen-section.entering-down .reel-column-2 .reel-track-up,
html[data-performance-tier="high"] .screen-section.leaving-down .reel-column-2 .reel-track-up,
html[data-performance-tier="medium"] .screen-section.leaving-down .reel-column-2 .reel-track-up,
:root:not([data-performance-tier]) .screen-section.leaving-down .reel-column-2 .reel-track-up,
html[data-performance-tier="high"] .screen-section.leaving-up .reel-column-2 .reel-track-up,
html[data-performance-tier="medium"] .screen-section.leaving-up .reel-column-2 .reel-track-up,
:root:not([data-performance-tier]) .screen-section.leaving-up .reel-column-2 .reel-track-up {
  animation: scroll-vertical-up 32s linear infinite;
}

html[data-performance-tier="high"] .screen-section.is-active .reel-column-3 .reel-track-down,
html[data-performance-tier="medium"] .screen-section.is-active .reel-column-3 .reel-track-down,
:root:not([data-performance-tier]) .screen-section.is-active .reel-column-3 .reel-track-down,
html[data-performance-tier="high"] .screen-section.entering-down .reel-column-3 .reel-track-down,
html[data-performance-tier="medium"] .screen-section.entering-down .reel-column-3 .reel-track-down,
:root:not([data-performance-tier]) .screen-section.entering-down .reel-column-3 .reel-track-down,
html[data-performance-tier="high"] .screen-section.leaving-down .reel-column-3 .reel-track-down,
html[data-performance-tier="medium"] .screen-section.leaving-down .reel-column-3 .reel-track-down,
:root:not([data-performance-tier]) .screen-section.leaving-down .reel-column-3 .reel-track-down,
html[data-performance-tier="high"] .screen-section.leaving-up .reel-column-3 .reel-track-down,
html[data-performance-tier="medium"] .screen-section.leaving-up .reel-column-3 .reel-track-down,
:root:not([data-performance-tier]) .screen-section.leaving-up .reel-column-3 .reel-track-down {
  animation: scroll-vertical-down 24s linear infinite;
}

html[data-performance-tier="high"] .screen-section.is-active .reel-track-down,
html[data-performance-tier="medium"] .screen-section.is-active .reel-track-down,
:root:not([data-performance-tier]) .screen-section.is-active .reel-track-down {
  animation: scroll-vertical-down 26s linear infinite;
}

html[data-performance-tier="high"] .screen-section.is-active .reel-track-up,
html[data-performance-tier="medium"] .screen-section.is-active .reel-track-up,
:root:not([data-performance-tier]) .screen-section.is-active .reel-track-up {
  animation: scroll-vertical-up 32s linear infinite;
}

/* Reel tracks are unconditionally animated across all tiers and motion settings */
html[data-performance-tier="low"] .reel-column-1 .reel-track-down,
html[data-performance-tier="low"] .reel-column-1 .reel-track {
  animation: scroll-vertical-down 26s linear infinite !important;
}
html[data-performance-tier="low"] .reel-column-2 .reel-track-up,
html[data-performance-tier="low"] .reel-column-2 .reel-track {
  animation: scroll-vertical-up 32s linear infinite !important;
}
html[data-performance-tier="low"] .reel-column-3 .reel-track-down,
html[data-performance-tier="low"] .reel-column-3 .reel-track {
  animation: scroll-vertical-down 24s linear infinite !important;
}
html[data-performance-tier="low"] .reel-track-down {
  animation: scroll-vertical-down 26s linear infinite !important;
}
html[data-performance-tier="low"] .reel-track-up {
  animation: scroll-vertical-up 32s linear infinite !important;
}

@media (prefers-reduced-motion: reduce) {
  .reel-column-1 .reel-track-down,
  .reel-column-1 .reel-track {
    animation: scroll-vertical-down 26s linear infinite !important;
  }
  .reel-column-2 .reel-track-up,
  .reel-column-2 .reel-track {
    animation: scroll-vertical-up 32s linear infinite !important;
  }
  .reel-column-3 .reel-track-down,
  .reel-column-3 .reel-track {
    animation: scroll-vertical-down 24s linear infinite !important;
  }
  .reel-track-down {
    animation: scroll-vertical-down 26s linear infinite !important;
  }
  .reel-track-up {
    animation: scroll-vertical-up 32s linear infinite !important;
  }
}

/* Hover pause: placed after tier and reduced-motion animation shorthands so pause state is preserved */
html body .reel-track.js-paused,
html body .reel-track-down.js-paused,
html body .reel-track-up.js-paused,
html[data-performance-tier] .reel-track.js-paused,
html[data-performance-tier] .reel-track-down.js-paused,
html[data-performance-tier] .reel-track-up.js-paused,
.reel-track.js-paused,
.reel-track-down.js-paused,
.reel-track-up.js-paused {
  animation-play-state: paused !important;
}


@keyframes scroll-vertical-down {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes scroll-vertical-up {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

.reel-item {
  width: 100%;
}

.poster-card {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  transition: all var(--transition-smooth);
}

.poster-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: var(--border-highlight);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.poster-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 150%;
  overflow: hidden;
}


/* Static section poster treatments - zero dynamic runtime filter recalculations */
body.cinema-noir-theme .poster-img-wrap img,
body.cinema-noir-theme .reel-card img {
  filter: grayscale(80%) contrast(1.05) brightness(0.96);
  will-change: auto;
}

body.app-theme .poster-img-wrap img,
body.app-theme .reel-card img {
  filter: grayscale(0%) contrast(1.0) brightness(1.0);
  will-change: auto;
}

.poster-card:hover .poster-img-wrap img,
.reel-card:hover img {
  filter: grayscale(0%) contrast(1.0) brightness(1.05);
  transform: scale(1.04);
}

.poster-img-wrap img,
.reel-card img,
.reel-card-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(85%) contrast(1.05) brightness(0.96);
  transition: filter var(--duration-fast) var(--ease-out), transform 0.4s var(--ease-out);
}

.poster-card:hover .poster-img-wrap img,
.reel-card:hover img {
  filter: grayscale(0%) contrast(1.0) brightness(1.05);
  transform: scale(1.04);
}

/* Poster card hover state (invariant across themes) */


.poster-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 8, 10, 0.95) 0%, rgba(7, 8, 10, 0.4) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.85rem;
}

.poster-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.poster-rating {
  color: var(--accent-gold);
  font-weight: 700;
}

.poster-year {
  color: var(--text-muted);
}

.poster-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.poster-genre {
  font-size: 0.6875rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Editorial Header */
.editorial-section-header {
  margin-bottom: 0.75rem;
}

.editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--app-accent, #3b82f6);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.editorial-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--app-accent, #3b82f6);
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.6);
}

.editorial-headline-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: end;
}

.editorial-section-title {
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--app-text, #e8eef7);
}

.editorial-title-muted {
  color: var(--app-text-muted, #94a3b8);
  font-weight: 400;
}

.editorial-section-lead {
  font-size: 1rem;
  color: var(--app-text-secondary, #cbd5e1);
  line-height: 1.6;
  border-left: 2px solid rgba(59, 130, 246, 0.35);
  padding-left: 1.25rem;
}

/* Editorial 2-Column Interface Grid */
.editorial-interface-grid.app-split-layout {
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  gap: 2rem;
  align-items: stretch;
}

.editorial-col {
  display: flex;
  flex-direction: column;
}

.editorial-panel-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(59, 130, 246, 0.18);
  margin-bottom: 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
}

.panel-tag {
  color: var(--app-text-muted, #94a3b8);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.panel-meta {
  color: var(--app-accent, #3b82f6);
  letter-spacing: 0.05em;
}

/* ==========================================================================
   SCREEN 2: COMPARISON WHEEL & FEATURE DETAIL PANEL (WAVE 1)
   ========================================================================== */

/* Layout adjustments for Screen 2 */
.editorial-interface-grid.app-split-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 1.5rem;
  align-items: stretch;
  max-height: calc(100vh - 240px);
  max-height: calc(100dvh - 240px);
}

.editorial-section-header {
  margin-bottom: 1rem;
}

/* --- Left Column: Radar Card --- */
.radar-left-col,
.wheel-left-col {
  display: flex;
  flex-direction: column;
}

.radar-card,
.wheel-card {
  background: rgba(14, 20, 29, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Controls Bar (Competitor Selector + Filters) */
.radar-controls,
.wheel-controls,
.wheel-controls-bar {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.radar-competitor-selector,
.wheel-competitor-selector,
.wheel-competitor-selector-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: 0.5rem 0.65rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}

.competitor-chips-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  width: 100%;
}

.competitor-chip-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.65rem;
  font-family: var(--font-mono, monospace);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: var(--text-muted, #94a3b8);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.16s ease;
  user-select: none;
  outline: none;
}

.competitor-chip-btn:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.competitor-chip-btn.is-active {
  color: var(--accent-gold, #f5e6ca);
  border-color: var(--accent-gold, #f5e6ca);
  background: rgba(245, 230, 202, 0.08);
  font-weight: 600;
}

.competitor-chip-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.16s ease;
}

.competitor-chip-btn.is-active .competitor-chip-dot {
  background: var(--accent-gold, #f5e6ca);
}
.competitor-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.65rem;
  font-family: var(--font-mono, monospace);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: var(--text-muted, #94a3b8);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.16s ease;
  user-select: none;
  outline: none;
}

.competitor-chip:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.competitor-chip.is-active {
  color: var(--accent-gold, #f5e6ca);
  border-color: var(--accent-gold, #f5e6ca);
  background: rgba(245, 230, 202, 0.08);
  font-weight: 600;
}

.rc-vs-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.5rem;
  padding: 0.6rem 0.75rem;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 6px;
}

.rc-vs-side {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.rc-vs-comp {
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
  padding-top: 0.35rem;
}

.rc-vs-side-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
}

.rc-vs-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.rc-vs-dot.dot-gold {
  background: var(--accent-gold, #f5e6ca);
}
.rc-vs-dot.dot-comp {
  background: var(--text-subtle, #64748b);
}

.rc-vs-name {
  font-family: var(--font-mono, monospace);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.rc-vs-ls .rc-vs-name {
  color: var(--accent-gold, #f5e6ca);
}
.rc-vs-comp .rc-vs-name {
  color: var(--text-muted, #94a3b8);
}

.rc-mono-status {
  font-family: var(--font-mono, monospace);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: auto;
  padding: 0.08rem 0.35rem;
  border-radius: 3px;
}
.rc-mono-status.status-yes {
  color: #34d399;
  background: rgba(52, 211, 153, 0.1);
}
.rc-mono-status.status-partial {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.1);
}
.rc-mono-status.status-no,
.rc-mono-status.status-na {
  color: #94a3b8;
  background: rgba(148, 163, 184, 0.1);
}

.rc-vs-body {
  font-size: 0.78rem;
  line-height: 1.35;
  color: #cbd5e1;
  padding-left: 0.8rem;
}
.rc-vs-comp .rc-vs-body {
  color: #94a3b8;
}

.radar-select-label,
.wheel-select-label,
.wheel-selector-label {
  font-size: 0.75rem;
  color: var(--app-text-muted, #94a3b8);
  white-space: nowrap;
  font-weight: 500;
}

.wheel-select-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.custom-chip-dropdown,
.custom-dropdown {
  position: relative;
  display: inline-block;
}

.chip-dropdown-trigger,
.custom-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(18, 26, 38, 0.9);
  border: 1px solid rgba(245, 230, 202, 0.25);
  border-radius: 6px;
  color: var(--accent-gold, #f5e6ca);
  font-family: var(--font-mono, monospace);
  font-size: 0.775rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  cursor: pointer;
  outline: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.chip-dropdown-trigger:hover,
.custom-dropdown-trigger:hover,
.custom-chip-dropdown.is-open .chip-dropdown-trigger,
.custom-dropdown.is-open .custom-dropdown-trigger {
  border-color: var(--accent-gold, #f5e6ca);
  background: rgba(245, 230, 202, 0.08);
  box-shadow: 0 0 12px rgba(245, 230, 202, 0.15);
}

.chip-dropdown-arrow,
.custom-dropdown-arrow {
  font-size: 0.65rem;
  color: var(--accent-gold, #f5e6ca);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-chip-dropdown.is-open .chip-dropdown-arrow,
.custom-dropdown.is-open .custom-dropdown-arrow {
  transform: rotate(180deg);
}

.chip-dropdown-menu,
.custom-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 170px;
  background: rgba(12, 17, 26, 0.96);
  border: 1px solid rgba(245, 230, 202, 0.2);
  border-radius: 8px;
  padding: 0.35rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65), 0 0 1px rgba(245, 230, 202, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 100;
  display: none;
  flex-direction: column;
  gap: 0.2rem;
}

.custom-chip-dropdown.is-open .chip-dropdown-menu,
.custom-dropdown.is-open .custom-dropdown-menu {
  display: flex;
  animation: dropdownFadeIn 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chip-dropdown-item,
.custom-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.65rem;
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #cbd5e1;
  font-family: inherit;
  font-size: 0.775rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  width: 100%;
}

.chip-dropdown-item:hover,
.custom-dropdown-item:hover {
  background: rgba(245, 230, 202, 0.08);
  color: #ffffff;
}
.chip-dropdown-item.is-active,
.custom-dropdown-item.is-active {
  background: rgba(245, 230, 202, 0.12);
  color: var(--accent-gold, #f5e6ca);
  font-weight: 700;
}

.chip-dropdown-item.is-active::after,
.custom-dropdown-item.is-active::after {
  content: '✓';
  font-size: 0.7rem;
  color: var(--accent-gold, #f5e6ca);
}
.wheel-competitor-select {
  display: none !important;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.wheel-competitor-select:hover,
.wheel-competitor-select:focus-visible {
  border-color: var(--accent-gold, #f5e6ca);
  box-shadow: 0 0 10px rgba(245, 230, 202, 0.2);
}

.wheel-select-arrow {
  position: absolute;
  right: 0.6rem;
  pointer-events: none;
  font-size: 0.625rem;
  color: var(--accent-gold, #f5e6ca);
}


/* Wheel Filter Tabs (Segment Control) */
.radar-filter-tabs,
.radar-filter-group,
.wheel-filter-tabs,
.wheel-filter-group {
  display: flex;
  gap: 0.35rem;
  background: rgba(10, 15, 22, 0.7);
  padding: 0.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.radar-filter-tab,
.radar-filter-btn,
.wheel-filter-tab,
.wheel-filter-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.4rem 0.6rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--app-text-muted, #94a3b8);
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  outline: none;
}

.radar-filter-tab:hover,
.radar-filter-btn:hover,
.wheel-filter-tab:hover,
.wheel-filter-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.radar-filter-tab.active,
.radar-filter-tab.is-active,
.radar-filter-btn.active,
.radar-filter-btn.is-active,
.wheel-filter-tab.active,
.wheel-filter-tab.is-active,
.wheel-filter-btn.active,
.wheel-filter-btn.is-active {
  background: rgba(245, 230, 202, 0.08);
  color: var(--accent-gold, #f5e6ca);
  font-weight: 600;
  border: 1px solid rgba(245, 230, 202, 0.4);
  box-shadow: 0 0 10px rgba(245, 230, 202, 0.12);
}

.radar-filter-tab .tab-count,
.radar-filter-tab .filter-count,
.radar-filter-btn .tab-count,
.radar-filter-btn .filter-count,
.wheel-filter-tab .tab-count,
.wheel-filter-tab .wheel-filter-count,
.wheel-filter-btn .tab-count,
.wheel-filter-btn .wheel-filter-count {
  font-family: var(--font-mono, monospace);
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.08rem 0.4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #94a3b8;
  transition: all 0.18s ease;
}

.radar-filter-tab.is-active .tab-count,
.radar-filter-tab.is-active .filter-count,
.radar-filter-btn.is-active .tab-count,
.radar-filter-btn.is-active .filter-count,
.wheel-filter-tab.active .tab-count,
.wheel-filter-tab.active .wheel-filter-count,
.wheel-filter-tab.is-active .tab-count,
.wheel-filter-tab.is-active .wheel-filter-count,
.wheel-filter-btn.active .tab-count,
.wheel-filter-btn.active .wheel-filter-count,
.wheel-filter-btn.is-active .tab-count,
.wheel-filter-btn.is-active .wheel-filter-count {
  background: rgba(245, 230, 202, 0.2);
  color: var(--accent-gold, #f5e6ca);
  border: 1px solid rgba(245, 230, 202, 0.3);
}
/* SVG Radar Stage & Elements */
.radar-svg-stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  position: relative;
}

.radar-svg-container {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  user-select: none;
  overflow: visible;
}

/* Concentric Rings and Spokes */
.radar-grid-polygon {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
  stroke-dasharray: 3 3;
}

.radar-grid-polygon.radar-grid-outer {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-dasharray: none;
}

.radar-axis-line {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

/* Radar Polygons */
.radar-polygon-group {
  transform-origin: 180px 180px;
}

.radar-polygon {
  transform-origin: 180px 180px;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}

.radar-polygon.is-entered {
  transform: scale(1);
  opacity: 1;
}

/* Competitor: dashed polygon with competitor color */
.radar-polygon-comp {
  stroke-dasharray: 5 3;
  transition: opacity 0.2s ease;
}

/* LightStream: gold fill + glowing contour */
.radar-polygon-ls {
  filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.45));
  transition: opacity 0.2s ease;
}
/* Axis target, vertices & labels */
.radar-axis-target {
  cursor: pointer;
  outline: none;
}

.radar-hit-line {
  stroke: transparent;
  stroke-width: 20;
  cursor: pointer;
}

.radar-point-comp {
  transition: r 0.2s ease;
}

.radar-point-ls {
  fill: #F59E0B;
  filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.9));
  transition: r 0.2s ease;
}

.radar-axis-target:hover .radar-point-ls,
.radar-axis-target.is-selected .radar-point-ls {
  r: 6;
}

.radar-axis-target:hover .radar-point-comp,
.radar-axis-target.is-selected .radar-point-comp {
  r: 5;
}

.radar-axis-label {
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 500;
  fill: #94a3b8;
  letter-spacing: 0.04em;
  transition: fill 0.2s ease, font-weight 0.2s ease;
  cursor: pointer;
}

.radar-axis-target:hover .radar-axis-label,
.radar-axis-target.is-selected .radar-axis-label {
  fill: var(--accent-gold, #f5e6ca);
  font-weight: 700;
}

/* Center Hub */
.radar-center-dot {
  fill: rgba(245, 230, 202, 0.4);
}

/* Radar Legend */
.radar-legend,
.radar-legend-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-mono, monospace);
  font-size: 0.6875rem;
  color: var(--app-text-muted, #94a3b8);
  letter-spacing: 0.02em;
}

.radar-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.radar-legend-item .legend-text {
  color: inherit;
}

/* Radar Category Detail List */
.radar-category-features-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  overflow-y: auto;
  padding-right: 0.25rem;
  margin-bottom: 0.75rem;
}

.radar-category-feature-block {
  background: rgba(10, 15, 22, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 0.75rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.rc-feature-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.rc-feature-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rc-feature-num {
  font-family: var(--font-mono, monospace);
  font-size: 0.75rem;
  color: var(--accent-gold, #f5e6ca);
  font-weight: 600;
}

.rc-feature-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.rc-feature-desc {
  font-size: 0.8125rem;
  color: #94a3b8;
  line-height: 1.4;
  margin: 0;
}

.editorial-compare-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  margin-top: 0.35rem;
}

.editorial-line {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 0.8rem;
}

.editorial-line-target {
  color: #ffffff;
}

.editorial-line-comp {
  color: var(--text-muted, #94a3b8);
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
  padding-top: 0.3rem;
}

.editorial-prefix {
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  width: 90px;
}

.editorial-prefix-target {
  color: var(--accent-gold, #f5e6ca);
}

.editorial-prefix-comp {
  color: var(--text-subtle, #64748b);
}

.editorial-val {
  flex: 1;
  line-height: 1.35;
  color: #cbd5e1;
}

.editorial-status {
  font-family: var(--font-mono, monospace);
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.editorial-status.status-yes {
  color: #34d399;
  background: rgba(52, 211, 153, 0.12);
}

.editorial-status.status-partial {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
}

.editorial-status.status-no,
.editorial-status.status-na {
  color: #94a3b8;
  background: rgba(148, 163, 184, 0.1);
}


/* --- Right Column: Feature Detail Panel --- */
.feature-panel-col {
  display: flex;
  flex-direction: column;
}

.feature-detail-card {
  background: rgba(14, 20, 29, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* Feature Detail Header */
.feature-detail-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 1rem;
}

.feature-detail-title-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.feature-detail-num {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent-gold, #f5e6ca);
  line-height: 1;
  background: rgba(245, 230, 202, 0.08);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  border: 1px solid rgba(245, 230, 202, 0.2);
  letter-spacing: 0.05em;
}

.feature-detail-titles {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.feature-detail-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}

.feature-detail-subtitle {
  font-size: 0.8125rem;
  color: var(--app-text-muted, #94a3b8);
}

/* Badges */
.feature-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.badge-implemented {
  color: #34d399;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.badge-implemented .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 6px #34d399;
}

.badge-planned {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.badge-planned .badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fbbf24;
  box-shadow: 0 0 6px #fbbf24;
}

/* Feature Description */
.feature-detail-desc {
  font-size: 0.875rem;
  color: #cbd5e1;
  line-height: 1.55;
  margin: 0 0 1rem;
}

/* Feature Highlights */
.feature-detail-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.feature-highlight-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  font-size: 0.75rem;
  color: #e2e8f0;
}

.chip-dot {
  color: var(--accent-gold, #f5e6ca);
  font-size: 0.7rem;
}

/* Comparison Box (vs Competitor) */
.feature-vs-box {
  flex: 1;
  background: rgba(10, 15, 22, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.vs-header {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.75rem;
}

.vs-title {
  color: var(--app-text-muted, #94a3b8);
  text-transform: uppercase;
  font-family: var(--font-mono);
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
}

.vs-competitor-name {
  color: var(--accent-gold, #f5e6ca);
  font-weight: 700;
}

.vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-items: stretch;
}

.vs-card {
  background: rgba(18, 26, 38, 0.5);
  border-radius: 8px;
  padding: 0.65rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  height: 100%;
  min-height: 90px;
}

.vs-card-lightstream {
  border: 1px solid rgba(245, 230, 202, 0.2);
  background: rgba(245, 230, 202, 0.03);
}

.vs-card-competitor {
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.vs-card-head {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.vs-brand-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.vs-brand-dot.dot-gold {
  background: var(--accent-gold, #f5e6ca);
  box-shadow: 0 0 6px rgba(245, 230, 202, 0.6);
}

.vs-brand-dot.dot-comp {
  background: #64748b;
}

.vs-brand-name {
  font-size: 0.775rem;
  font-weight: 700;
  color: #ffffff;
  flex: 1;
}

.vs-card-status {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  letter-spacing: 0.05em;
}

.vs-card-status.status-yes {
  color: #34d399;
  background: rgba(52, 211, 153, 0.15);
  border: 1px solid rgba(52, 211, 153, 0.3);
}

.vs-card-status.status-partial {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.vs-card-status.status-no {
  color: #f87171;
  background: rgba(248, 113, 113, 0.15);
  border: 1px solid rgba(248, 113, 113, 0.3);
}

.vs-card-status.status-na {
  color: #94a3b8;
  background: rgba(148, 163, 184, 0.15);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.vs-card-text {
  font-size: 0.775rem;
  color: #94a3b8;
  line-height: 1.45;
  margin: 0;
}

.vs-card-lightstream .vs-card-text {
  color: #cbd5e1;
}

/* Feature Detail Footer */
.feature-detail-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.feature-detail-hint {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.725rem;
  color: var(--app-text-muted, #94a3b8);
}

.hint-icon {
  color: var(--accent-gold, #f5e6ca);
  font-size: 0.8rem;
}

.feature-detail-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  background: linear-gradient(135deg, rgba(245, 230, 202, 0.18) 0%, rgba(245, 230, 202, 0.08) 100%);
  border: 1px solid rgba(245, 230, 202, 0.35);
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.feature-detail-cta-btn:hover {
  background: linear-gradient(135deg, rgba(245, 230, 202, 0.28) 0%, rgba(245, 230, 202, 0.15) 100%);
  border-color: var(--accent-gold, #f5e6ca);
  box-shadow: 0 0 16px rgba(245, 230, 202, 0.25);
  transform: translateY(-1px);
}

.feature-detail-cta-btn .btn-arrow {
  transition: transform 0.2s ease;
}

.feature-detail-cta-btn:hover .btn-arrow {
  transform: translateX(3px);
}

/* ==========================================================================
   Screen 2 View Switcher Tabs & Panels (Wave 2)
   ========================================================================== */
.screen2-view-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.75rem 0 1rem;
}

.screen2-view-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  color: var(--text-muted, #7e8b9b);
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
  outline: none;
}

.screen2-view-tab .tab-index {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: var(--text-subtle, #505c6d);
  transition: color 0.2s ease;
}

.screen2-view-tab:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--text-primary, #ffffff);
}

.screen2-view-tab.is-active {
  background: rgba(245, 230, 202, 0.09);
  border-color: rgba(245, 230, 202, 0.35);
  color: #ffffff;
  box-shadow: 0 0 16px rgba(245, 230, 202, 0.1);
}

.screen2-view-tab.is-active .tab-index {
  color: var(--accent-gold, #f5e6ca);
}

.screen2-view-tab:focus-visible {
  outline: 2px solid var(--accent-gold, #f5e6ca);
  outline-offset: 2px;
}

/* Panels & Smooth Fade */
.screen2-view-panel {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.screen2-view-panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   View 2: Comparison Table Card & Layout (Wave 2)
   ========================================================================== */
.table-view-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding: 0 0.25rem;
}

.table-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-gold, #f5e6ca);
}

.table-kicker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-gold, #f5e6ca);
  box-shadow: 0 0 8px var(--accent-gold, #f5e6ca);
}

.table-caption {
  font-size: 0.8rem;
  color: var(--text-muted, #7e8b9b);
  text-align: right;
}

/* Scroll Container with Right Fade Hint */
.comparison-table-wrapper {
  position: relative;
  background: rgba(14, 20, 29, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.comparison-table-scroll {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 480px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}

.comparison-table-scroll::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.comparison-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 3px;
}

/* Right fade edge shadow indicator */
.comparison-table-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36px;
  pointer-events: none;
  background: linear-gradient(to right, rgba(14, 20, 29, 0), rgba(14, 20, 29, 0.95));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 6;
}

.comparison-table-wrapper.can-scroll-right::after {
  opacity: 1;
}

/* Table Native Grid (12 Criteria Rows + 1 Header Row; 1 Sticky First Col + 9 Service Cols) */
.screen2-comparison-grid {
  display: table;
  width: 100%;
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.82rem;
  color: var(--text-primary, #ffffff);
}

/* Table Rows & Cells */
.tbl-row {
  display: table-row;
  transition: background 0.15s ease;
}

.tbl-row:hover .tbl-cell:not(.tbl-col-lightstream) {
  background-color: rgba(255, 255, 255, 0.02);
}

/* Header Styling (Sticky Top) */
.tbl-header-row .tbl-cell {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #0d131d;
  padding: 0.9rem 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-weight: 600;
  vertical-align: bottom;
}

.tbl-header-row .tbl-cell-criterion {
  z-index: 10;
  text-align: left;
}

.tbl-service-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.tbl-service-name {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  white-space: nowrap;
}

.tbl-service-tier {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  color: var(--text-muted, #7e8b9b);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Cells General */
.tbl-cell {
  display: table-cell;
  padding: 0.72rem 0.65rem;
  border-bottom: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06));
  text-align: center;
  vertical-align: middle;
  background: #0e141d;
}

/* Zebra Striping */
.tbl-row:nth-child(even) .tbl-cell:not(.tbl-col-lightstream) {
  background-color: rgba(255, 255, 255, 0.012);
}

/* Sticky First Column (Criteria) */
.tbl-cell-criterion {
  position: sticky;
  left: 0;
  z-index: 4;
  background: #0d131d !important;
  text-align: left;
  min-width: 175px;
  max-width: 220px;
  padding-left: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.35);
}

.tbl-crit-label {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.tbl-crit-name {
  font-weight: 600;
  font-size: 0.8rem;
  color: #f0f3f6;
}

.tbl-crit-cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.62rem;
  color: var(--text-subtle, #5a6678);
  text-transform: uppercase;
}

/* LightStream Highlighted Column */
.tbl-col-lightstream {
  background: rgba(245, 230, 202, 0.045) !important;
  border-left: 1px solid rgba(245, 230, 202, 0.22);
  border-right: 1px solid rgba(245, 230, 202, 0.22);
  min-width: 120px;
  position: relative;
}

.tbl-header-row .tbl-col-lightstream {
  background: rgba(26, 29, 32, 0.98) !important;
  border-top: 2px solid var(--accent-gold, #f5e6ca);
}

.tbl-header-row .tbl-col-lightstream .tbl-service-name {
  color: var(--accent-gold, #f5e6ca);
  font-size: 0.88rem;
  font-weight: 800;
}

.tbl-header-row .tbl-col-lightstream .tbl-service-tier {
  color: rgba(245, 230, 202, 0.8);
}

.tbl-row:last-child .tbl-col-lightstream {
  border-bottom: 2px solid rgba(245, 230, 202, 0.22);
}

/* Status Indicators: Editorial Minimalist Pill */
.tbl-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-family: var(--font-mono, monospace);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  white-space: nowrap;
}

.tbl-status-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.tbl-status-pill.is-yes {
  color: #34d399;
  background: rgba(52, 211, 153, 0.08);
  border: 1px solid rgba(52, 211, 153, 0.2);
}
.tbl-status-pill.is-yes .tbl-status-dot {
  background: #34d399;
}

.tbl-col-lightstream .tbl-status-pill.is-yes {
  color: var(--accent-gold, #f5e6ca);
  background: rgba(245, 230, 202, 0.1);
  border: 1px solid rgba(245, 230, 202, 0.28);
}
.tbl-col-lightstream .tbl-status-pill.is-yes .tbl-status-dot {
  background: var(--accent-gold, #f5e6ca);
}

.tbl-status-pill.is-partial {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.2);
}
.tbl-status-pill.is-partial .tbl-status-dot {
  background: #fbbf24;
}

.tbl-status-pill.is-no {
  color: #64748b;
  background: rgba(100, 116, 139, 0.06);
  border: 1px solid rgba(100, 116, 139, 0.15);
}
.tbl-status-pill.is-no .tbl-status-dot {
  background: #64748b;
}

.tbl-status-pill.is-pirate-risk {
  color: #e2e8f0;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
}
.tbl-status-pill.is-pirate-risk .tbl-status-dot {
  background: #ef4444;
}

.tbl-status-pill.is-na {
  color: #475569;
}
.tbl-status-pill.is-na .tbl-status-dot {
  background: #475569;
}
/* Summary Bar below Table */
.table-summary-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 0.85rem;
  padding: 0.75rem 1rem;
  background: rgba(14, 20, 29, 0.5);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06));
  border-radius: 10px;
}

.table-summary-text {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8rem;
  color: var(--text-muted, #94a3b8);
}

.summary-badge {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  background: rgba(245, 230, 202, 0.12);
  border: 1px solid rgba(245, 230, 202, 0.25);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--accent-gold, #f5e6ca);
}

.table-cta-btn {
  flex-shrink: 0;
  padding: 0.5rem 1.1rem;
  font-size: 0.82rem;
}

@media (max-width: 900px) {
  .table-view-header {
    flex-direction: column;
    gap: 0.35rem;
    align-items: flex-start;
  }
  .table-caption {
    text-align: left;
  }
  .table-summary-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .table-cta-btn {
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .editorial-interface-grid.app-split-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-height: none;
  }
  .editorial-headline-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wheel-svg-stage {
    min-height: 300px;
  }
}

.editorial-btn-launch:hover {
  background: rgba(245, 230, 202, 0.1);
  border-color: rgba(245, 230, 202, 0.25);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3), 0 0 12px rgba(245, 230, 202, 0.08);
}

.editorial-btn-launch .btn-arrow {
  transition: transform var(--transition-fast);
}

.editorial-btn-launch:hover .btn-arrow {
  transform: translateX(4px);
}

/* RIGHT COLUMN: Minimal Studio Player Mockup */
.editorial-player-frame {
  background: #090c12;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.editorial-player-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.25rem;
  background: rgba(14, 17, 24, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.player-title-info {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.player-badge-pro {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--accent-gold);
  background: rgba(203, 163, 92, 0.12);
  border: 1px solid rgba(203, 163, 92, 0.25);
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
}

.player-editorial-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
}

.player-top-specs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.spec-pill {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.04);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.editorial-player-viewport {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
  overflow: hidden;
}

.editorial-backdrop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.88;
  transition: opacity var(--transition-smooth), transform var(--transition-smooth);
}

.editorial-player-viewport:hover .editorial-backdrop-img {
  opacity: 0.95;
  transform: scale(1.01);
}

/* Minimal Player Center Play */
.editorial-player-viewport .player-center-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(13, 16, 23, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.editorial-player-viewport .player-center-play:hover {
  background: rgba(203, 163, 92, 0.85);
  border-color: var(--accent-gold);
  transform: translate(-50%, -50%) scale(1.08);
}

.editorial-player-viewport .player-center-play svg {
  margin-left: 2px;
  fill: #ffffff;
}

/* Audio Selector Bar Overlay */
.editorial-audio-bar {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(8, 10, 15, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.audio-bar-caption {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-right: 2px;
}

.editorial-audio-bar .audio-chip {
  font-size: 0.6875rem;
  padding: 0.25rem 0.55rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.editorial-audio-bar .audio-chip:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.editorial-audio-bar .audio-chip.active {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.15);
}

/* Bottom Controls */
.editorial-player-bottom {
  padding: 0.85rem 1.25rem 1rem;
  background: rgba(14, 17, 24, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.player-controls-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
}

.ctrl-group-left, .ctrl-group-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.editorial-timecode {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-secondary);
}

.editorial-quality-pill {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--accent-emerald);
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

/* Feature Notes Below Player */
.editorial-feature-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
}

.editorial-note-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  background: rgba(15, 18, 26, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
}

.note-index {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--accent-gold);
  font-weight: 700;
}

.note-content strong {
  display: block;
  font-size: 0.8125rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.note-content p {
  font-size: 0.75rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

@media (max-width: 991px) {
  .editorial-headline-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .editorial-interface-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 576px) {
  .editorial-feature-notes {
    grid-template-columns: 1fr;
  }
  .editorial-audio-bar {
    flex-wrap: wrap;
  }
}
/* ==========================================================================
   4. MODAL & PREVIEWS
   ========================================================================== */
.preview-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1.5rem;
}

.preview-modal-backdrop.is-open {
  display: flex;
}

.preview-modal-card {
  background: rgba(18, 21, 28, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-glass);
  border-radius: 14px;
  max-width: 680px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.95);
}

.preview-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background var(--transition-fast);
}

.preview-modal-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.preview-modal-poster-col {
  width: 220px;
  flex-shrink: 0;
}

.modal-poster-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.preview-modal-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.preview-modal-badge {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--accent-gold);
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  display: block;
}

.preview-modal-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.preview-modal-meta {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.preview-modal-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

.preview-modal-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-modal-dismiss {
  background: rgba(245, 230, 202, 0.06);
  border: 1px solid rgba(245, 230, 202, 0.12);
  color: var(--accent-gold-text);
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.85rem 1.4rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-modal-dismiss:hover {
  background: rgba(245, 230, 202, 0.12);
  border-color: rgba(245, 230, 202, 0.25);
  color: #ffffff;
}
/* ==========================================================================
   5. SITE FOOTER
   ========================================================================== */
.site-footer {
  min-height: 60px;
  padding: 1.5rem 0 1.25rem;
  border-top: 1px solid var(--border-subtle);
  background: #050608;
  position: relative;
  z-index: 10;
  margin-top: auto;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, transparent 0%, rgba(15, 18, 24, 0.4) 100%);
  pointer-events: none;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-copy {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.footer-tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8125rem;
  color: var(--text-secondary);
}

.footer-tagline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--accent-cyan);
  text-decoration: none;
  font-weight: 500;
  transition: all var(--transition-fast);
}

.footer-tagline-link:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.footer-nav a:hover {
  color: #ffffff;
}

.footer-tg-link {
  color: var(--accent-cyan) !important;
}

.footer-tg-link:hover {
  color: #ffffff !important;
}

/* ==========================================================================
   6. FLOATING SUPPORT WIDGET
   ========================================================================== */
.support-widget {
  position: fixed;
  bottom: 1.75rem;
  left: 1.75rem;
  right: auto;
  z-index: var(--z-modal);
  font-family: inherit;
}
.support-widget-trigger,
.support-trigger-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #181c24;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all var(--transition-fast);
}

.support-widget-trigger:hover,
.support-trigger-btn:hover {
  transform: scale(1.05) translateY(-2px);
  background: #202632;
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.support-widget.active .support-widget-trigger,
.support-widget.active .support-trigger-btn {
  transform: rotate(90deg);
  background: #202632;
  border-color: rgba(255, 255, 255, 0.24);
}

.support-trigger-icon-default,
.support-trigger-icon-chat,
.support-trigger-icon-close {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.support-trigger-icon-close {
  position: absolute;
  opacity: 0;
  transform: rotate(-90deg) scale(0.7);
}

.support-widget.active .support-trigger-icon-default,
.support-widget.active .support-trigger-icon-chat {
  opacity: 0;
  transform: scale(0.7);
}

.support-widget.active .support-trigger-icon-close {
  opacity: 1;
  transform: rotate(-90deg) scale(1);
}

.support-pulse-ring {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent-emerald);
  box-shadow: 0 0 10px var(--accent-emerald);
  animation: none;
}

html[data-performance-tier="high"] .screen-section.is-active .support-pulse-ring,
:root:not([data-performance-tier]) .screen-section.is-active .support-pulse-ring {
  animation: support-pulse 2.5s infinite;
}

@keyframes support-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* Support Panel */
.support-widget-panel {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: auto;
  width: 360px;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 100px);
  background: rgba(20, 24, 33, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.85);
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  transition: opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);
  pointer-events: none;
}

.support-widget.active .support-widget-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.support-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.support-panel-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.support-avatar-circle {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-avatar-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-emerald);
  border: 2px solid #0d1017;
}

.support-panel-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
}

.support-panel-subtitle {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0.15rem 0 0 0;
}

.support-panel-close {
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.35rem;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.support-panel-close:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.support-panel-body {
  padding: 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.support-msg-bubble {
  padding: 0.8rem 0.95rem;
  border-radius: 10px;
  font-size: 0.84rem;
  line-height: 1.45;
}

.support-msg-bubble.incoming {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
  border-bottom-left-radius: 3px;
}

.support-msg-bubble p {
  margin: 0;
}

.support-msg-time {
  display: block;
  font-size: 0.6875rem;
  color: var(--text-muted);
  margin-top: 0.35rem;
  text-align: right;
}

.support-channels-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.support-channel-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  transition: all var(--transition-fast);
}

.support-channel-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(2px);
}

.support-channel-card.primary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
}

.support-channel-card.primary:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

.support-channel-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.support-channel-icon.tg {
  background: rgba(56, 189, 248, 0.12);
  color: #38bdf8;
}

.support-channel-icon.openframe {
  background: rgba(168, 85, 247, 0.12);
  color: #c084fc;
}

.support-channel-info {
  flex: 1;
  min-width: 0;
}

.support-channel-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.support-channel-handle {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.support-channel-arrow {
  font-size: 0.875rem;
  color: var(--text-muted);
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.support-channel-card:hover .support-channel-arrow {
  color: #ffffff;
  transform: translate(2px, -2px);
}

.support-panel-footer {
  padding: 0.85rem 1.25rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.3);
}

.support-tg-direct-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  background: #ffffff;
  color: #07080a;
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.support-tg-direct-btn:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}


@media (max-width: 768px) {
  .support-widget {
    position: fixed !important;
    top: auto !important;
    left: 16px !important;
    right: auto !important;
    bottom: 52px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    z-index: 9999 !important;
    transition: bottom 0.25s ease, left 0.25s ease;
  }
  .support-trigger-btn {
    width: 44px !important;
    height: 44px !important;
  }
  .support-pulse-ring {
    display: none !important;
  }
  .support-widget-panel {
    position: fixed !important;
    top: auto !important;
    bottom: 104px !important;
    left: 16px !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 360px !important;
    max-height: calc(100vh - 120px) !important;
    z-index: 9999 !important;
  }

  /* Screen 1 (Hero): safe-zone clearance between hero quick chips and bottom */
  body:has(#hero.is-active) .support-widget,
  body:has(#hero.is-visible) .support-widget {
    bottom: 165px !important;
    left: 16px !important;
    right: auto !important;
  }
  body:has(#hero.is-active) .support-widget-panel,
  body:has(#hero.is-visible) .support-widget-panel {
    bottom: 215px !important;
    left: 16px !important;
    right: auto !important;
    max-height: calc(100vh - 230px) !important;
  }

  /* Screen 2 (Workflow/Comparison): safe-zone clearance */
  body:has(#workflow.is-active) .support-widget,
  body:has(#workflow.is-visible) .support-widget {
    bottom: 396px !important;
    left: 16px !important;
    right: auto !important;
  }
  body:has(#workflow.is-active) .support-widget-panel,
  body:has(#workflow.is-visible) .support-widget-panel {
    bottom: 446px !important;
    left: 16px !important;
    right: auto !important;
    max-height: calc(100vh - 460px) !important;
  }

  /* Screen 3 (Run Anywhere): safe-zone clearance above minimal footer */
  body:has(#run-anywhere.is-active) .support-widget,
  body:has(#run-anywhere.is-visible) .support-widget {
    bottom: 52px !important;
    left: 16px !important;
    right: auto !important;
  }
  body:has(#run-anywhere.is-active) .support-widget-panel,
  body:has(#run-anywhere.is-visible) .support-widget-panel {
    bottom: 104px !important;
    left: 16px !important;
    right: auto !important;
    max-height: calc(100vh - 120px) !important;
  }
}

/* ==========================================================================
   5.5 WHY LIGHTSTREAM / EDITORIAL DOSSIER ARCHITECTURE SECTION
/* ==========================================================================
   5.5 CINEMA ARCHITECTURE SECTION & MATRIX
   ========================================================================== */
/* Content Reveal Shutter Animation for Screen 1 (#workflow) */
.cinema-power-container.reveal-animation {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(4px);
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1),
              transform 400ms cubic-bezier(0.4, 0, 1, 1),
              filter 400ms cubic-bezier(0.4, 0, 1, 1);
  will-change: opacity, transform, filter;
}
#workflow.revealed .cinema-power-container.reveal-animation,
#workflow.entering-down .cinema-power-container.reveal-animation,
#workflow.entering-up .cinema-power-container.reveal-animation,
#workflow.leaving-down .cinema-power-container.reveal-animation,
#workflow.leaving-up .cinema-power-container.reveal-animation,
.cinema-power-section.is-active .cinema-power-container.reveal-animation,
.cinema-power-section.content-revealing .cinema-power-container.reveal-animation {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}
.cinema-power-container.reveal-animation.shutter-reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(4px);
  pointer-events: none;
}

.cinema-power-container.reveal-animation.waapi-revealing {
  transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .cinema-power-container.reveal-animation,
  .radar-screen-header,
  .radar-chart-card,
  .radar-table-wrapper {
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .cinema-power-section.is-active .cinema-power-container.reveal-animation,
  .cinema-power-section.content-revealing .cinema-power-container.reveal-animation,
  .cinema-power-section.is-active .radar-screen-header,
  .cinema-power-section.is-active .radar-chart-card,
  .cinema-power-section.is-active .radar-table-wrapper {
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

/* Workflow / Cinema Power Section Container Architecture */
.cinema-power-section {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: calc(var(--site-header-height, 88px) + 0.75rem) 0 1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.cinema-power-section > .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
}
/* ROW 1: Compact Dossier Header & Manifesto Bar */
.power-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 0;
  flex-shrink: 0;
}

.power-header-left {
  flex: 1;
  min-width: 0;
}

.power-header-left .editorial-kicker {
  margin-bottom: 0.25rem;
}

.power-header-left .editorial-section-title {
  font-size: clamp(1.15rem, 2.2vh, 1.75rem);
  line-height: 1.15;
  margin-bottom: 0;
}

.power-header-right {
  flex-shrink: 0;
}

.editorial-manifesto-block.power-header-right {
  padding: 0.5rem 0.85rem;
  background: rgba(17, 24, 39, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-left: 2px solid #3b82f6;
  border-radius: 4px;
}

.editorial-manifesto-block .editorial-catalog-ledger {
  border-top: none;
  padding-top: 0;
}

.ledger-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.35rem;
}

.ledger-label {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.ledger-status {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #4ade80;
  padding: 0.1rem 0.35rem;
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.25);
  border-radius: 2px;
}

.ledger-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.ledger-tag {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
  padding: 0.2rem 0.45rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 2px;
}

.ledger-tag-more {
  background: rgba(59, 130, 246, 0.08);
  border-color: rgba(59, 130, 246, 0.25);
  color: #60a5fa;
  font-weight: 700;
}

/* ROW 2: Power Matrix Grid (Live vs Roadmap) */
.comparison-grid.power-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  align-items: stretch;
  flex: 1 1 auto;
  min-height: 0;
}

.comparison-block {
  background: var(--bg-surface, #141822);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  border-radius: 8px;
  padding: clamp(0.6rem, 1.2vh, 1.1rem) clamp(0.75rem, 1.5vw, 1.25rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(0.35rem, 0.8vh, 0.65rem);
  padding-bottom: clamp(0.25rem, 0.6vh, 0.5rem);
  border-bottom: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  flex-shrink: 0;
}

.block-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 9999px;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.block-counter {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--text-muted, #94a3b8);
}

.feature-item-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.35rem, 0.8vh, 0.65rem);
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.feature-card-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: clamp(0.35rem, 0.7vh, 0.6rem);
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  min-width: 0;
}

.feature-item-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.feature-item-content {
  flex: 1;
  min-width: 0;
}

.feature-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 0.15rem;
}

.feature-item-name {
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 1.1vh, 0.82rem);
  font-weight: 600;
  color: var(--text-primary, #f1f5f9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-status-tag {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.feature-kbd-badge {
  font-family: var(--font-mono);
  font-size: 0.5625rem;
  padding: 1px 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  color: var(--accent-gold-text, #f5e6ca);
  flex-shrink: 0;
}

.feature-item-desc {
  font-size: clamp(0.625rem, 0.95vh, 0.72rem);
  line-height: 1.35;
  color: var(--text-muted, #94a3b8);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-footer {
  margin-top: clamp(0.25rem, 0.6vh, 0.5rem);
  padding-top: clamp(0.25rem, 0.5vh, 0.4rem);
  border-top: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06));
  flex-shrink: 0;
}

.block-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: clamp(0.35rem, 0.7vh, 0.55rem) 0.85rem;
  border-radius: 6px;
  font-size: clamp(0.75rem, 1.1vh, 0.82rem);
  font-weight: 600;
  text-decoration: none;
}

.roadmap-note {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: clamp(0.25rem, 0.5vh, 0.4rem) 0.6rem;
  background: rgba(251, 191, 36, 0.05);
  border: 1px solid rgba(251, 191, 36, 0.12);
  border-radius: 6px;
}

.roadmap-note-icon {
  font-size: 0.85rem;
  flex-shrink: 0;
}

.roadmap-note-text {
  font-size: clamp(0.625rem, 0.95vh, 0.72rem);
  line-height: 1.3;
  color: var(--text-muted, #94a3b8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ROW 3: Telemetry Metrics & Compact Rail Footer */
.power-bottom-rail {
  display: flex;
  flex-direction: column;
  gap: clamp(0.35rem, 0.8vh, 0.75rem);
  flex-shrink: 0;
}

.editorial-metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  background: rgba(6, 8, 12, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: clamp(0.35rem, 0.8vh, 0.65rem) clamp(0.75rem, 1.5vw, 1.5rem);
  margin-top: 0;
  flex-shrink: 0;
}

.metric-cell {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  min-width: 0;
}

.metric-cell-val {
  font-family: var(--font-mono);
  font-size: clamp(0.95rem, 1.6vh, 1.25rem);
  font-weight: 800;
  color: #3b82f6;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.metric-cell-lbl {
  font-size: clamp(0.625rem, 0.9vh, 0.72rem);
  color: var(--text-muted);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Height-Aware Rules for Small Viewports (1440x900, 1366x768, 375x667, 390x844) */
@media (max-height: 800px) {

  .power-header-left .editorial-section-title {
    font-size: 1.25rem;
  }
  .comparison-block {
    padding: 0.5rem 0.75rem;
  }
  .feature-card-item {
    padding: 0.3rem 0.45rem;
  }
  .editorial-metrics-strip {
    padding: 0.35rem 0.75rem;
  }
}

@media (max-height: 700px) {

  .editorial-manifesto-block.power-header-right {
    padding: 0.25rem 0.5rem;
  }
  .ledger-tag {
    padding: 0.1rem 0.3rem;
    font-size: 0.5625rem;
  }
  .feature-item-desc {
    -webkit-line-clamp: 1;
  }
  .metric-cell-lbl {
    display: none;
  }
  .metric-cell {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .power-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .editorial-manifesto-block.power-header-right {
    width: 100%;
    box-sizing: border-box;
    padding: 0.35rem 0.65rem;
  }
  .comparison-grid.power-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .feature-item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem;
  }
  .editorial-metrics-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.35rem;
    padding: 0.4rem 0.6rem;
  }
}

@media (max-width: 480px) {

  .power-header {
    gap: 0.25rem;
  }
  .power-header-left .editorial-section-title {
    font-size: 1.05rem;
  }
  .editorial-manifesto-block.power-header-right {
    display: block;
    width: 100%;
    padding: 0.25rem 0.45rem;
  }
  .ledger-header {
    margin-bottom: 0.2rem;
  }
  .ledger-label {
    font-size: 0.55rem;
  }
  .ledger-status {
    font-size: 0.5rem;
  }
  .ledger-tags {
    gap: 0.25rem;
  }
  .ledger-tag {
    font-size: 0.55rem;
    padding: 0.1rem 0.3rem;
  }
  .feature-item-list {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
  .feature-card-item:nth-child(n+3) {
    display: none; /* Keep first 2 prominent items per block to fit compact mobile */
  }
  .block-counter {
    font-size: 0.6rem;
  }
  .editorial-metrics-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 0.3rem 0.5rem;
  }
  .metric-cell-lbl {
    display: none;
  }
}

/* Economics Charter Block (Archive fallback / compatibility) */
.editorial-charter-block {
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(14, 18, 26, 0.8) 0%, rgba(8, 10, 15, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
}

.charter-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
}
/* Economics Charter Block */
.editorial-charter-block {
  padding: 3rem 2.5rem;
  background: linear-gradient(135deg, rgba(14, 18, 26, 0.8) 0%, rgba(8, 10, 15, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.charter-title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 0.875rem;
  letter-spacing: -0.02em;
}

.charter-desc {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--text-secondary);
  margin-bottom: 1.75rem;
}

.charter-comparison-card {
  background: rgba(5, 7, 10, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 1.25rem 1.25rem;
  margin-bottom: 1.5rem;
}

.charter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
}

.charter-row.muted {
  color: var(--text-muted);
}

.charter-row.highlight {
  color: #ffffff;
  font-weight: 600;
}

.charter-divider {
  height: 1px;
  background: dashed rgba(255, 255, 255, 0.08);
  margin: 0.875rem 0;
}

.charter-service-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
}

.badge-status-dot.pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-gold);
  box-shadow: 0 0 8px var(--accent-gold);
  animation: none;
}

html[data-performance-tier="high"] .screen-section.is-active .badge-status-dot.pulse,
:root:not([data-performance-tier]) .screen-section.is-active .badge-status-dot.pulse {
  animation: pulseGold 2s infinite ease-in-out;
}

@keyframes pulseGold {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.charter-cost.strikethrough {
  text-decoration: line-through;
  color: #64748b;
}

.charter-cost.accent {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--accent-gold);
  font-size: 0.875rem;
}

.charter-assurances {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--text-secondary);
}

.charter-assurances li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.assurance-dash {
  color: var(--accent-gold);
  font-family: var(--font-mono);
}

/* Section 2: Non-Repetitive Feature Layouts */
.editorial-pillars-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 4rem;
}

/* Wide Feature Row: Playback Engine */
.editorial-feature-row {
  background: linear-gradient(135deg, rgba(16, 20, 29, 0.75) 0%, rgba(9, 12, 17, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 3rem 2.75rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
}

.feature-editorial-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 0.875rem;
  line-height: 1.25;
}

.feature-editorial-desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

/* Precision Spec Grid */
.feature-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.spec-cell {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 0.875rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.spec-key {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.spec-val {
  font-size: 0.8125rem;
  color: var(--text-primary);
  line-height: 1.4;
}

/* Visual Player Deck Mock */
.player-deck-frame {
  background: #06080b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
}

.player-deck-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.deck-signal-badge {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--accent-gold);
  letter-spacing: 0.1em;
  padding: 0.25rem 0.6rem;
  background: rgba(229, 169, 59, 0.08);
  border: 1px solid rgba(229, 169, 59, 0.2);
}

.deck-timecode {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: #94a3b8;
  letter-spacing: 0.08em;
}

.player-timeline-preview {
  margin-bottom: 1.5rem;
}

.timeline-bar-bg {
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 2px;
}

.timeline-bar-fill {
  width: 65%;
  height: 100%;
  background: var(--accent-gold);
  border-radius: 2px;
}

.timeline-scrubber {
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}

.player-deck-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.deck-actions-left {
  display: flex;
  gap: 0.4rem;
}

.deck-ctrl-btn {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--text-secondary);
  padding: 0.35rem 0.6rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
}

.deck-ctrl-btn.active {
  color: #ffffff;
  border-color: rgba(229, 169, 59, 0.4);
  background: rgba(229, 169, 59, 0.1);
}

.deck-actions-right {
  display: flex;
  gap: 0.4rem;
}

.deck-pill {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  color: #94a3b8;
  padding: 0.25rem 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Asymmetric Dual Columns: AI Mood vs Library */
.editorial-dual-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.editorial-column-card {
  background: linear-gradient(135deg, rgba(15, 19, 27, 0.7) 0%, rgba(9, 11, 16, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  padding: 2.75rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* AI Prompt Exhibit */
.ai-prompt-exhibit {
  background: rgba(6, 8, 12, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.75rem;
}

.exhibit-bubble {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.bubble-prefix {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
}

.exhibit-bubble.user-query .bubble-text {
  color: #cbd5e1;
  font-style: italic;
}

.exhibit-bubble.ai-response {
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
  padding-top: 0.625rem;
}

.exhibit-bubble.ai-response .bubble-prefix {
  color: #a78bfa;
}

.exhibit-bubble.ai-response .bubble-text {
  color: #f8fafc;
}

.ai-taxonomy-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.tax-pill {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Library Sync Ledger */
.library-sync-ledger {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.sync-ledger-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.sync-ledger-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sync-icon-symbol {
  font-family: var(--font-mono);
  font-size: 0.95rem;
  color: var(--accent-gold);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 169, 59, 0.08);
  border-radius: 2px;
  flex-shrink: 0;
}

.sync-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.sync-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #f1f5f9;
}

.sync-sub {
  font-size: 0.78125rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Features Comparison Section ("Already in LightStream" vs "Coming Soon") */
.features-comparison-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
  align-items: stretch;
}

.comparison-column {
  background: rgba(14, 18, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color var(--transition-fast), transform var(--transition-smooth);
}

.comparison-column.col-already {
  border-top: 2px solid var(--accent-gold);
  background: linear-gradient(180deg, rgba(229, 169, 59, 0.03) 0%, rgba(14, 18, 26, 0.7) 100%);
}

.comparison-column.col-soon {
  border-top: 2px solid rgba(90, 155, 255, 0.8);
  background: linear-gradient(180deg, rgba(90, 155, 255, 0.03) 0%, rgba(14, 18, 26, 0.7) 100%);
}

.column-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.col-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.available-pill {
  background: rgba(229, 169, 59, 0.1);
  color: var(--accent-gold);
  border: 1px solid rgba(229, 169, 59, 0.3);
}

.soon-pill {
  background: rgba(90, 155, 255, 0.1);
  color: #70aaff;
  border: 1px solid rgba(90, 155, 255, 0.3);
}

.status-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.status-indicator.live-pulse {
  background: var(--accent-gold);
  box-shadow: 0 0 8px var(--accent-gold);
  animation: none;
}

html[data-performance-tier="high"] .screen-section.is-active .status-indicator.live-pulse,
:root:not([data-performance-tier]) .screen-section.is-active .status-indicator.live-pulse {
  animation: indicator-pulse 2s infinite ease-in-out;
}

.status-indicator.soon-glow {
  background: #5a9bff;
  box-shadow: 0 0 6px rgba(90, 155, 255, 0.8);
}

@keyframes indicator-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.col-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.col-subtitle {
  font-size: 0.84375rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.feature-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.feature-compact-card {
  display: flex;
  align-items: flex-start;
  gap: 1.125rem;
  padding: 1.25rem 1.35rem;
  background: rgba(8, 11, 16, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: background var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);
}

.feature-compact-card:hover {
  background: rgba(14, 18, 26, 0.9);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateX(3px);
}

.card-icon-frame {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.available-icon {
  background: rgba(229, 169, 59, 0.08);
  color: var(--accent-gold);
  border: 1px solid rgba(229, 169, 59, 0.2);
}

.soon-icon {
  background: rgba(90, 155, 255, 0.08);
  color: #70aaff;
  border: 1px solid rgba(90, 155, 255, 0.2);
}

.card-body-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.card-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #f1f5f9;
  letter-spacing: -0.01em;
  margin: 0;
}

.tag-status {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 3px;
  background: rgba(229, 169, 59, 0.1);
  color: var(--accent-gold);
  border: 1px solid rgba(229, 169, 59, 0.25);
  white-space: nowrap;
}

.tag-status.tag-soon {
  background: rgba(90, 155, 255, 0.1);
  color: #70aaff;
  border: 1px solid rgba(90, 155, 255, 0.25);
}

.card-desc {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}
/* Editorial Metrics Colophon */
.editorial-metrics-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(6, 8, 12, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: clamp(1rem, 2.5vh, 1.75rem) 2.5rem;
  margin-top: clamp(1rem, 2.5vh, 2rem);
  flex-shrink: 0;
}

.editorial-metric-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.metric-num {
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
  line-height: 1;
}

.metric-accent {
  color: var(--accent-gold);
  font-size: 1.125rem;
  margin-left: 0.15rem;
}

.metric-label {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.metric-vertical-rule {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .editorial-showcase-split {
    grid-template-columns: 1fr;
  }
  .editorial-feature-row {
    grid-template-columns: 1fr;
  }
  .editorial-dual-columns {
    grid-template-columns: 1fr;
  }
  .features-comparison-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .editorial-metrics-strip:not(.power-bottom-rail .editorial-metrics-strip) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .metric-vertical-rule {
    display: none;
  }
}

@media (max-width: 640px) {

  .editorial-manifesto-block,
  .editorial-charter-block,
  .editorial-feature-row,
  .editorial-column-card {
    padding: 2rem 1.5rem;
  }
  .feature-spec-grid {
    grid-template-columns: 1fr;
  }
  .comparison-column {
    padding: 1.5rem 1.25rem;
  }
  .feature-compact-card {
    padding: 1rem 1rem;
  }
  .editorial-metrics-strip:not(.power-bottom-rail .editorial-metrics-strip) {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
}
/* ==========================================================================
   5.6 FAQ ACCORDION (INTERACTIVE NOIR ACCORDION)
   ========================================================================== */
.faq-page-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.faq-main-content {
  flex: 1;
}

.header-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.15rem;
  font-size: 0.8125rem;
}

/* ==========================================================================
   RUN ANYWHERE SECTION (SCREEN 3) - LIGHTSTREAM NOIR RESPONSIVE
   ========================================================================== */

.run-anywhere-noir-section {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  border-top: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  background: linear-gradient(180deg, #090c12 0%, #07090e 50%, #050609 100%);
  z-index: 10;
  overflow: hidden;
  box-sizing: border-box;
}

.run-anywhere-container {
  height: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: calc(var(--site-header-height, 88px) + clamp(4px, 0.8vh, 10px));
  padding-bottom: clamp(4px, 0.8vh, 8px);
  padding-left: clamp(16px, 2.5vw, 36px);
  padding-right: clamp(16px, 2.5vw, 36px);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  overflow: hidden;
}

.run-anywhere-container .run-anywhere-header {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.run-anywhere-header .editorial-headline-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
}

.run-anywhere-status-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.run-anywhere-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  font-family: var(--font-mono, monospace);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #c5d1e0;
  text-transform: uppercase;
}

.run-anywhere-status-tagline {
  font-size: 0.75rem;
  color: #717d91;
  letter-spacing: 0.01em;
}

/* --- Run Anywhere 3 Devices Row Layout --- */
.run-devices-stage {
  flex: 1 1 0%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.8vw, 44px);
  width: 100%;
  margin: 0 auto clamp(12px, 1.8vh, 20px) auto;
  padding: clamp(2px, 0.5vh, 6px) 0;
  box-sizing: border-box;
}

.device-showcase-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 1vh, 10px);
  min-height: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.run-anywhere-noir-section.is-active .device-showcase-item {
  opacity: 1;
  transform: translateY(0);
}

.run-anywhere-noir-section.is-active .device-item-desktop { transition-delay: 100ms; }
.run-anywhere-noir-section.is-active .device-item-tablet { transition-delay: 200ms; }
.run-anywhere-noir-section.is-active .device-item-phone { transition-delay: 300ms; }

.device-item-desktop {
  flex: 0 1 56%;
  max-width: 580px;
}

.device-item-tablet {
  flex: 0 1 25%;
  max-width: 260px;
}

.device-item-phone {
  flex: 0 1 14%;
  max-width: 146px;
}
/* Device Shells */
.device-frame {
  position: relative;
  width: 100%;
  background: #090c12;
  overflow: hidden;
  box-shadow: 0 20px 48px -12px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.device-frame:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -12px rgba(0, 0, 0, 0.85), 0 0 24px rgba(245, 158, 11, 0.18), 0 0 0 1px rgba(245, 158, 11, 0.3);
}

/* Device Dots Indicator */
.device-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 4px 8px;
  margin: 0;
  cursor: default;
}

.device-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.25s ease;
}

.device-dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.device-dot.is-active {
  background: var(--accent-gold, #f59e0b);
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.6);
  transform: scale(1.3);
}

/* Desktop: browser window */
.device-frame-desktop {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.device-chrome-bar {
  height: 22px;
  background: rgba(22, 27, 36, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 12px;
}

.chrome-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.chrome-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.chrome-address-bar {
  flex: 1;
  max-width: 180px;
  height: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

/* Tablet: rounded screen */
.device-frame-tablet {
  border-radius: 20px;
  border: 8px solid #161b24;
  outline: 1px solid rgba(255, 255, 255, 0.1);
}

/* Phone: notch and rounded */
.device-frame-phone {
  border-radius: 32px;
  border: 7px solid #161b24;
  outline: 1px solid rgba(255, 255, 255, 0.1);
}

.phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  height: 12px;
  background: #161b24;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 10;
}

/* Screen aspect ratios */
.device-screen {
  position: relative;
  width: 100%;
  background: #040608;
  overflow: hidden;
}

.desktop-screen {
  aspect-ratio: 16 / 10;
}

.tablet-screen {
  aspect-ratio: 3 / 4;
}

.phone-screen {
  aspect-ratio: 9 / 19.5;
}

/* Crossfading images */
.device-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
  pointer-events: none;
  user-select: none;
}

.device-img.is-active {
  opacity: 1;
  z-index: 2;
}

/* Captions */
.device-caption {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-mono);
  white-space: nowrap;
}

.device-name {
  font-size: clamp(0.72rem, 1vh, 0.82rem);
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.02em;
}

.device-res {
  font-size: clamp(0.6rem, 0.85vh, 0.68rem);
  color: rgba(255, 255, 255, 0.4);
}

/* Header entrance on screen 3 */
.run-anywhere-header {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.run-anywhere-noir-section.is-active .run-anywhere-header {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .run-devices-stage {
    gap: 14px;
  }
  .device-item-desktop {
    flex: 0 1 50%;
  }
  .device-item-tablet {
    flex: 0 1 28%;
  }
  .device-item-phone {
    flex: 0 1 20%;
  }
}

@media (max-height: 800px) {
  .run-anywhere-container {
    padding-top: calc(var(--site-header-height, 88px) + 2px);
    padding-bottom: 2px;
  }
  .run-anywhere-title {
    font-size: clamp(1rem, 1.8vh, 1.25rem);
  }
  .run-anywhere-lead {
    font-size: 0.72rem;
    line-height: 1.2;
  }
  .device-item-desktop {
    flex: 0 1 54%;
    max-width: 500px;
  }
  .device-item-tablet {
    flex: 0 1 24%;
    max-width: 230px;
  }
  .device-item-phone {
    flex: 0 1 13%;
    max-width: 130px;
  }
  .run-devices-stage {
    padding: 0;
    gap: 16px;
    flex: 1 1 auto;
    min-height: 0;
    max-height: 54vh;
    margin-bottom: 8px;
  }
  .device-caption {
    gap: 4px;
  }
  .device-label {
    font-size: 0.64rem;
  }
  .device-meta {
    font-size: 0.54rem;
  }
  .run-anywhere-faq-wrap {
    margin-bottom: 2px;
  }
  .run-anywhere-faq-wrap .faq-trigger {
    padding: 2px 0;
    font-size: 0.7rem;
  }
  .run-anywhere-footer {
    padding: 4px 0;
  }
}


/* High/App Theme Overrides */
body.app-theme #run-anywhere,
body.app-theme .run-anywhere-noir-section {
  background: linear-gradient(180deg, #0d1522 0%, #0a101b 50%, #080d16 100%);
  border-top: 1px solid var(--app-panel-border, rgba(59, 130, 246, 0.18));
  border-bottom: 1px solid var(--app-panel-border, rgba(59, 130, 246, 0.18));
  color: var(--app-text, #e8eef7);
}

body.app-theme .run-viewport-card {
  background: rgba(15, 23, 38, 0.7);
  border-color: rgba(59, 130, 246, 0.18);
}

body.app-theme .run-viewport-chrome {
  background: rgba(18, 29, 48, 0.9);
  border-bottom-color: rgba(59, 130, 246, 0.15);
}

body.app-theme .run-viewport-dot {
  background: rgba(59, 130, 246, 0.4);
}

body.app-theme .run-viewport-status-pill {
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.25);
  color: #93c5fd;
}

/* Shutter / Reveal Animation Integration */
#run-anywhere .run-anywhere-container.reveal-animation,
.run-anywhere-container.reveal-animation {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(4px);
  pointer-events: none;
  transition: opacity 400ms cubic-bezier(0.4, 0, 1, 1),
              transform 400ms cubic-bezier(0.4, 0, 1, 1),
              filter 400ms cubic-bezier(0.4, 0, 1, 1);
  will-change: opacity, transform, filter;
}

#run-anywhere.is-active .run-anywhere-container.reveal-animation,
#run-anywhere.revealed .run-anywhere-container.reveal-animation,
#run-anywhere.entering-down .run-anywhere-container.reveal-animation,
#run-anywhere.entering-up .run-anywhere-container.reveal-animation,
#run-anywhere.leaving-down .run-anywhere-container.reveal-animation,
#run-anywhere.leaving-up .run-anywhere-container.reveal-animation,
.run-anywhere-noir-section.is-active .run-anywhere-container.reveal-animation,
.run-anywhere-noir-section.content-revealing .run-anywhere-container.reveal-animation {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
  pointer-events: auto;
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1),
              transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
              filter 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.run-anywhere-container.reveal-animation.shutter-reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  filter: blur(4px);
  pointer-events: none;
}

.run-anywhere-container.reveal-animation.waapi-revealing {
  transition: none !important;
}

/* Staggered Noir Shutter entrance for run-anywhere blocks */
#run-anywhere .editorial-section-header,
#run-anywhere .run-viewport-desktop,
#run-anywhere .run-viewport-laptop,
#run-anywhere .run-viewport-split {
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  filter: blur(4px);
  transition: opacity 700ms cubic-bezier(0.33, 0, 0.2, 1),
              transform 700ms cubic-bezier(0.33, 0, 0.2, 1),
              filter 700ms cubic-bezier(0.33, 0, 0.2, 1);
  will-change: opacity, transform, filter;
}

#run-anywhere.is-active .editorial-section-header,
#run-anywhere.revealed .editorial-section-header {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
  transition-delay: 0ms;
}

#run-anywhere.is-active .run-viewport-desktop,
#run-anywhere.revealed .run-viewport-desktop {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
  transition-delay: 90ms;
}

#run-anywhere.is-active .run-viewport-laptop,
#run-anywhere.revealed .run-viewport-laptop {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
  transition-delay: 170ms;
}

#run-anywhere.is-active .run-viewport-split,
#run-anywhere.revealed .run-viewport-split {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
  transition-delay: 240ms;
}

#run-anywhere.shutter-reveal .editorial-section-header,
#run-anywhere.shutter-reveal .run-viewport-desktop,
#run-anywhere.shutter-reveal .run-viewport-laptop,
#run-anywhere.shutter-reveal .run-viewport-split,
#run-anywhere:not(.is-active):not(.revealed) .editorial-section-header,
#run-anywhere:not(.is-active):not(.revealed) .run-viewport-desktop,
#run-anywhere:not(.is-active):not(.revealed) .run-viewport-laptop,
#run-anywhere:not(.is-active):not(.revealed) .run-viewport-split {
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  filter: blur(4px);
  transition-delay: 0ms;
}

/* Reduced Motion Override */
@media (prefers-reduced-motion: reduce) {
  #run-anywhere .run-anywhere-container.reveal-animation,
  .run-anywhere-container.reveal-animation,
  .run-anywhere-header,
  .device-showcase-item,
  .run-anywhere-faq-wrap,
  #run-anywhere .editorial-section-header,
  #run-anywhere .run-viewport-desktop,
  #run-anywhere .run-viewport-laptop,
  #run-anywhere .run-viewport-split {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* Guaranteed content visibility when screen is active */
.screen-section.is-active,
.screen-section.is-active .reveal-animation,
.screen-section.is-active .run-anywhere-container,
.screen-section.is-active .workflow-radar-container {
  opacity: 1 !important;
}

/* Compact Run Anywhere FAQ Wrap */
.run-anywhere-faq-wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto clamp(6px, 1vh, 12px) auto;
  flex: 0 1 auto;
}

.run-faq-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4px;
}

.run-faq-label {
  font-family: var(--font-mono);
  font-size: clamp(0.58rem, 0.8vh, 0.68rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-brand, #F59E0B);
}

.run-anywhere-faq-wrap .faq-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.run-anywhere-faq-wrap .faq-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2px 0;
}

.run-anywhere-faq-wrap .faq-trigger {
  padding: 4px 0;
  font-size: clamp(0.72rem, 0.95vh, 0.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  color: var(--text-primary);
  cursor: pointer;
  text-align: left;
}

.run-anywhere-faq-wrap .faq-content {
  font-size: clamp(0.68rem, 0.85vh, 0.76rem);
  color: var(--text-secondary);
  line-height: 1.4;
}

.run-anywhere-footer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}


/* Responsive Breakpoints for Run Anywhere */
@media (max-width: 1080px) {
  .run-anywhere-stage {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    overflow-y: auto;
    padding-right: 4px;
  }

  .run-viewport-desktop {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .run-viewport-laptop {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .run-viewport-split {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}

/* obsolete run-anywhere media query removed */


.cinema-faq-section,
.faq-noir-section {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: calc(var(--site-header-height, 88px) + 0.75rem) 0 0;
  border-top: 1px solid var(--border-subtle);
  background: linear-gradient(180deg, #0a0d13 0%, #07090d 50%, #050608 100%);
  z-index: 10;
  overflow: hidden;
  box-sizing: border-box;
}
/* --- FAQ Screen 3/4 Layout & Minimalist Noir Architecture --- */
.faq-screen-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: calc(var(--site-header-height, 88px) + clamp(8px, 1.5vh, 20px));
  padding-bottom: 0;
  padding-left: clamp(16px, 2.5vw, 36px);
  padding-right: clamp(16px, 2.5vw, 36px);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}

.faq-content-wrap {
  flex: 1 1 auto;
  width: 100%;
  max-width: 920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  margin: 0 auto;
}

.faq-screen-container .faq-header {
  flex-shrink: 0;
  width: 100%;
  max-width: 920px;
  margin: 0 0 clamp(1rem, 2vh, 1.75rem) 0;
  padding: 0;
  text-align: left;
}
.faq-title,
.cinema-faq-title,
.faq-screen-container .cinema-faq-title,
.faq-screen-container .faq-title {
  font-family: var(--font-sans, "Golos Text", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.faq-scroll-container {
  flex: 0 1 auto;
  width: 100%;
  max-width: 920px;
  margin: 0;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.35rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}

.faq-scroll-container::-webkit-scrollbar {
  width: 4px;
}

.faq-scroll-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
}

.faq-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.2vh, 1.625rem);
}

/* --- Minimalist Reference FAQ Items (Zero borders, airy rhythm) --- */
.faq-row,
.faq-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: clamp(14px, 1.8vh, 20px) 0;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.faq-row:first-child,
.faq-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.faq-item::before,
.faq-row::before,
.faq-item::after,
.faq-row::after {
  display: none !important;
}

.faq-item:hover,
.faq-row:hover,
.faq-item.active,
.faq-item.is-open,
.faq-row.active,
.faq-row.is-open {
  background: transparent;
  box-shadow: none;
  border: none !important;
}

.faq-trigger {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: var(--text-primary, #ffffff);
  font-family: var(--font-sans, "Golos Text", sans-serif);
  transition: color 0.2s ease;
}

.faq-trigger:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 4px;
  border-radius: 2px;
}

.faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
  order: 2;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease;
}

.faq-icon svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}

.faq-icon-v {
  transform-origin: center;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
}

.faq-trigger:hover .faq-icon,
.faq-item:hover .faq-icon,
.faq-row:hover .faq-icon {
  color: rgba(255, 255, 255, 0.85);
}

.faq-trigger[aria-expanded="true"] .faq-icon,
.faq-item.active .faq-icon,
.faq-item.is-open .faq-icon,
.faq-row.active .faq-icon,
.faq-row.is-open .faq-icon {
  color: #ffffff;
}

.faq-trigger[aria-expanded="true"] .faq-icon-v,
.faq-item.active .faq-icon-v,
.faq-item.is-open .faq-icon-v,
.faq-row.active .faq-icon-v,
.faq-row.is-open .faq-icon-v {
  transform: scaleY(0);
  opacity: 0;
}

/* Fallback CSS plus/minus when svg is absent */
.faq-icon:empty::before,
.faq-icon:empty::after {
  content: "";
  position: absolute;
  background-color: currentColor;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
}
.faq-icon:empty::before {
  width: 12px;
  height: 1.5px;
}
.faq-icon:empty::after {
  width: 1.5px;
  height: 12px;
}
.faq-trigger[aria-expanded="true"] .faq-icon:empty::after,
.faq-item.active .faq-icon:empty::after,
.faq-item.is-open .faq-icon:empty::after,
.faq-row.active .faq-icon:empty::after,
.faq-row.is-open .faq-icon:empty::after {
  transform: scaleY(0);
  opacity: 0;
}

.faq-question {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  cursor: pointer;
  flex: 1 1 auto;
  order: 1;
  margin: 0;
  transition: color 0.2s ease;
  letter-spacing: -0.01em;
}

.faq-item:hover .faq-question,
.faq-row:hover .faq-question,
.faq-item.active .faq-question,
.faq-item.is-open .faq-question,
.faq-row.active .faq-question,
.faq-row.is-open .faq-question {
  color: #ffffff;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 36px;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
}

.faq-trigger[aria-expanded="true"] + .faq-content,
.faq-item.active .faq-content,
.faq-item.is-open .faq-content,
.faq-row.active .faq-content,
.faq-row.is-open .faq-content {
  max-height: 400px;
  opacity: 1;
  padding-top: 0.625rem;
  padding-bottom: 0.25rem;
}

/* Text & Content styling inside accordion */
.faq-answer-inner,
.faq-text {
  font-size: clamp(0.875rem, 0.95vw, 0.9375rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-sans, "Golos Text", sans-serif);
  font-weight: 400;
  margin: 0;
}

.faq-answer-inner p,
.faq-text p {
  margin: 0 0 0.75rem 0;
}
.faq-answer-inner p:last-child,
.faq-text p:last-child {
  margin-bottom: 0;
}

.faq-answer-inner a,
.faq-text a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 3px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.faq-answer-inner a:hover,
.faq-text a:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

@media (max-width: 768px) {
  .faq-screen-container {
    padding-left: clamp(1rem, 4vw, 1.5rem);
    padding-right: clamp(1rem, 4vw, 1.5rem);
    align-items: stretch;
  }

  .faq-screen-container .faq-header,
  .faq-scroll-container,
  .faq-accordion {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-content {
    padding-left: 26px;
  }
}

.faq-answer-inner p,
.faq-text p {
  margin: 0 0 0.75rem 0;
}
.faq-answer-inner p:last-child,
.faq-text p:last-child {
  margin-bottom: 0;
}

.faq-answer-inner a,
.faq-text a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 3px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}
.faq-answer-inner a:hover,
.faq-text a:hover {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  .faq-icon-v,
  .faq-icon:empty::after,
  .faq-icon svg,
  .faq-content {
    transition: none !important;
  }
}
/* --- Modern Minimalist Site Footer --- */
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 72px;
  border-top: 1px solid #1a1f2e;
  background: #0e121a;
  color: #e0e0e0;
}

.faq-noir-section .site-footer,
.cinema-faq-section .site-footer {
  min-height: unset;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.cinema-faq-section .site-footer::before {
  display: none !important;
}

.faq-noir-section .footer-inner,
.cinema-faq-section .footer-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4, 16px);
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.faq-noir-section .footer-brand-col,
.cinema-faq-section .footer-brand-col {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: var(--space-4, 16px);
  flex-shrink: 0;
}

.footer-brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer-brand-name {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.faq-noir-section .footer-copy {
  font-size: 0.75rem;
  color: #666;
  letter-spacing: 0.01em;
}
.footer-nav-col {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e0e0e0;
  text-decoration: none;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}

.footer-social-link:hover {
  color: #ffffff;
}

.footer-social-link svg {
  color: #666;
  transition: color 0.2s ease;
}

.footer-social-link:hover svg {
  color: #ffffff;
}
@media (max-width: 768px) {
  .faq-noir-section .site-footer,
  .cinema-faq-section .site-footer {
    padding: 16px 24px;
  }
  .faq-noir-section .footer-inner,
  .cinema-faq-section .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 900px) {
  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
/* ==========================================================================
   6. RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1080px) {
  .hero-split-container {
    gap: 2rem;
  }
}

@media (max-width: 900px) {
  .hero-split-container {
    flex-direction: column;
    padding: 2rem 0;
  }
  .hero-content-col {
    flex: 1;
    max-width: 100%;
  }
  .hero-reels-col {
    width: 100%;
    height: 420px;
  }
  .preview-modal-card {
    flex-direction: column;
    max-height: 90vh;
    overflow-y: auto;
  }
  .preview-modal-poster-col {
    width: 100%;
    height: 220px;
  }
}

@media (max-width: 768px) {
  .site-header {
    height: 58px;
    padding: 0.25rem 0;
  }
  .site-header.scrolled {
    height: 54px;
  }
  .brand-logo {
    width: 200px;
    height: 38px;
  }
  .brand-logo-image {
    width: 200px !important;
    height: 38px !important;
  }
  .header-nav {
    gap: 0.65rem;
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .header-nav::-webkit-scrollbar {
    display: none;
  }
  .nav-link {
    font-size: 0.8125rem;
    white-space: nowrap;
  }
  .header-nav .nav-item-disabled {
    white-space: nowrap;
  }
  .hero-split-container {
    padding: 1.5rem 0;
    gap: 2.25rem;
  }
  .hero-headline {
    font-size: 2.4rem;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }
  .hero-lead-text {
    font-size: 1rem;
    line-height: 1.55;
  }
  .hero-meta-kicker {
    font-size: 0.75rem;
    margin-bottom: 0.85rem;
  }
  .hero-cta-buttons {
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
  }
  .hero-cta-buttons .cinema-btn-primary {
    flex: 1;
    justify-content: center;
    text-align: center;
    padding: 0.85rem 1.25rem;
  }
  .hero-contact-links {
    flex-shrink: 0;
  }
  .hero-trust-indicator {
    margin-top: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 0.75rem;
  }
}

@media (max-width: 640px) {
  .hero-headline {
    font-size: 2rem;
  }
  .site-header {
    height: auto;
    min-height: 56px;
    padding: 0.5rem 0;
  }
  .site-header.scrolled {
    height: auto;
    min-height: 52px;
  }
  .container {
    padding: 0 1rem;
  }
  .brand-logo {
    width: 140px;
    height: 28px;
  }
  .brand-logo-image {
    width: 140px !important;
    height: 28px !important;
  }
  .header-inner {
    gap: 0.5rem;
  }
  .hero-actions-row {
    width: 100%;
  }
  .cinema-btn-primary {
    width: 100%;
  }
  .hero-trust-indicator {
    font-size: 0.72rem;
  }
  .player-audio-selector-overlay {
    display: none;
  }
  .header-nav {
    gap: 0.45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 100%;
  }
  .header-nav .btn-header {
    padding: 0.35rem 0.65rem;
    font-size: 0.75rem;
  }
  .header-nav .nav-link-del {
    display: none;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 1.75rem;
  }
  .header-nav {
    gap: 0.35rem 0.5rem;
  }
  .nav-link {
    font-size: 0.72rem;
  }
  .hero-cta-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .hero-cta-buttons .cinema-btn-primary {
    width: 100%;
    flex: none;
  }
  .hero-contact-links {
    width: 100%;
    justify-content: flex-start;
  }
  .header-nav .nav-item-disabled {
    font-size: 0.72rem;
  }
  .cinema-power-section {
    padding: calc(var(--site-header-height, 88px) + 0.75rem) 0 1rem;
  }
  .editorial-section-header {
    margin-bottom: 1.25rem;
  }
  .editorial-headline-row {
    gap: 0.75rem;
  }
  .editorial-main-title {
    font-size: 1.45rem;
  }
  .editorial-lead-desc {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .power-header {
    margin-bottom: 1rem;
  }
  .power-main-headline {
    font-size: 1.5rem;
  }
  .power-lead-desc {
    font-size: 0.85rem;
  }
  .feature-accordion-item {
    padding: 0.75rem 1rem;
  }
}

/* ==========================================================================
   9. REMOTION VIDEO PLAYER INTEGRATION
   ========================================================================== */
.remotion-player-mount {
  width: 100%;
  height: 100%;
  min-height: 380px;
  position: relative;
  background: #07090e;
  border-radius: 12px;
  overflow: hidden;
}

@keyframes clickRipple {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.4);
    opacity: 0;
  }
}

/* ==========================================================================
   10. TWO-BLOCK FEATURES COMPARISON SECTION (ALREADY VS COMING SOON)
   ========================================================================== */
.comparison-noir-section {
  position: relative;
  padding: clamp(3rem, 6vh, 5rem) 0 clamp(4rem, 8vh, 6rem);
  background: var(--bg-primary, #0f1218);
  overflow: hidden;
}

.comparison-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

/* Header */
.comparison-section-header {
  margin-bottom: clamp(2rem, 4vh, 3.5rem);
}

.comparison-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-brand, #5a9bff);
  margin-bottom: 0.75rem;
}

.comparison-kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-brand, #5a9bff);
  box-shadow: 0 0 8px rgba(90, 155, 255, 0.6);
}

.comparison-section-title {
  font-family: var(--font-sans);
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary, #f1f5f9);
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}

.comparison-title-muted {
  color: var(--text-muted, #94a3b8);
  font-weight: 400;
  display: inline;
}

.comparison-section-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-secondary, #cbd5e1);
  max-width: 780px;
}

/* Comparison Grid */
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  align-items: stretch;
}

@media (max-width: 980px) {
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Comparison Block Cards */
.comparison-block {
  background: var(--bg-surface, #141822);
  border: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
  border-radius: 16px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  backdrop-filter: blur(12px);
}

.comparison-block:hover {
  transform: translateY(-2px);
}

.block-live {
  background: linear-gradient(180deg, rgba(20, 24, 34, 0.95) 0%, rgba(15, 18, 24, 0.98) 100%);
  border-color: rgba(90, 155, 255, 0.18);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.block-live:hover {
  border-color: rgba(90, 155, 255, 0.4);
  box-shadow: 0 16px 44px rgba(90, 155, 255, 0.1);
}

.block-soon {
  background: linear-gradient(180deg, rgba(20, 24, 34, 0.75) 0%, rgba(13, 16, 22, 0.85) 100%);
  border-color: rgba(251, 191, 36, 0.15);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.block-soon:hover {
  border-color: rgba(251, 191, 36, 0.35);
  box-shadow: 0 16px 44px rgba(251, 191, 36, 0.08);
}

/* Block Top Header */
.block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.08));
}

.block-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: 9999px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge-live {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: #34d399;
}

.badge-soon {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.25);
  color: #fbbf24;
}

.badge-dot-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.8);
  animation: none;
}

html[data-performance-tier="high"] .screen-section.is-active .badge-dot-pulse,
:root:not([data-performance-tier]) .screen-section.is-active .badge-dot-pulse {
  animation: liveDotPulse 2s ease-in-out infinite;
}

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

.badge-dot-amber {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fbbf24;
  box-shadow: 0 0 6px rgba(251, 191, 36, 0.6);
}

.block-counter {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted, #94a3b8);
}

.counter-soon {
  color: #fbbf24;
}

/* Block Intro */
.block-intro {
  margin-bottom: 1.5rem;
}

.block-title {
  font-family: var(--font-sans);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary, #f1f5f9);
  margin-bottom: 0.4rem;
}

.block-desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-muted, #94a3b8);
}

/* Feature List */
.feature-item-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex-grow: 1;
  margin-bottom: 1.75rem;
}

.feature-card-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.feature-card-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.item-soon {
  background: rgba(251, 191, 36, 0.015);
  border-color: rgba(251, 191, 36, 0.08);
}

.item-soon:hover {
  background: rgba(251, 191, 36, 0.035);
  border-color: rgba(251, 191, 36, 0.18);
}

.feature-item-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-live {
  background: rgba(90, 155, 255, 0.1);
  color: #5a9bff;
  border: 1px solid rgba(90, 155, 255, 0.2);
}

.icon-soon {
  background: rgba(251, 191, 36, 0.1);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.2);
}

.feature-item-content {
  flex: 1;
  min-width: 0;
}

.feature-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 0.3rem;
}

.feature-item-name {
  font-family: var(--font-sans);
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--text-primary, #f1f5f9);
}

.feature-status-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tag-ready {
  background: rgba(16, 185, 129, 0.12);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.tag-progress {
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.feature-kbd-badge {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  color: var(--accent-gold-text, #f5e6ca);
}

.inline-kbd {
  display: inline-block;
  padding: 1px 4px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  color: var(--text-primary, #f1f5f9);
}

.feature-item-desc {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted, #94a3b8);
}

/* Block Footers */
.block-footer {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle, rgba(255, 255, 255, 0.06));
}

.block-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 0.85rem 1.25rem;
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.btn-live {
  background: #5a9bff;
  color: #0b0d11;
  border: 1px solid #5a9bff;
}

.btn-live:hover {
  background: #78afff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(90, 155, 255, 0.35);
}

.roadmap-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 1rem;
  background: rgba(251, 191, 36, 0.05);
  border: 1px solid rgba(251, 191, 36, 0.12);
  border-radius: 8px;
}

.roadmap-note-icon {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.roadmap-note-text {
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--text-muted, #94a3b8);
}


/* ==========================================================================
   BODY.APP-THEME SECTION & COMPONENT STYLES (#workflow & #faq)
   ========================================================================== */
body.app-theme #workflow,
body.app-theme #faq-screen {
  background: linear-gradient(180deg, #0d1522 0%, #0a101b 50%, #080d16 100%);
  border-top: 1px solid var(--app-panel-border, rgba(59, 130, 246, 0.18));
  border-bottom: 1px solid var(--app-panel-border, rgba(59, 130, 246, 0.18));
  color: var(--app-text, #e8eef7);
}

/* Panels & Glass Cards in Workflow (#workflow) */
body.app-theme .editorial-kicker {
  color: #3b82f6;
}

body.app-theme .editorial-dot {
  background: #3b82f6;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.6);
}

body.app-theme .editorial-section-title {
  color: #e8eef7;
}

body.app-theme .editorial-db-card {
  background: rgba(23, 32, 48, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(59, 130, 246, 0.05);
}

body.app-theme .editorial-db-card:hover {
  border-color: rgba(59, 130, 246, 0.45);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5), 0 0 25px rgba(59, 130, 246, 0.12);
}

body.app-theme .editorial-db-film-title {
  color: #e8eef7;
}

body.app-theme .editorial-db-rating {
  color: #3b82f6;
}

body.app-theme .editorial-status-toggle {
  background: rgba(13, 21, 34, 0.85);
  border-color: rgba(59, 130, 246, 0.2);
}

body.app-theme .status-toggle-btn.active {
  background: rgba(59, 130, 246, 0.18);
  color: #e8eef7;
  border: 1px solid rgba(59, 130, 246, 0.35);
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.25);
}

body.app-theme .status-toggle-btn.active .toggle-indicator {
  background: #3b82f6;
  box-shadow: 0 0 6px #3b82f6;
}

body.app-theme .editorial-status-banner {
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.25);
}

body.app-theme .status-synced-pill {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.3);
}

body.app-theme .spec-stars {
  color: #3b82f6;
}

body.app-theme .editorial-btn-launch {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #e8eef7;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.15);
}

body.app-theme .editorial-btn-launch:hover {
  background: rgba(59, 130, 246, 0.25);
  border-color: #3b82f6;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), 0 0 25px rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
}

body.app-theme .editorial-player-frame {
  background: rgba(13, 21, 34, 0.95);
  border: 1px solid rgba(59, 130, 246, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(59, 130, 246, 0.1);
}

body.app-theme .editorial-player-top {
  background: rgba(23, 32, 48, 0.85);
  border-bottom: 1px solid rgba(59, 130, 246, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.app-theme .player-badge-pro {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.15);
  border-color: rgba(59, 130, 246, 0.35);
}

/* Workflow & Features Section (#workflow) */
body.app-theme .chapter-num {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.35);
}

body.app-theme .editorial-manifesto-block {
  background: rgba(23, 32, 48, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-left: 3px solid #3b82f6;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

body.app-theme .editorial-pullquote {
  border-left-color: rgba(59, 130, 246, 0.6);
  color: #e8eef7;
}

body.app-theme .ledger-tag:hover {
  border-color: rgba(59, 130, 246, 0.5);
  color: #e8eef7;
}

body.app-theme .ledger-tag-more {
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(59, 130, 246, 0.3);
  color: #60a5fa;
}

body.app-theme .editorial-charter-block {
  background: rgba(23, 32, 48, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

body.app-theme .charter-title {
  color: #e8eef7;
}

body.app-theme .charter-comparison-card {
  background: rgba(13, 21, 34, 0.85);
  border-color: rgba(59, 130, 246, 0.2);
}

body.app-theme .badge-status-dot.pulse {
  background: #3b82f6;
  box-shadow: 0 0 10px #3b82f6;
}

body.app-theme .charter-cost.accent {
  color: #3b82f6;
}

body.app-theme .assurance-dash {
  color: #3b82f6;
}

body.app-theme .editorial-feature-row {
  background: rgba(23, 32, 48, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

body.app-theme .feature-editorial-title {
  color: #e8eef7;
}

body.app-theme .spec-key {
  color: #3b82f6;
}

body.app-theme .player-deck-frame {
  background: rgba(13, 21, 34, 0.95);
  border: 1px solid rgba(59, 130, 246, 0.25);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(59, 130, 246, 0.1);
}

body.app-theme .deck-signal-badge {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.12);
  border-color: rgba(59, 130, 246, 0.35);
}

body.app-theme .timeline-bar-fill {
  background: #3b82f6;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.6);
}

body.app-theme .deck-ctrl-btn.active {
  border-color: rgba(59, 130, 246, 0.6);
  background: rgba(59, 130, 246, 0.2);
  color: #e8eef7;
}

body.app-theme .editorial-column-card {
  background: rgba(23, 32, 48, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

body.app-theme .ai-prompt-exhibit {
  background: rgba(13, 21, 34, 0.85);
  border-color: rgba(59, 130, 246, 0.2);
}

body.app-theme .bubble-prefix {
  color: #3b82f6;
}

body.app-theme .sync-icon-symbol {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.12);
}

body.app-theme .comparison-column {
  background: rgba(23, 32, 48, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.app-theme .comparison-column.col-already {
  border-top: 2px solid #3b82f6;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.08) 0%, rgba(23, 32, 48, 0.75) 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 25px rgba(59, 130, 246, 0.08);
}

body.app-theme .available-pill {
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
  border-color: rgba(59, 130, 246, 0.4);
}

body.app-theme .status-indicator.live-pulse {
  background: #3b82f6;
  box-shadow: 0 0 10px #3b82f6;
}

body.app-theme .col-title {
  color: #e8eef7;
}

body.app-theme .feature-compact-card {
  background: rgba(13, 21, 34, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.15);
}

body.app-theme .feature-compact-card:hover {
  background: rgba(23, 32, 48, 0.95);
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 15px rgba(59, 130, 246, 0.15);
}

body.app-theme .available-icon {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
  border-color: rgba(59, 130, 246, 0.3);
}

body.app-theme .card-title {
  color: #e8eef7;
}

body.app-theme .tag-status {
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
  border-color: rgba(59, 130, 246, 0.35);
}

/* Button Glows & CTAs in App Theme */
body.app-theme .btn-live {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: #ffffff;
  border: 1px solid #60a5fa;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.35), 0 0 15px rgba(59, 130, 246, 0.2);
}

body.app-theme .btn-live:hover {
  background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  border-color: #93c5fd;
}
/* While main content is actively translating (#main-content.is-transitioning):
   Targeted pause of continuous animations and disable expensive backdrop-filters,
   drop shadows, and blend/filter pipelines on known heavy surfaces only. */
#main-content.is-transitioning .pulse-indicator,
#main-content.is-transitioning .support-pulse-ring,
#main-content.is-transitioning .badge-status-dot,
#main-content.is-transitioning .status-indicator,
#main-content.is-transitioning .badge-dot-pulse,
#main-content.is-transitioning .cinema-btn-primary {
  animation-play-state: paused !important;
}
#main-content.is-transitioning .hero-ambient-glow,
#main-content.is-transitioning .ambient-beam,
#main-content.is-transitioning .canvas-ambient-glow,
#main-content.is-transitioning .hero-bg-canvas,
#main-content.is-transitioning .ambient-glow-canvas,
#main-content.is-transitioning .hero-bg-video,
#main-content.is-transitioning .cinema-dust-canvas {
  opacity: 0.1;
  will-change: auto;
}
/* Targeted filter / backdrop-filter / shadow suppression under #main-content */
#main-content.is-transitioning .omnibox-cinema-bar,
#main-content.is-transitioning .omnibox-dropdown-panel,
#main-content.is-transitioning .category-pill,
#main-content.is-transitioning .comparison-block,
#main-content.is-transitioning .faq-item,
#main-content.is-transitioning .preview-modal-overlay,
#main-content.is-transitioning .preview-modal-dialog,
#main-content.is-transitioning .player-badge-pro,
#main-content.is-transitioning .player-badge-free,
#main-content.is-transitioning .editorial-spec-card,
#main-content.is-transitioning .support-widget-panel,
#main-content.is-transitioning .support-widget-trigger,
#main-content.is-transitioning .poster-card,
#main-content.is-transitioning .poster-img-wrap,
#main-content.is-transitioning .reel-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  mix-blend-mode: normal;
}

/* Offscreen sections have animations paused */
#hero:not(.is-active):not(.entering-down):not(.entering-up):not(.leaving-down):not(.leaving-up) .reel-track,
#hero:not(.is-active):not(.entering-down):not(.entering-up):not(.leaving-down):not(.leaving-up) .reel-track-down,
#hero:not(.is-active):not(.entering-down):not(.entering-up):not(.leaving-down):not(.leaving-up) .reel-track-up,
.screen-section:not(.is-active) .pulse-indicator,
.screen-section:not(.is-active) .support-pulse-ring,
.screen-section:not(.is-active) .badge-status-dot,
.screen-section:not(.is-active) .status-indicator,
.screen-section:not(.is-active) .badge-dot-pulse,
.screen-section:not(.is-active) .cinema-btn-primary {
  animation-play-state: paused !important;
}

/* Medium Tier Optimizations:
   - Moderate blur radii
   - Restrain heavy multi-shadow stacks
   - Preserve sharp visual hierarchy */
html[data-performance-tier="medium"] .omnibox-cinema-bar,
html[data-performance-tier="medium"] .category-pill,
html[data-performance-tier="medium"] .comparison-block {
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

html[data-performance-tier="medium"] .hero-bg-canvas,
html[data-performance-tier="medium"] .ambient-glow-canvas {
  filter: none !important;
}

/* Low Tier / Mobile / Battery Saver Optimizations:
   - Zero backdrop-filter (use solid tinted backgrounds)
   - Zero multi-layer drop shadows (use crisp 1px borders)
   - Pause or eliminate non-essential ambient animation loops */
html[data-performance-tier="low"] .omnibox-cinema-bar,
html[data-performance-tier="low"] .category-pill,
html[data-performance-tier="low"] .comparison-block,
html[data-performance-tier="low"] .omnibox-dropdown-panel,
html[data-performance-tier="low"] .preview-modal-dialog,
html[data-performance-tier="low"] .player-badge-pro,
html[data-performance-tier="low"] .player-badge-free {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-color: rgba(18, 24, 38, 0.95) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
}

html[data-performance-tier="low"] .hero-ambient-glow,
html[data-performance-tier="low"] .ambient-beam,
html[data-performance-tier="low"] .canvas-ambient-glow,
html[data-performance-tier="low"] .ambient-glow-canvas {
  display: none !important;
}

html[data-performance-tier="low"] .poster-img-wrap img,
html[data-performance-tier="low"] .reel-card img {
  filter: none !important;
}

/* ==========================================================================
   Interactive Feature Comparison Block (ComparativeWheel & SummaryTable)
   ========================================================================== */

.comparison-container-wrapper {
  width: 100%;
  padding: clamp(2rem, 5vh, 4rem) 0;
  position: relative;
  z-index: 10;
}

.comparison-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.comparison-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .comparison-layout {
    grid-template-columns: 1fr;
  }
}

/* --- Comparative Wheel Component --- */
comparative-wheel {
  display: block;
  width: 100%;
}

.comparative-wheel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  outline: none;
}

.comparative-wheel-svg-container {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  position: relative;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.6));
}

.comparative-wheel-svg {
  overflow: visible;
}

.wheel-sector-group {
  cursor: pointer;
  outline: none;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.wheel-sector-path {
  transition: fill 0.25s ease, stroke 0.25s ease, stroke-width 0.25s ease;
}

.wheel-sector-group:hover .wheel-sector-path,
.wheel-sector-group:focus .wheel-sector-path,
.wheel-sector-group.is-active .wheel-sector-path {
  stroke: #ffffff;
  stroke-width: 2px;
}

.wheel-sector-title {
  font-family: var(--font-sans, system-ui, -apple-system, sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  fill: #e2e8f0;
  pointer-events: none;
  text-transform: uppercase;
}

.wheel-sector-status {
  font-family: var(--font-mono, monospace);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  pointer-events: none;
}

.wheel-sector-group.is-live .wheel-sector-status {
  fill: #34d399;
}

.wheel-sector-group.is-planned .wheel-sector-status {
  fill: #fbbf24;
}

.wheel-center-title {
  font-family: var(--font-sans, system-ui, -apple-system, sans-serif);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  fill: #ffffff;
  text-transform: uppercase;
}

.wheel-center-subtitle {
  font-family: var(--font-mono, monospace);
  font-size: 8.5px;
  letter-spacing: 0.08em;
  fill: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* Context Card Under Wheel */
.wheel-details-card {
  width: 100%;
  max-width: 420px;
  min-height: 110px;
  background: rgba(18, 22, 30, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1rem 1.25rem;
  backdrop-filter: blur(12px);
  transition: border-color 0.25s ease, background 0.25s ease;
}

.wheel-details-card.is-visible {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(22, 27, 38, 0.95);
}

.wheel-details-prompt {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  min-height: 78px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85rem;
  line-height: 1.4;
}

.prompt-icon {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.3);
}

.wheel-details-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.75rem;
}

.wheel-details-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.wheel-details-badge {
  font-family: var(--font-mono, monospace);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wheel-details-badge.badge-live {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.wheel-details-badge.badge-planned {
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.wheel-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wheel-details-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #cbd5e1;
}

.item-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.item-bullet.bullet-live {
  background: #34d399;
  box-shadow: 0 0 6px rgba(52, 211, 153, 0.6);
}

.item-bullet.bullet-planned {
  background: #fbbf24;
  box-shadow: 0 0 6px rgba(251, 191, 36, 0.6);
}

/* --- Summary Table Component --- */
summary-table {
  display: block;
  width: 100%;
}

.summary-table-wrapper {
  width: 100%;
  background: rgba(16, 20, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 1.25rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  outline: none;
}

.summary-table-scroll-container {
  width: 100%;
  overflow-x: auto;
}

.summary-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.summary-table-header-row th {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-sans, system-ui, -apple-system, sans-serif);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.th-lightstream {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px 8px 0 0;
}

.th-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 800;
}

.brand-sparkle {
  color: #38bdf8;
  font-size: 0.9rem;
}

.summary-table-row {
  transition: background 0.2s ease, opacity 0.2s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

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

.summary-table-row:hover,
.summary-table-row.is-hovered {
  background: rgba(255, 255, 255, 0.04);
}

.summary-table-row.is-sector-match {
  background: rgba(56, 189, 248, 0.08);
  border-color: rgba(56, 189, 248, 0.25);
}

.summary-table-row.is-sector-dimmed {
  opacity: 0.35;
}

.summary-td {
  padding: 0.95rem 1rem;
  vertical-align: middle;
  font-size: 0.9rem;
}

.td-lightstream {
  background: rgba(255, 255, 255, 0.02);
}

.feature-name-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.feature-title {
  font-weight: 600;
  color: #f1f5f9;
}

.feature-category {
  font-family: var(--font-mono, monospace);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cell-content {
  display: flex;
  align-items: center;
}

.table-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table-check-highlight {
  color: #38bdf8;
  filter: drop-shadow(0 0 6px rgba(56, 189, 248, 0.5));
}

.table-check-standard {
  color: #94a3b8;
}

.table-cross {
  color: rgba(255, 255, 255, 0.2);
}

.table-badge {
  font-family: var(--font-mono, monospace);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}

.table-badge-upcoming {
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.25);
}

.table-badge-partial {
  background: rgba(148, 163, 184, 0.12);
  color: #cbd5e1;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.table-text-val {
  font-size: 0.85rem;
  color: #cbd5e1;
}



/* ==========================================================================
   WORKFLOW RADAR COMPARISON SCREEN (Screen 3, #workflow, data-screen="2")
   ========================================================================== */
#workflow.cinema-power-section {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  height: 100vh !important;
  max-height: 100vh !important;
  min-height: 100vh !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  margin: 0 !important;
  background: radial-gradient(circle at 50% 20%, rgba(20, 24, 34, 0.7) 0%, #0c0e14 100%);
  position: relative;
}

.workflow-radar-container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  max-height: 100vh !important;
  box-sizing: border-box !important;
  padding-top: calc(var(--site-header-height, 88px) + clamp(12px, 1.8vh, 20px)) !important;
  padding-bottom: clamp(10px, 1.4vh, 18px) !important;
  padding-left: clamp(16px, 2.5vw, 36px) !important;
  padding-right: clamp(16px, 2.5vw, 36px) !important;
  width: 100% !important;
  max-width: 1540px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

/* Header */
.radar-screen-header {
  flex: 0 0 auto;
  margin-bottom: clamp(6px, 1vh, 12px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.cinema-power-section.is-active .radar-screen-header {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0ms;
}

.radar-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: clamp(0.58rem, 0.82vh, 0.68rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-brand);
  margin-bottom: 2px;
}

.radar-kicker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--accent-brand);
  box-shadow: 0 0 8px var(--accent-brand);
}

.radar-screen-title {
  font-family: var(--font-sans);
  font-size: clamp(1.1rem, 2vh, 1.45rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  margin: 0 0 2px 0;
}

.radar-title-muted {
  color: var(--text-muted);
  font-weight: 400;
}

.radar-screen-lead {
  font-size: clamp(0.68rem, 1vh, 0.78rem);
  color: var(--text-secondary);
  max-width: 780px;
  line-height: 1.25;
  margin: 0;
}

/* Comparison Stage: 2-Column Grid */
.radar-comparison-stage {
  flex: 1 1 0%;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(320px, 37%) 1fr;
  gap: clamp(14px, 1.8vw, 24px);
  align-items: stretch;
  overflow: hidden;
}

/* Left Column */
.radar-control-col {
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: clamp(6px, 1vh, 10px);
}

/* Competitor chips */
.radar-selector-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.radar-group-label {
  font-family: var(--font-mono);
  font-size: clamp(0.58rem, 0.8vh, 0.66rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.radar-competitor-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.radar-chip {
  appearance: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  font-family: var(--font-sans);
  font-size: clamp(0.66rem, 0.95vh, 0.74rem);
  font-weight: 500;
  padding: clamp(3px, 0.5vh, 5px) clamp(8px, 0.8vw, 12px);
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.radar-chip:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--text-primary);
}

.radar-chip.active {
  background: rgba(90, 155, 255, 0.12);
  border-color: var(--accent-brand);
  color: #fff;
  box-shadow: 0 0 12px rgba(90, 155, 255, 0.25);
}

/* Filter bar */
.radar-filter-bar {
  display: flex;
  align-items: center;
}

.radar-filter-group {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.35);
  padding: 2px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 2px;
}

.radar-filter-tab {
  appearance: none;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-sans);
  font-size: clamp(0.64rem, 0.9vh, 0.72rem);
  font-weight: 500;
  padding: clamp(3px, 0.45vh, 5px) clamp(8px, 0.7vw, 11px);
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.15s ease;
}

.radar-filter-tab .filter-count {
  font-family: var(--font-mono);
  font-size: 0.85em;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  padding: 1px 5px;
  border-radius: 9999px;
}

.radar-filter-tab:hover {
  color: var(--text-primary);
}

.radar-filter-tab.active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.radar-filter-tab.active .filter-count {
  background: var(--accent-brand);
  color: #0b0d13;
  font-weight: 700;
}

/* Radar Chart Card */
.radar-chart-card {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  background: rgba(14, 17, 24, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: clamp(10px, 1.4vh, 16px) clamp(10px, 1.4vw, 18px) clamp(14px, 1.8vh, 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.cinema-power-section.is-active .radar-chart-card {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 100ms;
}

/* Platform display above radar stage */
.radar-platform-display {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: clamp(4px, 0.8vh, 8px);
  flex-shrink: 0;
}

.radar-platform-top-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
}

.radar-platform-label {
  font-family: var(--font-mono);
  font-size: clamp(0.58rem, 0.8vh, 0.68rem);
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.radar-platform-index {
  font-family: var(--font-mono);
  font-size: clamp(0.6rem, 0.85vh, 0.72rem);
  color: var(--accent-brand);
  letter-spacing: 0.08em;
}

.radar-platform-brand-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 4px;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.radar-platform-brand-center.is-transitioning {
  opacity: 0;
  transform: translateY(4px);
}

.radar-brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  min-height: 64px;
}

.radar-platform-logo {
  display: block;
  object-fit: contain;
  transition: transform 0.2s ease;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.4));
}

.radar-platform-logo.is-wide {
  height: clamp(52px, 6.5vh, 64px);
  max-width: 220px;
  width: auto;
}

.radar-platform-logo.is-square {
  height: clamp(68px, 8.5vh, 80px);
  width: auto;
  max-width: 88px;
}
.radar-platform-name {
  font-family: var(--font-mono);
  font-size: clamp(0.68rem, 0.9vh, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.radar-chart-wrapper {
  flex: 1 1 0%;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(6px, 1vh, 12px) 0;
}

.screen2-radar-svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  max-width: clamp(300px, 48vh, 460px);
  margin: 0 auto;
  display: block;
  overflow: visible;
}

.radar-chart-legend {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  margin-top: 4px;
}

.radar-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: clamp(0.62rem, 0.88vh, 0.7rem);
  color: var(--text-secondary);
}

.legend-swatch {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.ls-swatch {
  background: #F59E0B;
  box-shadow: 0 0 6px rgba(245, 158, 11, 0.6);
}

.comp-swatch {
  background: #f1f5f9;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

/* Right Column: Table */
.radar-table-col {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.radar-table-wrapper {
  flex: 0 1 auto;
  min-height: 0;
  max-height: 100%;
  background: rgba(14, 17, 24, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow-y: hidden;
  overflow-x: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(0, 0, 0, 0.35);
  display: block;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.cinema-power-section.is-active .radar-table-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 200ms;
}
/* Custom Table Scrollbar */
.radar-table-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.radar-table-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.radar-table-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}
.radar-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* Table Elements */
.screen2-comparison-matrix {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: clamp(0.66rem, 0.95vh, 0.76rem);
}

.screen2-comparison-matrix tbody tr {
  height: auto;
}

.screen2-comparison-matrix th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #12151d;
  font-family: var(--font-mono);
  font-size: clamp(0.58rem, 0.85vh, 0.68rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: clamp(6px, 0.9vh, 9px) clamp(8px, 0.9vw, 12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  white-space: nowrap;
}

.screen2-comparison-matrix th.col-feature {
  text-align: left;
  left: 0;
  z-index: 6;
  background: #12151d;
}

.screen2-comparison-matrix th.col-service.col-lightstream {
  color: var(--accent-brand);
  background: rgba(90, 155, 255, 0.08);
}

.screen2-comparison-matrix th.col-active-competitor {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.screen2-table-section-row td {
  background: rgba(0, 0, 0, 0.35);
  font-family: var(--font-mono);
  font-size: clamp(0.56rem, 0.8vh, 0.64rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-brand);
  padding: 4px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.screen2-comparison-matrix td {
  padding: clamp(9px, 1.2vh, 14px) clamp(10px, 1.1vw, 16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  text-align: center;
  vertical-align: middle;
}

.screen2-comparison-matrix tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

.screen2-comparison-matrix td.cell-feature {
  text-align: left;
}

.feature-name-group {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.feature-title {
  font-weight: 450;
  color: #e2e8f0;
  display: block;
  line-height: 1.25;
  font-size: clamp(0.92rem, 1.3vh, 1rem);
  letter-spacing: 0;
  text-transform: none;
}

.status-badge {
  font-family: var(--font-mono);
  font-size: 0.72em;
  padding: 1px 4px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.status-badge.available {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.status-badge.roadmap {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.feature-subtext {
  font-size: 0.85em;
  color: var(--text-tertiary);
}

.screen2-comparison-matrix td.cell-lightstream {
  background: rgba(90, 155, 255, 0.04);
  color: var(--accent-brand);
}

.screen2-comparison-matrix td.cell-active-competitor {
  background: rgba(255, 255, 255, 0.03);
}

/* Advantage Table Pills */
.adv-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: clamp(0.66rem, 0.92vh, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 4px 9px;
  border-radius: 4px;
  line-height: 1.25;
  white-space: nowrap;
}

/* Summary Strip Below Table */
.radar-summary-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 1vh, 0.84rem);
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  overflow: hidden;
}

.strip-ls {
  color: rgba(255, 255, 255, 0.85);
}

.strip-ls-score {
  color: var(--accent-brand, #F59E0B);
  font-weight: 700;
}

.strip-dot {
  color: rgba(255, 255, 255, 0.25);
  margin: 0 8px;
}

.strip-comp {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.adv-pill.pill-yes {
  background: rgba(34, 197, 94, 0.08);
  color: #6ee7b7;
  border: 1px solid rgba(34, 197, 94, 0.18);
}

.adv-pill.pill-partial {
  background: rgba(217, 119, 6, 0.08);
  color: #fcd34d;
  border: 1px solid rgba(217, 119, 6, 0.18);
}

.adv-pill.pill-no {
  background: rgba(220, 38, 38, 0.06);
  color: #fca5a5;
  border: 1px solid rgba(220, 38, 38, 0.16);
}

.adv-pill.pill-soon {
  background: rgba(59, 130, 246, 0.08);
  color: #93c5fd;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.screen2-comparison-matrix th.is-active-column {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.screen2-comparison-matrix td.is-active-column {
  background: rgba(255, 255, 255, 0.02);
}

/* Screen Footer (Moved to FAQ) */
.faq-screen-footer {
  flex: 0 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: clamp(8px, 1.2vh, 16px) !important;
  padding-bottom: clamp(6px, 1vh, 12px) !important;
  margin-top: auto !important;
  background: transparent !important;
  width: 100%;
}

.faq-screen-footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-screen-footer .footer-copy {
  font-size: clamp(0.58rem, 0.8vh, 0.66rem);
  color: var(--text-tertiary);
}

.faq-screen-footer .footer-nav {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 16px);
}

.faq-screen-footer .footer-nav a {
  font-size: clamp(0.58rem, 0.8vh, 0.66rem);
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.faq-screen-footer .footer-nav a:hover {
  color: var(--text-primary);
}

.faq-screen-footer .footer-tg-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

@media (max-height: 800px) {
  .workflow-radar-container {
    padding-top: calc(var(--site-header-height, 88px) + clamp(8px, 1.2vh, 14px)) !important;
    padding-bottom: 8px !important;
  }
  .radar-screen-header {
    margin-bottom: 4px;
  }
  .radar-screen-title {
    font-size: clamp(1rem, 1.8vh, 1.25rem);
  }
  .screen2-comparison-matrix {
    font-size: 0.72rem;
  }
  .feature-title {
    font-size: 0.84rem;
  }
  .screen2-comparison-matrix td {
    padding: clamp(5px, 0.7vh, 8px) clamp(6px, 0.7vw, 10px);
  }
  .adv-pill {
    font-size: 0.58rem;
    padding: 2px 6px;
  }
  .radar-summary-strip {
    padding: 6px 12px;
    font-size: 0.64rem;
  }
}

@media (max-width: 1100px) {
  .radar-comparison-stage {
    grid-template-columns: 320px 1fr;
    gap: 12px;
  }
  .screen2-comparison-matrix th,
  .screen2-comparison-matrix td {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* --- Minimalist Single-line Site Footer --- */
.site-footer {
  min-height: unset !important;
  height: auto !important;
  padding: 10px 24px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  background: rgba(4, 6, 8, 0.95) !important;
  backdrop-filter: blur(12px);
  font-size: 0.72rem;
  color: var(--text-muted, #717d91);
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  box-sizing: border-box;
  width: 100%;
  flex-shrink: 0 !important;
}
.site-footer::before {
  display: none !important;
}
.site-footer .footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  background: transparent;
  border: none;
}
.site-footer .footer-copy {
  font-size: 0.72rem;
  color: var(--text-tertiary, #64748b);
  font-family: var(--font-mono, monospace);
  margin: 0;
  white-space: nowrap;
}
.site-footer .footer-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 20px);
  margin: 0;
}
.site-footer .footer-nav a {
  font-size: 0.72rem;
  color: var(--text-muted, #717d91);
  text-decoration: none;
  font-family: var(--font-mono, monospace);
  transition: color 0.15s ease;
}
.site-footer .footer-nav a:hover {
  color: var(--text-primary, #ffffff);
}
.site-footer .footer-tg-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.site-footer .footer-tg-link svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

/* --- Mobile Minimal Footer (Single Line) --- */
@media (max-width: 768px) {
  .site-footer {
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 16px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
  }
  .site-footer .footer-inner {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
  }
  .site-footer .footer-copy {
    font-size: 0.65rem !important;
    flex-shrink: 0 !important;
  }
  .site-footer .footer-nav {
    gap: 10px !important;
    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;
  }
  .site-footer .footer-nav a {
    font-size: 0.65rem !important;
  }
}
/* --- FAQ Back Link Styling --- */
.faq-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono, monospace);
  font-size: 0.8rem;
  color: var(--accent-gold, #f59e0b);
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 6px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  transition: all 0.2s ease;
  user-select: none;
}
.faq-back-link:hover {
  background: rgba(245, 158, 11, 0.16);
  border-color: rgba(245, 158, 11, 0.4);
  color: #ffffff;
}


.lang-switcher {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 2px 4px;
  gap: 2px;
  font-family: var(--font-mono, monospace);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  user-select: none;
}
.lang-link {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 4px;
  color: var(--text-muted, #717d91);
  text-decoration: none;
  line-height: 1;
  transition: all 0.15s ease;
}
.lang-link:hover {
  color: #ffffff;
}
.lang-link.is-active {
  color: #040608;
  background: #c5d1e0;
  font-weight: 700;
}
.lang-divider {
  color: rgba(255, 255, 255, 0.18);
  font-size: 0.65rem;
}

/* --- Enhanced Device Showcase on #run-anywhere --- */
.run-anywhere-noir-section .run-devices-stage {
  gap: clamp(16px, 2.5vw, 40px);
  margin: 0 auto clamp(12px, 1.8vh, 24px) auto;
  max-width: 1320px;
}
.run-anywhere-noir-section .device-item-desktop {
  flex: 0 1 58%;
  max-width: 680px;
}
.run-anywhere-noir-section .device-item-tablet {
  flex: 0 1 24%;
  max-width: 290px;
}
.run-anywhere-noir-section .device-item-phone {
  flex: 0 1 13%;
  max-width: 160px;
}
.run-anywhere-noir-section .device-frame-desktop {
  max-height: clamp(240px, 48vh, 460px);
}
.run-anywhere-noir-section .device-frame-tablet {
  max-height: clamp(240px, 48vh, 460px);
}
.run-anywhere-noir-section .device-frame-phone {
  max-height: clamp(240px, 48vh, 460px);
}

/* --- FAQ Page Layout --- */
.faq-page,
body.page-faq {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex !important;
  flex-direction: column !important;
  background: #040608;
  color: #e6edf3;
  overflow-x: hidden;
  overflow-y: auto;
}
.faq-page-main,
.faq-main-content,
body.page-faq main {
  flex: 1 0 auto !important;
  width: 100%;
  box-sizing: border-box;
  padding-top: calc(var(--site-header-height, 88px) + 40px);
  padding-bottom: 64px;
}
body.page-faq .site-footer {
  margin-top: auto !important;
}
.faq-page-wrapper {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.faq-page-header {
  text-align: center;
  margin-bottom: 40px;
}
.faq-page-kicker {
  font-family: var(--font-mono, monospace);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--accent-gold, #f59e0b);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.faq-page-title {
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 12px 0;
}
.faq-page-lead {
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  color: var(--text-secondary, #94a3b8);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.5;
}
.faq-page-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-page .faq-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.faq-page .faq-item:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.035);
}
.faq-page .faq-item.is-open {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}
.faq-page .faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: var(--font-display, 'Plus Jakarta Sans', sans-serif);
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.faq-page .faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted, #717d91);
  transition: transform 0.25s ease, color 0.2s ease;
}
.faq-page .faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  color: var(--accent-gold, #f59e0b);
}
.faq-page .faq-content {
  display: none;
  padding: 0 24px 20px 24px;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-secondary, #94a3b8);
}
.faq-page .faq-item.is-open .faq-content {
  display: block;
}

/* Desktop default: mobile header toggle and dropdown are strictly hidden */
@media (min-width: 769px) {
  .header-menu-toggle,
  .header-mobile-menu {
    display: none !important;
  }
}
/* ==========================================================================
   Iteration 15: Mobile Adaptivity & Responsive Precision (< 768px)
   ========================================================================== */
@media (max-width: 768px) {
  /* 1. Header Navigation: Compact row with dropdown */
  #site-header,
  .site-header {
    padding: 0.5rem 1rem !important;
    contain: none !important;
    z-index: 10000 !important;
  }
  .site-header .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    height: auto !important;
  }
  .header-nav > .nav-link,
  .header-nav .nav-cta {
    display: none !important;
  }
  .header-nav {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
  }
  .brand-logo-image {
    width: 110px !important;
    height: auto !important;
  }
  .site-header .btn-header {
    padding: 4px 10px !important;
    font-size: 0.72rem !important;
    height: 28px !important;
    white-space: nowrap !important;
  }
  .site-header .lang-switcher {
    font-size: 0.65rem !important;
    padding: 2px 4px !important;
  }
  .header-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 32px;
    height: 32px;
    padding: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    cursor: pointer;
    color: var(--text-secondary, #94a3b8);
    transition: all 0.2s ease;
    flex-shrink: 0;
    position: relative !important;
    z-index: 100002 !important;
  }
  .header-menu-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(212, 160, 23, 0.4);
    color: #f1f5f9;
  }
  .header-menu-toggle .menu-icon-bar {
    width: 14px;
    height: 1.5px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .header-menu-toggle[aria-expanded="true"] .menu-icon-bar:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }
  .header-menu-toggle[aria-expanded="true"] .menu-icon-bar:nth-child(2) {
    opacity: 0;
  }
  .header-menu-toggle[aria-expanded="true"] .menu-icon-bar:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }
  .header-mobile-menu {
    position: fixed !important;
    top: 76px !important;
    right: 16px !important;
    background: rgba(11, 14, 20, 0.98) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.85), 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
    border-radius: 8px !important;
    padding: 6px !important;
    display: none;
    flex-direction: column;
    gap: 2px;
    z-index: 100000 !important;
  }
  .header-mobile-menu.is-open {
    display: flex !important;
  }
  .mobile-menu-link {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: var(--text-secondary, #94a3b8);
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.15s ease;
    font-family: var(--font-sans, inherit);
  }
  .mobile-menu-link:hover:not(.is-disabled) {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
  }
  .mobile-menu-link.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }

  /* 2. Hero Screen: Centered Layout and Horizontal Marquee */
  .hero-noir-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0 !important;
    overflow: hidden;
  }
  .hero-split-container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: calc(var(--site-header-height, 58px) + 8px);
    padding-bottom: 0;
    gap: 0;
  }
  .hero-content-col {
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 8px 16px !important;
    gap: 16px !important;
    margin: 0 auto !important;
    max-width: 520px;
    width: 100%;
    box-sizing: border-box;
  }
  .hero-headline {
    text-align: center !important;
    font-size: clamp(1.45rem, 4.2vw, 1.95rem) !important;
    line-height: 1.18 !important;
    margin: 0 !important;
    max-width: 100%;
  }
  .hero-lead-noir {
    text-align: center !important;
    font-size: clamp(0.78rem, 2.2vw, 0.92rem) !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    max-width: 90%;
  }
  .hero-subtext-footnote {
    text-align: center !important;
    font-size: clamp(0.68rem, 1.8vw, 0.75rem) !important;
    margin: 0 !important;
    opacity: 0.75;
  }
  .hero-actions-row {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
  }
  .hero-cta-buttons {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
  }
  .hero-cta-buttons .cinema-btn-primary {
    max-width: 260px;
    width: 100%;
    justify-content: center;
  }
  .hero-omnibox-card {
    width: 100%;
    max-width: 440px;
    margin: 0 auto !important;
  }
  .omnibox-trending-chips {
    justify-content: center !important;
    text-align: center !important;
  }
  .hero-reels-col {
    display: flex !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    height: 136px !important;
    overflow: hidden !important;
    padding: 0 0 6px 0 !important;
    position: relative !important;
    z-index: 5 !important;
    margin-top: auto;
  }
  .reel-column:not(:first-child) {
    display: none !important;
  }
  .reel-column:first-child {
    display: flex !important;
    flex-direction: row !important;
    width: 100%;
    height: 100% !important;
  }
  .reel-column:first-child .reel-track,
  html[data-performance-tier] .reel-column:first-child .reel-track,
  html[data-performance-tier] .reel-column-1 .reel-track,
  .reel-column-1 .reel-track-down,
  .reel-track {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
    will-change: transform;
    width: max-content !important;
    animation: mobileHorizontalMarquee 26s linear infinite !important;
  }
  .reel-column:first-child .reel-item {
    width: auto !important;
    height: 100% !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  .reel-column:first-child .poster-card {
    width: 90px !important;
    height: 128px !important;
    flex-shrink: 0 !important;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
  .reel-column:first-child .poster-img-wrap {
    width: 100% !important;
    height: 100% !important;
  }
  .reel-column:first-child .poster-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .reel-column:first-child .poster-overlay,
  .reel-column:first-child .poster-meta,
  .reel-column:first-child .poster-title,
  .reel-column:first-child .poster-genre {
    display: none !important;
  }

  /* 3. Screen 2: Workflow / Radar & Table Full Width */
  .workflow-noir-section {
    padding-top: calc(var(--site-header-height, 58px) + 8px);
    padding-bottom: 8px;
    overflow: hidden;
  }
  .radar-screen-header {
    margin-bottom: 4px;
  }
  .radar-screen-header .radar-screen-kicker {
    font-size: 0.65rem;
  }
  .radar-screen-header .radar-screen-title {
    font-size: clamp(1.15rem, 3.5vw, 1.45rem);
    margin: 2px 0 0 0;
  }
  .radar-screen-lead {
    display: none !important;
  }
  .radar-comparison-stage {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    height: calc(100% - 46px) !important;
    max-height: calc(100% - 46px) !important;
    width: 100% !important;
  }
  .radar-control-col {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .radar-chart-card {
    padding: 6px 12px;
    background: rgba(14, 18, 26, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    box-sizing: border-box;
  }
  .radar-platform-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin-bottom: 2px;
    width: 100%;
  }
  .radar-platform-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .radar-platform-kicker {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
  }
  .radar-brand-badge {
    height: 28px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .radar-platform-logo {
    height: 24px !important;
    max-width: 120px;
    object-fit: contain;
  }
  .radar-platform-logo.logo-wide {
    height: 24px !important;
  }
  .radar-platform-name {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }
  .radar-chart-wrapper {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #screen2-radar-stage {
    width: 100%;
    max-width: 320px;
    display: flex;
    justify-content: center;
  }
  #screen2-radar-stage svg {
    max-height: 140px;
    width: 100%;
  }
  .ai-player-label,
  .radar-axis-label text,
  #screen2-radar-stage text {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
  .radar-chart-legend {
    padding-top: 4px;
    font-size: 0.78rem;
    gap: 14px;
  }
  .radar-summary-strip,
  .strip-ls,
  .strip-comp {
    font-size: 0.75rem;
  }
  .crit-title,
  .feature-title {
    font-size: 0.78rem;
  }
  .radar-table-col {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100% !important;
    padding-bottom: 56px !important;
  }
  .radar-table-scroll-container {
    flex: 1 1 0%;
    min-height: 0;
    overflow-y: auto !important;
    scrollbar-width: thin;
    width: 100% !important;
  }

  /* 3-column table on mobile */
  .screen2-comparison-matrix {
    table-layout: fixed;
    width: 100% !important;
  }
  .screen2-comparison-matrix th.col-feature,
  .screen2-comparison-matrix td.cell-feature {
    width: 46% !important;
  }
  .screen2-comparison-matrix th.col-ls,
  .screen2-comparison-matrix td.cell-ls {
    width: 27% !important;
  }
  .screen2-comparison-matrix th.col-competitor,
  .screen2-comparison-matrix td.cell-competitor {
    display: none !important;
    width: 27% !important;
  }
  .screen2-comparison-matrix th.col-competitor.col-active-competitor,
  .screen2-comparison-matrix th.col-competitor.is-active-column,
  .screen2-comparison-matrix td.cell-competitor.cell-active-competitor,
  .screen2-comparison-matrix td.cell-competitor.is-active-column {
    display: table-cell !important;
  }

  .screen2-comparison-matrix th {
    padding: 4px 6px !important;
    font-size: 0.65rem !important;
  }
  .screen2-comparison-matrix td {
    padding: 3px 5px !important;
    font-size: 0.72rem !important;
  }
  .screen2-comparison-matrix .feature-title,
  .screen2-comparison-matrix .crit-title {
    font-size: 0.74rem !important;
    font-weight: 450 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #e2e8f0 !important;
    white-space: normal !important;
    word-break: normal !important;
    line-height: 1.25 !important;
  }
  .screen2-comparison-matrix .crit-detail {
    display: none !important;
  }
  .screen2-comparison-matrix .adv-pill {
    padding: 1px 4px !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.04em !important;
  }
  .radar-summary-strip {
    flex: 0 0 auto !important;
    margin-top: 4px !important;
    padding: 4px 10px !important;
    font-size: 0.62rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 4. Screen 3: Run Anywhere Horizontal Snap Carousel with True Aspect Ratios */
  .run-anywhere-noir-section {
    padding-top: calc(var(--site-header-height, 58px) + 16px) !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }
  .run-anywhere-container {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 0% !important;
    height: 100% !important;
    max-height: 100% !important;
    justify-content: space-between !important;
    overflow: hidden !important;
  }
  .run-anywhere-header {
    flex: 0 0 auto !important;
    margin-top: 10px !important;
    margin-bottom: 6px !important;
    text-align: center;
  }
  .run-anywhere-title {
    font-size: clamp(1.2rem, 3.8vw, 1.55rem) !important;
  }
  .run-anywhere-lead {
    font-size: 0.78rem !important;
  }
  /* Screen 3: Single centered device, no peek of neighbors */
  .run-devices-stage {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    position: relative !important;
    touch-action: pan-y pinch-zoom;
  }
  .device-showcase-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important;
  }
  .device-item-desktop,
  .device-item-tablet,
  .device-item-phone {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .device-frame-desktop {
    width: 100% !important;
    max-width: clamp(320px, 86vw, 360px) !important;
    max-height: 44vh !important;
    margin: 0 auto !important;
  }
  .device-frame-tablet {
    width: 100% !important;
    max-width: clamp(260px, 70vw, 300px) !important;
    max-height: 46vh !important;
    margin: 0 auto !important;
  }
  .device-frame-phone {
    width: 100% !important;
    max-width: clamp(180px, 48vw, 210px) !important;
    max-height: 48vh !important;
    margin: 0 auto !important;
  }
  .device-caption {
    margin-top: 10px !important;
  }
  .run-anywhere-footer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #040608 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Swipe hint affordance on Screen 3 */
  .stage-swipe-affordance {
    position: static !important;
    margin: 10px auto 0 auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: var(--font-mono, monospace);
    font-size: 0.65rem;
    color: var(--accent-gold, #f59e0b);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    animation: swipePulse 2s ease-in-out infinite;
    text-align: center;
    width: 100%;
    will-change: transform, opacity;
  }
  .stage-swipe-affordance.is-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden;
  }
  .swipe-hint-arrow {
    display: inline-block;
    animation: swipeArrowNudge 1.5s ease-in-out infinite;
    will-change: transform;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage-swipe-affordance,
  .swipe-hint-arrow {
    animation: none !important;
  }
}

/* Desktop: swipe affordance hidden */
@media (min-width: 769px) {
  .stage-swipe-affordance {
    display: none !important;
  }
}

@keyframes swipePulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.95; }
}

@keyframes swipeArrowNudge {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

@keyframes mobileHorizontalMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}