/* =====================================================
   main.css — Fixture Mundial 2026
   Optimizado: Sin duplicados | Variables unificadas | Media queries consolidadas
   ===================================================== */

/* ── Variables CSS unificadas ───────────────────────── *//* ── Fuentes locales (self-hosted) — VERSIONES CORRECTAS ───────────────── */

/* Bebas Neue - Regular */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/bebas-neue-v16-latin-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Barlow Condensed - 400 (Regular) */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-condensed-v13-latin-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Barlow Condensed - 700 (Bold) */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/barlow-condensed-v13-latin-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Barlow - 400 (Regular) */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-v13-latin-regular.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Barlow - 500 (Medium) */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/barlow-v13-latin-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ==================== FIN FUENTES ==================== */
:root {
  /* Colores principales */
  --green-field: #0a7c3e;
  --green-dark: #054d26;
  --green-bright: #16a34a;
  --blue-sky: #1a56db;
  --blue-dark: #0c2d6b;
  --gold: #f5a623;
  --gold-light: #ffd166;
  --white: #ffffff;
  --off-white: #f0f4f8;
  --text-dark: #0a1628;
  --red: #e53e3e;
  --accent-yellow: #fef08a;
  
  /* Tipografías */
  --font-display: 'Bebas Neue', sans-serif;
  --font-condensed: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
  
  /* Espaciados responsive */
  --spacing-sm: clamp(12px, 2vw, 20px);
  --spacing-md: clamp(20px, 4vw, 40px);
  --spacing-lg: clamp(40px, 6vw, 80px);
  
  /* Bordes y sombras */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 4px 12px rgba(0,0,0,0.15);
  --shadow-lg: 0 20px 50px rgba(0,0,0,0.4);
}

  /* Estilo de la flecha scroll */
  .scroll-arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 50;
    background: rgba(0,0,0,0.35);
    border: 2px solid rgba(245,166,35,0.5);
    color: var(--gold);
    width: 52px; height: 52px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    font-size: 1.4rem;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    backdrop-filter: blur(6px);
    opacity: 0; /* oculto por defecto */
    pointer-events: none;
  }

  .scroll-arrow:hover {
    background: rgba(245,166,35,0.25);
    border-color: var(--gold);
    transform: scale(1.08);
  }

  .scroll-arrow.visible {
    opacity: 1;
    pointer-events: auto;
  }

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

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Barlow', sans-serif;
      background: var(--green-dark);
      color: var(--white);
      overflow-x: hidden;
    }

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjAwIDIwMCAgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC45JyBudW1PY3RhdmVzPSc0JyBzdGl0Y2hUaWxlcz0nc3RpdGNoJy8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9JzEwMCUnIGhlaWdodD0nMTAwJScgZmlsdGVyPSd1cmwoI24pJyBvcGFjaXR5PScwLjAzJy8+PC9zdmc+");
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

    .hero {
      position: relative;
      width: 100%;
      min-height: 100vh;
      background: linear-gradient(160deg, #054d26 0%, #0a7c3e 35%, #1a56db 100%);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      padding-top: 68px; /* nav height */
      align-items: center; /* centra el carrusel dentro del hero */
    }

    .hero-lines {
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 80px), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 80px);
      pointer-events: none;
    }

    .hero-diagonal {
      position: absolute;
      top: 0;
      right: -10%;
      width: 60%;
      height: 100%;
      background: linear-gradient(135deg, rgba(26, 86, 219, 0.4) 0%, rgba(26, 86, 219, 0.1) 100%);
      clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
      pointer-events: none;
    }

    .hero-carousel {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 7;
      max-height: 560px;
      min-height: 180px;
      margin-top: 0;
      overflow: hidden;
      flex-shrink: 0;
    }

    .carousel-slides {
      position: absolute;
      inset: 0;
    }

    .carousel-slide {
      position: absolute;
      inset: 0;
      overflow: hidden;
    }

    .carousel-slide img.slide-bg {
      width: 100%;
      height: 100%;
      object-fit: fill;
      display: block;
      will-change: transform;
    }

    .carousel-players {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 5;
      width: 100%;              /* igual que el carrusel */
      left: 50%;               /* centrado */
      transform: translateX(-50%);
      }

    /* Ajuste de cada jugador */
.carousel-player {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  max-width: 95%;   
    }

    .carousel-player img {
      height: 100%;
      width: auto;
      max-width: none;
      object-fit: contain;
      display: block;
      filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.6));
    }
    
/* ─── Responsive móvil (imágenes 1000x700) ──────────────── */
@media (max-width: 768px) {
  .hero-carousel {
    /* Proporción 10:7 ≈ 1.43:1 para imágenes 1000x700 */
    aspect-ratio: 10 / 7 !important;
    max-height: 500px !important;
    min-height: 300px !important;
  }

  .carousel-slide img.slide-bg {
    /* Centrado horizontal, priorizando el TOP (donde está el título) */
    object-position: center 0% !important;
    object-fit: cover !important;
  }

  /* Jugadores: mantener proporción perfecta */
  .carousel-player img {
    height: 100% !important;
    width: auto !important;
    max-width: 120% !important; /* Ajustá si necesitás que sea más grande/chico */
    object-fit: contain !important;
  }
}

/* Móvil muy chico (menos de 480px) */
@media (max-width: 480px) {
  .hero-carousel {
    aspect-ratio: 10 / 7 !important; /* Mantenemos la proporción */
    max-height: 420px !important;
    min-height: 250px !important;
  }

  .hero-content {
    padding: 20px 16px 40px !important;
    margin-top: 0 !important; /* ✅ Eliminar auto margin */
  }
  
  .hero-badge {
    margin-bottom: 12px !important;
    padding: 4px 12px !important;
  }
  
  .hero-title {
    margin-bottom: 12px !important;
  }
  
  .hero-sub {
    margin-bottom: 20px !important;
  }
  
  .hero-cta {
    padding: 12px 24px !important;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-top: 56px !important;
  }
  
  .hero-content {
    padding: 16px 12px 32px !important;
  }
}

    @keyframes slide-enter-rtl {
      from {
        transform: translateX(100%);
      }

      to {
        transform: translateX(0);
      }
    }

    @keyframes slide-exit-rtl {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-100%);
      }
    }

    @keyframes slide-enter-ltr {
      from {
        transform: translateX(-100%);
      }

      to {
        transform: translateX(0);
      }
    }

    @keyframes slide-exit-ltr {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(100%);
      }
    }

    @keyframes parallax-drift {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-1.5%);
      }
    }

    @keyframes parallax-drift-ltr {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(1.5%);
      }
    }

/* ── player enter/exit con zoom y easing ── */
@keyframes player-enter-right {
  from { transform: translateX(120%) scale(1); opacity: 0; }
  to   { transform: translateX(-50%) scale(1.05); opacity: 1; }
}
@keyframes player-exit-left {
  from { transform: translateX(-50%) scale(1.05); opacity: 1; }
  to   { transform: translateX(-170%) scale(1); opacity: 0; }
}
@keyframes player-enter-left {
  from { transform: translateX(-170%) scale(1); opacity: 0; }
  to   { transform: translateX(-50%) scale(1.05); opacity: 1; }
}
@keyframes player-exit-right {
  from { transform: translateX(-50%) scale(1.05); opacity: 1; }
  to   { transform: translateX(120%) scale(1); opacity: 0; }
}

/* ── Animación Pack Completo - App Gratis ───────────────────────────────── */
@keyframes slide-in-from-right {
  from {
    opacity: 0;
    transform: translateX(150px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}


/* Contenedor de las imágenes - POSICIONADO SOBRE LA TARJETA COMPLETA */
.pack-app-container {
  position: absolute;
  top: 120px;  /* ← Subir para que quede sobre el área verde */
  right: 10px;
  z-index: 20;
  pointer-events: none; /* Para que no interfiera con el click de la tarjeta */
}

.pack-app-mockup {
  width: 160px;
  height: auto;
  opacity: 0;
  animation: slide-in-from-right 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.3));
  display: block;
}
/*
.pack-app-badge {
  width: 110px;
  height: auto;
  opacity: 0;
  animation: slide-in-from-right 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
  display: block;
  margin-top: -50px; /* Superponer ligeramente con el móvil 
}*/

.pack-app-badge {
  width: 110px;
  height: auto;
  display: block;
  margin-top: -55px; /* Superponer ligeramente con el móvil */
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
  z-index: 25;
  
  /* 🎯 AQUÍ LA MAGIA: Entrada + Pulso infinito */
  animation: 
    slide-in-from-right 0.8s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
    pulse-badge 2.5s 2s infinite ease-in-out;
}

/* Ajuste para que la tarjeta tenga espacio para las imágenes
.product-card {
  padding-top: 80px; /* ← Espacio arriba para las imágenes animadas
}*/

/* Responsive móvil */
@media (max-width: 768px) {
  .pack-app-container {
    top: 120px;
    right: -5px;
  }
  .pack-app-mockup {
    width: 120px;
  }
  .pack-app-badge {
    width: 85px;
    margin-top: -15px;
  }
}

/* Aplicación con suavidad */
.carousel-player {
  animation-timing-function: ease-out; /* entrada más natural */
}

    .carousel-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 20;
      background: rgba(0, 0, 0, 0.35);
      border: 2px solid rgba(245, 166, 35, 0.5);
      color: var(--gold);
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 1.4rem;
      transition: background 0.2s, border-color 0.2s, transform 0.2s;
      backdrop-filter: blur(6px);
    }

    .carousel-arrow:hover {
      background: rgba(245, 166, 35, 0.25);
      border-color: var(--gold);
      transform: translateY(-50%) scale(1.08);
    }

    .carousel-arrow.prev {
      left: 20px;
    }

    .carousel-arrow.next {
      right: 20px;
    }

    .carousel-dots {
      position: absolute;
      bottom: 14px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 20;
      display: flex;
      gap: 8px;
    }

    .carousel-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.35);
      cursor: pointer;
      transition: background 0.3s, transform 0.3s;
      border: none;
    }

    .carousel-dot.active {
      background: var(--gold);
      transform: scale(1.4);
    }

    .hero-content {
      position: relative;
      z-index: 10;
      text-align: center;
      padding: 40px 20px 80px;
      max-width: 900px;
      margin: 0 auto;
      margin-top: auto;
    }

    .hero-badge {
      display: inline-block;
      background: var(--gold);
      color: var(--text-dark);
      font-family: 'Bebas Neue', sans-serif;
      font-size: 0.9rem;
      letter-spacing: 3px;
      padding: 6px 20px;
      border-radius: 2px;
      margin-bottom: 20px;
      animation: pulse-badge 2s ease-in-out infinite;
    }

    @keyframes pulse-badge {

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

      50% {
        transform: scale(1.04);
      }
    }

    .hero-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(3.5rem, 10vw, 8rem);
      line-height: 0.92;
      letter-spacing: 2px;
      color: var(--white);
      text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
      margin-bottom: 24px;
    }

    .hero-title span {
      color: var(--gold);
      display: block;
    }

    .hero-sub {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(1.1rem, 2.5vw, 1.5rem);
      font-weight: 600;
      color: rgba(255, 255, 255, 0.85);
      max-width: 700px;
      margin: 0 auto 40px;
      line-height: 1.5;
      letter-spacing: 0.5px;
    }

    .hero-cta {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background: var(--gold);
      color: var(--text-dark);
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.4rem;
      letter-spacing: 2px;
      padding: 18px 48px;
      border-radius: 4px;
      text-decoration: none;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 8px 30px rgba(245, 166, 35, 0.4);
      border: none;
      cursor: pointer;
    }

    .hero-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 40px rgba(245, 166, 35, 0.6);
    }

    .hero-cta svg {
      width: 22px;
      height: 22px;
    }

    .trust-bar {
      background: var(--blue-dark);
      border-top: 3px solid var(--gold);
      border-bottom: 3px solid var(--gold);
      padding: 16px 20px;
      overflow: hidden;
      position: relative;
      z-index: 5;
    }

    .trust-track {
      display: flex;
      gap: 60px;
      white-space: nowrap;
      animation: scroll-trust 25s linear infinite;
      width: max-content;
    }

    .trust-track:hover {
      animation-play-state: paused;
    }

    @keyframes scroll-trust {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    .trust-item {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 1px;
      color: var(--gold);
      text-transform: uppercase;
    }

    .trust-item span {
      color: var(--white);
    }

    .trust-dot {
      color: var(--green-bright);
      font-size: 1.2rem;
    }

    section {
      position: relative;
      padding: 80px 20px;
    }

    .section-label {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 0.85rem;
      letter-spacing: 5px;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 12px;
      display: block;
      text-align: center;
    }

    .section-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(2.5rem, 6vw, 5rem);
      line-height: 1;
      text-align: center;
      margin-bottom: 20px;
      letter-spacing: 1px;
    }

    .section-title em {
      color: var(--gold);
      font-style: normal;
    }

    .section-sub {
      text-align: center;
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1.15rem;
      color: rgba(255, 255, 255, 0.7);
      max-width: 620px;
      margin: 0 auto 60px;
      line-height: 1.6;
    }

    .features {
      background: #071f12;
      padding: 60px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      overflow: hidden;
    }

    .features-track-wrap {
      overflow: hidden;
      position: relative;
    }

    .features-track-wrap::before,
    .features-track-wrap::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 80px;
      z-index: 2;
      pointer-events: none;
    }

    .features-track-wrap::before {
      left: 0;
      background: linear-gradient(to right, #071f12, transparent);
    }

    .features-track-wrap::after {
      right: 0;
      background: linear-gradient(to left, #071f12, transparent);
    }

    .features-track {
      display: flex;
      gap: 24px;
      width: max-content;
      animation: features-scroll 32s linear infinite;
    }

    .features-track:hover {
      animation-play-state: paused;
    }

    @keyframes features-scroll {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    .feature-card {
      flex-shrink: 0;
      width: 240px;
      text-align: center;
      padding: 30px 20px;
      border: 1px solid rgba(245, 166, 35, 0.2);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.02);
      transition: border-color 0.3s, transform 0.3s;
    }

    .feature-card:hover {
      border-color: var(--gold);
      transform: translateY(-4px);
    }

    .feature-icon {
      font-size: 2.5rem;
      margin-bottom: 16px;
      display: block;
    }

    .feature-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      margin-bottom: 8px;
      color: var(--gold);
    }

    .feature-desc {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.65);
      line-height: 1.5;
    }

    .products-section {
      background: linear-gradient(180deg, #071f12 0%, #0a2e1a 100%);
    }

    .products-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
      gap: 28px;
    }

    .product-card {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
      position: relative;
    }

    .product-card:hover {
      transform: translateY(-6px);
      border-color: var(--gold);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    }

    .product-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--gold), var(--green-bright), var(--blue-sky));
      opacity: 0;
      transition: opacity 0.3s;
    }

    .product-card:hover::before {
      opacity: 1;
    }

    .product-img-wrap {
      position: relative;
      background: linear-gradient(135deg, #0a3d20, #1a56db33);
      aspect-ratio: 16/10;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .product-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s;
    }

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

    .product-badge {
      position: absolute;
      top: 12px;
      right: 12px;
      background: var(--gold);
      color: var(--text-dark);
      font-family: 'Bebas Neue', sans-serif;
      font-size: 0.8rem;
      letter-spacing: 1.5px;
      padding: 4px 10px;
      border-radius: 2px;
    }

    .product-body {
      padding: 24px;
    }

    .product-country-flag {
      font-size: 1.5rem;
      margin-right: 8px;
    }

    .product-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.6rem;
      letter-spacing: 1px;
      color: var(--white);
      margin-bottom: 6px;
      line-height: 1.1;
    }

    .product-tagline {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.9rem;
      color: var(--green-bright);
      font-weight: 600;
      letter-spacing: 0.5px;
      margin-bottom: 14px;
    }

    .product-features-mini {
      list-style: none;
      margin-bottom: 20px;
    }

    .product-features-mini li {
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.65);
      padding: 4px 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .product-features-mini li::before {
      content: '✓';
      color: var(--green-bright);
      font-weight: bold;
      flex-shrink: 0;
    }

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

    .product-price {
      display: flex;
      flex-direction: column;
    }

    .product-price-amount {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2rem;
      color: var(--gold);
      line-height: 1;
    }

    .product-price-note {
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.5);
      margin-top: 2px;
    }

    .btn-buy {
      background: var(--gold);
      color: var(--text-dark);
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.1rem;
      letter-spacing: 1.5px;
      padding: 12px 24px;
      border-radius: 4px;
      border: none;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
      white-space: nowrap;
    }

    .btn-buy:hover {
      transform: scale(1.03);
      box-shadow: 0 6px 20px rgba(245, 166, 35, 0.5);
    }

    .desc-section {
      background: #050e08;
      position: relative;
      overflow: hidden;
    }

    .desc-section::before {
      content: '2026';
      position: absolute;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 35vw;
      color: rgba(255, 255, 255, 0.015);
      right: -5%;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none;
      line-height: 1;
    }

    .desc-inner {
      max-width: 900px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }

    .desc-intro {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: clamp(1.4rem, 3vw, 2rem);
      font-weight: 700;
      color: var(--white);
      line-height: 1.3;
      border-left: 4px solid var(--gold);
      padding-left: 24px;
      margin-bottom: 48px;
    }

    .desc-body {
      font-size: 1.05rem;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.78);
      margin-bottom: 40px;
    }

    .desc-body strong {
      color: var(--gold);
      font-weight: 600;
    }

    .specs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .spec-item {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 8px;
      padding: 20px;
      display: flex;
      gap: 14px;
      align-items: flex-start;
    }

    .spec-icon {
      font-size: 1.5rem;
      flex-shrink: 0;
    }

    .spec-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--gold);
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 4px;
    }

    .spec-value {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.4;
    }

    .urgency {
      background: linear-gradient(135deg, #b91c1c, #7f1d1d);
      padding: 40px 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .urgency::before {
      content: '';
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    }

    .urgency-text {
      font-family: 'Bebas Neue', sans-serif;
      font-size: clamp(1.8rem, 4vw, 3rem);
      letter-spacing: 2px;
      position: relative;
      z-index: 1;
    }

    .urgency-text em {
      color: var(--accent-yellow);
      font-style: normal;
    }

    nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 10px 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(5, 26, 14, 0.92);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(245, 166, 35, 0.15);
      transition: background 0.3s;
    }

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

    .nav-logo-img {
      width: 52px;
      height: 52px;
      object-fit: contain;
      display: block;
    }

    .nav-logo-text {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.4rem;
      letter-spacing: 2px;
      color: var(--white);
    }

    .nav-logo-text span {
      color: var(--gold);
    }

    .nav-cta {
      background: var(--gold);
      color: var(--text-dark);
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1rem;
      letter-spacing: 2px;
      padding: 10px 24px;
      border-radius: 3px;
      border: none;
      cursor: pointer;
      transition: opacity 0.2s;
      text-decoration: none;
    }

    .nav-cta:hover {
      opacity: 0.85;
    }

    .modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.85);
      z-index: 1000;
      display: none;
      align-items: flex-start;
      justify-content: center;
      padding: 20px;
      overflow-y: auto;
      backdrop-filter: blur(8px);
    }

    .modal-overlay.open {
      display: flex;
      animation: fade-in 0.2s ease;
    }

    @keyframes fade-in {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    .modal {
      background: #0d2b18;
      border: 1px solid rgba(245, 166, 35, 0.25);
      border-radius: 16px;
      max-width: 680px;
      width: 100%;
      margin: auto;
      overflow: hidden;
      animation: slide-up 0.3s ease;
      position: relative;
    }

    @keyframes slide-up {
      from {
        transform: translateY(40px);
        opacity: 0;
      }

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

    .modal-header {
      background: linear-gradient(135deg, #054d26, #1a56db44);
      padding: 28px 32px 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      position: relative;
    }

    .modal-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.8rem;
      letter-spacing: 1px;
      color: var(--white);
      margin-bottom: 4px;
    }

    .modal-subtitle {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.9rem;
      color: var(--green-bright);
      font-weight: 600;
    }

    .modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      background: rgba(255, 255, 255, 0.1);
      border: none;
      color: var(--white);
      width: 36px;
      height: 36px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }

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

    .modal-body {
      padding: 28px 32px;
    }

    .modal-price-row {
      display: flex;
      align-items: baseline;
      gap: 12px;
      margin-bottom: 28px;
    }

    .modal-price {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 3rem;
      color: var(--gold);
      line-height: 1;
    }

    .modal-price-note {
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.55);
    }

    .form-section-title {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: var(--gold);
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

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

    .form-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.85rem;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.7);
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-bottom: 6px;
      display: block;
    }

    .form-input,
    .form-select,
    .form-textarea {
      width: 100%;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 6px;
      padding: 12px 16px;
      color: var(--white);
      font-family: 'Barlow', sans-serif;
      font-size: 0.95rem;
      transition: border-color 0.2s;
      outline: none;
    }

    .form-input:focus,
    .form-select:focus,
    .form-textarea:focus {
      border-color: var(--gold);
    }

    .form-select option {
      background: #0d2b18;
    }

    .form-textarea {
      min-height: 80px;
      resize: vertical;
    }

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

    .btn-submit {
      width: 100%;
      background: linear-gradient(135deg, var(--gold), #e8920a);
      color: var(--text-dark);
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.4rem;
      letter-spacing: 2px;
      padding: 18px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 6px 24px rgba(245, 166, 35, 0.35);
      margin-top: 8px;
    }

    .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 32px rgba(245, 166, 35, 0.5);
    }

    .modal-security {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 16px;
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.45);
    }

    .modal-success {
      display: none;
      text-align: center;
      padding: 60px 32px;
    }

    .modal-success.show {
      display: block;
    }

    .modal-body.hide {
      display: none;
    }

    .success-icon {
      font-size: 4rem;
      margin-bottom: 20px;
    }

    .success-title {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2.5rem;
      letter-spacing: 1px;
      color: var(--green-bright);
      margin-bottom: 16px;
    }

    .success-msg {
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.6;
      font-size: 1rem;
    }

    footer {
      background: #020c05;
      padding: 50px 20px;
      border-top: 2px solid rgba(245, 166, 35, 0.15);
    }

    .footer-inner {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }

    .footer-logo {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 2rem;
      letter-spacing: 3px;
      margin-bottom: 16px;
      color: var(--white);
    }

    .footer-logo span {
      color: var(--gold);
    }

    .footer-links {
      display: flex;
      gap: 24px;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 24px;
    }

    .footer-links a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      font-size: 0.85rem;
      transition: color 0.2s;
    }

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

    .footer-copy {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.3);
    }

    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: none;
    }

     @media (max-width: 640px) {

     .nav-logo-img {
     width: 40px; /* Ajustá a tu gusto */
     height: 40px;
     }
     
      .form-row {
        grid-template-columns: 1fr;
      }

      .modal-body {
        padding: 20px;
      }

      .modal-header {
        padding: 20px;
      }

      nav {
        padding: 8px 16px;
      }

      .nav-logo-text {
        font-size: 1.1rem;
      }

      .carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 1rem;
      }

      .hero-content {
        padding: 24px 16px 50px;
      }

      .hero-content .hero-badge {
        font-size: .75rem;
        letter-spacing: 2px;
        padding: 5px 14px;
      }

      .hero-carousel {
        aspect-ratio: 3/4;
        max-height: 400px;
        min-height: 200px;
      }

      .carousel-player {
        left: 0 !important;
        transform: none !important;
        width: 100%;
        justify-content: center;
      }

      .carousel-player img {
      height: auto;
      width: 100%;
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      }

      .carousel-arrow.prev {
        left: 6px;
      }

      .carousel-arrow.next {
        right: 6px;
      }

      .hero-title {
        font-size: clamp(2.8rem, 12vw, 5rem);
      }

      .hero-sub {
        font-size: 1rem;
      }

      .hero-cta {
        font-size: 1.1rem;
        padding: 14px 28px;
      }

        /* ✅ Ajuste nav móvil: botones más compactos */
  nav {
    padding: 8px 12px !important;
    gap: 8px;
  }
  
  #langSwitcher button {
    padding: 4px 8px !important;
    font-size: 0.75rem !important;
  }
  
  .nav-cta {
    padding: 8px 16px !important;
    font-size: 0.85rem !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: auto !important;
  }
  
  /* Espaciado entre botones en móvil */
  nav > div:last-child {
    gap: 6px !important;
  }
  }

    @media (max-width: 420px) {
      .hero-carousel {
        aspect-ratio: 3/4;
        max-height: 500px;
        min-height: 250px;
      }

      .carousel-arrow {
        width: 30px;
        height: 30px;
        font-size: .85rem;
      }
    }

    .thumb-gallery {
      display: flex;
      flex-direction: row;
      gap: 4px;
      margin-bottom: 14px;
      margin-top: 4px;
    }

    .thumb-item {
      width: calc(25% - 3px);
      aspect-ratio: 1/1;
      overflow: hidden;
      border-radius: 4px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      cursor: pointer;
      position: relative;
      background: rgba(255, 255, 255, 0.04);
      transition: border-color 0.2s, transform 0.15s;
      flex-shrink: 0;
    }

    .thumb-item:hover {
      border-color: var(--gold);
      transform: scale(1.06);
      z-index: 2;
    }

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

    .thumb-item:hover img {
      transform: scale(1.1);
    }

    .thumb-item .thumb-zoom {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .85rem;
      opacity: 0;
      transition: opacity 0.2s, background 0.2s;
    }

    .thumb-item:hover .thumb-zoom {
      opacity: 1;
      background: rgba(0, 0, 0, 0.4);
    }

    .lightbox-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.92);
      z-index: 2000;
      align-items: center;
      justify-content: center;
      padding: 20px;
      backdrop-filter: blur(10px);
    }

    .lightbox-overlay.open {
      display: flex;
      animation: fade-in 0.2s ease;
    }

    .lightbox-box {
      position: relative;
      max-width: 90vw;
      max-height: 90vh;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
    }

    .lightbox-box img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 90vh;
      object-fit: contain;
      display: block;
      border-radius: 8px;
      border: 1px solid rgba(245, 166, 35, 0.3);
      background: #0d2b18;
      box-shadow: 0 20px 80px rgba(0, 0, 0, 0.8);
    }

    .lightbox-close {
      position: absolute;
      top: -16px;
      right: -16px;
      background: var(--gold);
      color: var(--text-dark);
      border: none;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 1.1rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s;
      z-index: 10;
    }

    .lightbox-close:hover {
      transform: scale(1.1) rotate(90deg);
    }

    .lightbox-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(245, 166, 35, 0.4);
      color: var(--gold);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
      z-index: 10;
    }

    .lightbox-nav:hover {
      background: rgba(245, 166, 35, 0.25);
    }

    .lightbox-nav.lb-prev { 
  left: 10px; 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  }

.lightbox-nav.lb-next { 
  right: 10px; 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-caption { 
  text-align: center; 
  font-family: 'Barlow Condensed', sans-serif; 
  font-size: 0.9rem; 
  color: rgba(255,255,255,0.85); 
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  padding: 40px 20px 15px;
  margin-top: 0;
}

    @media (max-width: 700px) {
      .lightbox-nav.lb-prev {
        left: 8px;
      }

      .lightbox-nav.lb-next {
        right: 8px;
      }

      .lightbox-close {
        top: -12px;
        right: -12px;
        width: 32px;
        height: 32px;
        font-size: 1rem;
      }
    }

    .divider {
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold), transparent);
    }

    /* Payment logos */
.payment-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.payment-logo-svg {
  max-width: 100%;
  height: 28px;
}
.payment-option {
  padding: 12px;
}
.payment-option.selected {
  border-color: var(--gold);
  background: rgba(245,166,35,0.08);
}
/* ── Payment Options — Bordes y hover ─────────────────────────────────── */
/* ── Payment Options — Layout horizontal responsive ───────────────────── */
/* ── Payment Methods Grid ───────────────────────────────────── */
.payment-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 1rem 0;
}

.payment-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(245,166,35,0.3);
  border-radius: 10px;
  cursor: pointer;
  min-height: 95px;
  text-align: center;
  /* ✅ Sin animaciones pesadas - solo transición simple */
  transition: border-color 0.2s ease, background 0.2s ease;
}

.payment-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ✅ Hover simple: solo cambia el borde */
.payment-option:hover {
  border-color: var(--gold);
  background: rgba(245,166,35,0.08);
}

/* ✅ Selected: borde dorado más intenso */
.payment-option.selected {
  border-color: var(--gold);
  background: rgba(245,166,35,0.12);
}

.payment-option.selected::after {
  content: '✓';
  position: absolute;
  top: 6px;
  right: 8px;
  color: var(--gold);
  font-weight: bold;
  font-size: 1.1rem;
}

.payment-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  height: 30px;
}

.payment-logo {
  max-width: 100%;
  max-height: 100%;
  height: 26px;
  display: block;
  object-fit: contain;
  /* ✅ Sin filtros pesados */
}

.payment-note {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.2;
  max-width: 90%;
}

/* ── Responsive Móvil ───────────────────────────────────── */
@media (max-width: 640px) {
  .payment-methods {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .payment-option {
    min-height: 70px;
    padding: 12px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
  }
  
  .payment-logo-wrapper {
    margin-bottom: 0;
    height: 28px;
    min-width: 75px;
  }
  
  .payment-logo {
    height: 28px;
  }
  
  .payment-note {
    font-size: 0.7rem;
  }
  
  .payment-option.selected::after {
    top: 8px;
    right: 10px;
  }
}
/* MercadoPago - cyan glow */
#pay-mp:hover {
  box-shadow: 
    0 8px 20px rgba(0, 177, 235, 0.3),
    0 0 0 3px rgba(0, 177, 235, 0.1);
  border-color: #00b1ea;
}

/* PayPal - blue glow */
#pay-pp:hover {
  box-shadow: 
    0 8px 20px rgba(0, 48, 135, 0.3),
    0 0 0 3px rgba(0, 48, 135, 0.1);
  border-color: #003087;
}

/* Transferencia - green glow */
#pay-transfer:hover {
  box-shadow: 
    0 8px 20px rgba(16, 185, 129, 0.3),
    0 0 0 3px rgba(16, 185, 129, 0.1);
  border-color: #10b981;
}

/* Focus visible para navegación con teclado */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* ── Utilidades ───────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}