/* ============ BASE ============ */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #000;
}

/* =========================
   RESET DEL BLOQUE
   ========================= */
.hero-strip,
.hero-strip *,
.hero-strip *::before,
.hero-strip *::after {
  box-sizing: border-box;
}

/* =========================
   CONTENEDOR PRINCIPAL
   ========================= */
.hero-strip {
  width: 100%;
  padding: 20px 24px 10px;
  font-family: "Poppins", "Inter", sans-serif;
}

.hero-strip__inner {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: 36px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(251, 193, 5, 0.16);
  background:
    radial-gradient(circle at 15% 20%, rgba(251, 193, 5, 0.10), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(251, 193, 5, 0.06), transparent 30%),
    linear-gradient(135deg, #0a0a0a 0%, #101010 45%, #0a0a0a 100%);
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-strip__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.03) 18%,
      transparent 36%
    );
}

/* =========================
   CONTENIDO
   ========================= */
.hero-strip__content,
.hero-strip__actions {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero-strip__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(251, 193, 5, 0.08);
  border: 1px solid rgba(251, 193, 5, 0.16);
  color: #fbc105;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-strip__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 3vw, 4.4rem);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  max-width: 900px;
}

.hero-strip__title span {
  display: block;
  color: #fbc105;
}

.hero-strip__text {
  margin: 16px 0 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 0.95vw, 1.1rem);
  line-height: 1.45;
  font-weight: 500;
}

/* =========================
   BOTONES
   ========================= */
.hero-strip__actions {
  width: 100%;
  max-width: 300px;
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-strip__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.hero-strip__btn:hover {
  transform: translateY(-2px);
}

.hero-strip__btn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.hero-strip__btn--primary {
  background: linear-gradient(180deg, #ffd54a 0%, #fbc105 100%);
  color: #000000;
  box-shadow: 0 10px 24px rgba(251, 193, 5, 0.20);
}

.hero-strip__btn--primary:hover {
  box-shadow: 0 14px 30px rgba(251, 193, 5, 0.30);
}

.hero-strip__btn--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.hero-strip__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(251, 193, 5, 0.28);
}

/* =========================
   TABLET
   ========================= */
@media (max-width: 991px) {
  .hero-strip {
    padding: 16px 16px 8px;
  }

  .hero-strip__inner {
    padding: 24px 22px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-strip__title,
  .hero-strip__text {
    max-width: 100%;
  }

  .hero-strip__actions {
    max-width: 420px;
    justify-self: start;
  }
}

/* =========================
   MÓVIL
   ========================= */
@media (max-width: 767px) {
  .hero-strip {
    padding: 12px 12px 6px;
  }

  .hero-strip__inner {
    padding: 20px 16px 18px;
    border-radius: 18px;
    gap: 18px;
  }

  .hero-strip__badge {
    margin-bottom: 10px;
    padding: 7px 11px;
    font-size: 10px;
    letter-spacing: 0.07em;
  }

  .hero-strip__title {
    font-size: clamp(1.65rem, 8vw, 2.5rem);
    line-height: 0.98;
  }

  .hero-strip__text {
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .hero-strip__actions {
    max-width: 100%;
    gap: 10px;
  }

  .hero-strip__btn {
    min-height: 52px;
    padding: 13px 14px;
    border-radius: 14px;
    font-size: 13px;
  }
}

/* =========================
   MÓVIL PEQUEÑO
   ========================= */
@media (max-width: 420px) {
  .hero-strip {
    padding: 10px 10px 6px;
  }

  .hero-strip__inner {
    padding: 18px 14px 16px;
  }

  .hero-strip__title {
    font-size: 1.48rem;
  }

  .hero-strip__text {
    font-size: 0.9rem;
  }

  .hero-strip__btn {
    font-size: 12px;
  }
}

/* ========== TÍTULO RESULTADOS GRUPO VIP ========== */
.vip-results-title {
  background: #000;
  font-family: "Poppins", sans-serif;
}

.vip-text-block {
  text-align: center;
  padding: 8px 12px;
}

.vip-title {
  margin: 0;
  font-weight: 00;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.02;
  letter-spacing: 0.04em;
  font-size: clamp(4.1rem, 2.2vw, 7.1rem);
}

.vip-subtitle {
  margin-top: 6px;
  font-weight: 550;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(1rem, 2vw, 1rem);
  margin-bottom: 20px;
}

.vip-yellow {
  color: #fbc105;
}

.vip-white {
  color: #ffffff;
}

@media (max-width: 600px) {
  .vip-text-block {
    padding: 6px 10px;
  }

  .vip-title {
    font-size: 2.7rem;
    line-height: 1.04;
  }

  .vip-subtitle {
    font-size: 1.15rem;
    margin-top: 3px;
  }
}
/* ========== HERO (como tu captura) ========== */
.lp-hero-section{
  max-width: 1350px;
  margin: 0 auto;
  padding: 26px 20px 34px;
  display: flex;
  gap: 46px;

  /* 👇 para que no crezca raro */
  align-items: center;
}

/* VIDEO (grande 16:9) */
.lp-hero-video{
  flex: 2;           /* más ancho que la caja */
  display: flex;
  align-items: center;
}

.lp-hero-video-wrapper{
  width: 100%;
  aspect-ratio: 16 / 9; /* 1920x1080 */
  border-radius: 22px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 45px rgba(0,0,0,0.6);
}

.lp-hero-video-wrapper video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CAJA DORADA (ancha en horizontal, NO alta) */
.lp-hero-box{
  flex: 1.2; /* 👈 más ancha en horizontal */
  background: linear-gradient(180deg, #fbc105 0%, #f5b200 100%);
  border-radius: 28px;
  padding: 44px 46px;
  box-shadow: 0 20px 25px rgba(0,0,0,0.35);

  /* 👇 evita que se estire verticalmente */
  height: auto;
  min-height: 0;

  /* 👇 acomoda contenido sin “inflar” la caja */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* TEXTO */
.lp-hero-title{
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 14px 0;
  color: #0e0e0e;
}

.lp-hero-subtitle{
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.55;
  margin: 0 0 22px 0;
  color: #1c1c1c;
  text-transform: uppercase;
}

.lp-hero-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-hero-list li{
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.25rem;
  font-weight: 900;
  color: #111;
  margin-bottom: 18px;
}

/* BOTÓN */
.lp-whatsapp-btn-container{
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.lp-whatsapp-btn{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #128c7e;
  font-size: 1.05rem;
  font-weight: 900;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(0,0,0,0.28);
  transition: 0.2s ease;
}

.lp-whatsapp-btn:hover{
  transform: translateY(-2px);
  background: #128c7e;
  color: #fff;
}

.lp-wa-icon{
  width: 22px;
  height: 22px;
  display: inline-flex;
}

/* RESPONSIVE */
@media (max-width: 900px){
  .lp-hero-section{
    flex-direction: column;
    gap: 18px;
    padding: 18px 16px 28px;
  }

  .lp-hero-box{
    padding: 32px 22px;
  }

  .lp-hero-title{
    font-size: 2.4rem;
    text-align: center;
  }

  .lp-hero-subtitle{
    font-size: 1.05rem;
    text-align: center;
  }

  .lp-hero-list li{
    font-size: 1.12rem;
  }

  .lp-whatsapp-btn{
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }
}
.tradingview-widget-container {
  position: relative;
  top: -10px;
  background: transparent;
}

.tradingview-widget-copyright {
  display: none !important;
}


/* ====== SECCIÓN BOTÓN (SIN FONDO) ====== */
.vip-button-section{
  position: relative;
  padding: 56px 0 24px;
  margin: 0;
  text-align: center;
  overflow: hidden;
  background: transparent;
}

.vip-button-inner{
  position: relative;
  z-index: 1;
}

/* ====== ANIMACIONES ====== */
@keyframes pulso {
  0%   { transform: scale(1);    box-shadow: 0 0 10px rgba(255,192,7,.5); }
  50%  { transform: scale(1.05); box-shadow: 0 0 30px rgba(255,192,7,.8); }
  100% { transform: scale(1);    box-shadow: 0 0 10px rgba(255,192,7,.5); }
}

@keyframes shine {
  0%   { left: -75%; }
  100% { left: 125%; }
}

html { scroll-behavior: smooth; }

/* Sección */
.vip-button-section{
  padding: 20px 0 24px;
  text-align: center;
  background: transparent;
}

.vip-button-inner{ position: relative; }

/* PC/Móvil wrappers */
.boton-pc{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

.boton-movil{ 
  display: none;
}

/* BOTÓN (igual a la foto) */
.vip-btn-start{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 22px 78px;
  border-radius: 25px;

  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;

  color: #ffffff;

  /* base dorada + barrido claro a la derecha (como la foto) */
  background:
    radial-gradient(120% 120% at 82% 48%, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 55%),
    linear-gradient(90deg, #000000 0%, #b98400 38%, #fbc105 70%, #000000 100%);

  /* glow alrededor */
  box-shadow:
    0 0 0 1px rgba(5, 3, 3, 0.1) inset,
    0 0 50px rgba(251,193,5,0.35),
    0 0 12x rgba(0, 0, 0, 0.25);

  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
  overflow: hidden;
}

/* brillo que cruza */
.vip-btn-start::before{
  content:"";
  position:absolute;
  inset:0;
  left:-70%;
  width:55%;
  background: linear-gradient(
    120deg,
    #ffffff00 0%,
    rgba(255,255,255,0.55) 45%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-25deg);
  animation: vipShine 2.6s infinite;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.85;
}

/* pulso suave del glow (como en la foto) */
.vip-btn-start{
  animation: vipPulse 3.2s infinite;
}

@keyframes vipPulse{
  0%   { transform: scale(1);   }
  50%  { transform: scale(1.03); }
  100% { transform: scale(1);   }
}

@keyframes vipShine{
  0%   { left: -70%; }
  100% { left: 120%; }
}

.vip-btn-start:hover{
  transform: scale(1.06);
  filter: brightness(1.02);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.14) inset,
    0 24px 65px rgba(251,193,5,0.45),
    0 0 45px rgba(251,193,5,0.35);
}

/* Responsive */
@media (max-width: 767px){
  .boton-pc{ display:none; }
  .boton-movil{ display:flex; justify-content:center; }

  .vip-btn-start{
    font-size: 24px;
    padding: 16px 54px;
  }
}

/* ====== VIP TOP ====== */
.vip-top{
  position: relative;
  padding: 56px 0 24px;
  text-align: center;
  overflow: hidden;
}

/* Fondo sutil */
.vip-top::before{
  content:"";
  position:absolute;
  inset:-120px;
  background:
    radial-gradient(900px 340px at 50% 0%, rgba(0, 0, 0, 0.18), transparent 60%),
    radial-gradient(600px 260px at 70% 30%, rgba(0, 0, 0, 0.12), transparent 60%);
  pointer-events:none;
}

.vip-top__inner{
  position: relative;
  width: min(1100px, calc(100% - 26px));
  margin: 0 auto;
}

/* ====== CHEVRONS ====== */
.vip-chevrons{
  display: inline-flex;
  gap: 76px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transform: translateY(-24px);
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.45));
}

.vip-chevrons span{
  position: relative;
  width: 18px;
  height: 18px;

  border-right: 4px solid rgba(255,215,0,.95);
  border-bottom: 4px solid rgba(255,215,0,.95);
  transform: rotate(45deg);

  animation: vipChevronWave 2.2s cubic-bezier(.4,0,.2,1) infinite;
  opacity: .85;
}

/* Capa glow suave */
.vip-chevrons span::after{
  content:"";
  position:absolute;
  inset:-6px;
  border-right: 4px solid rgba(255,215,0,.35);
  border-bottom: 4px solid rgba(255,215,0,.35);
  transform: rotate(45deg);
  filter: blur(7px);
  opacity: .7;
}

/* Desfase elegante */
.vip-chevrons span:nth-child(1){ animation-delay: 0s; }
.vip-chevrons span:nth-child(2){ animation-delay: .18s; opacity:.7; }
.vip-chevrons span:nth-child(3){ animation-delay: .36s; opacity:.55; }
.vip-chevrons span:nth-child(4){ animation-delay: .54s; opacity:.4; }

@keyframes vipChevronWave{
  0%{
    transform: translateY(-6px) rotate(45deg);
    opacity: .25;
  }
  30%{ opacity: .9; }
  60%{
    transform: translateY(8px) rotate(45deg);
    opacity: .85;
  }
  100%{
    transform: translateY(16px) rotate(45deg);
    opacity: .25;
  }
}

/* ====== TÍTULO ====== */
.vip-top__title{
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: .02em;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: clamp(22px, 2.6vw, 40px);
  color: rgba(255,255,255,.94);
  text-shadow: 0 18px 34px rgba(0,0,0,.45);
}

.vip-top__gold{
  background: linear-gradient(
    90deg,
    rgba(255,215,0,.95),
    rgba(255,140,0,.92)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ====== MÓVIL ====== */
@media (max-width: 767px){
  .vip-top{
    padding: 46px 0 18px;
  }
  .vip-chevrons{
    gap: 30px;
    margin-bottom: 24px;
    transform: translateY(-18px);
  }
  .vip-chevrons span{
    width: 16px;
    height: 16px;
  }
}

/* Respeta reduce motion */
@media (prefers-reduced-motion: reduce){
  .vip-chevrons span{
    animation: none;
  }
}

/* ========== MOCKUP PC + MÓVIL (FIX COMPLETO) ========== */

/* ====== PC / TABLET (MISMAS MEDIDAS QUE PASASTE) ====== */
.mockup-pc {
  display: block;
  position: relative;
  width: 675px;
  height: 648px;
  margin: 20px auto 60px;
}

.mockup-pc img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.mockup-pc video {
  position: absolute;
  top: 80px;
  left: 218px;
  width: 245px;
  height: 500px;
  border-radius: 18px;
  object-fit: cover;
  z-index: 1;
}

/* ✅ PC GRANDE: para que no se vea pequeño en pantallas grandes */
@media (min-width: 1200px){
  .mockup-pc{
    transform: scale(1.4);      /* puedes subir a 1.2 si quieres */
    transform-origin: top center;
    margin: -60px auto 90px;      /* compensa el scale para que no pise abajo */
  }
}

/* ====== MÓVIL (FULL-BLEED + SIN SOLAPES) ====== */
.mockup-movil { display: none; }

/* ====== MÓVIL (FULL-BLEED + SIN SOLAPES) ====== */
.mockup-movil { display: none; }

@media (max-width: 767px) {
  .mockup-pc { display: none; }

  .mockup-movil{
    display: block !important;
    position: relative !important;

    /* rompe max-width del contenedor padre */
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    /* ✅ aquí lo haces más grande SIN descuadrar */
    --mockup-size: 1.45; /* prueba 1.35 / 1.45 / 1.55 */

    transform: scale(var(--mockup-size)) !important;
    transform-origin: top center !important;

    /* ✅ reserva altura real (compensa el scale) */
    padding-bottom: calc((648 / 675) * 100vw);

    /* posicionamiento vertical */
    margin-top: -60px !important;
    margin-bottom: 170px !important;

    filter: drop-shadow(0 26px 52px rgba(0,0,0,.32)) !important;

    /* hueco del “screen” (CLAVADO) */
    --screen-top: 12.35%;
    --screen-left: 32.30%;
    --screen-w: 36.30%;
    --screen-h: 77.16%;
    --screen-radius: 18px;
  }

  .mockup-movil img{
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    z-index: 2 !important;
    pointer-events: none !important;

    /* ✅ quitamos transform aquí para que no descuadre */
    transform: none !important;
  }

  .mockup-movil .pantalla{
    position: absolute !important;
    top: var(--screen-top) !important;
    left: var(--screen-left) !important;
    width: var(--screen-w) !important;
    height: var(--screen-h) !important;
    border-radius: var(--screen-radius) !important;
    overflow: hidden !important;
    z-index: 1 !important;

    /* ✅ quitamos transform aquí para que el hueco sea exacto */
    transform: none !important;
  }

  .mockup-movil .pantalla video{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}

:root{
  --gold: #FBC105;
  --gold2: #ffd24a;
  --gold3: #fff0a8;
  --goldGlow: rgba(251,193,5,.24);

  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.72);

  --cardBg1: rgba(14,14,22,.82);
  --cardBg2: rgba(7,7,12,.94);

  --line: rgba(255,255,255,.10);
  --lineGold: rgba(251,193,5,.34);

  --shadowA: 0 22px 60px rgba(0,0,0,.62);
  --shadowB: 0 14px 34px rgba(0,0,0,.45);

  --rCard: 24px;
}

.stats-shell{
  /*position relative lo he quitado*/
  padding: clamp(90px, 8vw, 130px) clamp(16px, 3vw, 42px) clamp(56px, 5vw, 80px);
  margin-top: 0px; 
  color: var(--text);
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  overflow: visible; 
  isolation: isolate;
  z-index: 3; 
}
.stats-shell::before{
  content:"";
  position:absolute;
  inset:-140px;
  background:
    radial-gradient(circle at 50% 8%, rgba(251,193,5,.05), transparent 20%),
    radial-gradient(circle at 20% 80%, rgba(251,193,5,.03), transparent 24%),
    radial-gradient(circle at 80% 80%, rgba(251,193,5,.03), transparent 24%);
  pointer-events:none;
  z-index:-2;
}

.stats-shell::after{
  content:"";
  position:absolute;
  inset:0;
  background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .10;
  mix-blend-mode: overlay;
  pointer-events:none;
  z-index:-1;
}

.stats-inner{
  max-width: 1240px;
  margin: 0 auto;
}

/* ================= HEADER ================= */
.stats-header{
  text-align: center;
  margin: 0 auto clamp(34px, 4vw, 52px);
  max-width: 860px;
  padding-top: 24px;
}

.stats-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: .58rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(251,193,5,.48);
  background: rgba(0,0,0,.42);
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
  color: var(--gold);
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
  font-size: .72rem;
}

.stats-title{
  margin: 18px 0 12px;
  display:flex;
  flex-direction:column;
  gap: .34rem;
  line-height: .98;
  text-shadow: 0 14px 34px rgba(0,0,0,.46);
}

.stats-title-strong{
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff7d8 0%, var(--gold2) 45%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stats-title-light{
  font-size: clamp(1.2rem, 2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255,255,255,.80);
}

.stats-subtitle{
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(.95rem, 1.08vw, 1.05rem);
  line-height: 1.7;
  font-weight: 600;
  color: rgba(255,255,255,.66);
}

/* ================= PC ================= */
.stats-section-pc{
  position: relative;
  display:block;
}

.stats-container-pc{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
}

.stat-item-pc{
  position: relative;
  border-radius: var(--rCard);
  padding: 4.1rem 2rem 2rem;
  min-height: 220px;
  text-align: center;

  background:
    radial-gradient(120% 140% at 20% 0%, rgba(251,193,5,.14) 0%, transparent 42%),
    radial-gradient(100% 120% at 100% 100%, rgba(37,52,120,.10) 0%, transparent 45%),
    linear-gradient(180deg, var(--cardBg1), var(--cardBg2));

  border: 1px solid var(--line);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.025) inset,
    var(--shadowA);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transform: translateY(0);
  opacity: 0;
  animation: statIn .65s ease-out forwards;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease,
    filter .25s ease;
}

.stat-item-pc:nth-child(1){ animation-delay:.04s; }
.stat-item-pc:nth-child(2){ animation-delay:.14s; }
.stat-item-pc:nth-child(3){ animation-delay:.24s; }

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

.stat-item-pc::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(251,193,5,.18),
    transparent 28%,
    transparent 70%,
    rgba(255,255,255,.03)
  );
  opacity: .8;
  pointer-events:none;
}

.stat-item-pc::after{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% -12%, rgba(251,193,5,.18), transparent 36%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events:none;
}

.stat-item-pc:hover{
  transform: translateY(-8px);
  border-color: var(--lineGold);
  box-shadow:
    0 0 0 1px rgba(251,193,5,.14) inset,
    0 28px 70px rgba(0,0,0,.78),
    0 0 28px rgba(251,193,5,.08);
  filter: saturate(1.04);
}

.stat-item-pc:hover::after{
  opacity: 1;
}

/* Icon bubble */
.stat-icon-wrap-pc{
  position:absolute;
  top:-30px;
  left:50%;
  transform: translateX(-50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.52) 0%, rgba(255,255,255,0) 34%),
    radial-gradient(circle at 35% 10%, var(--gold3) 0%, var(--gold) 48%, #4a3300 100%);
  box-shadow:
    0 0 0 3px rgba(0,0,0,.92),
    0 0 20px rgba(251,193,5,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index: 2;
}

.stat-icon-pc{
  width: 40px;
  height: 40px;
  stroke: #1a1200;
  fill: none;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}

.stat-item-pc:nth-child(2) .stat-icon-pc circle{
  stroke: none !important;
  fill: #1a1200 !important;
}

.stat-item-pc:nth-child(2) .stat-icon-pc text{
  paint-order: stroke fill;
  stroke: rgba(0,0,0,.35);
  stroke-width: 1px;
}

.stat-item-pc:nth-child(3) .stat-icon-pc path{
  stroke-width: 3.2;
}

.stat-number-pc{
  margin-top: 0.5rem;
  margin-bottom: 0.9rem;
  font-size: clamp(2.25rem, 2.8vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  color: var(--gold);
  letter-spacing: -.01em;
  text-shadow: 0 8px 22px rgba(0,0,0,.75);
}

.stat-tag-pc{
  display:inline-flex;
  align-items:center;
  gap: .45rem;
  padding: .36rem .92rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe27a, var(--gold));
  color: #111;
  font-size: .99rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  box-shadow: 0 10px 22px rgba(0,0,0,.26);
}

.stat-tag-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff453a;
  box-shadow: 0 0 0 4px rgba(255,69,58,.22);
}

.stat-text-pc{
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 1.5;
  color: rgba(255,255,255,.84);
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

/* Tablet */
@media (max-width: 1024px){
  .stats-shell{
    padding-top: 30px;
  }

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

  .stat-item-pc:last-child{
    grid-column: 1 / -1;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Mobile */
.stats-section-mobile{
  display:none;
}

@media (max-width: 700px){
  .stats-shell::before{
    inset: -80px;
    background:
      radial-gradient(circle at 50% 0%, rgba(251,193,5,.05), transparent 22%),
      radial-gradient(circle at 20% 80%, rgba(251,193,5,.02), transparent 20%),
      radial-gradient(circle at 80% 80%, rgba(251,193,5,.02), transparent 20%);
  }

  .stats-shell::after{
    opacity: .05;
  }
}

@media (max-width: 700px){
  .stats-shell{
    padding: 0rem 1rem 3rem;
  }

  .stats-header{
    margin-bottom: 1.8rem;
  }

  .stats-kicker{
    font-size: .63rem;
    letter-spacing: .16em;
    padding: .48rem .9rem;
  }

  .stats-title{
    margin: 14px 0 10px;
    gap: .28rem;
  }

  .stats-title-strong{
    font-size: 2.25rem;
  }

  .stats-title-light{
    font-size: 1rem;
    letter-spacing: .09em;
  }

  .stats-subtitle{
    font-size: .92rem;
    line-height: 1.62;
    color: rgba(255,255,255,.74);
  }

  .stats-section-pc{
    display:none;
  }

  .stats-section-mobile{
    display:block;
  }

  .stats-mobile-list{
    display:flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.25rem;
  }

  .stat-card-mobile{
    position: relative;
    border-radius: 20px;
    padding: 1.25rem 1rem 1.15rem;
    background:
      radial-gradient(120% 120% at 18% 0%, rgba(251,193,5,.13) 0%, transparent 42%),
      linear-gradient(180deg, var(--cardBg1), var(--cardBg2));
    border: 1px solid rgba(255,255,255,.09);
    box-shadow:
      0 0 0 1px rgba(255,255,255,.02) inset,
      var(--shadowB);
    text-align:center;
    overflow: hidden;
  }

  .stat-top-mobile{
    display:flex;
    flex-direction: column;
    align-items:center;
    gap: .65rem;
    margin-bottom: .45rem;
  }

  .stat-icon-wrap-mobile{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background:
      radial-gradient(circle at 30% 20%, rgba(255,255,255,.48) 0%, rgba(255,255,255,0) 35%),
      radial-gradient(circle at 35% 10%, var(--gold3) 0%, var(--gold) 48%, #4a3300 100%);
    box-shadow:
      0 0 0 2px rgba(0,0,0,.92),
      0 0 14px rgba(251,193,5,.48);
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .stat-icon-mobile{
    width: 32px;
    height: 32px;
    stroke: #1a1200;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: geometricPrecision;
  }

  .stat-card-mobile:nth-child(2) .stat-icon-mobile circle{
    stroke: none !important;
    fill: #1a1200 !important;
  }

  .stat-number-mobile{
    font-size: 1.95rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1.5;
    text-shadow: 0 8px 18px rgba(0,0,0,.72);
  }

  .stat-number-mobile--money{
    font-size: 1.8rem;
  }

  .stat-tag-mobile{
    display:inline-block;
    margin-bottom: .42rem;
    padding: .28rem .8rem;
    border-radius: 999px;
    font-size: .98rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
    background: linear-gradient(135deg, #ffe27a, var(--gold));
    box-shadow: 0 10px 20px rgba(0,0,0,.24);
  }

  .stat-text-mobile{
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 650;
    color: rgba(255,255,255,.84);
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .stat-item-pc{
    animation:none;
    transform:none;
    opacity:1;
  }

  .stat-item-pc:hover{
    transform:none;
  }
}

/* =========================
   PLANES (DEFINITIVO)
========================= */

/* Evita desplazamiento lateral por sombras/glows */
html, body{
  max-width: 100%;
  overflow-x: hidden;
}

/* Para que padding/width no rompan */
*, *::before, *::after{
  box-sizing: border-box;
}

/* Ajusta esto si tienes header fijo */
#planes{
  scroll-margin-top: 120px;
}

/* Sección (en móvil evita “bordes” laterales) */
.planes-section{
  width: 100%;
}

/* CONTENEDOR */
.container-pc{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:40px;
  max-width:1300px;
  margin:60px auto;
  padding: 0; /* en desktop no hace falta */
}

/* ===== Card base ===== */
.paquete{
  flex: 0 0 520px;
  max-width: 520px;
  width: 520px;

  background: linear-gradient(145deg,#1e1e2f,#2c2c42);
  border-radius:25px;
  padding:25px 30px 35px;

  color:#fff;
  text-align:center;
  position:relative;
  overflow:hidden;

  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;

  box-shadow:
    0 0 15px #fbc105,
    0 0 25px #fbc105,
    inset 0 0 30px rgba(255,255,255,.10);
}

.paquete:hover{
  transform: translateY(-12px);
  box-shadow:
    0 0 25px #ffd54f,
    0 0 40px #ffd54f,
    inset 0 0 50px rgba(255,255,255,.20);
}

/* PRO / VIP */
.paquete--vip{
  border: 1px solid rgba(255,215,0,.80);
  box-shadow:
    0 0 20px #ffd54f,
    0 0 45px #ffd54f,
    inset 0 0 40px rgba(255,255,255,.18);
  transform: translateY(-4px);
}

.paquete--vip:hover{
  transform: translateY(-14px) scale(1.01);
}

/* Imagen (PC) */
.paquete img{
  width:480px;
  height:480px;
  object-fit:contain;
  display:block;
  margin: -30px auto 10px;

  filter: drop-shadow(0 0 8px #ffc107);
  transition: filter .3s ease, transform .3s ease;
}

.paquete:hover img{
  filter: drop-shadow(0 0 15px #ffd54f);
}

/* Título (PC) */
.paquete h3{
  font-family:'Poppins',sans-serif;
  font-weight:800;
  font-size:50px;
  text-transform:uppercase;
  letter-spacing:2px;
  margin: -20px 0 4px 0;

  color:#ffc107;
  text-shadow: 0 0 4px #ffca28;
}

.paquete h2{
  font-family:'Poppins',sans-serif;
  font-weight:800;
  font-size:20px;
  text-transform:uppercase;
  letter-spacing:2px;
  margin: -20px 0 4px 0;

  color:#ffc107;
  text-shadow: 0 0 4px #ffca28;
}
/* Precio */
.paquete p{
  font-weight:700;
  font-size:46px;
  margin: 8px 0 30px 0;
  color:#7CFC00;
  text-shadow:
    0 0 6px rgba(124,252,0,.8),
    0 0 18px rgba(124,252,0,.55),
    0 0 34px rgba(124,252,0,.35);
}

/* Lista */
.paquete ul{
  list-style:none;
  padding:0;
  margin: 0 0 35px 0;
  font-size:17px;
  line-height:1.6;
  color:#eee;
  text-align:left;
}

.paquete ul li{
  position:relative;
  padding-left:30px;
  margin-bottom:18px;
  font-weight:600;
}

.paquete ul li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:2px;
  color:#ffd54f;
  font-weight:900;
  font-size:20px;
}

/* Botón */
.paquete a{
  background: linear-gradient(135deg, #ffb300, #ffca28);
  color:#2e2e2e;
  font-weight:800;
  padding:16px 50px;
  border-radius:50px;
  text-decoration:none;
  font-size:16px;
  letter-spacing: .5px;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  box-shadow: 0 6px 18px rgba(255,193,7,.5);
  transition: all .25s ease;

  position: relative;
  overflow: hidden;
}

.paquete a:hover{
  background: linear-gradient(135deg,#fff176,#ffd54f);
  box-shadow: 0 10px 30px rgba(255,241,118,.8);
  transform: translateY(-2px) scale(1.03);
}

.paquete a:active{
  transform: scale(0.96);
  box-shadow: 0 3px 10px rgba(255,193,7,.4);
}

.paquete a::before{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transition: .6s;
}

.paquete a:hover::before{
  left: 100%;
}

/* =========================
   MÓVIL (Centrado REAL + sin bordes)
========================= */
@media (max-width: 768px){

  /* la sección mete padding, el card ya ocupa 100% dentro */
  .planes-section{
    padding: 0 14px;
  }

  .container-pc{
    flex-direction: column;
    align-items: center;
    gap: 22px;

    width: 100%;
    max-width: 100%;
    margin: 24px auto 40px;
    padding: 0; /* ya lo da planes-section */
  }

  /* ✅ esto es la clave para que NO se vean bordes */
  .paquete{
    width: 100%;
    max-width: 100%;
    flex: none;
    margin: 0 auto;

    padding: 24px 16px 26px;
    border-radius: 22px;
  }

  .paquete img{
    width: min(540px, 100%);
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto 0.5%;
    display:block;

    /* sube un pelín sin romper */
    transform: translateY(-8px);
  }

  .paquete h3{
    font-size: 32px;
    margin: 0 0 6px 0;
    transform: translateY(-8px);
  }

  .paquete p{
    font-size: 38px;
    margin: 6px 0 18px 0;
  }

  .paquete ul{
    font-size: 15.5px;
    margin-bottom: 22px;
    padding: 0 6px; /* para que el texto no pegue al borde */
  }

  .paquete ul li{
    margin-bottom: 12px;
    padding-left: 26px;
  }

  .paquete ul li::before{
    font-size: 18px;
  }

  .paquete a{
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 12px 28px;
    font-size: 15px;
  }
}

/* =========================
   BENEFITS SECTION
========================= */
.benefits-section {
  /* Variables locales (fácil de ajustar) */
  --bg-1: #151521;
  --bg-2: #050509;
  --bg-3: #000;
  --text: #fff;
  --muted: #d6d6d6;
  --muted-2: #e5e5e5;

  --accent: #fbc105;
  --accent-2: #ffd86b;

  --card-border: rgba(255, 255, 255, 0.06);
  --card-shadow: 0 14px 35px rgba(0, 0, 0, 0.65);

  background: radial-gradient(circle at top, var(--bg-1) 0, var(--bg-2) 55%, var(--bg-3) 100%);
  padding: 80px 20px;
  color: var(--text);
}

.benefits-inner {
  max-width: 1300px;
  margin: 0 auto;
}

/* =========================
   HEADER
========================= */
.benefits-header {
  text-align: center;
  margin-bottom: 60px;
}

.benefits-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(251, 193, 5, 0.35);
  color: var(--accent);
  background: rgba(0, 0, 0, 0.6);
  margin: 0 0 16px;
}

.benefits-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 14px;
}

.benefits-subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

/* =========================
   LAYOUT
========================= */
.benefits-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}

.benefits-col {
  flex: 1 1 320px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Centro fijo en desktop, flexible en móvil */
.benefits-center {
  flex: 0 0 360px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* =========================
   CARDS
========================= */
.benefit-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 22px 24px;
  text-align: left;
  border: 1px solid var(--card-border);
  box-shadow: 0 0 0 1px rgba(251, 193, 5, 0.1), var(--card-shadow);
  background: radial-gradient(circle at top left,
              rgba(251, 193, 5, 0.09) 0,
              rgba(255, 255, 255, 0.02) 45%,
              rgba(255, 255, 255, 0.01) 100%);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
              rgba(251, 193, 5, 0.18),
              transparent 35%,
              transparent 65%,
              rgba(251, 193, 5, 0.12));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 0 1px rgba(251, 193, 5, 0.6), 0 18px 40px rgba(0, 0, 0, 0.85);
  border-color: rgba(251, 193, 5, 0.65);
  background: radial-gradient(circle at top left,
              rgba(251, 193, 5, 0.18) 0,
              rgba(0, 0, 0, 0.7) 55%);
}

.benefit-card:hover::before {
  opacity: 0.6;
}

.benefit-icon {
  font-size: 40px;
  margin: 0 0 14px;
  transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.15) translateY(-2px);
}

.benefit-title {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #fff;
}

.benefit-title span {
  color: var(--accent);
}

.benefit-text {
  margin: 0;
  color: #f3f3f3;
  font-size: 15px;
  line-height: 1.7;
}

.benefit-highlight {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: var(--accent-2);
}

/* =========================
   PHOTO / MENTOR
========================= */
.benefit-photo {
  position: relative;
  width: 100%;
  max-height: 520px;
  border-radius: 22px;
  padding: 3px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--accent), transparent, var(--accent));
  box-shadow: 0 0 40px rgba(251, 193, 5, 0.35);
}

.benefit-photo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 514px;
  object-fit: cover;
  border-radius: 20px;
  transform: scale(1.02);
  transition: transform 0.4s ease;
}

.benefit-photo:hover img {
  transform: scale(1.06);
}

.benefit-mentor {
  text-align: center;
  max-width: 360px;
}

.mentor-name {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 4px;
}

.mentor-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted-2);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .benefits-title { font-size: 28px; }
  .benefits-grid { gap: 30px; }
  .benefits-center { flex: 0 0 320px; }
}

@media (max-width: 768px) {
  .benefits-section { padding: 60px 18px; }
  .benefits-header { margin-bottom: 40px; }

  .benefits-title { font-size: 24px; }
  .benefits-subtitle { font-size: 14px; }

  .benefits-grid {
    flex-direction: column;
    gap: 26px;
  }

  .benefit-card { padding: 18px 18px 20px; }
  .benefit-title { font-size: 20px; }
  .benefit-text { font-size: 14px; }

  .benefit-photo { max-width: 400px; margin: 0 auto; }
  .benefit-photo img { max-height: 380px; }

  .mentor-name { font-size: 18px; }
  .mentor-text { font-size: 13px; }
}

@media (max-width: 480px) {
  .benefits-title { font-size: 22px; }
  .benefit-photo { max-width: 340px; }
}

body{
  margin:0;
  background:#000;
  font-family:'Assistant',sans-serif;
  color:#fff;
  overflow-x:hidden;
}

/* =====================
   TÍTULO
===================== */
.mega-title{
  text-align:center;
  margin:55px 0 45px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:3px;
}
.mega-title span{ display:block; position:relative; }

.title-top{
  font-size:3.4rem;
  color:#FBC105;
  text-shadow:
    0 0 6px rgba(251,193,5,.55),
    0 0 14px rgba(251,193,5,.35),
    0 0 24px rgba(251,193,5,.18);
}

.title-bottom{
  font-size:2rem;
  margin-top:8px;
  color:#fff;
  text-shadow:0 0 4px rgba(255,255,255,.35);
}
.title-bottom::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-12px;
  transform:translateX(-50%);
  width:60%;
  height:3px;
  background:linear-gradient(90deg,transparent,#FBC105,transparent);
  border-radius:20px;
  box-shadow:0 0 10px rgba(251,193,5,.35);
}

/* =====================
   CARRUSEL (DESKTOP)
===================== */
.tv-carousel{
  width:95vw;
  max-width:1900px;
  margin:0 auto 60px;
  position:relative;
  --side-offset: clamp(260px, 22vw, 420px);
}

.tv-carousel__viewport{
  height:720px;
  position:relative;
  overflow:hidden;
}

.tv-carousel__track{
  position:absolute;
  inset:0;
  perspective:1200px;
}

/* Por defecto: ocultos (slots los hacen visibles) */
.tv-carousel__item{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(.85);
  opacity:0;
  pointer-events:none;
  transition:transform .6s ease, opacity .6s ease;
  z-index:1;
}

.tv-carousel__item video{
  width:360px;
  height:640px;
  border-radius:20px;
  object-fit:cover;
  background:#000;
  box-shadow:0 0 16px rgba(251,193,5,.45);
}

/* ✅ FALLBACK si el JS no cargase: muestra 3 por defecto */
.tv-carousel__item:nth-child(1){ opacity:.75; pointer-events:auto; }
.tv-carousel__item:nth-child(2){ opacity:1; pointer-events:auto; }
.tv-carousel__item:nth-child(3){ opacity:.75; pointer-events:auto; }

/* Slots visibles (manda esto cuando el JS aplica clases) */
.tv-carousel__item.is-left{
  transform:translate(calc(-50% - var(--side-offset)),-50%) scale(.92) rotateY(14deg);
  opacity:.75;
  pointer-events:auto;
  z-index:2;
}

.tv-carousel__item.is-active{
  transform:translate(-50%,-50%) scale(1.05);
  opacity:1;
  pointer-events:auto;
  z-index:3;
}

.tv-carousel__item.is-right{
  transform:translate(calc(-50% + var(--side-offset)),-50%) scale(.92) rotateY(-14deg);
  opacity:.75;
  pointer-events:auto;
  z-index:2;
}

/* Botones */
.tv-carousel__btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:60px;
  height:60px;
  border-radius:50%;
  border:none;
  background:#FBC105;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 0 16px rgba(251,193,5,.8);
  z-index:10;
  user-select:none;
}
.tv-carousel__btn--left{ left:30px; }
.tv-carousel__btn--right{ right:30px; }

.tv-carousel__btn svg{
  width:26px;
  height:26px;
  fill:#000;
}

/* =====================
   MÓVIL (scroll-snap)
===================== */
@media (max-width:768px){
  .mega-title{ margin:35px 0 28px; }
  .title-top{ font-size:2.2rem; }
  .title-bottom{ font-size:1.3rem; }

  .tv-carousel__viewport{
    height:auto;
    overflow:visible;
  }

  .tv-carousel__track{
    position:static;
    display:flex;
    gap:16px;
    overflow-x:auto;
    padding:10px 14px 20px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling: touch;
    perspective:none;
  }

  /* 🔥 Apagamos ABSOLUTO + slots en móvil (da igual si hay clases) */
  .tv-carousel__item,
  .tv-carousel__item:nth-child(1),
  .tv-carousel__item:nth-child(2),
  .tv-carousel__item:nth-child(3),
  .tv-carousel__item.is-left,
  .tv-carousel__item.is-active,
  .tv-carousel__item.is-right{
    position:static;
    transform:none;
    opacity:1;
    pointer-events:auto;
    flex:0 0 80%;
    scroll-snap-align:center;
    z-index:auto;
  }

  .tv-carousel__item video{
    width:100%;
    height:auto;
    max-height:520px;
  }

  .tv-carousel__btn{ display:none; }
}

.vip-footer {
  position: relative;
  margin-top: 70px;
  padding: 50px 20px 22px;
  background: #000;
  border-top: 1px solid rgba(251, 193, 5, 0.08);
}

.vip-footer__wrap {
  max-width: 1380px;
  margin: 0 auto;
}

.vip-footer__top {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
}

.vip-footer__badge,
.vip-terms__badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(251, 193, 5, 0.18);
  background: rgba(251, 193, 5, 0.05);
  color: #fbc105;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vip-footer__title {
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.9rem);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  max-width: 760px;
}

.vip-footer__title span {
  color: #fbc105;
}

.vip-footer__text {
  margin: 0;
  max-width: 620px;
  color: rgba(255,255,255,.72);
  font-size: 0.98rem;
  line-height: 1.7;
}

.vip-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.vip-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all .25s ease;
}

.vip-footer__btn--gold {
  color: #050505;
  background: linear-gradient(135deg, #fbc105 0%, #ffd84a 55%, #e0aa00 100%);
  box-shadow: 0 10px 26px rgba(251,193,5,.14);
}

.vip-footer__btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(251,193,5,.18);
}

.vip-footer__btn--ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02);
}

.vip-footer__btn--ghost:hover {
  color: #fbc105;
  border-color: rgba(251,193,5,.28);
  transform: translateY(-2px);
}

.vip-footer__side {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px;
  align-content: center;
}

.vip-footer__quick-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 14px;
  text-decoration: none;
  color: rgba(255,255,255,.84);
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
  transition: all .25s ease;
}

.vip-footer__quick-link:hover {
  color: #fbc105;
  border-color: rgba(251,193,5,.22);
  background: rgba(251,193,5,.04);
}

.vip-footer__social-strip {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 24px 0 18px;
}

.vip-footer__social {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  transition: all .25s ease;
}

.vip-footer__social:hover {
  color: #fbc105;
  border-color: rgba(251,193,5,.28);
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(251,193,5,.08);
}

.vip-footer__social svg {
  width: 22px;
  height: 22px;
}

.vip-footer__bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.vip-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.vip-footer__bottom-links a {
  color: rgba(255,255,255,.68);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: color .25s ease;
}

.vip-footer__bottom-links a:hover {
  color: #fbc105;
}

.vip-footer__copy {
  margin: 0;
  color: rgba(255,255,255,.48);
  font-size: 0.88rem;
}

/* MODAL */
.vip-terms {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s ease;
}

.vip-terms:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vip-terms__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(6px);
}

.vip-terms__modal {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  max-height: 84vh;
  overflow-y: auto;
  padding: 28px 22px 22px;
  border-radius: 22px;
  border: 1px solid rgba(251,193,5,.16);
  background: #0b0b0b;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}

.vip-terms__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  transition: .25s ease;
}

.vip-terms__close:hover {
  color: #fbc105;
  border-color: rgba(251,193,5,.28);
  transform: rotate(90deg);
}

.vip-terms__modal h3 {
  margin: 16px 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

.vip-terms__content p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.78);
  font-size: 0.98rem;
  line-height: 1.75;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .vip-footer__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vip-footer__side {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .vip-footer {
    margin-top: 55px;
    padding: 40px 16px 20px;
  }

  .vip-footer__title {
    font-size: clamp(1.8rem, 10vw, 3rem);
    line-height: 1;
  }

  .vip-footer__actions {
    flex-direction: column;
  }

  .vip-footer__btn {
    width: 100%;
    min-width: 100%;
  }

  .vip-footer__side {
    grid-template-columns: 1fr 1fr;
  }

  .vip-footer__social-strip {
    flex-wrap: wrap;
    gap: 12px;
  }

  .vip-footer__social {
    width: 50px;
    height: 50px;
  }

  .vip-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .vip-footer__bottom-links {
    gap: 14px;
  }
}

.cert-section {
  position: relative;
  overflow: hidden;
  padding: 90px 20px;
  background:
    linear-gradient(180deg, #000 0%, #050505 100%);
}

.cert-section__container {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.cert-section__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(251, 193, 5, 0.16);
  background: rgba(251, 193, 5, 0.05);
  color: #fbc105;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cert-section__label-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fbc105;
  box-shadow: 0 0 12px rgba(251, 193, 5, 0.6);
}

.cert-section__title {
  margin: 24px 0 18px;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: .92;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  max-width: 760px;
}

.cert-section__title span {
  display: block;
  color: #fbc105;
  text-shadow: 0 0 18px rgba(251, 193, 5, 0.12);
}

.cert-section__desc {
  max-width: 610px;
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 1.02rem;
  line-height: 1.85;
}

.cert-section__mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 30px;
  max-width: 620px;
}

.cert-mini-card {
  padding: 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
    rgba(12,12,12,.92);
  border: 1px solid rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.cert-mini-card strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.cert-mini-card span {
  display: block;
  color: rgba(255,255,255,.60);
  font-size: .92rem;
  line-height: 1.55;
}

.cert-section__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 560px;
}

.cert-frame {
  position: relative;
  width: min(100%, 520px);
  padding: 18px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(251,193,5,.16), rgba(251,193,5,.04) 22%, rgba(255,255,255,.03) 55%, rgba(255,255,255,.01) 100%),
    #0a0a0a;
  border: 1px solid rgba(251,193,5,.18);

  transform: rotate(-4deg);
}


.cert-frame__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.cert-frame__badge {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fbc105, #e0aa00);
  color: #070707;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(251,193,5,.20);
}

.cert-frame__verified {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.cert-frame__verified-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fbc105;
  color: #000;
  font-size: 12px;
  font-weight: 900;
}

.cert-frame__image-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255,255,255,.06);
}

.cert-frame__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.10), transparent 20%, transparent 70%, rgba(251,193,5,.08));
  pointer-events: none;
}

.cert-frame__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cert-frame__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.cert-frame__bottom-item {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
}

.cert-frame__bottom-item small {
  display: block;
  color: rgba(255,255,255,.52);
  font-size: .78rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cert-frame__bottom-item strong {
  color: #fff;
  font-size: .98rem;
  font-weight: 800;
}

.cert-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    rgba(8,8,8,.95);
  border: 1px solid rgba(251,193,5,.14);
  box-shadow:
    0 16px 40px rgba(0,0,0,.35),
    0 0 25px rgba(251,193,5,.06);
  backdrop-filter: blur(8px);
}

.cert-floating-card--one {
  top: 60px;
  left: 0;
}

.cert-floating-card--two {
  right: 8px;
  bottom: 42px;
}

.cert-floating-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fbc105, #dca300);
  color: #080808;
  font-weight: 900;
  flex-shrink: 0;
}

.cert-floating-card strong {
  display: block;
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.1;
}

.cert-floating-card small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.58);
  font-size: .8rem;
}

@media (max-width: 1100px) {
  .cert-section__container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .cert-section__right {
    min-height: auto;
  }

  .cert-frame {
    transform: none;
  }

  .cert-floating-card--one {
    top: 20px;
    left: 10px;
  }

  .cert-floating-card--two {
    right: 10px;
    bottom: 20px;
  }
}

@media (max-width: 768px) {
  .cert-section {
    padding: 65px 16px;
  }

  .cert-section__title {
    font-size: clamp(2rem, 10vw, 3.3rem);
    line-height: .96;
  }

  .cert-section__desc {
    font-size: .96rem;
    line-height: 1.75;
  }

  .cert-section__mini-grid {
    grid-template-columns: 1fr;
  }

  .cert-frame {
    width: 100%;
    max-width: 420px;
    padding: 14px;
    border-radius: 24px;
  }

  .cert-frame__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .cert-frame__bottom {
    grid-template-columns: 1fr;
  }

  .cert-floating-card {
    position: static;
    margin-top: 14px;
  }

  .cert-section__right{
    display: block;
  }
}