/* ==========================================================================
   Outfit Aura — Official Web Stylesheet (v3)
   Design System: Obsidian Glassmorphism · Cyber-Neon · Hardware Clean
   Fonts: Outfit & Space Grotesk
   Centrado Absoluto · Estrategia de Códigos & Creadores
   ========================================================================== */

:root {
  --bg-deep: #06080d;
  --bg-surface: #0c101a;
  --bg-glass: rgba(14, 20, 32, 0.72);
  --bg-glass-card: rgba(18, 25, 42, 0.85);
  --bg-glass-hover: rgba(28, 38, 64, 0.95);
  
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-glow-cyan: rgba(0, 229, 255, 0.40);
  --border-glow-magenta: rgba(255, 42, 133, 0.40);
  --border-glow-gold: rgba(245, 158, 11, 0.40);

  --neon-cyan: #00e5ff;
  --neon-cyan-glow: rgba(0, 229, 255, 0.45);
  --neon-magenta: #ff2a85;
  --neon-magenta-glow: rgba(255, 42, 133, 0.45);
  --neon-purple: #9d4edd;
  --neon-gold: #f59e0b;
  --neon-mint: #10b981;
  
  --text-main: #f1f5f9;
  --text-dim: #94a3b8;
  --text-muted: #64748b;
  
  --font-main: 'Outfit', sans-serif;
  --font-display: 'Space Grotesk', sans-serif;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  --transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-deep);
  color: var(--text-main);
  font-family: var(--font-main);
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Ambient Glow Blobs */
.ambient-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.32;
}

.cyan-glow {
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, var(--neon-cyan) 0%, rgba(0,0,0,0) 70%);
  top: -150px;
  left: -100px;
}

.magenta-glow {
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, var(--neon-magenta) 0%, rgba(0,0,0,0) 70%);
  top: 35%;
  right: -200px;
}

.purple-glow {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--neon-purple) 0%, rgba(0,0,0,0) 70%);
  bottom: -120px;
  left: 20%;
}

/* Header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(6, 8, 13, 0.88);
  border-bottom: 1px solid var(--border-subtle);
  padding: 13px 24px;
  transition: padding 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.main-header.scrolled {
  padding: 8px 24px;
  background: rgba(6, 8, 13, 0.95);
  border-bottom: 1px solid rgba(0, 229, 255, 0.22);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.65), 0 1px 0 rgba(0, 229, 255, 0.15);
}

.header-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.brand:hover {
  transform: translateY(-1px);
}

.header-brand-logo {
  height: 56px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(245, 158, 11, 0.35)) drop-shadow(0 0 20px rgba(0, 229, 255, 0.35));
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.35s ease;
}

.brand:hover .header-brand-logo {
  transform: scale(1.08) translateY(-2px);
  filter: drop-shadow(0 0 22px rgba(245, 158, 11, 0.7)) drop-shadow(0 0 38px rgba(0, 229, 255, 0.65));
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.studio-tag {
  font-family: var(--font-display);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--neon-cyan);
  font-weight: 700;
  text-transform: uppercase;
}

.logo-title {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #ffffff 30%, var(--neon-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(0, 229, 255, 0.4);
  line-height: 1.1;
}

/* ==========================================================================
   HERO & POSTULATE EMBLEM BADGES
   ========================================================================== */
.hero-emblem-badge-wrap {
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.hero-emblem-logo {
  width: 100%;
  max-width: 440px;
  height: auto;
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.85)) drop-shadow(0 0 35px rgba(0, 229, 255, 0.45)) drop-shadow(0 0 65px rgba(255, 42, 133, 0.35));
  transition: transform 0.4s ease, filter 0.4s ease;
  animation: heroEmblemFloat 4s ease-in-out infinite alternate;
}

.hero-emblem-logo:hover {
  transform: scale(1.04) translateY(-4px);
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 50px rgba(0, 229, 255, 0.75)) drop-shadow(0 0 85px rgba(255, 42, 133, 0.55));
}

@keyframes heroEmblemFloat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-6px); }
}

.postulate-hero-emblem-wrap {
  margin: 0 auto 16px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.postulate-hero-logo {
  max-width: 320px;
  width: 85%;
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 25px rgba(0, 229, 255, 0.4));
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.footer-logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.5));
}

.error-emblem-logo {
  max-width: 280px;
  width: 80%;
  height: auto;
  margin: 0 auto 20px auto;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 25px rgba(0, 229, 255, 0.35));
}

@media (max-width: 640px) {
  .header-brand-logo {
    height: 38px;
  }
  .brand-text {
    display: none;
  }
  .hero-emblem-logo {
    max-width: 290px;
  }
  .postulate-hero-logo {
    max-width: 240px;
  }
}

/* Smart Navigation Capsule */
.header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 4px 6px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.header-nav:hover {
  border-color: rgba(0, 229, 255, 0.28);
  box-shadow: 0 4px 24px rgba(0, 229, 255, 0.1);
}

.nav-link {
  color: var(--text-dim);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: var(--radius-full);
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  border: 1px solid transparent;
}

.nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.4);
}

.nav-link.active {
  color: var(--neon-cyan);
  background: rgba(0, 229, 255, 0.12);
  border-color: rgba(0, 229, 255, 0.45);
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.25), inset 0 0 10px rgba(0, 229, 255, 0.1);
  text-shadow: 0 0 10px rgba(0, 229, 255, 0.6);
}

/* Pulsing live gold dot on Códigos */
.nav-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--neon-gold);
  box-shadow: 0 0 8px var(--neon-gold);
  display: inline-block;
  animation: pulseGoldDot 1.8s infinite ease-in-out;
}

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

.nav-prefix {
  opacity: 0.85;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.nav-link:hover .nav-prefix,
.nav-link.active .nav-prefix {
  opacity: 1;
}

.header-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 22px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-roblox {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-main);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.btn-roblox:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.14);
}

.btn-primary {
  background: linear-gradient(135deg, var(--neon-cyan), #0099ff);
  color: #050811;
  font-weight: 900;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #33ebff, #1aa3ff);
  box-shadow: 0 0 25px var(--neon-cyan-glow);
  transform: translateY(-2px);
}

.pulse-btn {
  animation: pulse-border 2.5s infinite ease-in-out;
}

@keyframes pulse-border {
  0%, 100% { box-shadow: 0 0 15px rgba(0, 229, 255, 0.3); }
  50% { box-shadow: 0 0 28px rgba(0, 229, 255, 0.65); transform: translateY(-1px); }
}

.btn-glow {
  background: linear-gradient(135deg, var(--neon-magenta), #9333ea);
  color: #ffffff;
}

.btn-glow:hover {
  box-shadow: 0 0 28px var(--neon-magenta-glow);
  transform: translateY(-2px);
}

/* ==========================================================================
   HERO VIDEO SECTION (INTRO OFICIAL PRIME GAMES STUDIO)
   ========================================================================== */
.hero-video-section {
  position: relative;
  z-index: 10;
  min-height: 84vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.58) contrast(1.1);
}

.video-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, 
    rgba(6, 8, 13, 0.75) 0%, 
    rgba(6, 8, 13, 0.45) 40%, 
    rgba(6, 8, 13, 0.88) 85%, 
    var(--bg-deep) 100%
  );
}

.video-controls-badge {
  position: absolute;
  top: 24px;
  right: 28px;
  z-index: 20;
}

.sound-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(14, 20, 32, 0.8);
  border: 1px solid var(--border-glow-cyan);
  color: var(--neon-cyan);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}

.sound-toggle-btn:hover {
  background: rgba(0, 229, 255, 0.2);
  box-shadow: 0 0 16px var(--neon-cyan-glow);
}

.hero-text-overlay {
  position: relative;
  z-index: 20;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px 40px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid var(--border-glow-cyan);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-family: var(--font-display);
  letter-spacing: 0.12em;
  color: var(--neon-cyan);
  margin-bottom: 20px;
  backdrop-filter: blur(12px);
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon-cyan);
  box-shadow: 0 0 10px var(--neon-cyan);
  animation: pulse-dot 2s infinite ease-in-out;
}

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

.hero-headline {
  font-size: clamp(2.3rem, 5.5vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 18px;
  background: linear-gradient(180deg, #ffffff 40%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 40px rgba(0,0,0,0.8);
}

.hero-headline-accent {
  background: linear-gradient(135deg, var(--neon-cyan) 0%, #38bdf8 50%, var(--neon-magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  font-size: 1.12rem;
  color: #e2e8f0;
  max-width: 760px;
  margin: 0 auto 28px;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

/* Dual Portal Selector */
.portal-selector {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 10px;
  width: 100%;
}

.portal-tab {
  flex: 1;
  max-width: 380px;
  background: var(--bg-glass-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: var(--transition);
  text-align: left;
  color: var(--text-muted);
}

.portal-tab:hover {
  background: var(--bg-glass-hover);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

.portal-tab.active {
  background: rgba(18, 25, 42, 0.95);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 35px rgba(0, 229, 255, 0.25);
  color: var(--text-main);
}

.portal-tab.active:nth-child(2) {
  border-color: var(--neon-gold);
  box-shadow: 0 0 35px rgba(245, 158, 11, 0.25);
}

.tab-icon {
  font-size: 1.8rem;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

.tab-text strong {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: var(--text-main);
}

.tab-text small {
  display: block;
  font-size: 0.75rem;
  color: var(--text-dim);
}

/* ==========================================================================
   MAIN CONTENT & PANELS
   ========================================================================== */
.main-content {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 50px auto 40px auto;
  padding: 0 24px;
  width: 100%;
}

.portal-panel {
  display: none;
  animation: fadeIn 0.35s ease forwards;
}

.portal-panel.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.content-block {
  margin-bottom: 60px;
}

.block-header {
  text-align: center;
  margin-bottom: 30px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.block-header h2 {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 8px 0;
  letter-spacing: -0.01em;
}

.block-header p {
  color: var(--text-dim);
  font-size: 0.95rem;
}

.badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  font-size: 0.7rem;
  font-family: var(--font-display);
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
}

.cyan-badge {
  background: rgba(0, 229, 255, 0.12);
  color: var(--neon-cyan);
  border: 1px solid var(--border-glow-cyan);
}

.gold-badge {
  background: rgba(245, 158, 11, 0.12);
  color: var(--neon-gold);
  border: 1px solid var(--border-glow-gold);
}

.purple-badge {
  background: rgba(157, 78, 221, 0.12);
  color: var(--neon-purple);
  border: 1px solid rgba(157, 78, 221, 0.35);
}

/* ==========================================================================
   TABLÓN DE CÓDIGOS ACTIVOS (COMMUNITY PORTAL)
   ========================================================================== */
.codes-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.code-item {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  transition: var(--transition);
}

.code-item:hover {
  background: var(--bg-glass-hover);
  border-color: var(--border-glow-gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.featured-code {
  border-color: var(--border-glow-gold);
  background: linear-gradient(145deg, rgba(22, 28, 48, 0.95), rgba(30, 24, 16, 0.9));
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.15);
}

.code-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--neon-gold);
  margin-bottom: 6px;
}

.code-details p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.5;
}

.code-details strong {
  color: #fff;
}

.code-hint {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.btn-copy {
  padding: 10px;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid var(--neon-gold);
  color: var(--neon-gold);
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
}

.btn-copy:hover {
  background: var(--neon-gold);
  color: #06080d;
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.45);
}

/* ==========================================================================
   ESTRATEGIAS CLAVE / PRO-PLAYER GUIDE
   ========================================================================== */
.strategies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.strategy-card {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.strategy-card:hover {
  background: var(--bg-glass-hover);
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.strategy-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.strategy-icon-box.cyan { background: rgba(0, 229, 255, 0.15); color: var(--neon-cyan); border: 1px solid var(--border-glow-cyan); }
.strategy-icon-box.magenta { background: rgba(255, 42, 133, 0.15); color: var(--neon-magenta); border: 1px solid var(--border-glow-magenta); }
.strategy-icon-box.mint { background: rgba(16, 185, 129, 0.15); color: var(--neon-mint); border: 1px solid rgba(16, 185, 129, 0.4); }
.strategy-icon-box.gold { background: rgba(245, 158, 11, 0.15); color: var(--neon-gold); border: 1px solid var(--border-glow-gold); }

.strategy-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.strategy-card p {
  font-size: 0.86rem;
  color: var(--text-dim);
  line-height: 1.55;
}

.strategy-card strong {
  color: #fff;
}

/* ==========================================================================
   SECCIÓN CATÁLOGO DE OUTFITS: HUB VISUAL DE DESCUBRIMIENTO & UGC
   ========================================================================== */
.shop-catalog-section {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 70px auto 60px auto;
  padding: 0 24px;
  width: 100%;
}

/* 1. Doble Propuesta de Valor: Free Try-On vs Promesa 3D */
.catalog-value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
  margin-bottom: 45px;
}

.value-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 30px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
  transform: translateY(-4px);
}

.free-tryon-card {
  border-color: rgba(0, 229, 255, 0.3);
}

.free-tryon-card:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 20px 48px rgba(0, 229, 255, 0.12);
}

.vip-promise-card {
  border-color: rgba(255, 215, 0, 0.4);
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.04) 0%, rgba(6, 8, 13, 0.92) 100%);
  box-shadow: 0 16px 40px rgba(255, 215, 0, 0.08);
}

.vip-promise-card:hover {
  border-color: var(--neon-gold);
  box-shadow: 0 20px 50px rgba(255, 215, 0, 0.2);
}

.value-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.value-badge {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
}

.value-badge.cyan-val {
  background: rgba(0, 229, 255, 0.15);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.35);
}

.value-badge.gold-val {
  background: rgba(255, 215, 0, 0.15);
  color: var(--neon-gold);
  border: 1px solid rgba(255, 215, 0, 0.4);
}

.value-icon-tag {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #94a3b8;
}

.value-icon-tag.gold-tag {
  color: var(--neon-gold);
}

.value-title {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 12px;
}

.value-desc {
  font-size: 0.9rem;
  color: var(--text-dim);
  line-height: 1.6;
  margin-bottom: 18px;
}

.value-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.value-bullets li {
  font-size: 0.85rem;
  color: #e2e8f0;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.value-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--neon-cyan);
  font-weight: 900;
}

.value-bullets.gold-bullets li::before {
  color: var(--neon-gold);
}

.value-bullets li strong {
  color: #ffffff;
}

.promise-guarantee-note {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--neon-gold);
  text-transform: uppercase;
  display: inline-block;
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.25);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
}

/* 2. Selector de Modo / Vibe (Chico, Chica, Híbrido) */
.catalog-mode-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.mode-bar-title {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--text-dim);
  text-transform: uppercase;
}

.mode-toggle-group {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5px;
  border-radius: var(--radius-full);
}

.mode-btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius-full);
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
}

.mode-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mode-btn.active {
  background: rgba(0, 229, 255, 0.14);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.25);
}

.mode-btn-tag {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 3px 6px;
  border-radius: var(--radius-sm);
  background: rgba(0, 229, 255, 0.2);
  color: var(--neon-cyan);
}

.mode-btn-tag.girl-tag {
  background: rgba(255, 0, 127, 0.2);
  color: var(--neon-magenta);
}

.mode-btn-tag.hybrid-tag {
  background: rgba(176, 38, 255, 0.2);
  color: var(--neon-purple);
}

.mode-btn.active .mode-btn-tag {
  background: var(--neon-cyan);
  color: #06080d;
}

.mode-btn-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.mode-btn-text small {
  display: block;
  font-size: 0.68rem;
  color: var(--text-dim);
}

/* 3. Bloques Maestros (6 Cards) */
.shop-blocks-carousel {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 45px;
}

.shop-block-card {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  position: relative;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.shop-block-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
}

.shop-block-card.active {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.3), inset 0 0 16px rgba(0, 229, 255, 0.1);
  transform: translateY(-4px);
}

.block-thumb-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: #080c14;
}

.block-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.shop-block-card:hover .block-thumb-img {
  transform: scale(1.05);
}

.block-color-bar {
  height: 4px;
  width: 100%;
}

.block-card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.block-card-num {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--neon-cyan);
}

.block-card-title {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.block-card-count {
  font-size: 0.7rem;
  color: var(--text-dim);
}

/* 4. Sub-Estilos (The Active Block Grid) */
.shop-substyles-section {
  background: rgba(10, 14, 22, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 28px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.substyles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 18px;
  margin-bottom: 24px;
}

.substyles-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  background: rgba(0, 229, 255, 0.12);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.3);
  margin-bottom: 6px;
}

.substyles-title-group h3 {
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 4px 0;
}

.substyles-title-group p {
  font-size: 0.82rem;
  color: var(--text-dim);
  margin: 0;
}

.substyles-counter-tag {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--neon-gold);
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 6px 14px;
  border-radius: var(--radius-full);
}

.shop-substyles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

.substyle-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.28s ease;
  cursor: pointer;
}

.substyle-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 229, 255, 0.35);
  box-shadow: 0 12px 28px rgba(0, 229, 255, 0.1);
}

.substyle-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: #090d16;
}

.substyle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.substyle-card:hover .substyle-img {
  transform: scale(1.05);
}

.substyle-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.substyle-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.substyle-subtitle {
  font-size: 0.75rem;
  color: var(--text-dim);
  margin: 0 0 6px 0;
}

.substyle-keyword-tag {
  font-size: 0.65rem;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==========================================================================
   AURA ORB SECTION (CENTRADO PERFECTO Y DISEÑO EQUILIBRADO)
   ========================================================================== */
.auraorb-section {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 60px auto 50px auto;
  padding: 0 24px;
  text-align: center;
  width: 100%;
}

.section-title-wrap {
  text-align: center;
  margin: 0 auto 40px auto;
  max-width: 820px;
}

.section-heading {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 800;
  margin: 10px 0 12px;
  letter-spacing: -0.02em;
}

.section-subheading {
  color: var(--text-dim);
  font-size: 0.98rem;
  margin: 0 auto;
  line-height: 1.55;
}

.auraorb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  justify-content: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.auraorb-card {
  background: var(--bg-glass-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.auraorb-card:hover {
  transform: translateY(-5px);
  background: var(--bg-glass-hover);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.card-magenta:hover { border-color: var(--neon-magenta); box-shadow: 0 14px 35px var(--neon-magenta-glow); }
.card-purple:hover { border-color: #a855f7; box-shadow: 0 14px 35px rgba(168, 85, 247, 0.4); }
.card-cyan:hover { border-color: var(--neon-cyan); box-shadow: 0 14px 35px var(--neon-cyan-glow); }
.card-blue:hover { border-color: #3b82f6; box-shadow: 0 14px 35px rgba(59, 130, 246, 0.4); }
.card-mint:hover { border-color: var(--neon-mint); box-shadow: 0 14px 35px rgba(16, 185, 129, 0.4); }
.card-gold:hover { border-color: var(--neon-gold); box-shadow: 0 14px 35px rgba(245, 158, 11, 0.4); }

.featured-orb {
  border-color: var(--border-glow-cyan);
  background: linear-gradient(145deg, rgba(18, 25, 42, 0.95), rgba(10, 28, 48, 0.9));
}

.featured-glow-ribbon {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #06080d;
  background: var(--neon-cyan);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  box-shadow: 0 0 15px var(--neon-cyan-glow);
  text-transform: uppercase;
}

/* Card Visual Hero Showcase for Aura Orb */
.orb-card-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 260px;
  border-radius: var(--radius-md);
  background: #03050a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), filter 0.45s ease;
}

.auraorb-card:hover .orb-hero-img {
  transform: scale(1.06);
}

.orb-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.orb-desc {
  font-size: 0.86rem;
  color: var(--text-dim);
  line-height: 1.5;
  margin-bottom: 18px;
}

/* Bloque de Beneficios Duales (Jugador vs Creador) */
.dual-role-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
}

.role-col {
  background: rgba(6, 8, 13, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
}

.role-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  margin-bottom: 3px;
  letter-spacing: 0.04em;
}

.player-role { color: #38bdf8; }
.creator-role { color: #fbbf24; }

.role-col p {
  font-size: 0.78rem;
  color: var(--text-dim);
  line-height: 1.4;
  margin: 0;
}

.role-col strong {
  color: #fff;
}

/* ==========================================================================
   SITUACIONES DE USO (TIKTOK / SHORTS 9:16 VIDEOS)
   ========================================================================== */
.usecases-section {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 70px auto 40px auto;
  padding: 0 24px;
  text-align: center;
  width: 100%;
}

.usecases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.usecase-card {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.usecase-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-glow-cyan);
  box-shadow: 0 16px 40px rgba(0, 229, 255, 0.15);
}

.phone-mockup {
  position: relative;
  background: #000;
  border-radius: 20px 20px 0 0;
  padding: 12px 12px 0;
  border-bottom: 1px solid var(--border-subtle);
}

.phone-speaker {
  width: 44px;
  height: 4px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-full);
  margin: 0 auto 8px;
}

.phone-screen {
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: #030408;
}

.usecase-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

.phone-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  cursor: pointer;
  transition: var(--transition);
}

.phone-overlay.playing {
  opacity: 0;
  pointer-events: none;
}

.phone-overlay:hover {
  background: rgba(0,0,0,0.1);
}

.play-indicator {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 229, 255, 0.85);
  color: #06080d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 0 20px var(--neon-cyan-glow);
  transition: var(--transition);
}

.phone-overlay:hover .play-indicator {
  transform: scale(1.1);
  background: var(--neon-cyan);
}

.phone-watermark {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0,0,0,0.5);
  padding: 3px 8px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
  pointer-events: none;
}

.usecase-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.usecase-tag {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.duo-tag { background: rgba(0, 229, 255, 0.15); color: var(--neon-cyan); border: 1px solid var(--border-glow-cyan); }
.neon-tag { background: rgba(255, 42, 133, 0.15); color: var(--neon-magenta); border: 1px solid var(--border-glow-magenta); }
.style-tag { background: rgba(245, 158, 11, 0.15); color: var(--neon-gold); border: 1px solid var(--border-glow-gold); }
.viral-tag { background: rgba(157, 78, 221, 0.15); color: var(--neon-purple); border: 1px solid rgba(157, 78, 221, 0.4); }

.usecase-info h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}

.usecase-info p {
  font-size: 0.84rem;
  color: var(--text-dim);
  margin-bottom: 14px;
  line-height: 1.5;
}

.spec-list {
  list-style: none;
  font-size: 0.75rem;
  color: var(--text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 10px;
  margin-top: auto;
}

.spec-list li { margin-bottom: 3px; }
.spec-list strong { color: var(--text-dim); }

/* ==========================================================================
   GALERÍA CINEMÁTICA OFICIAL (HORIZONTALES)
   ========================================================================== */
.gallery-section {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 60px auto 40px auto;
  padding: 0 24px;
  text-align: center;
  width: 100%;
}

.cinematic-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  border: 1px solid var(--border-subtle);
  transition: var(--transition);
  background: #030408;
}

.gallery-item.large-item {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 420px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 10px 30px rgba(0, 229, 255, 0.2);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 8, 13, 0.95) 100%);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.gallery-caption strong {
  font-size: 1.05rem;
  color: #fff;
}

.gallery-caption span {
  font-size: 0.8rem;
  color: var(--text-dim);
}

/* ==========================================================================
   PORTAL B: CREADORES (BENEFICIOS, FEED, MEDIA KIT)
   ========================================================================== */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.benefit-card {
  background: var(--bg-glass-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: var(--transition);
}

.benefit-card:hover {
  background: var(--bg-glass-hover);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.card-icon.cyan { background: rgba(0, 229, 255, 0.15); border: 1px solid var(--border-glow-cyan); }
.card-icon.gold { background: rgba(245, 158, 11, 0.15); border: 1px solid var(--border-glow-gold); }
.card-icon.magenta { background: rgba(255, 42, 133, 0.15); border: 1px solid var(--border-glow-magenta); }
.card-icon.purple { background: rgba(157, 78, 221, 0.15); border: 1px solid rgba(157, 78, 221, 0.35); }

.benefit-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.benefit-card p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.55;
}

.steps-carousel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.step-card {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 22px;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.step-card:hover {
  border-color: var(--border-glow-cyan);
  transform: translateY(-3px);
}

.step-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 10px;
  right: 14px;
}

.step-card h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: var(--neon-cyan);
}

.step-card p {
  font-size: 0.85rem;
  color: var(--text-dim);
}

.creators-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.creator-card {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: var(--transition);
}

.creator-card:hover {
  background: var(--bg-glass-hover);
  border-color: var(--border-glow-gold);
  transform: translateY(-3px);
}

.creator-avatar-wrap {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid var(--border-glow-gold);
  box-shadow: 0 4px 14px rgba(0,0,0,0.5);
  flex-shrink: 0;
}

.creator-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.creator-info h4 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 2px;
}

.creator-platform {
  display: block;
  font-size: 0.78rem;
  color: var(--neon-gold);
  margin-bottom: 6px;
}

.creator-quote {
  font-size: 0.82rem;
  color: var(--text-dim);
  font-style: italic;
  margin-bottom: 12px;
  line-height: 1.4;
}

.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.media-kit-box, .alliance-form-box {
  background: var(--bg-glass-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.media-kit-box h3, .alliance-form-box h3 {
  font-size: 1.35rem;
  margin: 12px 0 8px;
  color: #fff;
}

.media-kit-box p, .alliance-form-box p {
  color: var(--text-dim);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.kit-list {
  list-style: none;
  margin-bottom: 26px;
}

.kit-list li {
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 10px;
  padding-left: 4px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  color: var(--text-dim);
  margin-bottom: 6px;
  font-family: var(--font-display);
}

.form-group input {
  width: 100%;
  padding: 12px 14px;
  background: rgba(6, 8, 13, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  font-family: var(--font-main);
  font-size: 0.9rem;
  transition: var(--transition);
}

.form-group input:focus {
  outline: none;
  border-color: var(--neon-cyan);
  box-shadow: 0 0 12px var(--neon-cyan-glow);
}

/* ==========================================================================
   SHOWCASE DE PERSONAJES & WALLPAPERS
   ========================================================================== */
.characters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.character-card {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px;
  position: relative;
  transition: var(--transition);
}

.character-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-glow-magenta);
}

.char-badge {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--neon-cyan);
  margin-bottom: 12px;
}

.char-avatar-container {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
}

.char-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.character-card:hover .char-img {
  transform: scale(1.06);
}

.character-card h4 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 6px;
}

.character-card p {
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-bottom: 14px;
}

.drop-status {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.drop-status.unlocked {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

.drop-status.upcoming {
  background: rgba(157, 78, 221, 0.15);
  color: var(--neon-purple);
  border: 1px solid rgba(157, 78, 221, 0.4);
}

.wallpapers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.wallpaper-card {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}

.wallpaper-card:hover {
  border-color: var(--neon-cyan);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 229, 255, 0.18);
}

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

.wp-actions {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(6, 8, 13, 0.7);
}

.wp-actions span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}

.btn-wp-dl {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--neon-cyan);
  text-decoration: none;
  padding: 4px 10px;
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid var(--border-glow-cyan);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.btn-wp-dl:hover {
  background: var(--neon-cyan);
  color: #06080d;
}

/* ==========================================================================
   DISCOGRAFÍA OFICIAL & REPRODUCTOR MUSICAL CON LETRAS (AUDIO ENGINE)
   ========================================================================== */
.music-player-block {
  border-color: rgba(157, 78, 221, 0.35);
  box-shadow: 0 10px 40px rgba(157, 78, 221, 0.08);
}

.routenote-badge {
  background: linear-gradient(90deg, rgba(157, 78, 221, 0.16), rgba(245, 158, 11, 0.12));
  border: 1px solid rgba(157, 78, 221, 0.4);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  margin-top: 12px;
  color: var(--text-main);
}

.routenote-badge strong {
  color: var(--neon-gold);
}

.dist-tag {
  background: var(--neon-purple);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: var(--radius-full);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.player-container {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 28px;
  margin-top: 28px;
  align-items: stretch;
}

/* Tarjeta Principal del Reproductor */
.main-player-card {
  background: rgba(10, 14, 24, 0.92);
  border: 1px solid var(--border-glow-cyan);
  border-radius: var(--radius-md);
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 12px 35px rgba(0, 229, 255, 0.1);
  position: relative;
  overflow: hidden;
}

/* Área de Portada en Grande (Reemplazo Moderno del Vinilo) */
.player-cover-large-container {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7);
}

.player-cover-large {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-glow-cyan);
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.player-cover-large-container.playing .player-cover-large {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 35px var(--neon-cyan-glow);
  transform: scale(1.015);
  animation: coverPulse 3.5s infinite ease-in-out;
}

@keyframes coverPulse {
  0%, 100% { box-shadow: 0 0 25px rgba(0, 229, 255, 0.35); }
  50% { box-shadow: 0 0 45px rgba(0, 229, 255, 0.65); transform: scale(1.02); }
}

.cover-album-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(6, 8, 13, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-glow-cyan);
  color: var(--neon-cyan);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  letter-spacing: 0.1em;
  z-index: 5;
  text-transform: uppercase;
}

.cover-now-playing-badge {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(6, 8, 13, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 229, 255, 0.4);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 5;
  opacity: 0;
  transform: translateY(8px);
  transition: var(--transition);
}

.player-cover-large-container.playing .cover-now-playing-badge {
  opacity: 1;
  transform: translateY(0);
}

.cover-now-playing-badge .bar {
  width: 3px;
  height: 14px;
  background: var(--neon-cyan);
  border-radius: 2px;
  animation: soundWave 1.2s infinite ease-in-out;
}

@keyframes soundWave {
  0%, 100% { height: 4px; }
  50% { height: 16px; }
}

.cover-now-playing-badge .bar-1 { animation-delay: 0s; }
.cover-now-playing-badge .bar-2 { animation-delay: 0.2s; }
.cover-now-playing-badge .bar-3 { animation-delay: 0.4s; }
.cover-now-playing-badge .bar-4 { animation-delay: 0.15s; }

.cover-now-playing-badge .playing-text {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.08em;
  margin-left: 6px;
}

/* Info de la Pista */
.player-track-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.track-album-tag {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--neon-cyan);
  text-transform: uppercase;
}

.track-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  font-family: var(--font-display);
  line-height: 1.25;
}

.track-meta-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2px;
}

.meta-pill {
  font-size: 0.72rem;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  color: var(--text-dim);
  font-family: var(--font-display);
  font-weight: 600;
}

.bpm-pill {
  color: var(--neon-gold);
  border-color: rgba(245, 158, 11, 0.4);
  background: rgba(245, 158, 11, 0.1);
  font-weight: 700;
}

/* Barra de Progreso y Tiempo */
.progress-bar-container {
  width: 100%;
  height: 7px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-full);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  transition: height 0.2s;
}

.progress-bar-container:hover {
  height: 9px;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--neon-cyan), #0099ff);
  border-radius: var(--radius-full);
  transition: width 0.08s linear;
  box-shadow: 0 0 10px var(--neon-cyan-glow);
}

.time-display {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--text-muted);
  font-family: var(--font-display);
  font-weight: 600;
  margin-top: 2px;
}

/* Botones de Control */
.player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 8px 0;
}

.player-btn {
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  outline: none;
}

.control-main {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--neon-cyan), #0099ff);
  color: #06080d;
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 0 20px var(--neon-cyan-glow);
}

.control-main:hover {
  transform: scale(1.08);
  box-shadow: 0 0 30px var(--neon-cyan-glow);
}

.control-secondary {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1rem;
  border: 1px solid var(--border-subtle);
}

.control-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--neon-cyan);
  border-color: var(--neon-cyan);
  transform: scale(1.06);
}

/* Botón Ver Letra */
.track-action-buttons {
  margin-top: 4px;
}

.btn-lyrics {
  width: 100%;
  padding: 11px 16px;
  background: rgba(157, 78, 221, 0.16);
  border: 1px solid rgba(157, 78, 221, 0.45);
  color: #e9d5ff;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-lyrics:hover {
  background: rgba(157, 78, 221, 0.32);
  border-color: var(--neon-purple);
  color: #fff;
  box-shadow: 0 0 20px rgba(157, 78, 221, 0.4);
}

.btn-lyrics:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  border-color: var(--border-subtle);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
}

/* Ficha Técnica Extensible (Boss, Personaje, Place) */
.track-future-card {
  background: rgba(14, 20, 32, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 6px;
}

.future-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.future-label {
  font-family: var(--font-display);
  font-size: 0.65rem;
  color: var(--neon-cyan);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.future-val {
  font-size: 0.8rem;
  color: var(--text-main);
  font-weight: 500;
  line-height: 1.35;
}

/* Sidebar de Selección de Pistas */
.playlist-sidebar {
  background: rgba(10, 14, 24, 0.92);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 640px;
  max-height: 820px;
  overflow: hidden;
}

.sidebar-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 12px;
  flex-shrink: 0;
}

.sidebar-title-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-header h4 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--text-dim);
  letter-spacing: 0.1em;
}

.tracks-count {
  font-size: 0.72rem;
  color: var(--neon-cyan);
  font-family: var(--font-display);
  font-weight: 700;
  background: rgba(0, 229, 255, 0.1);
  padding: 2px 10px;
  border-radius: var(--radius-full);
}

.search-mini-wrap {
  width: 100%;
}

.search-mini-wrap input {
  width: 100%;
  background: rgba(6, 8, 13, 0.7);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  font-family: var(--font-main);
  font-size: 0.82rem;
  color: #fff;
  outline: none;
  transition: var(--transition);
}

.search-mini-wrap input:focus {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.25);
}

/* Selector Visual de Álbumes (Carátulas Cuadradas Grandes y Visibles) */
.album-covers-shelf {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 4px 14px;
  min-height: 110px;
  flex-shrink: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--neon-cyan) rgba(255, 255, 255, 0.05);
  -webkit-overflow-scrolling: touch;
}

.album-covers-shelf::-webkit-scrollbar {
  height: 6px;
}

.album-covers-shelf::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-full);
}

.album-covers-shelf::-webkit-scrollbar-thumb {
  background: var(--neon-cyan);
  border-radius: var(--radius-full);
  box-shadow: 0 0 8px var(--neon-cyan-glow);
}

.album-card-tile {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  width: 72px;
  outline: none;
  transition: var(--transition);
}

.album-tile-thumb {
  width: 68px;
  height: 68px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.16);
  background: #080c14;
  transition: var(--transition);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.7);
  flex-shrink: 0;
}

.album-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.all-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.28), rgba(157, 78, 221, 0.35));
  border-color: rgba(0, 229, 255, 0.5);
}

.all-label {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.all-sub {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--neon-cyan);
}

.album-num-badge {
  position: absolute;
  bottom: 3px;
  right: 3px;
  background: rgba(6, 8, 13, 0.9);
  backdrop-filter: blur(6px);
  color: var(--neon-cyan);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 4px;
  border: 1px solid rgba(0, 229, 255, 0.45);
}

.album-tile-name {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-dim);
  max-width: 72px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}

/* Hover State */
.album-card-tile:hover .album-tile-thumb {
  border-color: rgba(0, 229, 255, 0.8);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 229, 255, 0.35);
}

.album-card-tile:hover .album-tile-name {
  color: #fff;
}

/* Active State */
.album-card-tile.active .album-tile-thumb {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 22px var(--neon-cyan-glow), inset 0 0 12px rgba(0, 229, 255, 0.3);
  transform: translateY(-3px) scale(1.06);
}

.album-card-tile.active .album-tile-name {
  color: var(--neon-cyan);
  font-weight: 800;
}

.tracks-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
  padding-right: 4px;
}

.playlist-track-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  transition: var(--transition);
}

.playlist-track-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.playlist-track-item.active {
  background: rgba(0, 229, 255, 0.09);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 15px rgba(0, 229, 255, 0.15);
}

.track-index-num {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-muted);
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.playlist-track-item.active .track-index-num {
  color: var(--neon-cyan);
}

.item-cover-thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--border-subtle);
  flex-shrink: 0;
}

.item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 2px;
}

.item-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-album {
  font-size: 0.72rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-extra {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  flex-shrink: 0;
}

.item-duration {
  font-size: 0.72rem;
  color: var(--text-dim);
  font-family: var(--font-display);
}

.item-badge-inst {
  font-size: 0.62rem;
  color: var(--neon-mint);
  background: rgba(16, 185, 129, 0.12);
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 700;
  border: 1px solid rgba(16, 185, 129, 0.35);
}

/* ==========================================================================
   MODAL DE LETRAS DE CANCIONES (LYRICS MODAL)
   ========================================================================== */
.lyrics-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(3, 5, 9, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lyrics-modal-overlay.active {
  display: flex;
}

.lyrics-modal-container {
  background: rgba(14, 20, 32, 0.97);
  border: 1px solid var(--border-glow-magenta);
  border-radius: var(--radius-md);
  width: 100%;
  max-width: 650px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 50px rgba(255, 42, 133, 0.28);
  overflow: hidden;
  animation: modalScaleIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modalScaleIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

.lyrics-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid var(--border-subtle);
  background: rgba(6, 8, 13, 0.7);
}

.lyrics-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lyrics-album-tag {
  font-size: 0.7rem;
  color: var(--neon-magenta);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lyrics-modal-header h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  font-family: var(--font-display);
}

.lyrics-close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--text-dim);
  cursor: pointer;
  line-height: 1;
  transition: var(--transition);
}

.lyrics-close-btn:hover {
  color: #fff;
  transform: scale(1.15);
}

.lyrics-modal-body {
  padding: 24px;
  overflow-y: auto;
  flex-grow: 1;
  font-family: var(--font-main);
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-main);
  white-space: pre-wrap;
}

.lyrics-modal-body .lyrics-section-title {
  color: var(--neon-cyan);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 14px;
  margin-bottom: 4px;
  display: block;
}

.lyrics-modal-footer {
  padding: 14px 24px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(6, 8, 13, 0.7);
}

.lyrics-footer-note {
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* Lightbox Modal */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(14px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.lightbox-modal.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: var(--radius-md);
  box-shadow: 0 0 50px rgba(0, 229, 255, 0.3);
  border: 1px solid var(--border-glow-cyan);
  display: block;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 2.2rem;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

/* Footer */
.main-footer {
  border-top: 1px solid var(--border-subtle);
  background: rgba(6, 8, 13, 0.94);
  padding: 40px 24px;
  position: relative;
  z-index: 10;
  width: 100%;
}

.footer-container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: var(--neon-cyan);
}

.footer-info p {
  font-size: 0.82rem;
  color: var(--text-dim);
}

.footer-info .disclaimer {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 0.85rem;
  font-family: var(--font-display);
  transition: var(--transition);
}

.footer-links a:hover {
  color: var(--neon-cyan);
}

/* Toast Floating Notification */
.toast-notification {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: rgba(14, 20, 32, 0.95);
  border: 1px solid var(--neon-cyan);
  box-shadow: 0 8px 30px rgba(0, 229, 255, 0.35);
  backdrop-filter: blur(12px);
  color: #fff;
  padding: 12px 20px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 9999;
  font-size: 0.88rem;
  font-family: var(--font-display);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: var(--transition);
}

.toast-notification.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.toast-icon {
  background: var(--neon-cyan);
  color: #06080d;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
}

/* ==========================================================================
   SECCIÓN "MI AMIGO": ROBOT ASISTENTE & COMPAÑERO UNIT-7
   ========================================================================== */
.companion-section {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 70px auto 60px auto;
  padding: 0 24px;
  width: 100%;
}

.companion-showcase-layout {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 36px;
  align-items: start;
  margin-top: 40px;
}

/* 1. Tarjeta del Visor Holográfico */
.companion-viewer-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 24px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 90px;
}

.companion-viewer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 14px;
}

.companion-id-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.companion-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon-cyan);
  box-shadow: 0 0 10px var(--neon-cyan);
  animation: pulseCyanDot 2s infinite ease-in-out;
}

.companion-id-label {
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--text-dim);
  font-weight: 700;
}

.companion-name-display {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-shadow: 0 0 14px var(--neon-cyan-glow);
}

.companion-level-tag {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--neon-gold);
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 4px 8px;
  border-radius: var(--radius-sm);
}

/* Escenario de Imagen con Fondo de Estudio y Reflejo */
.companion-img-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 50% 45%, #2a3547 0%, #101622 70%, #080b12 100%);
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 229, 255, 0.22);
  overflow: hidden;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6), 0 12px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.companion-ambient-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--neon-cyan) 0%, rgba(0, 0, 0, 0) 70%);
  opacity: 0.25;
  filter: blur(50px);
  pointer-events: none;
  transition: background 0.4s ease, opacity 0.4s ease;
}

.companion-ambient-glow.gold-glow {
  background: radial-gradient(circle, var(--neon-gold) 0%, rgba(0, 0, 0, 0) 70%);
  opacity: 0.35;
}

.companion-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
}

.companion-main-image:hover {
  transform: scale(1.03);
}

.companion-hud-overlay {
  position: absolute;
  inset: 12px;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.companion-hud-chip {
  background: rgba(6, 8, 13, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius-sm);
  padding: 4px 8px;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--neon-cyan);
  display: flex;
  align-items: center;
  gap: 6px;
}

.companion-hud-chip.top-right {
  color: var(--neon-gold);
  border-color: rgba(255, 215, 0, 0.25);
}

/* Selector de Estilos */
.companion-style-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.companion-style-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
}

.companion-style-btn:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}

.companion-style-btn.active {
  background: rgba(0, 229, 255, 0.1);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.2);
}

.companion-style-btn.active .style-chip-tag.gold-tag {
  background: var(--neon-gold);
  color: #06080d;
}

.style-chip-tag {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 3px 6px;
  border-radius: var(--radius-sm);
  background: rgba(0, 229, 255, 0.15);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.3);
}

.style-chip-tag.gold-tag {
  background: rgba(255, 215, 0, 0.15);
  color: var(--neon-gold);
  border-color: rgba(255, 215, 0, 0.35);
}

.style-btn-info {
  display: flex;
  flex-direction: column;
}

.style-btn-info strong {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.style-btn-info small {
  font-size: 0.68rem;
  color: var(--text-dim);
}

/* Barra de Ángulos 360° */
.companion-angles-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
  transition: opacity 0.3s ease;
}

.angles-label {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--text-dim);
  margin-right: 4px;
}

.angle-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-dim);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 8px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 0.2s ease;
}

.angle-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.angle-btn.active {
  color: var(--neon-cyan);
  background: rgba(0, 229, 255, 0.15);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}

/* Personalizador de Nombre */
.companion-name-customizer {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.name-customizer-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label-accent {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--neon-cyan);
}

.label-desc {
  font-size: 0.7rem;
  color: var(--text-dim);
}

.name-input-wrap {
  display: flex;
  gap: 8px;
}

.name-custom-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.name-custom-input:focus {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.3);
}

/* 2. Columna de Capacidades Maestras */
.companion-features-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.companion-feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.companion-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 229, 255, 0.35);
  box-shadow: 0 12px 30px rgba(0, 229, 255, 0.08);
}

.feature-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.feature-pill {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
}

.feature-pill.cyan-pill {
  background: rgba(0, 229, 255, 0.12);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.3);
}

.feature-pill.magenta-pill {
  background: rgba(255, 0, 127, 0.12);
  color: var(--neon-magenta);
  border: 1px solid rgba(255, 0, 127, 0.3);
}

.feature-pill.gold-pill {
  background: rgba(255, 215, 0, 0.12);
  color: var(--neon-gold);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.feature-pill.purple-pill {
  background: rgba(176, 38, 255, 0.12);
  color: var(--neon-purple);
  border: 1px solid rgba(176, 38, 255, 0.3);
}

.feature-index {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.18);
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 10px;
}

.feature-desc {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.6;
  margin-bottom: 14px;
}

.feature-tag-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.feature-mini-tag {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.72rem;
  font-weight: 600;
  color: #cbd5e1;
}

/* 3. Métricas de Rendimiento */
.companion-metrics-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.comp-metric-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 22px 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.comp-metric-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 229, 255, 0.3);
}

.comp-metric-val {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--neon-cyan);
  line-height: 1;
  margin-bottom: 6px;
}

.comp-metric-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.comp-metric-card p {
  font-size: 0.76rem;
  color: var(--text-dim);
  line-height: 1.4;
  margin: 0;
}

/* ==========================================================================
   SECCIÓN ESTUDIO CREATIVO & SUITE CHROMA KEY 360°
   ========================================================================== */
.studio-section {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: 70px auto 60px auto;
  padding: 0 24px;
  width: 100%;
}

/* Nav highlight for studio link */
.nav-link.highlight-studio {
  color: var(--neon-cyan);
  position: relative;
}
.nav-link.highlight-studio::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--neon-cyan);
  box-shadow: 0 0 8px var(--neon-cyan-glow);
  border-radius: var(--radius-full);
}

/* 1. Grid of 4 Master Studio Tools */
.studio-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 22px;
  margin-bottom: 50px;
}

.studio-tool-card {
  background: var(--bg-glass-card);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.studio-tool-card:hover {
  transform: translateY(-5px);
  background: var(--bg-glass-hover);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.tool-zerohud:hover { border-color: var(--neon-cyan); box-shadow: 0 14px 35px var(--neon-cyan-glow); }
.tool-ghost:hover { border-color: #a855f7; box-shadow: 0 14px 35px rgba(168, 85, 247, 0.4); }
.tool-nametag:hover { border-color: var(--neon-mint); box-shadow: 0 14px 35px rgba(16, 185, 129, 0.4); }
.tool-chroma:hover { border-color: var(--neon-magenta); box-shadow: 0 14px 35px var(--neon-magenta-glow); }

/* Card Visual Hero Showcase */
.studio-card-visual {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 260px;
  border-radius: var(--radius-md);
  background: #03050a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tool-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), filter 0.45s ease;
}

.studio-tool-card:hover .tool-hero-img {
  transform: scale(1.06);
}

.visual-badge-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.visual-id-badge {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.visual-pill-badge {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
}

.visual-pill-badge.pill-cyan {
  background: rgba(0, 229, 255, 0.18);
  color: var(--neon-cyan);
  border: 1px solid var(--border-glow-cyan);
}

.visual-pill-badge.pill-purple {
  background: rgba(168, 85, 247, 0.18);
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.5);
}

.visual-pill-badge.pill-magenta {
  background: rgba(255, 0, 128, 0.18);
  color: var(--neon-magenta);
  border: 1px solid var(--neon-magenta-glow);
}

.visual-pill-badge.pill-mint {
  background: rgba(16, 185, 129, 0.18);
  color: var(--neon-mint);
  border: 1px solid rgba(16, 185, 129, 0.5);
}

.visual-pill-badge.pill-blue {
  background: rgba(59, 130, 246, 0.18);
  color: #60a5fa;
  border: 1px solid rgba(59, 130, 246, 0.5);
}

.visual-pill-badge.pill-gold {
  background: rgba(245, 158, 11, 0.18);
  color: var(--neon-gold);
  border: 1px solid rgba(245, 158, 11, 0.5);
}

.studio-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tool-title-row {
  margin-bottom: 12px;
}

.studio-kicker {
  display: block;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.cyan-kicker { color: var(--neon-cyan); }
.purple-kicker { color: #c084fc; }
.magenta-kicker { color: var(--neon-magenta); }
.mint-kicker { color: var(--neon-mint); }
.blue-kicker { color: #60a5fa; }
.gold-kicker { color: var(--neon-gold); }

.tool-title-row h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
}

.studio-accent-bar {
  display: block;
  width: 32px;
  height: 3px;
  border-radius: var(--radius-full);
}

.cyan-bar { background: var(--neon-cyan); box-shadow: 0 0 8px var(--neon-cyan-glow); }
.purple-bar { background: #a855f7; box-shadow: 0 0 8px rgba(168, 85, 247, 0.5); }
.mint-bar { background: var(--neon-mint); box-shadow: 0 0 8px rgba(16, 185, 129, 0.5); }
.magenta-bar { background: var(--neon-magenta); box-shadow: 0 0 8px var(--neon-magenta-glow); }
.blue-bar { background: #3b82f6; box-shadow: 0 0 8px rgba(59, 130, 246, 0.5); }
.gold-bar { background: var(--neon-gold); box-shadow: 0 0 8px rgba(245, 158, 11, 0.5); }

.studio-desc {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.studio-feature-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 14px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-bullet {
  color: var(--neon-cyan);
  font-weight: 900;
  font-size: 0.82rem;
  margin-top: 1px;
}

.feature-item div strong {
  display: block;
  font-size: 0.78rem;
  color: #fff;
  margin-bottom: 2px;
  letter-spacing: 0.02em;
}

.feature-item div p {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.35;
  margin: 0;
}

/* 2. Chroma Simulator Box */
.chroma-simulator-box {
  background: linear-gradient(145deg, rgba(10, 16, 28, 0.95), rgba(6, 9, 16, 0.98));
  border: 1px solid var(--border-glow-cyan);
  border-radius: var(--radius-xl);
  padding: 36px 32px;
  margin-bottom: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 229, 255, 0.15);
  position: relative;
  overflow: hidden;
}

.chroma-simulator-box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.12), transparent 70%);
  pointer-events: none;
}

.simulator-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 32px auto;
}

.simulator-header h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  color: #fff;
  margin: 10px 0 8px;
}

.simulator-header p {
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.5;
}

.chroma-simulator-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px;
  align-items: start;
}

/* Left: Swatches List */
.chroma-swatches-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chroma-swatch-card {
  background: rgba(14, 20, 32, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  transition: var(--transition);
  text-align: left;
  width: 100%;
}

.chroma-swatch-card:hover {
  background: rgba(22, 32, 52, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateX(4px);
}

.chroma-swatch-card.active {
  background: linear-gradient(135deg, rgba(20, 35, 60, 0.95), rgba(12, 22, 40, 0.95));
  border-color: var(--neon-cyan);
  box-shadow: 0 4px 20px rgba(0, 229, 255, 0.3);
}

.swatch-icon-thumb {
  width: 74px;
  height: 74px;
  min-width: 74px;
  border-radius: 14px;
  background: #03050a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.55);
}

.swatch-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  transition: transform 0.3s ease;
}

.chroma-swatch-card:hover .swatch-icon-img {
  transform: scale(1.12);
}

.swatch-details {
  flex: 1;
}

.swatch-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}

.swatch-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.92rem;
  color: #fff;
}

.swatch-hex {
  font-family: monospace;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.6);
}

.green-hex { color: #00FF00; border: 1px solid rgba(0, 255, 0, 0.3); }
.blue-hex { color: #60a5fa; border: 1px solid rgba(0, 0, 255, 0.4); }
.magenta-hex { color: #FF00FF; border: 1px solid rgba(255, 0, 255, 0.4); }
.white-hex { color: #FFFFFF; border: 1px solid rgba(255, 255, 255, 0.4); }
.black-hex { color: #a1a1aa; border: 1px solid rgba(255, 255, 255, 0.15); }

.swatch-desc {
  font-size: 0.78rem;
  color: var(--text-dim);
  line-height: 1.35;
  margin: 0 0 6px 0;
}

.swatch-meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.swatch-tag {
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-dim);
  letter-spacing: 0.04em;
}

.chroma-swatch-card.active .swatch-tag {
  background: rgba(0, 229, 255, 0.15);
  color: var(--neon-cyan);
}

/* Right: Preview Column */
.chroma-preview-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.chroma-stage-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  min-height: 320px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.chroma-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00FF00;
  transition: background 0.4s ease;
  z-index: 1;
}

.chroma-avatar-stage {
  position: relative;
  z-index: 2;
  height: 92%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.chroma-avatar-img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.55));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.chroma-stage-frame:hover .chroma-avatar-img {
  transform: scale(1.04);
}

.chroma-avatar-shadow {
  width: 240px;
  height: 22px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.6), transparent 75%);
  margin-top: -10px;
  filter: blur(4px);
}

/* HUD Overlay on top of preview */
.stage-hud-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 14px;
}

.hud-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hud-chip {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
}

.rec-chip {
  background: rgba(239, 68, 68, 0.85);
  color: #fff;
  animation: pulse-rec 1.6s infinite ease-in-out;
}

@keyframes pulse-rec {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.mode-chip {
  background: rgba(6, 8, 13, 0.8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tech-chip {
  background: rgba(6, 8, 13, 0.8);
  color: var(--neon-cyan);
  border: 1px solid var(--border-glow-cyan);
}

.hud-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(6, 8, 13, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 0.68rem;
}

.hud-engine-status {
  color: #34d399;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hud-code-status {
  color: #fff;
  font-family: monospace;
  font-weight: 800;
}

/* Specs Details Card */
.chroma-specs-card {
  background: rgba(14, 20, 32, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  backdrop-filter: blur(12px);
}

.specs-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.specs-pill {
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--neon-cyan);
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid var(--border-glow-cyan);
  padding: 5px 12px;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.specs-time-saving {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--neon-gold);
  letter-spacing: 0.04em;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.28);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  margin-left: auto;
}

.specs-body-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.spec-cell {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.full-cell {
  grid-column: 1 / -1;
  background: rgba(6, 8, 13, 0.5);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.spec-label {
  font-family: var(--font-display);
  font-size: 0.68rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.spec-cell strong {
  font-size: 0.82rem;
  color: #fff;
  line-height: 1.35;
}

.full-cell p {
  font-size: 0.82rem;
  color: var(--text-dim);
  line-height: 1.4;
  margin: 2px 0 0 0;
}

/* 3. Deep Dive: Zero Color Spill Engine */
.zero-spill-card {
  background: var(--bg-glass-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  margin-bottom: 50px;
}

.zero-spill-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 32px auto;
}

.zero-spill-header h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800;
  color: #fff;
  margin: 10px 0 8px;
}

.zero-spill-header p {
  font-size: 0.92rem;
  color: var(--text-dim);
  line-height: 1.5;
}

.zero-spill-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.comparison-col {
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.traditional-col {
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.engine-col {
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.35);
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.1);
}

.col-header-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  align-self: flex-start;
  text-transform: uppercase;
}

.bad-badge {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.35);
}

.good-badge {
  background: rgba(16, 185, 129, 0.2);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

.comparison-col h4 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px 0;
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cross-icon {
  color: #ef4444;
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1.2;
}

.check-icon {
  color: #10b981;
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1.2;
}

.comparison-list li strong {
  display: block;
  font-size: 0.85rem;
  color: #fff;
  margin-bottom: 2px;
}

.comparison-list li p {
  font-size: 0.78rem;
  color: var(--text-dim);
  line-height: 1.4;
  margin: 0;
}

/* 4. Workflow in 4 Steps */
.workflow-section-box {
  margin-bottom: 50px;
}

.workflow-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 30px auto;
}

.workflow-header h3 {
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800;
  color: #fff;
  margin: 10px 0 8px;
}

.workflow-header p {
  font-size: 0.92rem;
  color: var(--text-dim);
}

.workflow-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.workflow-card {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 22px;
  position: relative;
  transition: var(--transition);
}

.workflow-card:hover {
  transform: translateY(-4px);
  border-color: var(--neon-cyan);
  box-shadow: 0 12px 30px rgba(0, 229, 255, 0.2);
}

.step-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--neon-cyan);
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid var(--border-glow-cyan);
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}

.workflow-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px 0;
}

.workflow-card p {
  font-size: 0.82rem;
  color: var(--text-dim);
  line-height: 1.45;
  margin: 0;
}

/* 5. Metrics Grid */
.studio-metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.metric-card {
  background: linear-gradient(145deg, rgba(14, 20, 32, 0.85), rgba(8, 12, 20, 0.9));
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: center;
  transition: var(--transition);
}

.metric-card:hover {
  transform: translateY(-4px);
  border-color: var(--neon-cyan);
  box-shadow: 0 14px 35px rgba(0, 229, 255, 0.2);
}

.metric-number {
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  background: linear-gradient(135deg, #fff 20%, var(--neon-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
  line-height: 1.1;
}

.metric-label {
  display: block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--neon-cyan);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.metric-card p {
  font-size: 0.8rem;
  color: var(--text-dim);
  line-height: 1.4;
  margin: 0;
}

/* Responsive Media Queries */
@media (max-width: 900px) {
  .cinematic-gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item.large-item {
    grid-column: span 1;
    grid-row: span 1;
    min-height: auto;
  }
  .split-block {
    grid-template-columns: 1fr;
  }
  .header-container {
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-header {
    padding: 10px 16px;
  }
  .header-nav {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3px 4px;
    gap: 4px;
    background: rgba(10, 15, 25, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-link {
    padding: 6px 8px;
    font-size: 0.74rem;
    flex: 1;
    justify-content: center;
    text-align: center;
  }
  .nav-prefix {
    display: none; /* Shows single words: Códigos, Music, Orb, Studio */
  }
  .portal-selector {
    flex-direction: column;
  }
  .portal-tab {
    max-width: 100%;
  }
  .hero-cta-group {
    flex-direction: column;
  }
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .auraorb-grid {
    grid-template-columns: 1fr;
  }
  .player-container {
    grid-template-columns: 1fr;
  }
  .playlist-sidebar {
    max-height: 420px;
  }
  .track-future-card {
    grid-template-columns: 1fr;
  }
  .chroma-simulator-layout {
    grid-template-columns: 1fr;
  }
  .zero-spill-comparison-grid {
    grid-template-columns: 1fr;
  }
  .chroma-stage-frame {
    aspect-ratio: 4 / 3;
    min-height: 260px;
  }
  .specs-body-grid {
    grid-template-columns: 1fr;
  }
  .companion-showcase-layout {
    grid-template-columns: 1fr;
  }
  .companion-viewer-card {
    position: static;
  }
  .companion-metrics-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-value-grid {
    grid-template-columns: 1fr;
  }
  .shop-blocks-carousel {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 540px) {
  .companion-metrics-row {
    grid-template-columns: 1fr;
  }
  .companion-style-selector {
    grid-template-columns: 1fr;
  }
  .shop-blocks-carousel {
    grid-template-columns: repeat(2, 1fr);
  }
  .mode-toggle-group {
    flex-direction: column;
    width: 100%;
    border-radius: var(--radius-md);
  }
  .mode-btn {
    width: 100%;
    justify-content: flex-start;
  }
}


/* ==========================================================================
   PROGRAMA OFICIAL DE ALIANZAS & CREADORES (INFLUENCER LANDING & CTA VIP)
   ========================================================================== */

.influencer-landing-section {
  position: relative;
  max-width: 1240px;
  margin: 60px auto 100px;
  padding: 0 24px;
}

/* 1. Hero CTA Banner Disruptivo */
.influencer-cta-banner {
  background: linear-gradient(135deg, rgba(14, 18, 27, 0.95) 0%, rgba(22, 18, 30, 0.95) 100%);
  border: 1px solid rgba(245, 158, 11, 0.45);
  border-radius: var(--radius-xl);
  padding: 48px 44px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), inset 0 0 50px rgba(245, 158, 11, 0.06);
}

.banner-ambient-glow {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  width: 650px;
  height: 380px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.16) 0%, rgba(0, 229, 255, 0.1) 45%, transparent 70%);
  pointer-events: none;
  filter: blur(45px);
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-badge-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.status-pill-badge {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #10b981;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.4);
  padding: 4px 12px;
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.2);
}

.banner-headline {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.banner-subtext {
  font-size: 1.05rem;
  color: var(--text-dim);
  line-height: 1.6;
  max-width: 920px;
  margin-bottom: 32px;
}

.banner-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

/* 2. Los 4 Pilares Maestros de Beneficios */
.influencer-pillars-wrap {
  margin-top: 68px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.pillar-card {
  background: rgba(10, 14, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.pillar-card:hover {
  transform: translateY(-6px);
}

.pillar-card.pilar-cyan {
  border-color: rgba(0, 229, 255, 0.35);
}
.pillar-card.pilar-cyan:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 16px 36px rgba(0, 229, 255, 0.2), inset 0 0 20px rgba(0, 229, 255, 0.05);
}

.pillar-card.pilar-gold {
  border-color: rgba(245, 158, 11, 0.4);
}
.pillar-card.pilar-gold:hover {
  border-color: #f59e0b;
  box-shadow: 0 16px 36px rgba(245, 158, 11, 0.2), inset 0 0 20px rgba(245, 158, 11, 0.05);
}

.pillar-card.pilar-magenta {
  border-color: rgba(255, 42, 133, 0.35);
}
.pillar-card.pilar-magenta:hover {
  border-color: #ff2a85;
  box-shadow: 0 16px 36px rgba(255, 42, 133, 0.2), inset 0 0 20px rgba(255, 42, 133, 0.05);
}

.pillar-card.pilar-purple {
  border-color: rgba(168, 85, 247, 0.35);
}
.pillar-card.pilar-purple:hover {
  border-color: #a855f7;
  box-shadow: 0 16px 36px rgba(168, 85, 247, 0.2), inset 0 0 20px rgba(168, 85, 247, 0.05);
}

.pillar-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.pillar-tag {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

.pillar-tag.cyan-tag {
  background: rgba(0, 229, 255, 0.15);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.4);
}
.pillar-tag.gold-tag {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.4);
}
.pillar-tag.magenta-tag {
  background: rgba(255, 42, 133, 0.15);
  color: #ff2a85;
  border: 1px solid rgba(255, 42, 133, 0.4);
}
.pillar-tag.purple-tag {
  background: rgba(168, 85, 247, 0.15);
  color: #a855f7;
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.pillar-scope {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

.pillar-title {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.pillar-desc {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.55;
  margin-bottom: 22px;
}

.pillar-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  margin-top: auto;
}

.pillar-bullets li {
  font-size: 0.82rem;
  color: var(--text-dim);
  line-height: 1.45;
  position: relative;
  padding-left: 18px;
}

.pillar-bullets li strong {
  color: #fff;
}

.pillar-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--neon-cyan);
  font-weight: 900;
  font-size: 1.1rem;
  top: -2px;
}

.pillar-bullets.gold-bullets li::before {
  color: #f59e0b;
}

/* 3. Condiciones & Requisitos Claros */
.influencer-terms-box {
  margin-top: 64px;
  background: rgba(10, 14, 22, 0.8);
  border: 1px solid rgba(0, 229, 255, 0.25);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.terms-header {
  margin-bottom: 28px;
}

.terms-header h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: #fff;
  margin: 10px 0 6px;
}

.terms-header p {
  font-size: 0.92rem;
  color: var(--text-dim);
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.term-item {
  background: rgba(16, 22, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.term-status-badge.ok-tag {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  color: #10b981;
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 3px 8px;
  border-radius: 4px;
}

.term-item h4 {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

.term-item p {
  font-size: 0.82rem;
  color: var(--text-dim);
  line-height: 1.5;
}

/* 4. Vitrina de Creadores Aliados Activos */
.allied-creators-spotlight {
  margin-top: 68px;
}

.allied-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.allied-card {
  background: rgba(10, 14, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.allied-card:hover {
  border-color: rgba(245, 158, 11, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.6), inset 0 0 16px rgba(245, 158, 11, 0.05);
}

.allied-photo-wrap {
  width: 96px;
  height: 96px;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.allied-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.allied-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 8, 14, 0.88);
  backdrop-filter: blur(4px);
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 800;
  color: var(--neon-cyan);
  text-align: center;
  padding: 2px 0;
  border-top: 1px solid rgba(0, 229, 255, 0.3);
}

.allied-details {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.allied-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.allied-subs {
  font-size: 0.76rem;
  font-weight: 700;
  color: #f59e0b;
}

.allied-quote {
  font-size: 0.8rem;
  color: var(--text-dim);
  line-height: 1.45;
  font-style: italic;
  margin: 4px 0 8px;
}

.allied-code-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border: 1px dashed rgba(245, 158, 11, 0.4);
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.allied-code-box:hover {
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.12);
}

.allied-code-box span {
  font-size: 0.72rem;
  color: #fff;
}

.btn-copy-code {
  background: #f59e0b;
  color: #000;
  border: none;
  border-radius: 4px;
  padding: 3px 8px;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  cursor: pointer;
}

/* 5. Media Kit Descargable & Formulario de Postulación */
.influencer-action-dock {
  margin-top: 68px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 32px;
  align-items: start;
}

.dock-media-kit-box {
  background: rgba(14, 18, 28, 0.85);
  border: 1px solid rgba(168, 85, 247, 0.35);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
}

.dock-media-kit-box h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin: 12px 0 8px;
}

.dock-media-kit-box p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.5;
}

.media-kit-features {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.media-kit-features li {
  font-size: 0.84rem;
  color: var(--text-dim);
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.media-kit-features li strong {
  color: #fff;
}

.media-kit-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a855f7;
  font-weight: 800;
}

.kit-download-action {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kit-note {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.dock-application-form-box {
  background: linear-gradient(135deg, rgba(14, 18, 28, 0.92) 0%, rgba(18, 22, 34, 0.92) 100%);
  border: 1px solid rgba(0, 229, 255, 0.35);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.form-header-badge-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.form-time-tag {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  color: #10b981;
  letter-spacing: 0.05em;
}

.dock-application-form-box h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.dock-application-form-box p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.5;
  margin-bottom: 24px;
}

.creator-landing-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.creator-landing-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.creator-landing-form label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-dim);
}

.creator-landing-form input,
.creator-landing-form textarea {
  background: rgba(6, 8, 14, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  color: #fff;
  font-family: inherit;
  font-size: 0.88rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.creator-landing-form input:focus,
.creator-landing-form textarea:focus {
  outline: none;
  border-color: var(--neon-cyan);
  box-shadow: 0 0 12px rgba(0, 229, 255, 0.35);
}

.creator-landing-form textarea {
  resize: vertical;
}

.form-submit-btn {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  font-weight: 800;
}

.form-footer-privacy {
  margin-top: 10px;
}

.privacy-note {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.privacy-note strong {
  color: var(--neon-cyan);
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .influencer-action-dock {
    grid-template-columns: 1fr;
  }
  .influencer-cta-banner {
    padding: 36px 24px;
  }
  .form-group-row {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BOTÓN DESTACADO "POSTÚLATE VIP" EN EL HEADER MENU & NAVEGACIÓN
   ========================================================================== */

.btn-postulate-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.25) 0%, rgba(255, 42, 133, 0.25) 100%);
  border: 1px solid rgba(245, 158, 11, 0.65);
  color: #ffbe3b;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.3), inset 0 0 10px rgba(245, 158, 11, 0.1);
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.btn-postulate-nav:hover {
  background: linear-gradient(135deg, #f59e0b 0%, #ff2a85 100%);
  color: #000;
  border-color: #fff;
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.6), 0 0 40px rgba(255, 42, 133, 0.4);
  transform: translateY(-2px);
}

.nav-sparkle {
  font-size: 0.85rem;
  color: #f59e0b;
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn-postulate-nav:hover .nav-sparkle {
  color: #000;
  transform: rotate(45deg) scale(1.2);
}

/* Enlace especial en header-nav */
.nav-link-postulate {
  color: #f59e0b !important;
  font-weight: 800 !important;
  position: relative;
}

.postulate-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 8px #f59e0b;
  display: inline-block;
  margin-right: 6px;
}

/* ==========================================================================
   SECCIÓN TEASER DE CREADORES EN EL PORTAL PRINCIPAL (INDEX.HTML)
   ========================================================================== */

.influencer-teaser-section {
  position: relative;
  max-width: 1240px;
  margin: 50px auto 80px;
  padding: 0 24px;
}

.teaser-highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin: 28px 0 34px;
}

.teaser-item {
  background: rgba(8, 12, 20, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: border-color 0.2s, transform 0.2s;
}

.teaser-item:hover {
  border-color: rgba(245, 158, 11, 0.4);
  transform: translateY(-3px);
}

.teaser-icon-tag {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.06em;
}

.teaser-icon-tag.gold {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.4);
}
.teaser-icon-tag.cyan {
  background: rgba(0, 229, 255, 0.15);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.4);
}
.teaser-icon-tag.magenta {
  background: rgba(255, 42, 133, 0.15);
  color: #ff2a85;
  border: 1px solid rgba(255, 42, 133, 0.4);
}
.teaser-icon-tag.purple {
  background: rgba(168, 85, 247, 0.15);
  color: #a855f7;
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.teaser-item strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: #fff;
}

.teaser-item p {
  font-size: 0.8rem;
  color: var(--text-dim);
  line-height: 1.4;
  margin: 0;
}

/* ==========================================================================
   LANDING PAGE DEDICADA DE POSTULACIÓN (/POSTULATE)
   ========================================================================== */

.page-postulate {
  background-color: var(--bg-dark);
}

.postulate-header {
  border-bottom: 1px solid rgba(245, 158, 11, 0.25);
  background: rgba(6, 8, 14, 0.85);
  backdrop-filter: blur(16px);
}

.postulate-hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.postulate-hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.postulate-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.8vw, 3.3rem);
  font-weight: 900;
  line-height: 1.12;
  color: #fff;
  max-width: 980px;
  margin: 20px 0 16px;
  letter-spacing: -0.01em;
}

.postulate-hero-desc {
  font-size: 1.12rem;
  color: var(--text-dim);
  line-height: 1.65;
  max-width: 860px;
  margin-bottom: 34px;
}

.postulate-hero-desc strong {
  color: #fff;
}

.postulate-cta-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

.btn-glass-back {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text-dim);
  padding: 12px 22px;
  border-radius: var(--radius-sm);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: var(--transition);
  text-decoration: none;
}

.btn-glass-back:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.postulate-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 1100px;
  text-align: left;
}

.kpi-card {
  background: rgba(12, 16, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-md);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.2s, border-color 0.2s;
}

.kpi-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.25);
}

.kpi-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
}

.kpi-num.cyan {
  color: var(--neon-cyan);
  text-shadow: 0 0 15px rgba(0, 229, 255, 0.4);
}
.kpi-num.gold {
  color: #f59e0b;
  text-shadow: 0 0 15px rgba(245, 158, 11, 0.4);
}
.kpi-num.magenta {
  color: #ff2a85;
  text-shadow: 0 0 15px rgba(255, 42, 133, 0.4);
}
.kpi-num.mint {
  color: #10b981;
  text-shadow: 0 0 15px rgba(16, 185, 129, 0.4);
}

.kpi-label {
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.06em;
}

.kpi-card p {
  font-size: 0.82rem;
  color: var(--text-dim);
  line-height: 1.45;
  margin: 0;
}

/* Secciones de la landing de postulación */
.postulate-pillars-section,
.postulate-tech-section,
.postulate-terms-section,
.postulate-creators-section,
.postulate-dock-section {
  position: relative;
  max-width: 1240px;
  margin: 60px auto;
  padding: 0 24px;
}

/* Showcase de herramientas tecnológicas */
.tech-tools-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.tech-tool-card {
  background: rgba(10, 14, 22, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.tech-tool-card:hover {
  transform: translateY(-6px);
}

.tech-tool-card.card-cyan:hover {
  border-color: rgba(0, 229, 255, 0.6);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.75), 0 0 24px rgba(0, 229, 255, 0.2);
}

.tech-tool-card.card-magenta:hover {
  border-color: rgba(255, 42, 133, 0.6);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.75), 0 0 24px rgba(255, 42, 133, 0.2);
}

.tech-tool-card.card-mint:hover {
  border-color: rgba(16, 185, 129, 0.6);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.75), 0 0 24px rgba(16, 185, 129, 0.2);
}

.tech-tool-card.card-gold:hover {
  border-color: rgba(245, 158, 11, 0.6);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.75), 0 0 24px rgba(245, 158, 11, 0.2);
}

.tech-img-box {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 190px;
  max-height: 240px;
  overflow: hidden;
  position: relative;
  background: #060911;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-tool-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.tech-tool-card:hover .tech-tool-img {
  transform: scale(1.06);
}

.tech-img-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, rgba(10, 14, 22, 0.95) 0%, transparent 100%);
  pointer-events: none;
}

.tech-card-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.tech-badge {
  display: inline-block;
  width: fit-content;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}

.tech-badge.cyan {
  background: rgba(0, 229, 255, 0.15);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.35);
}
.tech-badge.magenta {
  background: rgba(255, 42, 133, 0.15);
  color: #ff2a85;
  border: 1px solid rgba(255, 42, 133, 0.35);
}
.tech-badge.mint {
  background: rgba(16, 185, 129, 0.15);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.35);
}
.tech-badge.gold {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.35);
}

.tech-card-body h4 {
  font-family: var(--font-display);
  font-size: 1.14rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.25;
}

.tech-card-body p {
  font-size: 0.86rem;
  color: var(--text-dim);
  line-height: 1.5;
  margin: 0;
}

.btn-affiliate-nav,
.btn-postulate-nav {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.22) 0%, rgba(255, 42, 133, 0.22) 100%);
  border: 1px solid rgba(245, 158, 11, 0.65);
  color: #ffbe3b;
  font-family: var(--font-display);
  font-size: 0.80rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  text-decoration: none;
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.25), inset 0 0 10px rgba(245, 158, 11, 0.08);
  transition: all 0.25s ease;
  flex-shrink: 0;
  white-space: nowrap;
}

.btn-affiliate-nav:hover,
.btn-postulate-nav:hover {
  background: linear-gradient(135deg, #f59e0b 0%, #ff2a85 100%);
  color: #000;
  border-color: #fff;
  box-shadow: 0 0 25px rgba(245, 158, 11, 0.6), 0 0 40px rgba(255, 42, 133, 0.4);
  transform: translateY(-2px);
}

/* ==========================================================================
   2. EL PACTO DE AFILIADOS: CO-PROMOCIÓN DE IMPACTO
   ========================================================================== */
.co-promo-callout-box {
  background: linear-gradient(135deg, rgba(14, 18, 28, 0.95) 0%, rgba(10, 13, 22, 0.98) 100%);
  border: 1px solid rgba(245, 158, 11, 0.45);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  margin: 36px auto;
  max-width: 1140px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 35px rgba(245, 158, 11, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.co-promo-callout-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f59e0b 0%, #00e5ff 50%, #ff2a85 100%);
  opacity: 0.85;
}

.co-promo-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.co-promo-badge-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.status-pill-badge {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffbe3b;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.4);
  padding: 4px 10px;
  border-radius: var(--radius-full);
}

.co-promo-title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.co-promo-desc {
  font-size: 0.98rem;
  color: var(--text-dim);
  line-height: 1.65;
  margin: 0;
  max-width: 980px;
  text-align: left;
}

.co-promo-desc strong {
  color: #ffffff;
}

.co-promo-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 10px;
}

.co-promo-step-card {
  background: rgba(6, 8, 14, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.co-promo-step-card:hover {
  transform: translateY(-6px);
}

.co-promo-step-card.step-creator:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 14px 35px rgba(0, 229, 255, 0.2);
}

.co-promo-step-card.step-studio:hover {
  border-color: #f59e0b;
  box-shadow: 0 14px 35px rgba(245, 158, 11, 0.22);
}

.co-promo-step-card.step-reward:hover {
  border-color: #10b981;
  box-shadow: 0 14px 35px rgba(16, 185, 129, 0.2);
}

.step-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.step-number-watermark {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
  letter-spacing: -0.05em;
}

.co-promo-step-tag {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
  width: fit-content;
}

.co-promo-step-tag.creator {
  background: rgba(0, 229, 255, 0.15);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.4);
}

.co-promo-step-tag.studio {
  background: rgba(245, 158, 11, 0.16);
  color: #ffbe3b;
  border: 1px solid rgba(245, 158, 11, 0.45);
}

.co-promo-step-tag.reward {
  background: rgba(16, 185, 129, 0.16);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.45);
}

.step-title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
}

.step-desc {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.55;
  margin: 0;
  flex-grow: 1;
}

.step-perk-pill {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 5px 10px;
  border-radius: 4px;
  width: fit-content;
  margin-top: 4px;
}

.step-perk-pill.cyan {
  background: rgba(0, 229, 255, 0.08);
  color: var(--neon-cyan);
  border: 1px solid rgba(0, 229, 255, 0.25);
}

.step-perk-pill.gold {
  background: rgba(245, 158, 11, 0.08);
  color: #ffbe3b;
  border: 1px solid rgba(245, 158, 11, 0.25);
}

.step-perk-pill.emerald {
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.25);
}

.co-promo-footer-callout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  background: linear-gradient(90deg, rgba(0, 229, 255, 0.08) 0%, rgba(245, 158, 11, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  margin-top: 8px;
}

.callout-pill-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.90rem;
  color: #ffffff;
  font-weight: 600;
}

.callout-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 10px #10b981;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .header-actions {
    gap: 8px !important;
  }
  .btn-affiliate-nav,
  .btn-postulate-nav,
  .btn-roblox {
    padding: 7px 12px !important;
    font-size: 0.72rem !important;
    gap: 6px !important;
  }
}

@media (max-width: 580px) {
  .header-actions {
    gap: 6px !important;
  }
  .btn-affiliate-nav,
  .btn-postulate-nav {
    padding: 6px 10px !important;
    font-size: 0.66rem !important;
  }
  .btn-roblox {
    padding: 6px 10px !important;
    font-size: 0.66rem !important;
  }
}

/* ==========================================================================
   PAGE POSTULATE: CYBERNETIC DEEP BACKGROUND & FUNNEL ELEMENTS
   ========================================================================== */

.page-postulate {
  background-color: #05070d;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(245, 158, 11, 0.12) 0%, transparent 60%),
    radial-gradient(circle at 90% 25%, rgba(0, 229, 255, 0.08) 0%, transparent 55%),
    radial-gradient(circle at 10% 65%, rgba(255, 42, 133, 0.08) 0%, transparent 55%);
  background-size: 100% 100%, 100% 100%, 100% 100%;
  background-position: 0 0, 0 0, 0 0;
  position: relative;
  overflow-x: hidden;
}

/* Ambient glow improvements for postulate */
.gold-glow {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 450px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.14) 0%, rgba(255, 42, 133, 0.06) 50%, transparent 75%);
  filter: blur(80px);
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

/* Hero Section: Clean Obsidian Presentation (No Background Video) */
.postulate-hero-section {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 125px 24px 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 15%, rgba(0, 229, 255, 0.05) 0%, rgba(6, 8, 14, 0.98) 70%, #05070d 100%);
}

.postulate-hero-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* ==========================================================================
   SECCIÓN INDEPENDIENTE: SHOWCASE DE PRODUCCIÓN & ACCIONES CLAVE
   ========================================================================== */
.postulate-showcase-section {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  margin: -10px auto 60px auto;
  padding: 0 24px;
  width: 100%;
}

.showcase-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.postulate-video-spotlight {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 36px auto;
  position: relative;
  z-index: 5;
}

.spotlight-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #03050a;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 229, 255, 0.45);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 35px rgba(0, 229, 255, 0.22), inset 0 0 25px rgba(0, 229, 255, 0.06);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.spotlight-video-frame:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.9), 0 0 45px rgba(0, 229, 255, 0.35);
}

.spotlight-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.spotlight-overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 5, 10, 0.4) 0%, transparent 25%, transparent 70%, rgba(3, 5, 10, 0.85) 100%);
  pointer-events: none;
}

.spotlight-badge-bar {
  position: absolute;
  top: 18px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  pointer-events: none;
  z-index: 10;
}

.spotlight-live-tag {
  background: rgba(6, 8, 14, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 229, 255, 0.5);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(0, 229, 255, 0.25);
}

.spotlight-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00e5ff;
  box-shadow: 0 0 10px #00e5ff;
  animation: spotlightPulse 1.8s infinite ease-in-out;
}

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

.spotlight-tech-tag {
  background: rgba(6, 8, 14, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(245, 158, 11, 0.45);
  color: #ffbe3b;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: var(--radius-full);
}

.spotlight-controls-dock {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 15;
}

.spotlight-ctrl-btn {
  background: rgba(6, 8, 14, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.22s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
}

.spotlight-ctrl-btn:hover {
  border-color: var(--neon-cyan);
  background: rgba(0, 229, 255, 0.18);
  box-shadow: 0 0 20px var(--neon-cyan-glow);
  transform: translateY(-2px);
}

.spotlight-ctrl-btn.sound-btn.sound-active {
  border-color: #f59e0b;
  background: rgba(245, 158, 11, 0.25);
  color: #ffbe3b;
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
}

.spotlight-ctrl-btn .ctrl-icon {
  font-size: 0.85rem;
  line-height: 1;
}

.spotlight-caption-bar {
  margin-top: 14px;
  padding: 14px 20px;
  background: rgba(10, 14, 22, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.spotlight-caption-icon {
  color: var(--neon-cyan);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.spotlight-caption-bar p {
  font-size: 0.88rem;
  color: var(--text-dim);
  line-height: 1.55;
  margin: 0;
}

.spotlight-caption-bar strong {
  color: #ffffff;
}

@media (max-width: 768px) {
  .spotlight-badge-bar {
    position: static;
    padding: 12px;
    background: rgba(6, 8, 14, 0.95);
  }
  .spotlight-controls-dock {
    bottom: 12px;
    right: 12px;
    gap: 8px;
  }
  .spotlight-ctrl-btn {
    padding: 6px 12px;
    font-size: 0.68rem;
  }
}

/* 4 Tiers Progression System */
.affiliate-tiers-section {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 60px auto 90px;
  padding: 0 24px;
}

.tier-progression-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

.tier-card {
  background: linear-gradient(180deg, rgba(14, 18, 28, 0.92) 0%, rgba(10, 13, 20, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}

.tier-card:hover {
  transform: translateY(-8px);
}

.tier-card.tier-bronce {
  border-color: rgba(205, 127, 50, 0.4);
}
.tier-card.tier-bronce:hover {
  border-color: #cd7f32;
  box-shadow: 0 16px 36px rgba(205, 127, 50, 0.25);
}

.tier-card.tier-plata {
  border-color: rgba(192, 192, 192, 0.4);
}
.tier-card.tier-plata:hover {
  border-color: #e0e0e0;
  box-shadow: 0 16px 36px rgba(192, 192, 192, 0.25);
}

.tier-card.tier-oro {
  border-color: rgba(245, 158, 11, 0.5);
}
.tier-card.tier-oro:hover {
  border-color: #f59e0b;
  box-shadow: 0 16px 36px rgba(245, 158, 11, 0.35);
}

.tier-card.tier-diamante {
  border-color: rgba(0, 229, 255, 0.5);
  background: linear-gradient(180deg, rgba(18, 24, 38, 0.95) 0%, rgba(12, 16, 26, 0.98) 100%);
}
.tier-card.tier-diamante:hover {
  border-color: var(--neon-cyan);
  box-shadow: 0 20px 45px rgba(0, 229, 255, 0.35), inset 0 0 25px rgba(0, 229, 255, 0.08);
}

.tier-header-bar {
  padding: 14px 16px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tier-name-badge {
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.tier-bronce .tier-name-badge {
  background: rgba(205, 127, 50, 0.15);
  color: #e69d58;
  border: 1px solid rgba(205, 127, 50, 0.4);
}
.tier-plata .tier-name-badge {
  background: rgba(192, 192, 192, 0.15);
  color: #e0e0e0;
  border: 1px solid rgba(192, 192, 192, 0.4);
}
.tier-oro .tier-name-badge {
  background: rgba(245, 158, 11, 0.18);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.5);
}
.tier-diamante .tier-name-badge {
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.2) 0%, rgba(255, 42, 133, 0.2) 100%);
  color: #fff;
  border: 1px solid var(--neon-cyan);
}

.tier-target-label {
  font-family: var(--font-display);
  font-size: 0.64rem;
  font-weight: 700;
  color: var(--text-dim);
  white-space: nowrap;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.tier-img-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  background: #05070d;
}

.tier-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
  display: block;
}

.tier-card:hover .tier-img {
  transform: scale(1.05);
}

.tier-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35px;
  background: linear-gradient(to top, rgba(14, 18, 28, 0.85) 0%, transparent 100%);
  pointer-events: none;
}

.tier-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tier-level-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.tier-req-pill {
  font-size: 0.75rem;
  font-weight: 700;
  color: #f59e0b;
  margin-bottom: 16px;
  display: block;
}

.tier-perks-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  flex-grow: 1;
}

.tier-perks-list li {
  font-size: 0.82rem;
  color: var(--text-dim);
  line-height: 1.45;
  position: relative;
  padding-left: 20px;
}

.tier-perks-list li strong {
  color: #fff;
}

.tier-perks-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 900;
  color: var(--neon-cyan);
}

.tier-oro .tier-perks-list li::before {
  color: #f59e0b;
}

.tier-diamante .tier-perks-list li::before {
  color: #ff2a85;
}

/* Pillar Visual Enhancements with Real Imagery */
.pillar-card {
  padding: 0;
  overflow: hidden;
}

.pillar-img-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 190px;
  max-height: 250px;
  overflow: hidden;
  position: relative;
  background: #080c14;
}

.pillar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.4s ease;
  display: block;
}

.pillar-card:hover .pillar-img {
  transform: scale(1.05);
}

.pillar-img-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: linear-gradient(to top, rgba(10, 14, 22, 0.9) 0%, transparent 100%);
  pointer-events: none;
}

.pillar-inner-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Co-Promotion Box Improvements */
.co-promo-callout-box {
  margin: 40px auto;
  max-width: 1100px;
}

/* Prompt Guidance Box for User */
.prompts-guidance-box {
  background: rgba(14, 18, 28, 0.9);
  border: 1px solid rgba(245, 158, 11, 0.4);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  margin: 60px 0;
}

.prompts-header h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin: 10px 0 6px;
}

.prompts-header p {
  font-size: 0.90rem;
  color: var(--text-dim);
  line-height: 1.5;
}

/* ==========================================================================
   WHATSAPP FLOATING WIDGET (SOPORTE, ALIANZAS & AFILIADOS)
   ========================================================================== */

.wa-floating-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.wa-trigger-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 18px 0 14px;
  background: rgba(8, 12, 20, 0.94);
  border: 1.5px solid rgba(37, 211, 102, 0.6);
  border-radius: 9999px;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 0 20px rgba(37, 211, 102, 0.35);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  backdrop-filter: blur(12px);
}

.wa-trigger-btn:hover {
  transform: translateY(-3px) scale(1.03);
  background: rgba(14, 20, 32, 0.98);
  border-color: #25d366;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.8), 0 0 30px rgba(37, 211, 102, 0.55);
}

.wa-svg-icon {
  color: #25d366;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(37, 211, 102, 0.5));
}

.wa-btn-label {
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.wa-badge-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 10px #25d366;
  animation: waPulse 1.8s infinite;
}

@keyframes waPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Popover Card */
.wa-popover-card {
  position: absolute;
  bottom: 64px;
  right: 0;
  width: 340px;
  background: rgba(8, 12, 22, 0.96);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(37, 211, 102, 0.4);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.85), 0 0 35px rgba(37, 211, 102, 0.18);
  opacity: 0;
  transform: translateY(14px) scale(0.95);
  pointer-events: none;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  z-index: 100000;
}

.wa-popover-card.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.wa-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.12) 0%, rgba(0, 229, 255, 0.08) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.wa-header-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.18);
  border: 1px solid #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #25d366;
  position: relative;
  flex-shrink: 0;
}

.wa-header-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wa-title {
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.wa-status {
  font-size: 0.70rem;
  color: #25d366;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  margin-top: 2px;
}

.wa-online-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 6px #25d366;
}

.wa-close-btn {
  background: transparent;
  border: none;
  color: var(--text-dim);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s;
}

.wa-close-btn:hover {
  color: #ffffff;
}

.wa-card-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wa-intro {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0;
}

.wa-option-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.22s ease;
  position: relative;
  overflow: hidden;
}

.wa-option-card.creator-option {
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.wa-option-card.creator-option:hover {
  background: rgba(245, 158, 11, 0.14);
  border-color: rgba(245, 158, 11, 0.75);
  transform: translateX(3px);
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.15);
}

.wa-option-card.player-option {
  background: rgba(0, 229, 255, 0.06);
  border: 1px solid rgba(0, 229, 255, 0.3);
}

.wa-option-card.player-option:hover {
  background: rgba(0, 229, 255, 0.14);
  border-color: rgba(0, 229, 255, 0.75);
  transform: translateX(3px);
  box-shadow: 0 4px 16px rgba(0, 229, 255, 0.15);
}

.wa-option-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.creator-option .wa-option-icon {
  background: rgba(245, 158, 11, 0.15);
  color: #ffbe3b;
}

.player-option .wa-option-icon {
  background: rgba(0, 229, 255, 0.15);
  color: #00e5ff;
}

.wa-glyph {
  font-size: 1rem;
}

.wa-option-content {
  flex: 1;
}

.wa-option-badge {
  font-family: var(--font-display);
  font-size: 0.60rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 2px;
}

.wa-option-badge.gold {
  background: rgba(245, 158, 11, 0.2);
  color: #ffbe3b;
}

.wa-option-badge.cyan {
  background: rgba(0, 229, 255, 0.2);
  color: #00e5ff;
}

.wa-option-title {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
}

.wa-option-desc {
  font-size: 0.72rem;
  color: var(--text-dim);
  line-height: 1.35;
  margin: 2px 0 0;
}

.wa-arrow {
  font-size: 1.1rem;
  color: var(--text-dim);
  margin-left: auto;
  transition: transform 0.2s, color 0.2s;
}

.wa-option-card:hover .wa-arrow {
  transform: translateX(3px);
  color: #ffffff;
}

.wa-card-footer {
  padding: 10px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: 0.68rem;
  color: var(--text-muted);
}

@media (max-width: 640px) {
  .wa-floating-widget {
    bottom: 18px;
    right: 18px;
  }
  
  .wa-popover-card {
    width: calc(100vw - 36px);
    max-width: 320px;
    right: 0;
  }
}

/* ==========================================================================
   404 ERROR PAGE STYLES
   ========================================================================== */
.page-404 {
  background-color: var(--bg-dark);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.error-404-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 24px 60px;
  position: relative;
  z-index: 5;
}

.error-404-card {
  background: rgba(10, 14, 22, 0.9);
  border: 1px solid rgba(255, 42, 133, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 42, 133, 0.15);
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  max-width: 640px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(20px);
}

.error-badge-row {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.error-code-glitch {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 10vw, 7.5rem);
  font-weight: 900;
  line-height: 0.95;
  color: #fff;
  letter-spacing: -0.04em;
  margin: 0 0 12px;
  background: linear-gradient(135deg, #ffffff 0%, #ff2a85 60%, #00e5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 35px rgba(255, 42, 133, 0.35);
}

.error-title {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}

.error-desc {
  font-size: 0.96rem;
  color: var(--text-dim);
  line-height: 1.6;
  max-width: 480px;
  margin: 0 0 32px;
}

.error-actions-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* ==========================================================================
   PÁGINAS LEGALES & CUMPLIMIENTO CORPORATIVO (TÉRMINOS, PRIVACIDAD, COOKIES)
   Estética Glassmorphism Obsidiana · Tipografía Nítida · Legibilidad Triple-A
   ========================================================================== */

.legal-page {
  background-color: var(--bg-deep);
  color: var(--text-main);
  min-height: 100vh;
}

.legal-container {
  max-width: 1040px;
  margin: 110px auto 70px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.legal-card {
  background: var(--bg-glass-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65), 0 0 40px rgba(0, 229, 255, 0.05);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

@media (max-width: 768px) {
  .legal-card {
    padding: 36px 20px;
  }
}

.legal-header {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 32px;
}

.legal-header .badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  align-items: center;
}

.legal-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.legal-subtitle {
  font-size: 1.05rem;
  color: var(--text-dim);
  line-height: 1.6;
  max-width: 820px;
  margin-bottom: 24px;
}

.legal-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  background: rgba(6, 8, 13, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  padding: 18px 22px;
}

.legal-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legal-meta-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--neon-cyan);
}

.legal-meta-val {
  font-size: 0.88rem;
  color: var(--text-main);
  font-weight: 500;
}

/* Selector de pestañas de navegación legal */
.legal-nav-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 32px 0 40px;
  padding-bottom: 24px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}

.legal-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: var(--transition);
}

.legal-tab-btn:hover {
  color: #fff;
  background: rgba(0, 229, 255, 0.1);
  border-color: var(--neon-cyan);
}

.legal-tab-btn.active {
  color: #fff;
  background: rgba(0, 229, 255, 0.15);
  border-color: var(--neon-cyan);
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.25);
}

/* Cuerpo de texto legal */
.legal-content {
  font-size: 0.98rem;
  color: #cbd5e1;
  line-height: 1.78;
}

.legal-section {
  margin-bottom: 42px;
}

.legal-section-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.legal-section-title .section-num {
  font-size: 0.9rem;
  color: var(--neon-cyan);
  background: rgba(0, 229, 255, 0.12);
  border: 1px solid rgba(0, 229, 255, 0.3);
  padding: 2px 8px;
  border-radius: 6px;
  font-family: var(--font-main);
  font-weight: 800;
}

.legal-content p {
  margin-bottom: 16px;
}

.legal-content ul, .legal-content ol {
  margin: 14px 0 20px 24px;
}

.legal-content li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.legal-content strong {
  color: #fff;
  font-weight: 600;
}

/* Cajas de llamada (Callouts de Blindaje Legal) */
.legal-callout-box {
  margin: 22px 0 26px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 15, 25, 0.85);
  position: relative;
  overflow: hidden;
}

.legal-callout-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}

.legal-callout-box.cyan-callout {
  border-color: rgba(0, 229, 255, 0.35);
  background: rgba(0, 229, 255, 0.04);
}
.legal-callout-box.cyan-callout::before {
  background: var(--neon-cyan);
}

.legal-callout-box.gold-callout {
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.04);
}
.legal-callout-box.gold-callout::before {
  background: var(--neon-gold);
}

.legal-callout-box.magenta-callout {
  border-color: rgba(255, 42, 133, 0.35);
  background: rgba(255, 42, 133, 0.04);
}
.legal-callout-box.magenta-callout::before {
  background: var(--neon-magenta);
}

.legal-callout-title {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cyan-callout .legal-callout-title { color: var(--neon-cyan); }
.gold-callout .legal-callout-title { color: var(--neon-gold); }
.magenta-callout .legal-callout-title { color: var(--neon-magenta); }

.legal-callout-box p {
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Tabla de Cookies / Datos */
.legal-table-wrapper {
  overflow-x: auto;
  margin: 20px 0 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.88rem;
  background: rgba(8, 12, 20, 0.7);
}

.legal-table th {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 14px 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--border-subtle);
  white-space: nowrap;
}

.legal-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  color: var(--text-dim);
  line-height: 1.5;
}

.legal-table tr:hover td {
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-main);
}

/* Pie de documento legal con firma */
.legal-footer-signature {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.legal-entity-seal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.legal-seal-emblem {
  width: 48px;
  height: auto;
}

.legal-seal-text strong {
  display: block;
  font-size: 0.92rem;
  color: #fff;
}

.legal-seal-text span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ==========================================================================
   BANNER DE CONSENTIMIENTO DE COOKIES & PRIVACIDAD (GLASSMORPHISM ELEGANTE)
   ========================================================================== */

.cookie-consent-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  max-width: 580px;
  background: rgba(14, 20, 32, 0.94);
  border: 1px solid rgba(0, 229, 255, 0.35);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(0, 229, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  pointer-events: none;
}

.cookie-consent-banner.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.cookie-banner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cookie-banner-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}

.cookie-badge {
  font-size: 0.7rem;
  padding: 2px 7px;
  border-radius: 4px;
  background: rgba(0, 229, 255, 0.15);
  color: var(--neon-cyan);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cookie-banner-text {
  font-size: 0.86rem;
  color: var(--text-dim);
  line-height: 1.55;
  margin: 0;
}

.cookie-banner-text a {
  color: var(--neon-cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: var(--transition);
}

.cookie-banner-text a:hover {
  color: #fff;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-cookie-accept {
  background: linear-gradient(135deg, #00e5ff 0%, #0099ff 100%);
  color: #06080d;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  padding: 9px 20px;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 0 16px rgba(0, 229, 255, 0.4);
}

.btn-cookie-accept:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.7);
}

.btn-cookie-config {
  background: transparent;
  color: var(--text-dim);
  font-size: 0.82rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: var(--transition);
}

.btn-cookie-config:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 600px) {
  .cookie-consent-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 18px 18px;
  }
  .cookie-banner-actions {
    justify-content: stretch;
  }
  .btn-cookie-accept, .btn-cookie-config {
    width: 100%;
    text-align: center;
  }
}


