/*
  Estilos visuales (colores, tama?os, m?vil).
  Para cambiar la paleta sin tocar el HTML, edita las variables en :root abajo
  (por ejemplo --cyan, --navy-deepest, --white).
*/
/* ============================================================
   DESIGN SYSTEM ??" Aurus Club FX
   Aesthetic: Dark luxury tech ? Soundcore-inspired immersive
   ============================================================ */
   /* Actualización forzada para caché v1.0.1 */
:root {
  --navy-deepest: #000000;
  --navy-deep: #050505;
  --navy: #080808;
  --navy-mid: #0d0d0d;
  --navy-light: #111111;
  --cyan: #01fe03;
  --cyan-mid: #00d402;
  --cyan-dark: #008c01;
  --cyan-glow: rgba(1, 254, 3, 0.15);
  --cyan-border: rgba(1, 254, 3, 0.22);
  --silver: #a0b8a0;
  --silver-light: #c8e0c8;
  --white: #e8ffe8;
  --green: #01fe03;
  --green-glow: rgba(1, 254, 3, 0.15);
  --red: #ff4444;
  --gold: #01fe03;
  --card: rgba(5, 10, 5, 0.88);
  --font-display: 'Orbitron', 'Black Ops One', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;

  /* Custom Plyr theme to match the site */
  --plyr-color-main: var(--cyan);
  --plyr-video-control-color-hover: var(--navy-deepest);
  --plyr-video-control-background-hover: var(--cyan);
  --plyr-menu-background: var(--card);
  --plyr-menu-color: var(--silver-light);
  --plyr-tooltip-background: var(--navy-deep);
  --plyr-tooltip-color: var(--white);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--navy-deepest);
  color: var(--white);
  overflow-x: hidden;
  cursor: none;
  /* Performance: evita repaints costosos fuera del viewport */
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

/* Preferencias de accesibilidad */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation: none !important;
    transition: none !important;
  }

  #bgCanvas,
  #preloader #stars {
    display: none !important;
  }
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   PRE-LOADER (pantalla inicial) ??" NO cambia el look del sitio
   - Solo afecta cuando <body> tiene la clase `is-loading`.
   - Se oculta al entrar y se muestra `#main-content`.
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */
body.is-loading {
  overflow: hidden;
  cursor: auto;
}

/* Entrada suave del contenido principal */
#main-content {
  opacity: 1;
  transform: none;
  /* Cinem?tico pero fluido: solo propiedades "baratas" (sin filter/blur) */
  transition: opacity 1250ms cubic-bezier(.2, .9, .2, 1), transform 1250ms cubic-bezier(.2, .9, .2, 1);
}

body.is-loading #main-content {
  opacity: 0;
  transform: translateY(16px) scale(0.988);
  pointer-events: none;
}

body.is-entering #main-content {
  opacity: 0;
  transform: translateY(16px) scale(0.988);
  pointer-events: none;
}

body.is-loading .cursor,
body.is-loading .cursor-ring {
  display: none;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: #000;
  overflow: hidden;
  opacity: 1;
  /* Cinem?tico sin tirones: evitamos animar blur en pantalla completa */
  transition: opacity 1500ms cubic-bezier(.2, .9, .2, 1), transform 1500ms cubic-bezier(.2, .9, .2, 1);
  contain: paint;
}

body:not(.is-loading) #preloader {
  display: none;
}

/* Salida suave del pre-loader */
#preloader.leaving {
  opacity: 0;
  transform: scale(1.02);
}

/* Capas cinematogr?ficas: vi?eta + grano (solo pre-loader) */
#preloader::before {
  content: '';
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 50% 50%, transparent 38%, rgba(0, 0, 0, 0.82) 70%, rgba(0, 0, 0, 0.98) 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

#preloader::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.018) 1px, transparent 1px, transparent 3px);
  opacity: 0.20;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 4;
}

/* Fondo estrellas */
#preloader #stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

/* Halo / glow */
#preloader .glow-bg {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(0, 255, 136, 0.16), transparent 52%),
    radial-gradient(circle at 40% 58%, rgba(34, 211, 160, 0.08), transparent 56%),
    radial-gradient(circle at 70% 62%, rgba(240, 184, 64, 0.05), transparent 60%);
  filter: blur(22px);
  opacity: 0.85;
  animation: glowPulse 3.6s ease-in-out infinite;
  z-index: 2;
}

@keyframes glowPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

/* Bot?n logo */
#preloader .logo-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  border: none;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 255, 136, 0.10), rgba(0, 0, 0, 0.0) 55%),
    rgba(0, 0, 0, 0.25);
  /* backdrop-filter es costoso: bajamos un poco para evitar cortes */
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 30px 110px rgba(0, 0, 0, 0.72),
    0 0 0 10px rgba(0, 255, 136, 0.035),
    0 0 80px rgba(0, 255, 136, 0.10);
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  animation: entryScale 900ms cubic-bezier(.2, .9, .2, 1) both;
  z-index: 3;
  /* Suavidad: evita transicionar box-shadow grande (suele dar "saltos") */
  transition: transform 200ms ease;
  will-change: transform;
  transform: translate(-50%, -50%) translateZ(0);
}

/* Glow extra (m?s barato que animar sombras grandes) */
#preloader .logo-btn::after {
  content: '';
  position: absolute;
  inset: -18px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 255, 136, 0.18), transparent 62%),
    radial-gradient(circle at 45% 55%, rgba(34, 211, 160, 0.10), transparent 60%);
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

@keyframes entryScale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.86);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

#preloader .logo-img {
  width: 168px;
  height: 168px;
  object-fit: contain;
  opacity: 0.92;
  mix-blend-mode: screen;
  /* Menos filtros = menos tirones al entrar/hover */
  filter: saturate(1.02) contrast(1.04) brightness(1.02);
  user-select: none;
  pointer-events: none;
}

.logo-img-original {
  width: min(360px, 78vw) !important;
  height: auto !important;
  opacity: 0.96;
  mix-blend-mode: lighten;
}

/* Si el "logo" es un SVG inline */
#preloader svg.logo-img {
  display: block;
}

/* Anillos */
#preloader .ring {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  border: 2px solid rgba(0, 255, 136, 0.20);
  box-shadow: 0 0 18px rgba(0, 255, 136, 0.12);
  opacity: 0.95;
  animation: ringExpand 3.0s ease-out infinite;
}

#preloader .ring:nth-child(1) {
  animation-delay: 0ms;
}

#preloader .ring:nth-child(2) {
  animation-delay: 900ms;
}

#preloader .ring:nth-child(3) {
  animation-delay: 1800ms;
}

@keyframes ringExpand {
  0% {
    transform: scale(0.86);
    opacity: 0.55;
  }

  45% {
    transform: scale(1.02);
    opacity: 0.95;
  }

  100% {
    transform: scale(1.34);
    opacity: 0;
  }
}

/* Ripple + flash (creados por JS) */
#preloader .ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid rgba(0, 255, 136, 0.55);
  box-shadow: none;
  opacity: 0.9;
  animation: rippleOut 900ms ease-out forwards;
  pointer-events: none;
}

@keyframes rippleOut {
  to {
    transform: translate(-50%, -50%) scale(22);
    opacity: 0;
  }
}

#preloader .flash {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.16), rgba(0, 255, 136, 0.06) 35%, transparent 65%);
  opacity: 0;
  animation: flashOut 900ms ease-out forwards;
  pointer-events: none;
}

@keyframes flashOut {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Overlay transici?n */
#preloader .transition-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 255, 136, 0.16), rgba(0, 0, 0, 0.92) 56%, rgba(0, 0, 0, 1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.55));
  opacity: 0;
  transition: opacity 1600ms cubic-bezier(.2, .9, .2, 1);
  pointer-events: none;
  z-index: 3;
}

#preloader .transition-overlay.active {
  opacity: 1;
}

/* OSU-like micro-interactions */
#preloader .logo-btn:hover {
  transform: translate(-50%, -50%) scale(1.03);
}

#preloader .logo-btn:hover::after {
  opacity: 1;
  transform: scale(1.02);
}

#preloader .logo-btn:active {
  transform: translate(-50%, -50%) scale(0.985);
}

#preloader .logo-btn:focus-visible {
  outline: 3px solid rgba(0, 255, 136, 0.55);
  outline-offset: 8px;
}

/* Bot?n de "saltar intro" (conversi?n) */
.skip-intro {
  position: absolute;
  bottom: 26px;
  right: 26px;
  z-index: 3;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(238, 245, 252, 0.85);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.skip-intro:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 255, 136, 0.35);
  background: rgba(0, 255, 136, 0.10);
}

.skip-intro:focus-visible {
  outline: 3px solid rgba(0, 255, 136, 0.55);
  outline-offset: 4px;
}

/* ?"??"? Custom cursor ?"??"? */
/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   CURSOR PERSONALIZADO ??" vela japonesa (candlestick)
   El punto central es la vela; el anillo es el rango (mecha)
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */

/* Ocultar el cursor nativo en todo el documento (solo desktop) */
@media (pointer: fine) {

  *,
  *::before,
  *::after {
    cursor: none !important;
  }

  .cursor {
    position: fixed;
    width: 22px;
    height: 26px;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-3px, -3px);
    /* Mueve instantáneo al mouse */
    transition: width 0.18s ease, height 0.18s ease, opacity 0.2s ease;
    opacity: 0;
    /* SVG inline de flecha premium (relleno oscuro + borde brillante) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='26' viewBox='-2 -2 20 26'%3E%3Cpolygon points='0,0 12,10 7,11 10,18 7,19 4,12 0,16' fill='%23050505' stroke='%2301FE03' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border-radius: 0;
    background-position: top left;
  }

  /* Anillo exterior ??" representa el "rango de precio" */
  .cursor-ring {
    position: fixed;
    width: 38px;
    height: 38px;
    border: 1.5px solid rgba(0, 255, 136, 0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    transition: width 0.28s cubic-bezier(0.4, 0, 0.2, 1),
      height 0.28s cubic-bezier(0.4, 0, 0.2, 1),
      border-color 0.25s ease;
    /* Pulsaci?n suave */
    animation: cursor-pulse 2.8s ease-in-out infinite;
  }

  @keyframes cursor-pulse {

    0%,
    100% {
      box-shadow: 0 0 0 0 rgba(0, 255, 136, 0);
    }

    50% {
      box-shadow: 0 0 0 5px rgba(0, 255, 136, 0.08);
    }
  }

  /* Estado hover ??" vela se hace bajista (roja) al pasar sobre interactivos */
  .cursor.is-hover {
    width: 24px;
    height: 28px;
    /* Flecha más iluminada en hover (trazo más grueso y blanco) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='26' viewBox='-2 -2 20 26'%3E%3Cpolygon points='0,0 12,10 7,11 10,18 7,19 4,12 0,16' fill='%2301FE03' stroke='%23ffffff' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .cursor-ring.is-hover {
    width: 56px;
    height: 56px;
    border-color: rgba(34, 211, 160, 0.5);
  }

  body:hover .cursor {
    opacity: 1;
  }
}

/* En móvil/táctil: ocultar cursor personalizado y restaurar nativo */
@media (pointer: coarse) {

  .cursor,
  .cursor-ring {
    display: none !important;
  }

  *,
  *::before,
  *::after {
    cursor: auto !important;
  }

  a,
  button,
  [role="button"],
  input,
  select,
  textarea {
    cursor: pointer !important;
  }
}

/* ?"??"? Canvas background ?"??"? */
#bgCanvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

/* ?"??"? NAV ?"??"? */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  transition: all 0.4s ease;
}

nav.solid {
  background: rgba(0, 0, 0, 0.96);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--cyan-border);
  will-change: backdrop-filter;
}

.logo {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}

/* Logo real (imagen) para navbar/footer */
.logo.logo-image {
  gap: 0;
}

.brand-logo-nav {
  width: 140px;
  max-height: 44px;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 1;
  transition: transform 220ms ease, opacity 220ms ease;
  will-change: transform;
}

.brand-logo-footer {
  width: 110px;
  max-height: 110px;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 1;
}

.logo.logo-image:hover .brand-logo-nav {
  transform: translateY(-1px);
  opacity: 0.9;
}

.logo-mark {
  position: relative;
  width: 46px;
  height: 46px;
  background: linear-gradient(145deg, var(--navy-mid), var(--navy-light));
  border: 1.5px solid var(--cyan-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.logo-mark::before {
  content: '';
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg, transparent 60%, rgba(0, 255, 136, 0.3) 80%, transparent 100%);
  animation: spin-glow 4s linear infinite;
}

@keyframes spin-glow {
  to {
    transform: rotate(360deg);
  }
}

.logo-mark svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
}

.logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-name {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: var(--white);
}

.logo-tag {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-top: 2px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}

.nav-links a {
  padding: 8px 16px;
  border-radius: 8px;
  color: var(--silver);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  right: 50%;
  height: 1.5px;
  background: var(--cyan);
  transition: all 0.25s;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-links a:hover::after {
  left: 16px;
  right: 16px;
}

.nav-broker-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0;
  border-radius: 6px;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  margin-left: 15px;
  opacity: 0.92;
}

.nav-broker-link:hover {
  opacity: 1;
  transform: translateY(-1px);
  filter: drop-shadow(0 3px 10px rgba(27, 79, 155, 0.5));
}

.broker-aliado-text {
  font-size: 0.65rem;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 8px;
  font-weight: 700;
}

/* Logo image dentro del botón (desktop) */
.roboforex-logo-img {
  height: 28px;
  width: auto;
  display: block;
  border-radius: 5px;
  background: rgb(0, 0, 0);
  padding: 3px 6px;
}

/* Logo RoboForex en navbar móvil (sólo visible en móvil, centrado) */
.nav-broker-mobile {
  display: none;
  align-items: center;
  text-decoration: none;
  border-radius: 6px;
  background: rgb(0, 0, 0);
  padding: 3px 8px;
  transition: all 0.3s ease;
  /* Posición absoluta centrada en el navbar */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-broker-mobile .broker-aliado-text {
  margin-left: 0;
  font-size: 0.55rem;
  margin-top: 2px;
}

.nav-broker-mobile:hover {
  filter: drop-shadow(0 2px 8px rgba(27, 79, 155, 0.5));
}

.roboforex-logo-mobile {
  height: 22px;
  width: auto;
  display: block;
}

@media (max-width: 1024px) {

  /* Ocultar del menú de links en tablet/móvil */
  .broker-li {
    display: none;
  }

  /* Mostrar logo centrado en la barra */
  .nav-broker-mobile {
    display: inline-flex;
    flex-direction: column;
  }

  /* El navbar necesita position relative para el absolute del logo */
  #navbar {
    position: fixed;
  }
}

.mob-broker-li {
  margin-top: 15px;
  list-style: none;
}

.mob-broker-link {
  display: block;
  padding: 14px;
  border-radius: 12px;
  background: rgba(1, 254, 3, 0.1);
  border: 1px solid var(--cyan-border);
  color: var(--cyan);
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 1px;
}

.mob-text {
  display: block;
  margin-left: 0;
  margin-top: 4px;
  font-size: 0.7rem;
  color: var(--white);
  font-weight: 600;
}

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

.btn-ghost {
  padding: 9px 22px;
  border-radius: 9px;
  border: 1px solid var(--cyan-border);
  color: var(--cyan);
  background: transparent;
  cursor: none;
  font-family: var(--font-body);
  font-size: 0.87rem;
  font-weight: 600;
  transition: all 0.25s;
  text-decoration: none;
}

.btn-ghost:hover {
  background: var(--cyan-glow);
  border-color: var(--cyan);
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.2);
}

.btn-cta {
  padding: 10px 24px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  color: var(--navy-deepest);
  border: none;
  cursor: none;
  font-family: var(--font-body);
  font-size: 0.87rem;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(0, 255, 136, 0.3);
  display: flex;
  align-items: center;
  gap: 7px;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(0, 255, 136, 0.5);
}

/* ?"??"? HERO ??" full viewport, Soundcore-style ?"??"? */
.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-top = altura del nav (76px) para no quedar bajo la barra fija */
  padding: 76px 6% 60px;
  overflow: hidden;
}

/* Diagonal accent line */
.hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -5%;
  width: 55%;
  height: 120%;
  background: linear-gradient(135deg,
      transparent 0%,
      rgba(1, 254, 3, 0.03) 40%,
      rgba(1, 254, 3, 0.07) 60%,
      transparent 100%);
  clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  pointer-events: none;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  opacity: 0;
  animation: rise 0.9s 0.2s forwards;
}

.eyebrow-pill {
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid rgba(0, 255, 136, 0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--cyan);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.eyebrow-pill .dot {
  width: 6px;
  height: 6px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--cyan);
  animation: blink 2s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 5.2rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1.5px;
  max-width: 680px;
  margin-bottom: 28px;
  opacity: 0;
  animation: rise 1s 0.35s forwards;
}

.hero-headline em {
  font-style: normal;
  background: linear-gradient(90deg, var(--cyan) 0%, #80ff82 50%, var(--cyan) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine-text 4s linear infinite;
}

@keyframes shine-text {
  to {
    background-position: 200% center;
  }
}

.hero-sub {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--silver-light);
  max-width: 560px;
  margin-bottom: 44px;
  font-weight: 300;
  opacity: 0;
  animation: rise 1s 0.5s forwards;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
  opacity: 0;
  animation: rise 1s 0.65s forwards;
}

.hero-btn-primary {
  padding: 16px 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-mid));
  color: var(--navy-deepest);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 36px rgba(0, 255, 136, 0.4);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.hero-btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 48px rgba(0, 255, 136, 0.55);
}

.hero-btn-primary:hover::after {
  opacity: 1;
}

.hero-btn-secondary {
  padding: 16px 38px;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 255, 136, 0.3);
  color: var(--silver-light);
  background: transparent;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  cursor: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.hero-btn-secondary:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  background: var(--cyan-glow);
  transform: translateY(-3px);
}

/* Hero Ticker (Cinta) */
.hero-ticker-wrap {
  width: 100%;
  max-width: 600px;
  /* Evita que choque con la imagen PNG de la derecha */
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  /* Máscara para que se desvanezca en los bordes */
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 85%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 85%, transparent);
  opacity: 0;
  animation: rise 1s 0.75s forwards;
}

.hero-ticker {
  white-space: nowrap;
  display: flex;
  width: max-content;
  animation: scrollTicker 20s linear infinite;
  gap: 30px;
  align-items: center;
}

.ticker-item {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ticker-dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--green);
}

@keyframes scrollTicker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-33.33% - 10px));
  }

  /* 3 grupos = 33.33% por ciclo */
}

/* Hero metrics strip */
.hero-metrics {
  display: flex;
  align-items: center;
  gap: 0;
  opacity: 0;
  animation: rise 1s 0.8s forwards;
  padding-top: 28px;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  width: fit-content;
  max-width: 640px;
}

.hero-metric {
  padding: 0 28px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
  margin-right: 28px;
}

.hero-metric:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.hm-val {
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
  white-space: nowrap;
}

.hm-val sup {
  font-size: 1rem;
  color: var(--cyan);
}

.hm-label {
  font-size: 0.68rem;
  color: var(--silver);
  font-weight: 500;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

/* Hero right visual: cyborg canvas */
.hero-visual {
  position: absolute;
  right: 2%;
  /* Acercamos un poco más al borde para ganar espacio */
  top: 46%;
  /* Elevamos ligeramente para alinear con el inicio del título */
  transform: translateY(-50%);
  width: 720px;
  /* Tamaño aumentado */
  height: 88%;
  /* Escala mayor para impacto visual */
  opacity: 0;
  animation: slide-in-right 1.1s 0.5s forwards;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;

  /* Máscara de desvanecimiento perimetral optimizada para el nuevo tamaño */
  -webkit-mask-image: radial-gradient(ellipse at center, black 50%, transparent 95%);
  mask-image: radial-gradient(ellipse at center, black 50%, transparent 95%);
}

/* Variante cyborg */
.hero-visual--cyborg {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

/* Imagen simple con el cyborg (Fondo removido externamente por el usuario) */
.cyborg-simple-img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;

  /* Renderizado nítido */
  image-rendering: -webkit-optimize-contrast;
  transform: translateZ(0);

  /* Fusión avanzada: lighten permite que los brillos del fondo pasen a través del negro */
  mix-blend-mode: lighten;

  /* Ajuste de niveles para armonizar con el entorno */
  filter: contrast(1.02) brightness(1.05) saturate(1.1);

  position: relative;
  z-index: 2;
}

/* Anillo de glow en la base */
.cyborg-glow-ring {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 60px;
  background: radial-gradient(ellipse at 50% 50%,
      rgba(1, 254, 3, 0.40) 0%,
      rgba(1, 254, 3, 0.15) 50%,
      transparent 75%);
  border-radius: 50%;
  filter: blur(14px);
  z-index: 1;
  animation: glowPulse 3s ease-in-out infinite;
}

/* Fade inferior: funde el cyborg con el fondo negro */
.cyborg-fade-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25%;
  background: linear-gradient(to top,
      var(--navy-deepest) 0%,
      rgba(0, 0, 0, 0.60) 50%,
      transparent 100%);
  z-index: 3;
  pointer-events: none;
}

/* Fade lateral izquierdo: funde con el contenido de texto */
.cyborg-fade-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(to right,
      var(--navy-deepest) 0%,
      rgba(0, 0, 0, 0.40) 40%,
      transparent 100%);
  z-index: 3;
  pointer-events: none;
}

@keyframes slide-in-right {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(60px);
  }

  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   HERO VISUAL ??" nuevo componente de tarjetas interactivas
   Copy Trading ? Bot Algor?tmico ? Academia
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */

/* Contenedor flotante del lado derecho */
.hero-cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

/* Etiqueta "Nuestros Servicios" */
.hero-cards-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--cyan);
  background: rgba(0, 255, 136, 0.07);
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 100px;
  padding: 5px 14px;
  width: fit-content;
}

.hero-cards-label .dot {
  width: 6px;
  height: 6px;
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--cyan);
  animation: blink 2s infinite;
}

/* Grid de 3 tarjetas: Copy peque?a ? Bot grande (columna 2) ? Academia peque?a */
.hero-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
  width: 100%;
}

/* Copy ocupa fila 1 col 1 */
.hc-card--copy {
  grid-column: 1;
  grid-row: 1;
}

/* Academia ocupa fila 2 col 1 */
.hc-card--academia {
  grid-column: 1;
  grid-row: 2;
}

/* Bot ocupa ambas filas en col 2 */
.hc-card--bot {
  grid-column: 2;
  grid-row: 1 / span 2;
}

/* Base de cada tarjeta */
.hc-card {
  border-radius: 20px;
  overflow: hidden;
  cursor: none;
  perspective: 900px;
  opacity: 0;
  animation: rise 0.9s forwards;
}

.hc-card--copy {
  animation-delay: 0.55s;
}

.hc-card--bot {
  animation-delay: 0.7s;
}

.hc-card--academia {
  animation-delay: 0.85s;
}

/* Inner ??" contiene front y back (flip) */
.hc-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 220px;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.hc-card--bot .hc-card-inner {
  min-height: 454px;
  /* doble alto: (220 * 2) + gap */
}

/* Flip al hover/focus */
.hc-card:hover .hc-card-inner,
.hc-card:focus .hc-card-inner {
  transform: rotateY(180deg);
}

/* ?"??"? FRONT ?"??"? */
.hc-card-front {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Imagen de fondo */
.hc-img-wrap {
  position: absolute;
  inset: 0;
}

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

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

/* Overlay oscuro degradado sobre la imagen */
.hc-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(6, 14, 24, 0.15) 0%,
      rgba(6, 14, 24, 0.55) 55%,
      rgba(6, 14, 24, 0.92) 100%);
}

/* Footer del frente: icono + t?tulo */
.hc-front-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

.hc-icon {
  font-size: 20px;
  flex-shrink: 0;
}

.hc-card--copy .hc-icon {
  color: var(--cyan);
}

.hc-card--bot .hc-icon {
  color: var(--green);
}

.hc-card--academia .hc-icon {
  color: var(--gold);
}

.hc-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.3px;
  flex: 1;
}

.hc-card--bot .hc-title {
  font-size: 1.15rem;
}

.hc-arrow {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.25s, transform 0.25s;
}

.hc-card:hover .hc-arrow {
  color: var(--cyan);
  transform: translateX(3px);
}

.hc-card--bot:hover .hc-arrow {
  color: var(--green);
}

.hc-card--academia:hover .hc-arrow {
  color: var(--gold);
}

/* ?"??"? BACK ?"??"? */
.hc-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotateY(180deg);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(0, 255, 136, 0.25);
}

.hc-card-back--copy {
  background: linear-gradient(145deg, rgba(0, 8, 0, 0.98) 0%, rgba(0, 4, 0, 0.98) 100%);
}

.hc-card-back--bot {
  background: linear-gradient(145deg, rgba(0, 8, 0, 0.98) 0%, rgba(0, 4, 0, 0.98) 100%);
  border-color: rgba(1, 254, 3, 0.28);
}

.hc-card-back--academia {
  background: linear-gradient(145deg, rgba(0, 8, 0, 0.98) 0%, rgba(0, 4, 0, 0.98) 100%);
  border-color: rgba(1, 254, 3, 0.28);
}

.hc-back-icon {
  font-size: 36px;
  opacity: 0.9;
}

.hc-card-back--copy .hc-back-icon {
  color: var(--cyan);
}

.hc-card-back--bot .hc-back-icon {
  color: var(--green);
}

.hc-card-back--academia .hc-back-icon {
  color: var(--gold);
}

.hc-back-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.3px;
  margin: 0;
  text-align: center;
}

.hc-card--bot .hc-back-title {
  font-size: 1.2rem;
}

/* Badge de estado */
.hc-back-badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  background: rgba(0, 255, 136, 0.12);
  border: 1px solid rgba(0, 255, 136, 0.35);
  color: var(--cyan);
}

.hc-back-badge--soon {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--silver);
}

/* Responsive: en pantallas medianas apilar */
@media (max-width: 1100px) {
  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 560px;
    margin: 48px auto 0;
    animation: rise 1s 0.5s forwards;
  }

  .hero-cards-grid {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .hero-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hc-card--copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hc-card--bot {
    grid-column: 1;
    grid-row: 2;
  }

  .hc-card--academia {
    grid-column: 1;
    grid-row: 3;
  }

  .hc-card-inner {
    min-height: 180px !important;
  }
}

.dashboard-card {
  background: rgba(10, 22, 40, 0.92);
  border: 1px solid var(--cyan-border);
  border-radius: 22px;
  padding: 28px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 60px rgba(0, 255, 136, 0.06);
}

.dash-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
}

.dash-title {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dash-gain {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 6px;
}

.dash-gain small {
  font-size: 0.75rem;
  color: var(--silver);
  font-weight: 400;
}

/* Live chart */
.live-chart {
  position: relative;
  margin-bottom: 20px;
}

.live-chart svg {
  width: 100%;
  display: block;
}

.chart-label-live {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 1.5px;
}

.pulse-live {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  animation: blink 1.2s infinite;
  box-shadow: 0 0 8px var(--green);
}

/* Trade rows */
.trade-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.trade-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 0.8rem;
  animation: fade-row 0.4s ease;
}

.trade-pair {
  font-weight: 700;
  color: var(--white);
  font-family: var(--font-display);
}

.trade-type {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 8px;
  border-radius: 5px;
}

.trade-type.long {
  background: rgba(34, 211, 160, 0.15);
  color: var(--green);
}

.trade-type.short {
  background: rgba(240, 96, 128, 0.15);
  color: var(--red);
}

.trade-pnl {
  font-weight: 700;
}

.trade-pnl.pos {
  color: var(--green);
}

.trade-pnl.neg {
  color: var(--red);
}

.dash-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.dash-stat {
  background: rgba(0, 255, 136, 0.05);
  border: 1px solid var(--cyan-border);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}

.ds-val {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
}

.ds-val.cyan {
  color: var(--cyan);
}

.ds-val.green {
  color: var(--green);
}

.ds-val.gold {
  color: var(--gold);
}

.ds-label {
  font-size: 0.62rem;
  color: var(--silver);
  margin-top: 3px;
  letter-spacing: 0.5px;
}

@keyframes fade-row {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ?"??"? TICKER ?"??"? */
/* ?"??"? TICKER ??" eliminado del HTML; estilos conservados como referencia comentada
.ticker { ... }
.ticker-track { ... }
?"??"? */


/* ?"??"? SECTION COMMONS ?"??"? */
.section {
  position: relative;
  z-index: 1;
}

/*
 * Performance: content-visibility:auto le dice al navegador que puede
 * saltarse el layout/paint de secciones fuera del viewport hasta que el
 * usuario se acerque. contain-intrinsic-size evita el CLS al hacerlo.
 * Solo se aplica a secciones que NO son el primer panel visible.
 */
.how,
.pricing,
.testimonials,
.faq,
.final-cta,
.contact {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.eyebrow-line {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), transparent);
}

.eyebrow-text {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cyan);
}

h2.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
}

h2.section-title .accent {
  color: var(--cyan);
}

.section-desc {
  color: var(--silver);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 550px;
  margin-top: 14px;
  font-weight: 300;
}

/* ?"??"? PRODUCT HERO ??" Soundcore-style full-width alternating blocks ?"??"? */
.product-hero {
  /* Antes 100vh: compactamos para mantener atenci?n */
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 92px 6%;
  position: relative;
  overflow: hidden;
}

.product-hero.reverse {
  flex-direction: row-reverse;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 25px;
}

.product-hero.light-bg {
  background: var(--white);
  color: var(--navy-deepest);
}

.product-hero.light-bg .section-desc {
  color: #4a6080;
}

.product-hero.light-bg h2.section-title {
  color: var(--navy-deepest);
}

.product-hero.light-bg .eyebrow-text {
  color: var(--cyan-mid);
}

.product-hero.light-bg .eyebrow-line {
  background: linear-gradient(90deg, var(--cyan-mid), transparent);
}

.product-content {
  flex: 1;
  max-width: 560px;
  padding-right: 60px;
}

.product-hero.reverse .product-content {
  padding-right: 0;
  padding-left: 60px;
}

.product-visual {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Bot visual - imagen del Bot Oráculo */
.bot-screen {
  width: 100%;
  max-width: 480px;
  background: #000000;
  border: 1px solid rgba(1, 254, 3, 0.22);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.85), 0 0 80px rgba(1, 254, 3, 0.15);
}

.bot-topbar {
  background: #050505;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(1, 254, 3, 0.10);
}

.bot-dots {
  display: flex;
  gap: 6px;
}

.bot-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.bot-dot.r {
  background: #ff4444;
}

.bot-dot.y {
  background: #01fe03;
}

.bot-dot.g {
  background: var(--green);
}

.bot-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #01fe03;
  letter-spacing: 1.2px;
}

.ht-top-ver {
  font-size: 0.68rem;
  color: rgba(1, 254, 3, 0.6);
  font-family: ui-monospace, 'Cascadia Mono', 'Consolas', monospace;
}

.ht-body {
  padding: 14px 16px 16px;
  font-family: ui-monospace, 'Cascadia Mono', 'Consolas', 'Courier New', monospace;
  font-size: 0.68rem;
  line-height: 1.35;
  color: #c8d4e4;
}

.ht-head-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ht-brand-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: #eef5fc;
  letter-spacing: 0.5px;
}

.ht-brand-ver {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--cyan);
}

.ht-subline {
  margin-top: 4px;
  color: #9eb4cc;
  font-size: 0.7rem;
}

.ht-sep {
  opacity: 0.45;
  margin: 0 4px;
}

.ht-atr {
  margin-top: 3px;
  color: #7a93ad;
  font-size: 0.65rem;
}

.ht-head-right {
  text-align: right;
  flex-shrink: 0;
}

.ht-account {
  color: #9eb4cc;
  font-size: 0.65rem;
  margin-bottom: 6px;
}

.ht-txt-warn {
  color: #e8c547;
  font-weight: 700;
}

.ht-clock {
  font-size: 1.05rem;
  font-weight: 700;
  color: #7fd7ff;
  letter-spacing: 2px;
  font-variant-numeric: tabular-nums;
}

.ht-strategy-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}

.ht-strat {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 8px 8px 10px;
  text-align: center;
}

.ht-strat-label {
  display: block;
  font-size: 0.62rem;
  color: #8ba8c4;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.ht-strat-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 0.62rem;
  font-weight: 700;
  color: #f06080;
}

.ht-strat-status.ht-strat--muted {
  color: #6b7c90;
  font-weight: 600;
}

.ht-strat-status.ht-strat-status--ok {
  color: #3ee09a !important;
}

.ht-led {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f06080;
  box-shadow: 0 0 8px rgba(240, 96, 128, 0.65);
  animation: ht-led-pulse 1.4s ease-in-out infinite;
}

.ht-led--off {
  background: #4a5568;
  box-shadow: none;
  animation: none;
}

.ht-led--ok {
  background: #22d3a0;
  box-shadow: 0 0 8px rgba(34, 211, 160, 0.55);
  animation: ht-led-pulse 1.2s ease-in-out infinite;
}

@keyframes ht-led-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.65;
    transform: scale(0.92);
  }
}

.ht-info-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  margin-bottom: 6px;
  font-size: 0.62rem;
}

.ht-info-bar--ok {
  background: rgba(0, 20, 0, 0.55);
  border: 1px solid rgba(1, 254, 3, 0.2);
  color: #a0e0a0;
}

.ht-info-bar--alert {
  background: rgba(60, 0, 0, 0.65);
  border: 1px solid rgba(255, 68, 68, 0.35);
  color: #ffb8b8;
}

.ht-info-bar--alert[data-state="clear"] {
  background: rgba(0, 20, 0, 0.55);
  border-color: rgba(1, 254, 3, 0.35);
  color: #9cf0a0;
}

.ht-info-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  line-height: 1;
}

.ht-data-grid {
  margin-top: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.ht-grid-row {
  display: grid;
  grid-template-columns: 72px 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

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

.ht-grid-row--head {
  background: rgba(1, 254, 3, 0.06);
  font-size: 0.58rem;
  font-weight: 700;
  color: #70b870;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ht-grid-row--head span {
  padding: 8px 6px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.ht-grid-row--head span:last-child {
  border-right: none;
}

.ht-grid-corner {
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.ht-grid-label {
  padding: 7px 8px;
  color: #7a93ad;
  font-size: 0.58rem;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  align-self: stretch;
  display: flex;
  align-items: center;
}

.ht-grid-cell {
  padding: 7px 6px;
  text-align: center;
  font-weight: 700;
  font-size: 0.64rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.ht-grid-cell:last-child {
  border-right: none;
}

.ht-dim {
  color: #4a774a !important;
  font-weight: 600 !important;
}

.ht-txt-sell {
  color: #ff4444 !important;
}

.ht-txt-buy {
  color: #01fe03 !important;
}

.ht-txt-neg {
  color: #ff6060 !important;
}

.ht-txt-pos {
  color: #01fe03 !important;
}

.ht-grid-cell.ht-flash {
  animation: ht-cell-flash 0.55s ease;
}

@keyframes ht-cell-flash {

  0%,
  100% {
    background: transparent;
  }

  40% {
    background: rgba(0, 255, 136, 0.2);
  }
}

.bot-screen-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.65rem;
  color: #6b8299;
}

.footer-left {
  opacity: 0.8;
}

.footer-activity {
  font-style: italic;
  color: #6b8299;
  text-align: right;
}

/* Copy trading ??" tarjeta condiciones + mini gr?fico EUR/USD */
.copy-visual {
  width: 100%;
  max-width: 400px;
  background: var(--navy-deepest);
  border: 1px solid var(--cyan-border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 255, 136, 0.06);
}

.copy-section-headline {
  margin-bottom: 4px;
}

.copy-section-headline-text {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -1px;
  background: linear-gradient(90deg, var(--cyan) 0%, #80ff82 45%, var(--cyan) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine-text 4s linear infinite;
}

.copy-conditions-card {
  text-align: left;
}

.copy-cond-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--cyan-border);
}

.copy-cond-title-icon {
  font-size: 26px;
  color: var(--cyan);
}

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

/* Grid: vi?eta fija + texto fluido (min-width:0 evita desbordes en cajas flex/grid padre) */
.copy-cond-item {
  display: grid;
  grid-template-columns: 11px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 0;
  align-items: start;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--silver-light);
  font-weight: 300;
}

.copy-cond-item strong {
  color: var(--white);
  font-weight: 600;
}

.copy-cond-bullet {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  margin-top: 6px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.45);
  justify-self: start;
}

.copy-cond-text {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.copy-cond-line-title {
  display: block;
  color: var(--white);
  font-weight: 600;
  font-size: 0.82rem;
  line-height: 1.35;
}

.copy-cond-line-detail {
  display: block;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--silver-light);
}

.copy-cond-item--renta {
  align-items: start;
}

.copy-cond-renta-stack {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.copy-cond-renta-title {
  font-weight: 600;
  color: var(--white);
  font-size: 0.88rem;
  line-height: 1.3;
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   GR?FICO DE VELAS ??" Renta Variable (secci?n Copy Trading)
   Reemplaza el mini gr?fico EUR/USD por velas japonesas gen?ricas
   que representan movimiento de mercado Forex sin par espec?fico.
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */
/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   GR?FICO GANANCIA MENSUAL ??" Monthly Gain (Change)
   Estilo: barras de colores sobre fondo oscuro navy,
   inspirado en el reporte real del broker XM.
   M?dulo JS: initMonthlyGainChart()
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */

/* Tarjeta contenedora */
.mgc-card {
  background: rgba(6, 14, 24, 0.85);
  border: 1px solid rgba(0, 255, 136, 0.18);
  border-radius: 14px;
  padding: 14px 14px 10px;
  max-width: 100%;
}

/* Cabecera */
.mgc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mgc-title {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--silver);
}

.mgc-badge {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--green);
  background: rgba(34, 211, 160, 0.1);
  border: 1px solid rgba(34, 211, 160, 0.25);
  border-radius: 100px;
  padding: 2px 8px;
  letter-spacing: 0.5px;
}

/* Zona del gr?fico: posici?n relativa para las l?neas de grid */
.mgc-chart-area {
  position: relative;
  height: 110px;
  padding-left: 28px;
  /* espacio para etiquetas del eje Y */
}

/* L?neas de referencia horizontales */
.mgc-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mgc-grid-line {
  position: absolute;
  left: 28px;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(50%);
}

.mgc-grid-line:last-child {
  background: rgba(255, 255, 255, 0.12);
}

.mgc-grid-label {
  position: absolute;
  left: -28px;
  top: -7px;
  font-size: 0.52rem;
  color: rgba(139, 168, 196, 0.6);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

/* Contenedor de barras: flex alineado al fondo */
.mgc-bars {
  position: absolute;
  inset: 0;
  left: 28px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  padding-bottom: 1px;
}

/* Cada columna: barra + etiqueta porcentaje + mes */
.mgc-bar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 3px;
}

/* Porcentaje sobre la barra */
.mgc-bar-pct {
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--white);
  opacity: 0.9;
  line-height: 1;
  white-space: nowrap;
}

/* Barra en s? ??" altura animada al cargar */
.mgc-bar {
  width: 100%;
  border-radius: 4px 4px 2px 2px;
  min-height: 3px;
  transform-origin: bottom;
  animation: mgc-grow 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes mgc-grow {
  from {
    transform: scaleY(0);
    opacity: 0;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* Mes debajo de la barra */
.mgc-bar-month {
  font-size: 0.48rem;
  color: rgba(139, 168, 196, 0.65);
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

/* Colores de cada barra ??" escala de cyan/verde del design system */
.mgc-bar--0 {
  background: linear-gradient(180deg, #a78bfa, #7c5cbf);
}

/* Jun ??" violeta */
.mgc-bar--1 {
  background: linear-gradient(180deg, #f87171, #c45252);
}

/* Jul ??" coral */
.mgc-bar--2 {
  background: linear-gradient(180deg, #22d3a0, #159e77);
}

/* Ago ??" verde cian */
.mgc-bar--3 {
  background: linear-gradient(180deg, #fb923c, #c4662a);
}

/* Sep ??" naranja */
.mgc-bar--4 {
  background: linear-gradient(180deg, #a3e635, #76b021);
}

/* Oct ??" lima */
.mgc-bar--5 {
  background: linear-gradient(180deg, #fbbf24, #c9931b);
}

/* Nov ??" dorado */

/* Responsive */
@media (max-width: 768px) {
  .mgc-chart-area {
    height: 90px;
  }

  .mgc-bar-pct {
    font-size: 0.46rem;
  }

  .mgc-bar-month {
    font-size: 0.44rem;
  }
}

@media (max-width: 480px) {
  .mgc-chart-area {
    height: 80px;
  }

  .mgc-bars {
    gap: 3px;
  }
}

/* ?"??"? FEATURE LIST ?"??"? */
.feature-list {
  list-style: none;
  margin: 28px 0 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(0, 255, 136, 0.04);
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: 12px;
  transition: all 0.25s;
}

.feature-item:hover {
  background: rgba(0, 255, 136, 0.08);
  border-color: rgba(0, 255, 136, 0.25);
  transform: translateX(6px);
}

.fi-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--cyan);
  font-size: 18px;
}

.fi-text h4 {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 3px;
}

.fi-text p {
  font-size: 0.82rem;
  color: var(--silver);
  line-height: 1.5;
  font-weight: 300;
}

/* STATS BAND */
.stats-band {
  background: var(--navy-mid);
  border-top: 1px solid var(--cyan-border);
  border-bottom: 1px solid var(--cyan-border);
  padding: 60px 6%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.stat-block {
  text-align: center;
  padding: 20px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
}

.stat-block:last-child {
  border-right: none;
}

.sb-num {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  background: linear-gradient(135deg, var(--white), var(--silver-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sb-num span {
  color: var(--cyan);
  -webkit-text-fill-color: var(--cyan);
}

.sb-label {
  font-size: 0.82rem;
  color: var(--silver);
  margin-top: 8px;
  font-weight: 400;
}

.sb-desc {
  font-size: 0.72rem;
  color: rgba(139, 168, 196, 0.6);
  margin-top: 4px;
}

/* ?"??"? HOW IT WORKS ?"??"? */
.how {
  padding: 92px 6%;
  background: var(--navy-deepest);
}

.how-header {
  max-width: 600px;
  margin-bottom: 72px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.steps-grid::before {
  content: '';
  position: absolute;
  top: 44px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      var(--cyan-border) 18%,
      var(--cyan-border) 82%,
      transparent);
  z-index: 0;
}

.step-highlight-bubble {
  max-width: 560px;
  margin: 48px auto 0;
  padding: 22px 32px;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.12), rgba(0, 255, 136, 0.04));
  border: 1px solid rgba(0, 255, 136, 0.38);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 16px 48px rgba(0, 0, 0, 0.35),
    0 0 60px rgba(0, 255, 136, 0.12);
}

.step-highlight-bubble p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--silver-light);
  letter-spacing: 0.2px;
}

.step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.step-num {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--navy-deepest);
  border: 2px solid var(--cyan-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--cyan);
  margin-bottom: 24px;
  box-shadow: 0 0 0 8px rgba(0, 255, 136, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
}

.step-num::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.35s;
}

.step-card:hover .step-num {
  border-color: var(--cyan);
  box-shadow: 0 0 0 8px rgba(0, 255, 136, 0.1), 0 0 30px rgba(0, 255, 136, 0.3);
}

.step-card:hover .step-num::after {
  opacity: 1;
}

.step-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 0.84rem;
  color: var(--silver);
  line-height: 1.6;
  font-weight: 300;
}

/* PRICING */
.pricing {
  padding: 92px 6%;
  background: var(--navy-deep);
  position: relative;
  overflow: hidden;
}

.pricing::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.04), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.pricing-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 72px;
}

.pricing-header .section-eyebrow {
  justify-content: center;
}

.pricing-header .section-desc {
  margin: 0 auto;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 950px;
  margin: 0 auto;
}

.price-card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  padding: 36px 30px;
  position: relative;
  transition: all 0.35s;
  overflow: hidden;
}

.price-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  transition: background 0.35s;
}

.price-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 255, 136, 0.2);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.price-card.featured {
  background: linear-gradient(145deg, rgba(0, 12, 0, 0.95), rgba(0, 8, 0, 0.95));
  border-color: var(--cyan-border);
  box-shadow: 0 0 0 1px rgba(1, 254, 3, 0.1), 0 32px 80px rgba(0, 0, 0, 0.5), 0 0 60px rgba(1, 254, 3, 0.08);
}

.price-card.featured::before {
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}


/* Tarjetas ??opr?ximamente???: opacas, sin interacci?n */
.price-card--soon {
  opacity: 0.5;
  pointer-events: none;
  filter: saturate(0.75) brightness(0.92);
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

.price-card--soon::before {
  background: rgba(255, 255, 255, 0.04);
}

.price-card--soon:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.price-card-soon-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 14px;
  text-align: center;
}

.price-card-soon-watermark {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  font-weight: 800;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(238, 245, 252, 0.16);
  max-width: 100%;
  word-break: break-word;
}

.price-card-soon-watermark--bot {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: clamp(1.85rem, 5vw, 3rem);
  letter-spacing: 0.1em;
  line-height: 1;
}

.pcb-stack-line {
  display: block;
}

.price-card-soon-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(139, 168, 196, 0.75);
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.plan-desc--service {
  margin-top: 6px;
}

@media (min-width: 901px) {
  .pricing-grid .price-card.featured {
    z-index: 2;
    transform: scale(1.04);
    margin-top: -12px;
    margin-bottom: -12px;
  }
}

.featured-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cyan);
  color: var(--navy-deepest);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 18px;
  border-radius: 0 0 10px 10px;
}

.plan-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid var(--cyan-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--cyan);
  margin-bottom: 22px;
}

.plan-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: 8px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}

.plan-price-val {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.plan-price-cur {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--silver);
  align-self: flex-start;
  padding-top: 6px;
}

.plan-price-period {
  font-size: 0.82rem;
  color: var(--silver);
  font-weight: 400;
}

.plan-desc {
  font-size: 0.84rem;
  color: var(--silver);
  line-height: 1.55;
  margin-bottom: 24px;
  font-weight: 300;
}

.plan-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin-bottom: 22px;
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 30px;
}

.plan-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--silver-light);
  font-weight: 400;
}

.plan-feat .check {
  color: var(--green);
  font-size: 18px;
}

.plan-feat .cross {
  color: rgba(255, 255, 255, 0.25);
  font-size: 18px;
}

.plan-feat.dim {
  color: rgba(139, 168, 196, 0.4);
}

.btn-plan {
  width: 100%;
  padding: 14px;
  border-radius: 11px;
  font-family: var(--font-body);
  font-size: 0.93rem;
  font-weight: 700;
  cursor: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  display: block;
}

.btn-plan-outline {
  background: transparent;
  border: 1.5px solid var(--cyan-border) !important;
  color: var(--cyan);
}

.btn-plan-outline:hover {
  background: var(--cyan-glow);
  border-color: var(--cyan) !important;
}

.btn-plan-fill {
  background: linear-gradient(135deg, var(--cyan), var(--cyan-mid));
  color: var(--navy-deepest);
  box-shadow: 0 6px 30px rgba(0, 255, 136, 0.35);
}

.btn-plan-fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 255, 136, 0.5);
}

/* ?"??"? TESTIMONIALS ?"??"? */
.testimonials {
  padding: 92px 6%;
  background: var(--navy-deepest);
}

.test-header {
  max-width: 560px;
  margin-bottom: 60px;
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.test-card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 28px 26px;
  transition: all 0.3s;
  position: relative;
}

.test-card::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: rgba(0, 255, 136, 0.1);
  pointer-events: none;
}

.test-card:hover {
  border-color: var(--cyan-border);
  transform: translateY(-5px);
}

.test-video-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #020202;
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 18px;
  aspect-ratio: 16 / 9;
}

.test-video-wrap .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.test-video-wrap .plyr--video {
  border-radius: 14px;
}

.test-video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.test-video-thumb {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

.test-video,
.test-video-frame {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}

.test-video {
  object-fit: cover;
}

.test-video-frame {
  border: 0;
}

.test-video-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 200ms ease;
}

.test-video-play .material-symbols-outlined {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #0a0a0a;
  background: rgba(1, 254, 3, 0.9);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45), 0 0 20px rgba(1, 254, 3, 0.38);
}

.test-video-wrap:hover .test-video-play {
  opacity: 0.85;
}

.test-video-wrap:hover .test-video-thumb {
  transform: scale(1.03);
  transition: transform 220ms ease;
}

/* Modal de video (testimonios) */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: none;
}

.video-modal.is-open {
  display: block;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.video-modal-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(960px, 92vw);
  background: #050505;
  border: 1px solid rgba(1, 254, 3, 0.24);
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.7), 0 0 38px rgba(1, 254, 3, 0.08);
}

.video-modal-frame-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.video-modal-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-modal-close {
  margin-left: auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.video-modal-fallback {
  display: inline-flex;
  margin-top: 10px;
  color: var(--cyan);
  font-size: 0.82rem;
  text-decoration: underline;
}

.test-stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.test-text {
  font-size: 0.88rem;
  color: var(--silver-light);
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 300;
  font-style: italic;
}

.test-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.test-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #050505, #0d0d0d);
  border: 1.5px solid var(--cyan-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.test-name {
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 700;
}

.test-role {
  font-size: 0.72rem;
  color: var(--silver);
}

.test-gain {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--green);
}

/* ?"??"? FAQ ?"??"? */
.faq {
  padding: 92px 6%;
  background: var(--navy-deep);
}

.faq-inner {
  max-width: 760px;
  margin: 0 auto;
}

.faq-header {
  margin-bottom: 52px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  cursor: none;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.2s;
  user-select: none;
}

.faq-question:hover {
  color: var(--cyan);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid var(--cyan-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
  font-size: 18px;
  color: var(--cyan);
}

.faq-item.open .faq-icon {
  background: var(--cyan);
  color: var(--navy-deepest);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
  font-size: 0.9rem;
  color: var(--silver);
  line-height: 1.75;
  font-weight: 300;
}

.faq-item.open .faq-answer {
  max-height: 200px;
  padding-bottom: 20px;
}

/* Recordatorio de riesgo dentro de respuesta FAQ */
.faq-reminder {
  display: block;
  margin-top: 10px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 500;
  opacity: 0.85;
}

/* [ UTILS & REUSABLE COMPONENTS ] */

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.85rem;
}

.text-md {
  font-size: 0.95rem;
}

.icon-box {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box span {
  font-size: 1.2rem;
}

.feature-item-compact {
  margin-bottom: 0 !important;
}

/* Colores de acento para iconos */
.color-cyan {
  color: var(--cyan);
}

.color-green {
  color: #01fe03;
}

.color-blue {
  color: #00e5ff;
}

.color-gold {
  color: #ffb700;
}

.color-purple {
  color: #d500f9;
}

.color-orange {
  color: #ff3d00;
}

/* ?"??"? BOT SCREEN / TERMINAL ?"??"? */
.bot-screen {
  background: #090b0e;
  border: 1px solid var(--cyan-border);
  border-radius: 12px;
  font-family: monospace;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.8), 0 0 35px rgba(1, 254, 3, 0.08);
  width: 100%;
  max-width: 480px;
}

.bot-screen-header {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(1, 254, 3, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bot-screen-title {
  color: var(--cyan);
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.bot-screen-subtitle {
  color: var(--cyan);
  font-size: 0.75rem;
  margin-top: 2px;
}

.bot-screen-meta {
  color: #6b8299;
  font-size: 0.65rem;
  margin-top: 4px;
}

.bot-screen-account-label {
  color: var(--white);
  font-size: 0.75rem;
}

.bot-screen-account-val {
  color: #ffb700;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 2px;
}

.bot-screen-clock {
  color: #6b8299;
  font-size: 0.8rem;
  margin-top: 4px;
}

/* ═══════ BOT SCREEN: nueva arquitectura de layout plano ═══════ */

/* Fila de estrategias (ancho completo) */
.bot-strats-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
}

.bot-strat-name {
  color: #01fe03;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.bot-strat-status {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #01fe03;
  font-size: 0.68rem;
  margin-top: 5px;
}

.bot-strat-status--inactive {
  color: var(--red) !important;
}

.strat-led {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #01fe03;
  box-shadow: 0 0 6px rgba(1, 254, 3, 0.7);
  flex-shrink: 0;
}

.strat-led.inactive {
  background: var(--red);
  box-shadow: 0 0 6px rgba(255, 68, 68, 0.7);
}

/* Barra BLOQUEADO (ancho completo) */
.bot-block-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 16px 0;
  padding: 10px 14px;
  background: rgba(0, 60, 0, 0.6);
  border: 1px solid rgba(1, 254, 3, 0.35);
  border-radius: 6px;
  color: #01fe03;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* Línea de Spread (ancho completo) */
.bot-spread-line {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px 12px;
  color: #01fe03;
  font-size: 0.72rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.bot-spread-icon {
  opacity: 0.6;
}

/* Grid de datos: 3 columnas iguales */
.bot-data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 14px 16px;
  background: #07090b;
  gap: 0;
}

.bot-data-col {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0 10px;
  font-size: 0.72rem;
  line-height: 1.4;
}

.bot-data-col:first-child {
  padding-left: 0;
}

.bot-data-col--last {
  border-right: none;
}

.bot-data-lbl {
  color: #6b8299;
  font-size: 0.68rem;
}

.bot-data-val {
  color: #ffb700;
  font-weight: bold;
  font-size: 0.82rem;
}

.bot-data-dir,
.bot-data-rend {
  font-weight: bold;
  font-size: 0.82rem;
}

.bot-data-meta {
  color: #6b8299;
  font-size: 0.65rem;
}

/* Footer */
.bot-screen-footer {
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bot-footer-left {
  color: #3e6347;
  font-size: 0.62rem;
  font-weight: bold;
}

.bot-footer-activity {
  color: #6b8299;
  font-size: 0.62rem;
  font-style: italic;
  text-align: right;
}


/* Helpers para estados dinámicos */
.ht-txt-buy {
  color: var(--cyan);
}

.ht-txt-sell {
  color: var(--red);
}

.ht-txt-pos {
  color: var(--cyan);
}

.ht-txt-neg {
  color: var(--red);
}

.ht-dim {
  opacity: 0.5;
  color: #6b8299;
}

/* ?"??"? PRICING ENHANCEMENTS ?"??"? */
.plan-badge-adm {
  background: var(--white);
  color: var(--navy-deepest);
  padding: 4px 14px;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: bold;
}

.plan-security-note {
  text-align: center;
  color: #7a93ad;
  font-size: 0.65rem;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.plan-security-icon {
  color: #ffb700;
  font-size: 14px;
}

/* ?"??"? FINAL CTA ?"??"? */
.final-cta {
  padding: 110px 6%;
  text-align: center;
  background: var(--navy-deepest);
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(1, 254, 3, 0.06) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.final-logo-wrap {
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
}

.final-logo-image {
  width: min(220px, 60vw);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(1, 254, 3, 0.35)) drop-shadow(0 0 40px rgba(1, 254, 3, 0.2));
}

.final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.final-cta p {
  font-size: 1.1rem;
  color: var(--silver);
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.7;
  font-weight: 300;
}

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

.final-note {
  margin-top: 24px;
  font-size: 0.8rem;
  color: rgba(139, 168, 196, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.final-note .material-symbols-outlined {
  font-size: 16px;
  color: var(--green);
}

/* ?"??"? FOOTER ?"??"? */
footer {
  background: var(--navy-deepest);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 70px 6% 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 56px;
}

.footer-brand p {
  font-size: 0.86rem;
  color: var(--silver);
  line-height: 1.75;
  max-width: 300px;
  margin: 18px 0 28px;
  font-weight: 300;
}

/* ?"??"? REDES SOCIALES ??" botones con iconos SVG originales ?"??"? */
.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--silver-light);
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease,
    border-color 0.22s ease, color 0.22s ease,
    box-shadow 0.22s ease;
}

.social-btn:hover {
  transform: translateY(-3px);
}

/* Instagram ??" degradado oficial rosa/naranja */
.social-btn--instagram:hover {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px rgba(221, 42, 123, 0.35);
}

/* YouTube ??" rojo oficial */
.social-btn--youtube:hover {
  background: #ff0000;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px rgba(255, 0, 0, 0.35);
}

/* TikTok ??" negro con brillo cian */
.social-btn--tiktok:hover {
  background: #010101;
  border-color: #69c9d0;
  color: #fff;
  box-shadow: 0 8px 24px rgba(105, 201, 208, 0.3);
}

/* Telegram ??" azul oficial */
.social-btn--telegram:hover {
  background: #229ed9;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px rgba(34, 158, 217, 0.35);
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--silver-light);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col a {
  font-size: 0.86rem;
  color: var(--silver);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.2s;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copy {
  font-size: 0.8rem;
  color: rgba(139, 168, 196, 0.5);
}

.footer-copy span {
  color: var(--cyan);
}

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

.footer-legal a {
  font-size: 0.78rem;
  color: rgba(139, 168, 196, 0.4);
  text-decoration: none;
  transition: color 0.2s;
}

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

/* ?"??"? REVEAL ?"??"? */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   HAMBURGER MENU
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 8px;
  background: rgba(1, 254, 3, 0.06);
  border: 1px solid var(--cyan-border);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--cyan);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile slide-down menu */
.mobile-nav {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.98);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-bottom: 1px solid var(--cyan-border);
  z-index: 490;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease, padding 0.3s;
}

.mobile-nav.open {
  max-height: 100vh;
  padding: 20px 6% 30px;
}

.mobile-nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.mobile-nav ul a {
  display: block;
  padding: 14px 16px;
  color: var(--silver-light);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 0.2s;
}

.mobile-nav ul a:hover,
.mobile-nav ul a:active {
  color: var(--cyan);
  background: var(--cyan-glow);
}

.mobile-nav .mob-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  color: var(--navy-deepest);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(0, 255, 136, 0.35);
  margin-top: 8px;
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   RESPONSIVE ??" TABLET (???1100px)
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */
@media (max-width: 1100px) {
  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 480px;
    margin: 8px 0 0;
    opacity: 1;
    animation: none;
  }

  .hero {
    padding: 100px 6% 70px;
  }

  .product-hero {
    flex-direction: column !important;
    padding: 90px 6%;
    gap: 50px;
    min-height: auto;
  }

  .product-content {
    max-width: 100%;
    padding: 0 !important;
  }

  .product-visual {
    width: 100%;
    justify-content: flex-start;
  }

  .bot-screen,
  .copy-visual {
    width: 100%;
    max-width: 520px;
  }

  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
  }

  .steps-grid::before {
    display: none;
  }

  .step-highlight-bubble {
    margin-top: 40px;
    padding: 18px 22px;
  }

  .step-highlight-bubble p {
    font-size: 0.95rem;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .pricing-grid .price-card:last-child {
    grid-column: 1 / -1;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
  }

  .pricing-grid .price-card.featured {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-grid>div:first-child {
    grid-column: 1 / -1;
  }
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   RESPONSIVE ??" MOBILE (???768px)
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */
@media (max-width: 768px) {

  /* Show hamburger, hide desktop nav */
  .nav-links,
  .nav-actions {
    display: none !important;
  }

  .hamburger {
    display: flex;
  }

  .mobile-nav {
    display: block;
  }

  /* Nav */
  nav {
    padding: 0 5%;
    height: 68px;
  }

  .logo-name {
    font-size: 1.1rem;
  }

  .logo-tag {
    font-size: 0.52rem;
    letter-spacing: 2.5px;
  }

  .logo-mark {
    width: 40px;
    height: 40px;
  }

  .brand-logo-nav {
    width: 132px;
    max-height: 36px;
  }

  .brand-logo-footer {
    width: 176px;
    max-height: 58px;
  }

  /* Hero */
  .hero {
    padding: 90px 5% 60px;
    min-height: auto;
    padding-top: calc(68px + 40px);
  }

  .hero-eyebrow {
    margin-bottom: 18px;
  }

  .eyebrow-pill {
    font-size: 0.65rem;
    padding: 5px 13px;
  }

  .hero-headline {
    font-size: clamp(2.4rem, 10vw, 3.5rem);
    letter-spacing: -0.5px;
    margin-bottom: 18px;
  }

  .hero-sub {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 28px;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    justify-content: center;
    padding: 15px 24px;
    font-size: 0.95rem;
  }

  .hero-metrics {
    width: 100%;
    max-width: 560px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 20px;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-metric {
    margin-right: 0;
    padding: 14px 12px;
    border-right: none;
    border-bottom: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    text-align: center;
  }

  .hero-metric:last-child {
    border-bottom: none;
  }

  .hm-val {
    font-size: clamp(1.3rem, 6vw, 1.7rem);
    white-space: normal;
  }

  .hm-label {
    white-space: normal;
    letter-spacing: 1px;
    font-size: 0.64rem;
  }

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

  /* Product sections */
  .product-hero {
    padding: 70px 5%;
    gap: 44px;
  }

  .product-hero h2.section-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .bot-screen {
    max-width: 100%;
  }

  .ht-body {
    font-size: 0.62rem;
  }

  .ht-grid-row {
    grid-template-columns: 64px 1fr 1fr 1fr;
  }

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

  .feature-list {
    gap: 10px;
  }

  .feature-item {
    padding: 12px 14px;
  }

  .fi-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  /* How it works */
  .how {
    padding: 40px 4%;
  }

  .how-header {
    margin-bottom: 36px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .step-card {
    padding: 0 5px;
  }

  .step-num {
    width: 56px;
    height: 56px;
    font-size: 1.25rem;
  }

  .step-highlight-bubble {
    margin-top: 24px;
    padding: 12px 14px;
  }

  .step-highlight-bubble p {
    font-size: 0.85rem;
  }

  /* Pricing */
  .pricing {
    padding: 40px 4%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 16px;
  }

  .pricing-grid .price-card:last-child {
    grid-column: auto;
    max-width: 100%;
  }

  .pricing-grid .price-card.featured {
    transform: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .price-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .plan-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .plan-name {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .plan-desc {
    font-size: 0.8rem;
  }

  .price-card--soon {
    min-height: 280px;
  }

  .plan-price-val {
    font-size: 2.3rem;
  }

  .plan-price-cur {
    font-size: 1.2rem;
    top: -10px;
  }

  .plan-feat {
    font-size: 0.8rem;
    padding: 4px 0;
  }

  .plan-features {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .btn-plan {
    padding: 12px 20px;
    font-size: 0.85rem;
  }

  /* Testimonials */
  .testimonials {
    padding: 40px 4%;
  }

  .test-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .test-card {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .test-video-wrap {
    margin-bottom: 14px;
    border-radius: 12px;
    aspect-ratio: 9 / 16;
    max-height: 68vh;
  }

  .video-modal-panel {
    width: 94vw;
    padding: 10px;
  }

  .video-modal-frame-wrap {
    aspect-ratio: 9 / 16;
    max-height: 72vh;
  }

  .test-video-play .material-symbols-outlined {
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
  }

  .test-text {
    font-size: 0.8rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }

  .test-author {
    gap: 10px;
  }

  .test-avatar {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }

  .test-name {
    font-size: 0.85rem;
  }

  /* FAQ */
  .faq {
    padding: 40px 4%;
  }

  .faq-question {
    font-size: 0.88rem;
    padding: 14px 0;
  }

  .faq-answer {
    font-size: 0.8rem;
    padding-bottom: 14px;
  }

  /* Final CTA */
  .final-cta {
    padding: 60px 5%;
  }

  .final-cta h2 {
    font-size: clamp(2rem, 9vw, 3rem);
    letter-spacing: -1px;
  }

  .final-cta p {
    font-size: 0.95rem;
  }

  .final-cta-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .final-cta-btns a {
    justify-content: center;
  }

  .final-note {
    flex-wrap: wrap;
    text-align: center;
    font-size: 0.72rem;
  }

  /* Footer */
  footer {
    padding: 50px 5% 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-grid>div:first-child {
    grid-column: auto;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-legal {
    flex-wrap: wrap;
    gap: 12px;
  }

  /* Section titles */
  h2.section-title {
    font-size: clamp(1.9rem, 7.5vw, 2.6rem);
    letter-spacing: -0.5px;
  }

  /* Section padding */
  .how,
  .testimonials,
  .faq,
  .pricing,
  .final-cta {
    padding-left: 5%;
    padding-right: 5%;
  }

  /* Reveal animations simpler on mobile */
  .reveal-left,
  .reveal-right {
    transform: translateY(20px);
  }

  .reveal-left.visible,
  .reveal-right.visible {
    transform: translateY(0);
  }
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   CONTACTO
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */
.contact {
  padding: 92px 6%;
  background: var(--navy-deepest);
}

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-header {
  max-width: 620px;
  margin-bottom: 56px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.contact-card {
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 26px;
}

.cc-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  letter-spacing: 0.5px;
  font-size: 1.05rem;
  font-weight: 800;
}

.cc-title .material-symbols-outlined {
  color: var(--cyan);
}

.cc-desc {
  margin-top: 10px;
  color: var(--silver);
  line-height: 1.7;
  font-weight: 300;
}

.cc-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.cc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 255, 136, 0.22);
  background: rgba(0, 255, 136, 0.06);
  color: var(--silver-light);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  font-weight: 700;
}

.cc-btn.primary {
  background: linear-gradient(135deg, var(--cyan), var(--cyan-mid));
  border-color: transparent;
  color: var(--navy-deepest);
  box-shadow: 0 10px 40px rgba(0, 255, 136, 0.25);
}

.cc-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 255, 136, 0.45);
}

.cc-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(197, 216, 234, 0.78);
  font-size: 0.78rem;
  background: rgba(255, 255, 255, 0.03);
}

.cc-pill .material-symbols-outlined {
  font-size: 18px;
  color: var(--green);
}

.contact-note {
  margin-top: 14px;
  background: rgba(1, 254, 3, 0.05);
  border: 1px solid rgba(1, 254, 3, 0.18);
  border-radius: 18px;
  padding: 18px 20px;
}

.cn-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 1px;
}

.cn-text {
  margin-top: 8px;
  color: var(--silver);
  line-height: 1.7;
  font-weight: 300;
  font-size: 0.9rem;
}

.cn-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--cyan);
  text-decoration: none;
  font-weight: 700;
}

.cn-link:hover {
  text-decoration: underline;
}

.contact-form {
  background: rgba(0, 8, 0, 0.92);
  border: 1px solid var(--cyan-border);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.cf-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.cf-label {
  font-size: 0.82rem;
  color: rgba(180, 230, 180, 0.85);
  letter-spacing: 0.4px;
}

.cf-input {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  color: var(--white);
  padding: 12px 14px;
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.cf-input:focus {
  border-color: rgba(1, 254, 3, 0.55);
  box-shadow: 0 0 0 4px rgba(1, 254, 3, 0.12);
}

.cf-textarea {
  resize: vertical;
  min-height: 120px;
}

.cf-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}

.cf-btn {
  border: 1px solid rgba(0, 255, 136, 0.22);
  background: rgba(0, 255, 136, 0.06);
  color: var(--silver-light);
  border-radius: 12px;
  padding: 13px 14px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.cf-btn.primary {
  background: linear-gradient(135deg, var(--cyan), var(--cyan-mid));
  border-color: transparent;
  color: var(--navy-deepest);
  box-shadow: 0 10px 40px rgba(0, 255, 136, 0.25);
}

.cf-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 255, 136, 0.45);
}

.cf-small {
  margin-top: 12px;
  font-size: 0.78rem;
  color: rgba(139, 168, 196, 0.7);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: 70px 5%;
  }

  .cc-actions,
  .cf-actions {
    grid-template-columns: 1fr;
  }

  .skip-intro {
    right: 16px;
    bottom: 16px;
  }
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   RESPONSIVE ??" SMALL MOBILE (???420px)
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */
@media (max-width: 420px) {
  .hero-headline {
    font-size: 2.2rem;
  }

  .hero-pillar-text strong {
    font-size: 0.88rem;
  }

  .hero-pillar-text span {
    font-size: 0.72rem;
  }

  .eyebrow-pill {
    font-size: 0.6rem;
    letter-spacing: 1.5px;
  }

  .logo-name {
    font-size: 1rem;
  }

  .step-num {
    width: 64px;
    height: 64px;
    font-size: 1.3rem;
  }

  .pricing-grid {
    padding: 0;
    gap: 14px;
  }

  .price-card {
    padding: 18px 14px;
  }
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   CHATBOT AURUS CLUB FX
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */
.chatbot-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.chatbot-fab {
  width: 62px;
  height: 62px;
  border: 1.5px solid var(--cyan-border);
  border-radius: 50%;
  background: var(--navy-deepest);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(1, 254, 3, 0.12), 0 10px 30px rgba(0, 0, 0, 0.6);
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.chatbot-fab:hover {
  transform: translateY(-2px) rotate(8deg);
  border-color: var(--cyan);
  box-shadow: 0 0 30px rgba(1, 254, 3, 0.3), 0 12px 35px rgba(0, 0, 0, 0.8);
}

.chatbot-widget.open .chatbot-fab {
  transform: scale(0.92);
  border-color: var(--cyan);
}

.chatbot-fab-icon {
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chatbot-fab-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(1, 254, 3, 0.4));
}

/* Menú de redes sociales flotante */
.chatbot-social-menu {
  position: absolute;
  bottom: 78px;
  /* Alineado sobre el FAB */
  right: 7px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1201;
}

.chatbot-widget.open .chatbot-social-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.social-bubble {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-bubble:hover {
  transform: scale(1.12) translateX(-4px);
}

.social-bubble svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.social-bubble.whatsapp svg {
  width: 30px;
  height: 30px;
}

/* Colores originales de las marcas */
.social-bubble.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-bubble.youtube {
  background: #ff0000;
}

.social-bubble.tiktok {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-bubble.whatsapp {
  background: #25d366;
}

.social-bubble.telegram {
  background: #0088cc;
}

/* Animaciones de aparición escalonada cuando está abierto */
.chatbot-widget.open .social-bubble:nth-child(1) {
  transition-delay: 0.05s;
}

.chatbot-widget.open .social-bubble:nth-child(2) {
  transition-delay: 0.1s;
}

.chatbot-widget.open .social-bubble:nth-child(3) {
  transition-delay: 0.15s;
}

.chatbot-widget.open .social-bubble:nth-child(4) {
  transition-delay: 0.2s;
}

.chatbot-fab-ping {
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 2px solid rgba(0, 212, 240, 0.32);
  animation: chatbotPing 2.2s ease-out infinite;
  pointer-events: none;
}

@keyframes chatbotPing {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .chatbot-widget {
    right: 16px;
    bottom: 16px;
  }

  .chatbot-fab {
    width: 56px;
    height: 56px;
  }

  .social-bubble {
    width: 44px;
    height: 44px;
  }

  .chatbot-social-menu {
    bottom: 70px;
    right: 6px;
    gap: 10px;
  }
}

/* ?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.?
   MEJORAS RESPONSIVE ADICIONALES
   ??" Espaciado adaptativo, hero sin ticker, m?vil m?s compacto
?.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.??.? */

/* Hero: al eliminarse el ticker, el padding-top cubre el nav */
.hero {
  padding-top: max(76px, 8vh);
  padding-bottom: max(40px, 6vh);
}

/* Reducir espacios muertos entre secciones en pantallas medianas */
@media (max-width: 1100px) {
  .hero {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 60px;
  }

  /* Tarjetas hero: centrar bloque completo bajo el texto */
  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 520px;
    margin: 36px auto 0;
    opacity: 1;
    animation: none;
  }

  .hero-cards-grid {
    width: 100%;
  }

  /* Copy conditions: m?s ancho en tablet */
  .copy-visual {
    max-width: 100%;
  }

  .copy-conditions-card {
    width: 100%;
  }

  /* Gr?fico de velas responsive */
  /* copy-renta-bars eliminado ??" ver mgc-chart-area */
}

/* ?"??"? M?"VIL (???768px) ?"??"? */
@media (max-width: 768px) {

  /* Hero compacto sin espacio muerto */
  .hero {
    padding-top: calc(68px + 32px);
    /* alto nav m?vil + respiro */
    padding-bottom: 48px;
    min-height: auto;
  }

  /* Tarjetas de servicios: apilar en m?vil */
  .hero-cards-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .hc-card--copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hc-card--bot {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .hc-card--academia {
    grid-column: 1;
    grid-row: 2;
  }

  .hc-card-inner {
    min-height: 160px;
  }

  .hc-card--bot .hc-card-inner {
    min-height: 332px;
  }

  /* Secci?n copy: columna ?nica bien centrada */
  .product-hero {
    flex-direction: column;
    padding: 60px 5%;
    gap: 36px;
  }

  .product-hero.reverse {
    flex-direction: column;
  }

  .copy-conditions-card {
    max-width: 100%;
  }

  /* copy-renta-bars eliminado ??" ver mgc-chart-area */

  .feature-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* Condiciones: texto m?s peque?o para caber en pantalla */
  .copy-cond-title {
    font-size: 0.9rem;
  }

  .copy-cond-item {
    padding: 10px 0;
  }

  .copy-cond-text {
    font-size: 0.83rem;
  }

  .copy-cond-line-detail {
    font-size: 0.8rem;
  }

  /* Pasos: columna ?nica, sin espacio lateral excesivo */
  .how {
    padding: 60px 5%;
  }

  .how-header {
    margin-bottom: 36px;
  }

  .steps-grid {
    gap: 28px;
  }

  .step-card {
    padding: 0 4px;
  }

  /* Servicios: tarjeta activa centrada */
  .pricing {
    padding: 60px 5%;
  }

  .pricing-header {
    margin-bottom: 40px;
  }

  .pricing-grid {
    gap: 16px;
    flex-direction: column;
  }

  .price-card--soon {
    min-height: 220px;
  }

  /* Testimonios sin m?rgenes excesivos */
  .testimonials {
    padding: 40px 5%;
  }

  .test-header {
    margin-bottom: 24px;
  }

  .test-grid {
    gap: 16px;
  }

  /* FAQ compacta */
  .faq {
    padding: 40px 5%;
  }

  .faq-header {
    margin-bottom: 24px;
  }

  .faq-item.open .faq-answer {
    max-height: 240px;
  }

  /* CTA final sin espacio muerto */
  .final-cta {
    padding: 50px 5%;
  }

  /* Contacto: campos a ancho completo */
  .contact {
    padding: 40px 5%;
  }

  .contact-header {
    margin-bottom: 24px;
  }

  .cf-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cc-actions {
    grid-template-columns: 1fr;
  }

  .cf-input,
  .cf-textarea {
    font-size: 1rem;
  }

  /* evita zoom en iOS */

  /* Footer m?s compacto */
  footer {
    padding: 32px 5% 16px;
  }
}

/* ?"??"? M?"VIL PEQUE?'O (???480px) ?"??"? */
@media (max-width: 480px) {

  /* Hero: tarjetas en columna ?nica */
  .hero-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hc-card--copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hc-card--bot {
    grid-column: 1;
    grid-row: 2;
  }

  .hc-card--academia {
    grid-column: 1;
    grid-row: 3;
  }

  .hc-card-inner {
    min-height: 150px !important;
  }

  .hc-card--bot .hc-card-inner {
    min-height: 150px !important;
  }

  /* Titulares m?s ajustados */
  .hero-headline {
    font-size: clamp(2rem, 9vw, 2.8rem);
    letter-spacing: -0.5px;
  }

  h2.section-title {
    font-size: clamp(1.75rem, 7vw, 2.3rem);
  }

  /* Botones hero en full width */
  .hero-btn-primary,
  .hero-btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 340px;
  }

  .hero-metric,
  .hero-metric:last-child {
    border-bottom: none;
  }

  /* Gr?fico de velas: menos velas en pantalla muy peque?a */
  /* copy-renta-bars eliminado ??" ver mgc-chart-area */

  /* Nav: logo m?s ajustado */
  .brand-logo-nav {
    width: 110px;
  }

  /* Ajuste global de padding lateral */
  .hero,
  .product-hero,
  .how,
  .pricing,
  .testimonials,
  .faq,
  .final-cta,
  .contact,
  footer {
    padding-left: 4%;
    padding-right: 4%;
  }
}






/* ==========================================================
   ESTILOS LOGO TRANSPARENTE E INTERACCION "CLICK AQUI"
   ========================================================== */
.brand-logo-nav {
  filter: drop-shadow(0 0 10px #01fe03) drop-shadow(0 0 22px rgba(1, 254, 3, 0.45));
  transition: all 0.3s ease;
  will-change: filter, transform;
}

nav .logo:hover .brand-logo-nav {
  filter: drop-shadow(0 0 18px #01fe03) drop-shadow(0 0 35px rgba(1, 254, 3, 0.85)) brightness(1.35);
  transform: scale(1.05);
}

.brand-logo-footer {
  max-width: 110px;
  max-height: 110px;
  filter: drop-shadow(0 0 14px #01fe03) drop-shadow(0 0 28px rgba(1, 254, 3, 0.35));
  transition: all 0.3s ease;
  will-change: filter, transform;
}

footer .logo:hover .brand-logo-footer {
  filter: drop-shadow(0 0 20px #01fe03) drop-shadow(0 0 45px rgba(1, 254, 3, 0.85)) brightness(1.35);
  transform: scale(1.05);
}