/* =========================================================
   STREAMRANK PRO - CYBERPUNK / F1 DESIGN SYSTEM
   Modular Landing Page Stylesheet
   ========================================================= */

@font-face {
  font-family: "Formula1";
  src: url("../fonts/Formula1-Regular_web_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Formula1";
  src: url("../fonts/Formula1-Display-Bold-Bold.ttf.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --bg-dark: #070611;
  --bg-card: rgba(14, 12, 30, 0.85);
  
  /* Theme 1: Aurora (Slide 1 - Overlay HUD F1) */
  --p-accent: #7B5BF5;
  --p-light: #998BE5;
  --p-glow: rgba(123, 91, 245, 0.5);
  --p-card-border: rgba(123, 91, 245, 0.3);
  --p-cyan: #00F0FF;
  
  /* Theme 2: Ember (Slide 2 - Gamificacion XP Rank) */
  --g-accent: #EAA742;
  --g-light: #FFCA79;
  --g-glow: rgba(234, 167, 66, 0.5);
  --g-card-border: rgba(234, 167, 66, 0.3);
  --g-amber: #FF7A18;
  
  /* Theme 3: Toxic (Slide 3 - Smart TTS Voice) */
  --gr-accent: #04BC49;
  --gr-light: #D4FFE4;
  --gr-glow: rgba(4, 188, 73, 0.5);
  --gr-card-border: rgba(4, 188, 73, 0.3);
  --gr-lime: #9CFF4D;

  /* Theme 4: Plasma (Slide 4 - Sync WS Gateway) */
  --pl-accent: #B14DFF;
  --pl-light: #E2A4FF;
  --pl-glow: rgba(177, 77, 255, 0.5);
  --pl-card-border: rgba(177, 77, 255, 0.3);
  --pl-pink: #FF2DA0;

  /* Theme 5: Ice (Slide 5 - OBS Dock & Dashboard) */
  --ice-accent: #00D2FF;
  --ice-light: #BFEFFF;
  --ice-glow: rgba(0, 210, 255, 0.5);
  --ice-card-border: rgba(0, 210, 255, 0.3);
  --ice-crystal: #6FD2FF;
  
  /* Text Tokens */
  --text-primary: #FFFFFF;
  --text-secondary: #D6CEF8;
  --text-muted: rgba(187, 177, 231, 0.65);
  --light-t1: #CCC4ED;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--bg-dark);
  color: var(--text-secondary);
  font-family: 'Inter', 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-container {
  width: 100%;
  max-width: 1720px;
  padding: 0 40px;
  margin: 0 auto;
}

/* =========================================================
   CUSTOM CURSOR
   ========================================================= */
.cursor {
  position: fixed;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  border-radius: 50%;
  border: 2px solid var(--p-accent);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease;
  transform-origin: center center;
  pointer-events: none;
  z-index: 10000;
  mix-blend-mode: screen;
}

.header-section-orange ~ .cursor,
.header-section-orange .cursor {
  border-color: var(--g-accent);
}

.header-section-green ~ .cursor,
.header-section-green .cursor {
  border-color: var(--gr-accent);
}

.header-section-violet ~ .cursor,
.header-section-violet .cursor {
  border-color: var(--pl-accent);
}

.header-section-cyan ~ .cursor,
.header-section-cyan .cursor {
  border-color: var(--ice-accent);
}

.grow {
  transform: scale(2.2);
  background: rgba(255, 255, 255, 0.2);
}

.grow-small {
  transform: scale(1.6);
}

/* =========================================================
   HEADER
   ========================================================= */
.header-section-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 24px;
  z-index: 999;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.header-section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  flex: 0 0 240px;
  min-width: 240px;
  display: flex;
  align-items: center;
}

.header-right-icon {
  flex: 0 0 240px;
  min-width: 240px;
  display: flex;
  justify-content: flex-end;
}

.header-menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header-logo a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.header-brand-title {
  font-family: 'Formula1', 'Orbitron', monospace, sans-serif;
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.cipher-char {
  display: inline-block;
  width: 14.5px;
  text-align: center;
  line-height: 1;
}

.cipher-space {
  display: inline-block;
  width: 9px;
}

.brand-stream {
  color: #FFFFFF;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}

.header-brand-rank {
  color: var(--p-accent);
  transition: color 0.45s cubic-bezier(0.16, 1, 0.3, 1), text-shadow 0.45s ease;
  text-shadow: 0 0 14px var(--p-glow);
}

.header-section-orange .header-brand-rank,
.header-section-orange #header-brand-rank {
  color: var(--g-accent);
  text-shadow: 0 0 14px var(--g-glow);
}

.header-section-green .header-brand-rank,
.header-section-green #header-brand-rank {
  color: var(--gr-accent);
  text-shadow: 0 0 14px var(--gr-glow);
}

.header-section-violet .header-brand-rank,
.header-section-violet #header-brand-rank {
  color: var(--pl-accent);
  text-shadow: 0 0 14px var(--pl-glow);
}

.header-section-cyan .header-brand-rank,
.header-section-cyan #header-brand-rank {
  color: var(--ice-accent);
  text-shadow: 0 0 14px var(--ice-glow);
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: 48px;
}

.header-menu ul li a {
  position: relative;
  font-family: 'Geist Mono', 'Inter', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 6px 0;
  transition: color 0.3s ease;
}

.header-menu ul li a:hover,
.header-menu ul li.active a {
  color: var(--white);
}

.header-section-orange .header-menu ul li.active a,
.header-section-orange .header-menu ul li:hover a { color: var(--g-accent); }

.header-section-green .header-menu ul li.active a,
.header-section-green .header-menu ul li:hover a { color: var(--gr-accent); }

.header-section-violet .header-menu ul li.active a,
.header-section-violet .header-menu ul li:hover a { color: var(--pl-accent); }

.header-section-cyan .header-menu ul li.active a,
.header-section-cyan .header-menu ul li:hover a { color: var(--ice-accent); }



.header-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  font-family: 'Inter', 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--p-light);
  background: rgba(123, 91, 245, 0.12);
  border: 1px solid var(--p-card-border);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  transition: all 0.3s ease;
}

.header-cta-btn:hover {
  background: var(--p-accent);
  color: var(--white);
  box-shadow: 0 0 20px var(--p-glow);
}

.header-section-orange .header-cta-btn {
  color: var(--g-light);
  border-color: var(--g-card-border);
  background: rgba(234, 167, 66, 0.12);
}
.header-section-orange .header-cta-btn:hover {
  background: var(--g-accent);
  color: var(--black);
  box-shadow: 0 0 20px var(--g-glow);
}

.header-section-green .header-cta-btn {
  color: var(--gr-light);
  border-color: var(--gr-card-border);
  background: rgba(4, 188, 73, 0.12);
}
.header-section-green .header-cta-btn:hover {
  background: var(--gr-accent);
  color: var(--black);
  box-shadow: 0 0 20px var(--gr-glow);
}

.header-section-violet .header-cta-btn {
  color: var(--pl-light);
  border-color: var(--pl-card-border);
  background: rgba(177, 77, 255, 0.12);
}
.header-section-violet .header-cta-btn:hover {
  background: var(--pl-accent);
  color: var(--white);
  box-shadow: 0 0 20px var(--pl-glow);
}

.header-section-cyan .header-cta-btn {
  color: var(--ice-light);
  border-color: var(--ice-card-border);
  background: rgba(0, 210, 255, 0.12);
}
.header-section-cyan .header-cta-btn:hover {
  background: var(--ice-accent);
  color: var(--black);
  box-shadow: 0 0 20px var(--ice-glow);
}

/* =========================================================
   HERO / BANNER SECTION
   ========================================================= */
.banner-section-main {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background: var(--bg-dark);
}

.banner-section-inner,
.banner-section-inner .slick-list,
.banner-section-inner .slick-track,
.banner-section-inner .slick-slide > div {
  height: 100%;
}

.banner-section-loop {
  position: relative;
  height: 100vh;
  min-height: 720px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  background-position: center center;
  padding: 80px 40px 40px 40px;
}

/* Dark contrast scrim behind text & character */
.banner-section-loop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 50%, rgba(7, 6, 17, 0.4) 0%, rgba(7, 6, 17, 0.88) 70%, #070611 100%),
              linear-gradient(90deg, rgba(7, 6, 17, 0.95) 0%, rgba(7, 6, 17, 0.65) 45%, rgba(7, 6, 17, 0.3) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Subtle tech grid background */
.banner-section-loop::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(123, 91, 245, 0.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(123, 91, 245, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  z-index: 1;
}

/* =========================================================
   VERTICAL LEFT BAR
   ========================================================= */
.banner-left-vertical-main {
  width: 60px;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
  z-index: 3;
}

.banner-left-vertical-main h6 {
  writing-mode: vertical-rl;
  font-family: 'Geist Mono', 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: var(--p-light);
  opacity: 0.75;
}

.gl-logo-img {
  width: 24px;
  opacity: 0.6;
  transition: opacity 0.3s;
}

/* =========================================================
   MAIN CHARACTER IMAGE & PARALLAX
   ========================================================= */
/* =========================================================
   CENTERPIECE VISUAL PREVIEW STAGES
   ========================================================= */
.banner-main-img {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 44vw;
  max-width: 600px;
  pointer-events: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-img.scene {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-stage {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Glass Workstation Card */
.stage-glass-card {
  width: 100%;
  background: rgba(14, 12, 28, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 30px var(--p-glow), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.banner-loop-2 .stage-glass-card { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 30px var(--g-glow); border-color: rgba(234, 167, 66, 0.25); }
.banner-loop-3 .stage-glass-card { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 30px var(--gr-glow); border-color: rgba(4, 188, 73, 0.25); }
.banner-loop-4 .stage-glass-card { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 30px var(--pl-glow); border-color: rgba(177, 77, 255, 0.25); }
.banner-loop-5 .stage-glass-card { box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 30px var(--ice-glow); border-color: rgba(0, 210, 255, 0.25); }

.stage-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
}

.stage-header-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.stage-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7B5BF5;
  box-shadow: 0 0 8px #7B5BF5;
}
.stage-dot.ember { background: #EAA742; box-shadow: 0 0 8px #EAA742; }
.stage-dot.toxic { background: #04BC49; box-shadow: 0 0 8px #04BC49; }
.stage-dot.plasma { background: #B14DFF; box-shadow: 0 0 8px #B14DFF; }
.stage-dot.ice { background: #00D2FF; box-shadow: 0 0 8px #00D2FF; }

.stage-header-badge {
  font-family: 'Geist Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(123, 91, 245, 0.15);
  border: 1px solid rgba(123, 91, 245, 0.35);
  color: var(--p-cyan);
}
.stage-header-badge.ember { background: rgba(234, 167, 66, 0.15); border-color: rgba(234, 167, 66, 0.35); color: var(--g-light); }
.stage-header-badge.toxic { background: rgba(4, 188, 73, 0.15); border-color: rgba(4, 188, 73, 0.35); color: var(--gr-lime); }
.stage-header-badge.plasma { background: rgba(177, 77, 255, 0.15); border-color: rgba(177, 77, 255, 0.35); color: var(--pl-light); }
.stage-header-badge.ice { background: rgba(0, 210, 255, 0.15); border-color: rgba(0, 210, 255, 0.35); color: var(--ice-crystal); }

.stage-card-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Slide 1 Components (HUD F1) */
.f1-hud-pilot-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}
.pilot-badge-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7B5BF5, #00F0FF);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  box-shadow: 0 0 12px rgba(123, 91, 245, 0.6);
}
.pilot-meta-info { flex: 1; }
.pilot-name-row { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.pilot-name { font-size: 13px; font-weight: 800; color: #fff; }
.pilot-team { font-family: 'Geist Mono', monospace; font-size: 9.5px; font-weight: 600; color: #00F0FF; }
.pilot-xp-bar-bg { width: 100%; height: 5px; background: rgba(255, 255, 255, 0.08); border-radius: 999px; overflow: hidden; }
.pilot-xp-bar-fill { height: 100%; background: linear-gradient(90deg, #7B5BF5, #00F0FF); }
.pilot-delta-box { text-align: right; }
.delta-title { display: block; font-family: 'Geist Mono', monospace; font-size: 9px; color: var(--text-muted); }
.delta-number { font-family: 'Geist Mono', monospace; font-size: 13px; font-weight: 800; color: #22c55e; }

.f1-telemetry-metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
.tel-metric-cell {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  text-align: center;
}
.tel-label { display: block; font-family: 'Geist Mono', monospace; font-size: 8.5px; color: var(--text-muted); margin-bottom: 2px; }
.tel-value { font-family: 'Geist Mono', monospace; font-size: 12px; font-weight: 700; color: #fff; }
.gear-val { color: #A78BFA; }
.green-val { color: #34D399; }

.stage-live-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 6px;
  font-size: 11px;
}
.footer-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00F0FF;
  box-shadow: 0 0 6px #00F0FF;
}
.footer-live-dot.toxic { background: #04BC49; box-shadow: 0 0 6px #04BC49; }
.footer-live-text { color: var(--text-secondary); }
.footer-live-text strong { color: #fff; }

/* Slide 2 Components (Gamification) */
.leaderboard-podium-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.podium-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(234, 167, 66, 0.06);
  border: 1px solid rgba(234, 167, 66, 0.15);
  border-radius: 6px;
}
.podium-rank-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
}
.podium-rank-icon.gold { background: #EAA742; color: #000; box-shadow: 0 0 8px #EAA742; }
.podium-rank-icon.silver { background: #CBD5E1; color: #000; }
.podium-rank-icon.bronze { background: #CD7F32; color: #fff; }
.podium-user-info { flex: 1; }
.podium-username { font-weight: 700; font-size: 12px; color: #fff; margin-right: 6px; }
.podium-role { font-family: 'Geist Mono', monospace; font-size: 9px; color: var(--g-light); }
.podium-xp-score { font-family: 'Geist Mono', monospace; font-size: 11.5px; font-weight: 800; color: var(--g-accent); }

.stage-interactive-poll {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}
.poll-header-row { display: flex; justify-content: space-between; font-family: 'Geist Mono', monospace; font-size: 9px; margin-bottom: 6px; }
.poll-title { color: #fff; font-weight: 700; }
.poll-pot { color: var(--g-accent); font-weight: 700; }
.poll-options-track { display: flex; gap: 4px; height: 20px; }
.poll-bar { display: flex; align-items: center; justify-content: center; font-family: 'Geist Mono', monospace; font-size: 9.5px; font-weight: 700; border-radius: 4px; }
.poll-bar.opt-1 { background: #EAA742; color: #000; }
.poll-bar.opt-2 { background: rgba(255, 255, 255, 0.1); color: #fff; }

/* Slide 3 Components (TTS Audio) */
.audio-spectrum-bar-deck {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 48px;
  padding: 8px 12px;
  background: rgba(4, 188, 73, 0.05);
  border: 1px solid rgba(4, 188, 73, 0.2);
  border-radius: 6px;
}
.audio-bar-element {
  width: 4px;
  background: linear-gradient(180deg, #9CFF4D 0%, #04BC49 100%);
  border-radius: 2px;
  animation: pulseBar 1.2s infinite ease-in-out alternate;
}
.a-bar-1 { height: 40%; animation-delay: 0.1s; }
.a-bar-2 { height: 75%; animation-delay: 0.3s; }
.a-bar-3 { height: 50%; animation-delay: 0.5s; }
.a-bar-4 { height: 90%; animation-delay: 0.2s; }
.a-bar-5 { height: 60%; animation-delay: 0.4s; }
.a-bar-6 { height: 85%; animation-delay: 0.15s; }
.a-bar-7 { height: 35%; animation-delay: 0.35s; }
.a-bar-8 { height: 95%; animation-delay: 0.05s; }
.a-bar-9 { height: 70%; animation-delay: 0.25s; }
.a-bar-10 { height: 55%; animation-delay: 0.45s; }
.a-bar-11 { height: 80%; animation-delay: 0.18s; }
.a-bar-12 { height: 45%; animation-delay: 0.32s; }
.a-bar-13 { height: 65%; animation-delay: 0.12s; }
.a-bar-14 { height: 90%; animation-delay: 0.22s; }

@keyframes pulseBar {
  0% { transform: scaleY(0.3); }
  100% { transform: scaleY(1); }
}

.tts-pipeline-steps-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.pipeline-step-node {
  flex: 1;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}
.pipeline-step-node.secure-node { border-color: rgba(4, 188, 73, 0.35); background: rgba(4, 188, 73, 0.08); }
.pipeline-step-node.fx-node { border-color: rgba(156, 255, 77, 0.4); background: rgba(156, 255, 77, 0.08); }
.pipe-node-idx { display: block; font-family: 'Geist Mono', monospace; font-size: 8px; color: var(--text-muted); }
.pipe-node-title { display: block; font-family: 'Geist Mono', monospace; font-size: 9.5px; font-weight: 700; color: #fff; }
.pipe-node-desc { display: block; font-size: 8.5px; color: var(--text-secondary); }
.pipeline-step-arrow { color: var(--text-muted); font-size: 11px; }

/* Slide 4 Components (Sync WS) */
.infra-nodes-flex-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.infra-node-box {
  flex: 1;
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  text-align: center;
}
.infra-node-box.active-gateway {
  background: rgba(177, 77, 255, 0.12);
  border-color: rgba(177, 77, 255, 0.4);
  box-shadow: 0 0 14px rgba(177, 77, 255, 0.25);
}
.infra-node-icon { font-size: 16px; margin-bottom: 2px; }
.infra-node-name { display: block; font-size: 10.5px; font-weight: 800; color: #fff; }
.infra-node-ping { font-family: 'Geist Mono', monospace; font-size: 8.5px; color: #34D399; }
.infra-conn-badge { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.conn-pulse-dot { width: 5px; height: 5px; border-radius: 50%; background: #B14DFF; box-shadow: 0 0 6px #B14DFF; }
.conn-lbl { font-family: 'Geist Mono', monospace; font-size: 7.5px; color: var(--text-muted); }

.infra-telemetry-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.infra-stat-cell {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}
.stat-lbl { display: block; font-family: 'Geist Mono', monospace; font-size: 8px; color: var(--text-muted); }
.stat-num { font-family: 'Geist Mono', monospace; font-size: 10.5px; font-weight: 700; color: #fff; }

/* Slide 5 Components (OBS Dock) */
.dock-actions-2x2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.dock-quick-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}
.dock-quick-btn.active-state {
  background: rgba(0, 210, 255, 0.12);
  border-color: rgba(0, 210, 255, 0.4);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.25);
}
.dock-btn-symbol { font-size: 14px; }
.btn-main-label { display: block; font-size: 10.5px; font-weight: 800; color: #fff; }
.btn-sub-label { display: block; font-family: 'Geist Mono', monospace; font-size: 8.5px; color: var(--ice-accent); }

.dock-metrics-summary-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.dock-metric-item {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
}
.dm-label { display: block; font-family: 'Geist Mono', monospace; font-size: 8px; color: var(--text-muted); }
.dm-val { font-size: 14px; font-weight: 800; color: #fff; }

/* =========================================================
   TEXT CONTENT & HUD CARDS
   ========================================================= */
.banner-content-main {
  width: 480px;
  max-width: 32vw;
  position: relative;
  z-index: 3;
  margin-right: 8vw;
}

.banner-content-main h5 {
  font-family: 'Geist Mono', 'Orbitron', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--p-light);
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.banner-content-main h1 {
  font-family: 'Gasoek One', 'Orbitron', 'Inter', sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #FFFFFF 0%, var(--p-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* =========================================================
   THEME VARIATIONS (MATCHING THE 5 LIVING LIQUID ORBS)
   ========================================================= */

/* 1. Aurora (Slide 1 - HUD F1) */
.banner-loop-1 .banner-content-main h5 { color: var(--p-light); }
.banner-loop-1 .banner-content-main h1 {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--p-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.banner-loop-1 .banner-left-vertical-main h6 { color: var(--p-accent); }
.banner-loop-1 .controller-box-section { border-color: var(--p-card-border); border-left-color: var(--p-accent); }
.banner-loop-1 .controller-icons-inner { border-color: var(--p-card-border); }
.banner-loop-1 .controller-icons-inner.active {
  background: rgba(123, 91, 245, 0.3);
  border-color: var(--p-cyan);
  box-shadow: 0 0 16px rgba(0, 240, 255, 0.45);
}
.banner-loop-1 .view-contract-btn-main { background-image: url("../img/landing/button-bg.svg"); }
.banner-loop-1 .view-contract-btn-main:hover { filter: drop-shadow(0 0 16px var(--p-glow)); }

/* 2. Ember (Slide 2 - XP Rank) */
.banner-loop-2 .banner-content-main h5 { color: var(--g-accent); }
.banner-loop-2 .banner-content-main h1 {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--g-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.banner-loop-2 .banner-left-vertical-main h6 { color: var(--g-accent); }
.banner-loop-2 .controller-box-section { border-color: var(--g-card-border); border-left-color: var(--g-accent); }
.banner-loop-2 .controller-icons-inner { border-color: var(--g-card-border); }
.banner-loop-2 .controller-icons-inner.active {
  background: rgba(234, 167, 66, 0.3);
  border-color: var(--g-light);
  box-shadow: 0 0 16px rgba(234, 167, 66, 0.5);
}
.banner-loop-2 .view-contract-btn-main { background-image: url("../img/landing/button-bg-2.svg"); }
.banner-loop-2 .view-contract-btn-main:hover { filter: drop-shadow(0 0 16px var(--g-glow)); }

/* 3. Toxic (Slide 3 - Smart TTS) */
.banner-loop-3 .banner-content-main h5 { color: var(--gr-accent); }
.banner-loop-3 .banner-content-main h1 {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--gr-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.banner-loop-3 .banner-left-vertical-main h6 { color: var(--gr-accent); }
.banner-loop-3 .controller-box-section { border-color: var(--gr-card-border); border-left-color: var(--gr-accent); }
.banner-loop-3 .controller-icons-inner { border-color: var(--gr-card-border); }
.banner-loop-3 .controller-icons-inner.active {
  background: rgba(4, 188, 73, 0.3);
  border-color: var(--gr-lime);
  box-shadow: 0 0 16px rgba(4, 188, 73, 0.5);
}
.banner-loop-3 .view-contract-btn-main { background-image: url("../img/landing/button-bg-3.svg"); }
.banner-loop-3 .view-contract-btn-main:hover { filter: drop-shadow(0 0 16px var(--gr-glow)); }

/* 4. Plasma (Slide 4 - Sync WS) */
.banner-loop-4 .banner-content-main h5 { color: var(--pl-accent); }
.banner-loop-4 .banner-content-main h1 {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--pl-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.banner-loop-4 .banner-left-vertical-main h6 { color: var(--pl-accent); }
.banner-loop-4 .controller-box-section { border-color: var(--pl-card-border); border-left-color: var(--pl-accent); }
.banner-loop-4 .controller-icons-inner { border-color: var(--pl-card-border); }
.banner-loop-4 .controller-icons-inner.active {
  background: rgba(177, 77, 255, 0.3);
  border-color: var(--pl-pink);
  box-shadow: 0 0 16px rgba(255, 45, 160, 0.5);
}
.banner-loop-4 .view-contract-btn-main {
  background-image: url("../img/landing/button-bg-4.svg");
  filter: none;
}
.banner-loop-4 .view-contract-btn-main:hover { filter: drop-shadow(0 0 16px var(--pl-glow)); }

/* 5. Ice (Slide 5 - Dashboard) */
.banner-loop-5 .banner-content-main h5 { color: var(--ice-accent); }
.banner-loop-5 .banner-content-main h1 {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--ice-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.banner-loop-5 .banner-left-vertical-main h6 { color: var(--ice-accent); }
.banner-loop-5 .controller-box-section { border-color: var(--ice-card-border); border-left-color: var(--ice-accent); }
.banner-loop-5 .controller-icons-inner { border-color: var(--ice-card-border); }
.banner-loop-5 .controller-icons-inner.active {
  background: rgba(0, 210, 255, 0.3);
  border-color: var(--ice-crystal);
  box-shadow: 0 0 16px rgba(0, 210, 255, 0.5);
}
.banner-loop-5 .view-contract-btn-main {
  background-image: url("../img/landing/button-bg-5.svg");
  filter: none;
}
.banner-loop-5 .view-contract-btn-main:hover { filter: drop-shadow(0 0 16px var(--ice-glow)); }

/* Controller description box (Glassmorphism HUD card) */
.controller-box-section {
  display: flex;
  gap: 16px;
  background: rgba(14, 12, 30, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--p-card-border);
  border-left: 3px solid var(--p-accent);
  padding: 20px 22px;
  margin-bottom: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
  position: relative;
}

.controller-box-img {
  width: 32px;
  flex-shrink: 0;
  margin-top: 2px;
}

.controller-box-content h5 {
  font-family: 'Geist Mono', 'Orbitron', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--light-t1);
  margin-bottom: 6px;
}

.controller-box-content p {
  font-family: 'Inter', 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* Ability / Feature Micro-Badges */
.controller-icons-main {
  display: flex;
  gap: 10px;
  margin-bottom: 28px;
}

.controller-icons-inner {
  flex: 1;
  background: rgba(14, 12, 30, 0.7);
  border: 1px solid var(--p-card-border);
  padding: 10px 6px;
  text-align: center;
  transition: all 0.25s ease;
  cursor: pointer;
  border-radius: 4px;
  user-select: none;
}

.controller-icons-inner:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.controller-img {
  width: 24px;
  height: 24px;
  margin: 0 auto 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.controller-icons-inner p {
  font-family: 'Geist Mono', 'IBM Plex Mono', monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
}

/* Action CTA Button */
.view-contract-btn-main {
  display: inline-block;
  position: relative;
  width: 280px;
  height: 60px;
  background: url("../img/landing/button-bg.svg") no-repeat center left / contain;
  transition: all 0.3s ease;
  cursor: pointer;
}

.view-contract-btn-main .view-contract-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 34px;
  width: 100%;
  height: 100%;
  font-family: 'Inter', 'Manrope', sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  transition: all 0.3s ease;
}

.view-contract-btn-main:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 0 15px var(--p-glow));
}

.banner-loop-second .view-contract-btn-main:hover {
  filter: drop-shadow(0 0 15px var(--g-glow));
}

.banner-loop-third .view-contract-btn-main:hover {
  filter: drop-shadow(0 0 15px var(--gr-glow));
}

.banner-loop-second .view-contract-btn-main:hover {
  filter: drop-shadow(0 0 15px var(--g-glow));
}

.banner-loop-third .view-contract-btn-main:hover {
  filter: drop-shadow(0 0 15px var(--gr-glow));
}


/* =========================================================
   RIGHT CONTROLLER LIVING ORBS (GLOWING FLUID PRESETS)
   ========================================================= */
.controller-right-icons-main {
  width: calc(12% - 15px);
  padding-right: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9999;
  overflow: visible;
}

.controller-right-icons-main .slick-list,
.controller-right-icons-main .slick-track {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow: visible !important;
}

.controller-right-icons-main .slick-slide {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end;
  outline: none;
  overflow: visible !important;
}

/* Living Liquid Orb Thumbnails */
.nav-orb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.nav-orb-frame {
  position: relative;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.nav-orb-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(34.1% 10.6%, 89.4% 10.6%, 89.4% 90.7%, 10.6% 90.7%, 10.6% 31.7%, 20.6% 22.7%);
  -webkit-clip-path: polygon(34.1% 10.6%, 89.4% 10.6%, 89.4% 90.7%, 10.6% 90.7%, 10.6% 31.7%, 20.6% 22.7%);
  pointer-events: none;
  z-index: 1;
}

.nav-orb-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  transition: all 0.3s ease;
}

.nav-orb-label {
  font-family: 'Geist Mono', 'Orbitron', monospace;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

/* Active & Hover Living Glows by Slide Index */
/* Slide 1: Aurora (Purple/Cyan) */
.controller-right-icons-main .slick-slide:nth-child(1).slick-current .nav-orb-frame,
.controller-right-icons-main .slick-slide:nth-child(1):hover .nav-orb-frame {
  transform: scale(1.12);
  filter: drop-shadow(0 0 16px rgba(123, 91, 245, 0.95)) drop-shadow(0 0 8px rgba(0, 240, 255, 0.6));
}
.controller-right-icons-main .slick-slide:nth-child(1).slick-current .nav-orb-label,
.controller-right-icons-main .slick-slide:nth-child(1):hover .nav-orb-label {
  color: #00F0FF;
  text-shadow: 0 0 10px rgba(0, 240, 255, 0.85);
}

/* Slide 2: Ember (Gold/Amber) */
.controller-right-icons-main .slick-slide:nth-child(2).slick-current .nav-orb-frame,
.controller-right-icons-main .slick-slide:nth-child(2):hover .nav-orb-frame {
  transform: scale(1.12);
  filter: drop-shadow(0 0 16px rgba(234, 167, 66, 0.95)) drop-shadow(0 0 8px rgba(255, 122, 24, 0.6));
}
.controller-right-icons-main .slick-slide:nth-child(2).slick-current .nav-orb-label,
.controller-right-icons-main .slick-slide:nth-child(2):hover .nav-orb-label {
  color: #FFCA79;
  text-shadow: 0 0 10px rgba(234, 167, 66, 0.85);
}

/* Slide 3: Toxic (Emerald/Lime) */
.controller-right-icons-main .slick-slide:nth-child(3).slick-current .nav-orb-frame,
.controller-right-icons-main .slick-slide:nth-child(3):hover .nav-orb-frame {
  transform: scale(1.12);
  filter: drop-shadow(0 0 16px rgba(4, 188, 73, 0.95)) drop-shadow(0 0 8px rgba(156, 255, 77, 0.6));
}
.controller-right-icons-main .slick-slide:nth-child(3).slick-current .nav-orb-label,
.controller-right-icons-main .slick-slide:nth-child(3):hover .nav-orb-label {
  color: #D4FFE4;
  text-shadow: 0 0 10px rgba(4, 188, 73, 0.85);
}

/* Slide 4: Plasma (Violet/Pink) */
.controller-right-icons-main .slick-slide:nth-child(4).slick-current .nav-orb-frame,
.controller-right-icons-main .slick-slide:nth-child(4):hover .nav-orb-frame {
  transform: scale(1.12);
  filter: drop-shadow(0 0 16px rgba(177, 77, 255, 0.95)) drop-shadow(0 0 8px rgba(255, 45, 160, 0.6));
}
.controller-right-icons-main .slick-slide:nth-child(4).slick-current .nav-orb-label,
.controller-right-icons-main .slick-slide:nth-child(4):hover .nav-orb-label {
  color: #E2A4FF;
  text-shadow: 0 0 10px rgba(255, 45, 160, 0.85);
}

/* Slide 5: Ice (Cyan/Crystal) */
.controller-right-icons-main .slick-slide:nth-child(5).slick-current .nav-orb-frame,
.controller-right-icons-main .slick-slide:nth-child(5):hover .nav-orb-frame {
  transform: scale(1.12);
  filter: drop-shadow(0 0 16px rgba(0, 210, 255, 0.95)) drop-shadow(0 0 8px rgba(111, 210, 255, 0.6));
}
.controller-right-icons-main .slick-slide:nth-child(5).slick-current .nav-orb-label,
.controller-right-icons-main .slick-slide:nth-child(5):hover .nav-orb-label {
  color: #6FD2FF;
  text-shadow: 0 0 10px rgba(0, 210, 255, 0.85);
}

/* Instant smooth text animation on pill click */
@keyframes textFadeInAnim {
  0% { opacity: 0; transform: translateY(-3px); }
  100% { opacity: 1; transform: translateY(0); }
}

.text-fade-in {
  animation: textFadeInAnim 0.22s ease-out forwards;
}

@media (max-width: 1400px) {
  .controller-right-icons-main { width: calc(10% - 8px); padding-right: 15px; }
  .controller-right-icons-main img { width: 50px; height: 50px; margin-bottom: 20px; }
}

@media (max-width: 1024px) {
  .controller-right-icons-main { display: none; }
}

/* =========================================================
   PROCEDURAL RAIN EFFECT
   ========================================================= */
.rain-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.rain-drop {
  position: absolute;
  width: 2px;
  height: 45px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(123, 91, 245, 0.6) 100%);
  opacity: 0.2;
  pointer-events: none;
}

/* =========================================================
   RESPONSIVE LAYOUT
   ========================================================= */
@media (max-width: 1400px) {
  .banner-content-main h1 { font-size: 56px; }
  .banner-content-main { width: 420px; margin-right: 6vw; }
  .banner-main-img { width: 44vw; left: 6%; }
}

@media (max-width: 1024px) {
  .header-menu { display: none; }
  .banner-left-vertical-main { display: none; }
  .banner-main-img { display: none; }
  .banner-content-main { width: 90%; max-width: 540px; margin: 0 auto; }
  .banner-content-main h1 { font-size: 48px; }
}

/* =========================================================
   FLOATING LEGAL & TRUST FOOTER
   ========================================================= */
.landing-footer-main {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(7, 6, 17, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(123, 91, 245, 0.2);
  padding: 10px 0;
}

.landing-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Geist Mono', 'Inter', monospace;
  font-size: 11px;
  color: var(--text-secondary);
  gap: 16px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.footer-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.6);
  display: inline-block;
  animation: pulse-dot 2s infinite ease-in-out;
}

@keyframes pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.5px;
}

.footer-link {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #fff;
  text-shadow: 0 0 6px rgba(123, 91, 245, 0.5);
}

.footer-link.highlight {
  color: #a78bfa;
  font-weight: 700;
}

.footer-link.highlight:hover {
  color: #c4b5fd;
}

.footer-sep {
  color: rgba(255, 255, 255, 0.2);
}

.footer-copyright {
  color: var(--text-muted);
  font-size: 11px;
}

@media (max-width: 900px) {
  .landing-footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
