/* =====================================================
   PERUVIAN STREAMING - WEB PUBLICA V3
===================================================== */

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  width:100%;
  overflow-x:hidden;
}

body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;

  background:
    radial-gradient(circle at 15% 0%,rgba(155,92,255,.22),transparent 28%),
    radial-gradient(circle at 90% 10%,rgba(236,72,153,.14),transparent 24%),
    linear-gradient(180deg,#070711 0%,#0b0b18 45%,#05050b 100%);

  color:#fff;
  overflow-x:hidden;
}

a{
  color:inherit;
}

button,
input{
  font-family:inherit;
}

.oculto{
  display:none !important;
}

/* =====================================================
   CONTENEDORES GENERALES
===================================================== */

.web-page{
  width:100%;
  overflow:hidden;
}

.container{
  width:100%;
}

.products{
  width:min(1180px,94%);
  margin:0 auto;
  padding:30px 0;
}

.section-heading{
  text-align:center;
  margin-bottom:18px;
}

.section-heading span{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:6px 12px;

  border-radius:999px;

  background:rgba(155,92,255,.14);
  border:1px solid rgba(155,92,255,.30);

  color:#c4b5fd;

  font-size:11px;
  font-weight:900;

  letter-spacing:1px;
  text-transform:uppercase;
}

.section-heading h2{
  margin:10px 0 6px;

  font-size:32px;
  line-height:1.05;
  letter-spacing:-1px;

  font-weight:900;
}

.section-heading p{
  margin:0 auto;

  max-width:620px;

  color:#b9b9ca;

  font-size:14px;
  line-height:1.5;
}

/* =====================================================
   NAVBAR PREMIUM WEB ULTRA COMPACTO
===================================================== */

.web-navbar{
  width:100%;
  min-height:58px;
  padding:7px 14px;

  display:grid;
  grid-template-columns:165px 1fr auto;
  align-items:center;
  gap:10px;

  position:sticky;
  top:0;
  z-index:99999;

  background:linear-gradient(180deg,rgba(10,10,24,.96),rgba(7,7,16,.92));
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(18px);
}

.web-logo{
  display:flex;
  align-items:center;
  gap:8px;
  color:white;
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  line-height:.95;
  letter-spacing:.5px;
}

.web-logo img{
  width:118px;
  height:auto;
  max-height:38px;
  object-fit:contain;
}

.web-logo span{
  display:block;
}

.web-menu{
  justify-self:center;
  min-height:38px;
  padding:4px;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:3px;

  border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 22px rgba(0,0,0,.20);
}

.web-menu > a,
.web-menu .btn-platforms{
  height:30px;
  padding:0 9px;

  display:flex;
  align-items:center;
  gap:6px;

  border:0;
  border-radius:999px;
  background:transparent;

  color:#f4f4fb;
  text-decoration:none;

  font-size:11px;
  font-weight:950;

  cursor:pointer;
  transition:.22s;
}

.web-menu > a:hover,
.web-menu .btn-platforms:hover{
  background:rgba(155,92,255,.18);
  color:white;
  transform:translateY(-1px);
}

.web-menu i{
  color:#9b5cff;
  font-size:13px;
}

.web-actions{
  display:flex;
  align-items:center;
  gap:7px;
}

.web-search{
  width:145px;
  height:36px;

  display:flex;
  align-items:center;
  gap:6px;

  padding:0 10px;

  border-radius:12px;
  background:#121225;
  border:1px solid rgba(255,255,255,.08);
}

.web-search i{
  color:#9b5cff;
  font-size:12px;
}

.web-search input{
  width:100%;
  border:0;
  outline:none;
  background:transparent;
  color:white;
  font-size:11px;
}

.web-user{
  min-width:128px;
  padding:6px 8px;

  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
}

.web-user-info span{
  display:block;
  color:#a1a1aa;
  font-size:9px;
  font-weight:900;
}

.web-user-info strong{
  display:block;
  color:white;
  font-size:10px;
  font-weight:950;
  margin-top:1px;
}

.web-user-links{
  display:flex;
  gap:4px;
  margin-top:5px;
}

.web-user-links a{
  height:22px;
  padding:0 7px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:7px;
  background:linear-gradient(135deg,#8b5cf6,#a855f7);
  color:white;
  text-decoration:none;

  font-size:9px;
  font-weight:950;
}

.web-cart{
  position:relative;

  width:38px;
  height:38px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:13px;
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);

  color:white;
  text-decoration:none;
  font-size:16px;
}

.web-cart .contador{
  position:absolute;
  top:-6px;
  right:-6px;

  min-width:18px;
  height:18px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:999px;
  background:#fb3766;
  color:white;

  font-size:9px;
  font-weight:950;
}

.web-navbar .dropdown-platforms{
  position:relative;
}

.web-navbar .dropdown-menu{
  position:absolute;
  top:40px;
  left:0;

  min-width:210px;
  padding:8px;

  display:none;

  border-radius:16px;
  background:#10101f;
  border:1px solid rgba(155,92,255,.25);
  box-shadow:0 18px 40px rgba(0,0,0,.42);
}

.web-navbar .dropdown-menu.activo{
  display:grid;
  gap:5px;
}

.web-navbar .dropdown-menu a{
  min-height:34px;
  padding:0 9px;

  display:flex;
  align-items:center;
  gap:8px;

  border-radius:11px;

  color:white;
  text-decoration:none;

  font-size:11px;
  font-weight:900;
}

.web-navbar .dropdown-menu a:hover{
  background:rgba(155,92,255,.18);
}

@media(max-width:1100px){

  .web-navbar{
    grid-template-columns:1fr;
    gap:8px;
    padding:8px 12px;
  }

  .web-logo,
  .web-menu,
  .web-actions{
    justify-self:center;
  }

  .web-menu{
    flex-wrap:wrap;
    border-radius:20px;
  }

}

@media(max-width:700px){

  .web-navbar{
    padding:8px;
  }

  .web-logo img{
    width:120px;
    max-height:38px;
  }

  .web-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr auto;
  }

  .web-search,
  .web-user{
    width:100%;
  }

  .web-user{
    grid-column:1 / -1;
  }

}

/* =====================================================
   DROPDOWN PLATAFORMAS COMPACTO
===================================================== */

.dropdown-platforms{
  position:relative;
  height:34px;
  display:flex;
  align-items:center;
}

.dropdown-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;

  min-width:240px;

  display:flex;
  flex-direction:column;
  gap:6px;

  padding:10px;

  border-radius:18px;

  background:#10101e;
  border:1px solid rgba(155,92,255,.20);

  box-shadow:0 18px 45px rgba(0,0,0,.45);

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  transform:translateY(6px);
  transition:.20s ease;

  z-index:999999;
}

.dropdown-menu::before{
  content:"";
  position:absolute;
  top:-10px;
  left:0;
  width:100%;
  height:10px;
}

.dropdown-platforms:hover > .dropdown-menu,
.dropdown-menu.activo{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}

.submenu{
  position:relative;
  width:100%;

  padding:3px 8px;

  border-radius:14px;

  background:#151529;
  border:1px solid rgba(255,255,255,.05);
}

.submenu-btn{
  width:100%;
  padding:8px 0;

  border:0;
  background:transparent;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:space-between;

  font-size:13px;
  font-weight:900;

  cursor:pointer;
}

.submenu-content{
  position:absolute;
  top:0;
  left:calc(100% + 8px);

  width:210px;

  display:none;
  flex-direction:column;
  gap:5px;

  padding:10px;

  border-radius:16px;

  background:#10101e;
  border:1px solid rgba(155,92,255,.20);

  box-shadow:0 18px 45px rgba(0,0,0,.42);
}

.submenu:hover .submenu-content{
  display:flex;
}

.dropdown-menu a,
.submenu-content a{
  width:100%;

  justify-content:flex-start;

  padding:8px 10px;

  border-radius:10px;

  color:#fff !important;
  background:transparent;

  font-size:12px;
  font-weight:800;

  transition:.18s;
}

.dropdown-menu a:hover,
.submenu-content a:hover{
  background:rgba(155,92,255,.14);
  color:#c4b5fd !important;
}

/* =====================================================
   HERO NUEVO COMPACTO
===================================================== */

.web-hero{
  width:min(1180px,94%);
  margin:0 auto;
  padding:40px 0 25px;

  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:center;

  position:relative;
}

.web-hero::before{
  content:"";
  position:absolute;
  inset:-60px -130px auto auto;
  width:300px;
  height:300px;
  border-radius:50%;
  background:rgba(168,85,247,.15);
  filter:blur(48px);
  pointer-events:none;
}

.web-hero-content{
  position:relative;
  z-index:2;
}

.hero-badge{
  width:max-content;
  max-width:100%;

  display:flex;
  align-items:center;
  gap:8px;

  padding:7px 13px;

  border-radius:999px;

  background:rgba(155,92,255,.13);
  border:1px solid rgba(155,92,255,.28);

  color:#d8b4fe;

  font-size:12px;
  font-weight:900;
}

.web-hero h1{
  margin:16px 0 12px;

  max-width:700px;

  font-size:58px;
  line-height:.95;
  letter-spacing:-2.5px;
  font-weight:950;

  background:linear-gradient(90deg,#fff,#c4b5fd,#f0abfc);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.web-hero p{
  margin:0;

  max-width:620px;

  color:#c7c7d8;

  font-size:16px;
  line-height:1.55;
  font-weight:600;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.btn-hero-primary,
.btn-hero-secondary{
  min-height:46px;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;

  padding:0 18px;

  border-radius:14px;

  text-decoration:none;

  font-size:14px;
  font-weight:950;

  transition:.22s;
}

.btn-hero-primary{
  background:linear-gradient(90deg,#8b5cf6,#d946ef);
  color:#fff;
  box-shadow:0 14px 28px rgba(168,85,247,.24);
}

.btn-hero-secondary{
  background:rgba(255,255,255,.055);
  color:#fff;
  border:1px solid rgba(255,255,255,.10);
}

.btn-hero-primary:hover,
.btn-hero-secondary:hover{
  transform:translateY(-2px);
}

.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.hero-trust span{
  display:inline-flex;
  align-items:center;
  gap:6px;

  padding:7px 10px;

  border-radius:999px;

  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);

  color:#e5e7eb;

  font-size:11px;
  font-weight:850;
}

.hero-trust i{
  color:#a78bfa;
}

.web-hero-card{
  position:relative;
  z-index:2;

  min-height:390px;

  border-radius:28px;
  padding:18px;

  background:
    radial-gradient(circle at 50% 20%,rgba(216,180,254,.18),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028));

  border:1px solid rgba(255,255,255,.11);

  box-shadow:0 22px 55px rgba(0,0,0,.45);

  overflow:hidden;
}

.web-hero-card::before{
  content:"";
  position:absolute;
  inset:0;

  background:
    linear-gradient(120deg,transparent,rgba(255,255,255,.07),transparent);

  transform:translateX(-120%);
  animation:heroShine 5s linear infinite;
}

@keyframes heroShine{
  0%{
    transform:translateX(-120%);
  }

  45%,100%{
    transform:translateX(120%);
  }
}

.hero-card-top,
.hero-card-bottom{
  position:relative;
  z-index:2;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.hero-card-top span,
.hero-card-bottom small{
  color:#a1a1aa;
  font-size:11px;
  font-weight:850;
}

.hero-card-top strong,
.hero-card-bottom strong{
  color:#fff;
  font-size:16px;
  font-weight:950;
}

.hero-card-screen{
  position:relative;
  z-index:2;

  height:240px;
  margin:20px 0;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:24px;

  background:
    radial-gradient(circle at center,rgba(244,63,94,.22),transparent 34%),
    linear-gradient(135deg,#18182e,#080811);

  border:1px solid rgba(255,255,255,.10);

  overflow:hidden;
}

.hero-card-screen i{
  width:72px;
  height:72px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:linear-gradient(135deg,#8b5cf6,#ec4899);

  color:white;

  font-size:28px;

  box-shadow:0 0 32px rgba(236,72,153,.32);
}

.screen-glow{
  position:absolute;

  width:150px;
  height:150px;

  border-radius:50%;

  background:#8b5cf6;

  filter:blur(58px);
  opacity:.45;
}

.hero-card-bottom a{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:38px;

  padding:0 14px;

  border-radius:12px;

  background:#fff;
  color:#111827;

  text-decoration:none;

  font-size:12px;
  font-weight:950;
}

/* =====================================================
   CARRUSEL DE PLATAFORMAS COMPACTO
===================================================== */

.platform-marquee{
  width:100%;
  overflow:hidden;

  margin:5px 0 40px;

  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);

  background:rgba(255,255,255,.015);
}

.marquee-track{
  display:flex;
  align-items:center;
  gap:14px;

  width:max-content;

  padding:12px 0;

  animation:marqueeMove 35s linear infinite;
}

.marquee-track span{
  display:flex;
  align-items:center;
  justify-content:center;

  min-width:140px;
  height:42px;

  padding:0 18px;

  border-radius:999px;

  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.06);

  color:#fff;

  font-size:13px;
  font-weight:900;
  letter-spacing:.8px;
}

@keyframes marqueeMove{

  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-50%);
  }

}

/* =====================================================
   ESTADISTICAS COMPACTAS
===================================================== */

.web-stats{
  width:min(1180px,94%);
  margin:0 auto 50px;

  display:grid;
  grid-template-columns:repeat(4,1fr);

  gap:16px;
}

.stat-box{
  padding:20px;

  border-radius:20px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.055),
      rgba(255,255,255,.025)
    );

  border:1px solid rgba(255,255,255,.08);

  text-align:center;

  transition:.22s;
}

.stat-box:hover{
  transform:translateY(-4px);
  border-color:rgba(155,92,255,.30);
}

.stat-box i{
  font-size:22px;
  color:#a78bfa;
  margin-bottom:10px;
}

.stat-box strong{
  display:block;

  font-size:18px;
  font-weight:900;

  margin-bottom:6px;
}

.stat-box span{
  display:block;

  color:#b8b8c8;

  font-size:13px;
  line-height:1.45;
}

/* =====================================================
   CATEGORIAS COMPACTAS
===================================================== */

.web-categorias{
  width:min(1180px,94%);
  margin:0 auto 60px;
}

.categorias-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}

.categorias-grid button{
  min-height:95px;

  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);

  background:
  linear-gradient(
    180deg,
    rgba(255,255,255,.04),
    rgba(255,255,255,.02)
  );

  color:#fff;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  gap:8px;

  cursor:pointer;
  transition:.22s;
}

.categorias-grid button:hover{
  transform:translateY(-4px);
  border-color:#a78bfa;
  box-shadow:0 14px 30px rgba(155,92,255,.12);
}

.categorias-grid i{
  font-size:22px;
  color:#a78bfa;
}

.categorias-grid button{
  font-size:13px;
  font-weight:900;
}

@media(max-width:900px){

  .web-stats{
    grid-template-columns:repeat(2,1fr);
  }

  .categorias-grid{
    grid-template-columns:repeat(3,1fr);
  }

}

@media(max-width:600px){

  .web-stats{
    grid-template-columns:1fr;
  }

  .categorias-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

/* =====================================================
   CATALOGO / PRODUCTOS COMPACTO
===================================================== */

.catalogo-header{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:26px;
}

.catalogo-heading{
  margin-bottom:0;
  text-align:center;
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.catalogo-heading p{
  margin-left:auto;
  margin-right:auto;
}

.btn-catalogo-completo{
  position:absolute;
  right:0;
  bottom:6px;

  display:inline-flex;
  align-items:center;
  gap:8px;

  padding:11px 18px;

  border-radius:14px;

  text-decoration:none;

  background:linear-gradient(135deg,#8b5cf6,#d946ef);

  color:#fff;

  font-size:13px;
  font-weight:900;

  box-shadow:0 10px 24px rgba(139,92,246,.28);

  transition:.22s;
}

.btn-catalogo-completo:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 32px rgba(139,92,246,.42);
}

/* PÁGINA CATALOGO.PHP */

.catalogo-hero{
  padding:55px 20px 26px;
  text-align:center;
}

.catalogo-hero-content{
  max-width:760px;
  margin:auto;
}

.catalogo-badge{
  display:inline-flex;

  padding:8px 15px;

  border-radius:999px;

  background:rgba(155,92,255,.16);
  border:1px solid rgba(155,92,255,.30);

  color:#d8b4fe;

  font-size:12px;
  font-weight:950;

  margin-bottom:14px;
}

.catalogo-hero h1{
  margin:0 0 10px;

  font-size:38px;
  line-height:1.05;
  font-weight:950;
}

.catalogo-hero p{
  margin:0 auto;

  max-width:680px;

  color:#cbd5e1;

  font-size:14px;
  line-height:1.5;
}

.catalogo-filtros{
  width:min(1180px,94%);
  margin:0 auto 28px;

  display:flex;
  justify-content:center;
}

.filtros-scroll{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.filtro-btn{
  min-height:36px;

  padding:0 15px;

  border:0;
  border-radius:999px;

  background:#111124;
  color:white;

  cursor:pointer;

  font-size:12px;
  font-weight:900;

  border:1px solid rgba(255,255,255,.08);
}

.filtro-btn:hover,
.filtro-btn.activo{
  background:linear-gradient(90deg,#8b5cf6,#d946ef);
}

/* GRID */

.grid{
  width:100%;

  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:18px;
}

.producto{
  width:100%;
}

.card{
  position:relative;

  overflow:hidden;

  border-radius:22px;

  background:linear-gradient(180deg,#18182d,#0b0b18);

  border:1px solid rgba(155,92,255,.14);

  box-shadow:0 14px 30px rgba(0,0,0,.34);

  transition:.25s;

  padding:13px;

  display:flex;
  flex-direction:column;
}

.card:hover{
  transform:translateY(-5px);
  border-color:#a78bfa;

  box-shadow:
    0 18px 38px rgba(0,0,0,.42),
    0 0 28px rgba(155,92,255,.14);
}

.card::before{
  display:none;
}

.card img{
  width:100%;
  height:150px;

  object-fit:cover;

  border-radius:15px;

  margin-bottom:12px;

  transition:.25s;
}

.card:hover img{
  transform:scale(1.03);
}

.card h4{
  margin:3px 0 9px;

  font-size:16px;
  line-height:1.25;
  font-weight:900;
}

.duracion-card{
  width:max-content;

  display:flex;
  align-items:center;
  gap:6px;

  padding:6px 10px;

  border-radius:999px;

  background:#24163f;
  border:1px solid rgba(168,85,247,.35);

  color:#d8b4fe;

  font-size:11px;
  font-weight:900;

  margin-bottom:10px;
}

.beneficios-card{
  color:#d2d2df;

  font-size:13px;
  line-height:1.45;

  margin-bottom:10px;
}

.extras-card{
  display:flex;
  flex-direction:column;
  gap:5px;

  margin-bottom:10px;
}

.extras-card span{
  padding:7px 10px;

  border-radius:10px;

  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);

  color:#d7d7e5;

  font-size:11px;
}

.price{
  margin-top:auto;
  margin-bottom:12px;

  font-size:34px;
  line-height:1;
  font-weight:950;
  letter-spacing:-1.5px;

  color:#a78bfa;

  text-shadow:0 0 20px rgba(167,139,250,.30);
}

.card button{
  width:100%;
  height:46px;

  border:0;
  border-radius:14px;

  background:linear-gradient(90deg,#8b5cf6,#d946ef);

  color:#fff;

  font-size:14px;
  font-weight:900;

  cursor:pointer;

  transition:.22s;
}

.card button:hover{
  transform:translateY(-2px);
}

@media(max-width:900px){

  .catalogo-header{
    flex-direction:column;
    gap:16px;
  }

  .btn-catalogo-completo{
    position:static;
    width:100%;
    justify-content:center;
  }

  .catalogo-hero{
    padding:45px 18px 24px;
  }

  .catalogo-hero h1{
    font-size:32px;
  }

}

/* BUSCADOR CATÁLOGO */

.catalogo-search{
  width:min(620px,94%);
  margin:0 auto 24px;
  position:relative;
}

.catalogo-search i{
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  color:#a78bfa;
  z-index:2;
}

.catalogo-search input{
  width:100%;
  height:54px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:#111124;
  color:white;
  padding:0 18px 0 48px;
  outline:none;
  font-size:15px;
}

.catalogo-search input::placeholder{
  color:#8b8ba3;
}

.catalogo-search input:focus{
  border-color:#8b5cf6;
  box-shadow:0 0 0 3px rgba(139,92,246,.14);
}

/* =====================================================
   BENEFICIOS COMPACTO
===================================================== */

.web-beneficios{
  width:min(1180px,94%);
  margin:0 auto 60px;
}

.beneficios-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.beneficios-grid div{
  padding:20px;

  border-radius:20px;

  background:
  linear-gradient(
    180deg,
    rgba(255,255,255,.045),
    rgba(255,255,255,.02)
  );

  border:1px solid rgba(255,255,255,.08);

  transition:.22s;
}

.beneficios-grid div:hover{
  transform:translateY(-4px);
  border-color:#a78bfa;
}

.beneficios-grid i{
  font-size:24px;
  color:#a78bfa;
  margin-bottom:12px;
}

.beneficios-grid h3{
  margin:0 0 8px;
  font-size:16px;
}

.beneficios-grid p{
  margin:0;
  color:#bdbdcc;
  line-height:1.5;
  font-size:13px;
}

@media(max-width:900px){

  .beneficios-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:600px){

  .beneficios-grid{
    grid-template-columns:1fr;
  }

}

/* =====================================================
   OPINIONES COMPACTO
===================================================== */

.web-opiniones{
  width:min(1180px,94%);
  margin:0 auto 60px;
}

.opiniones-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.opinion-card{
  padding:20px;

  border-radius:20px;

  background:
  linear-gradient(
    180deg,
    rgba(255,255,255,.045),
    rgba(255,255,255,.02)
  );

  border:1px solid rgba(255,255,255,.08);
}

.opinion-card strong{
  display:block;

  margin-bottom:10px;

  font-size:17px;
  color:#facc15;
}

.opinion-card p{
  margin:0 0 10px;

  line-height:1.55;
  color:#e4e4ee;

  font-size:13.5px;
}

.opinion-card span{
  color:#9ca3af;
  font-size:12px;
  font-weight:800;
}

@media(max-width:900px){

  .opiniones-grid{
    grid-template-columns:1fr;
  }

}

/* =====================================================
   SOPORTE COMPACTO
===================================================== */

.web-soporte{
  width:min(1180px,94%);
  margin:0 auto 60px;

  padding:28px;

  border-radius:24px;

  background:
  linear-gradient(
    135deg,
    rgba(139,92,246,.14),
    rgba(217,70,239,.10)
  );

  border:1px solid rgba(255,255,255,.08);

  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.web-soporte span{
  display:block;

  color:#c4b5fd;

  font-size:11px;
  font-weight:900;

  text-transform:uppercase;

  margin-bottom:8px;
}

.web-soporte h2{
  margin:0 0 10px;

  font-size:30px;
  line-height:1.1;
}

.web-soporte p{
  margin:0;

  color:#d1d5db;

  line-height:1.55;

  max-width:580px;

  font-size:14px;
}

.web-soporte a{
  min-width:190px;
  min-height:48px;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  border-radius:14px;

  text-decoration:none;

  background:
  linear-gradient(
    135deg,
    #16a34a,
    #22c55e
  );

  color:white;

  font-size:14px;
  font-weight:900;

  box-shadow:
  0 12px 24px rgba(34,197,94,.18);

  transition:.22s;
}

.web-soporte a:hover{
  transform:translateY(-2px);
}

/* =====================================================
   FOOTER PREMIUM RESPONSIVE
===================================================== */

footer{
  width:100%;
  margin-top:25px;
  padding:40px 20px;
  border-top:1px solid rgba(255,255,255,.06);
  background:#06060d;
}

.footer-container{
  width:min(1180px,94%);
  margin:auto;

  display:grid;
  grid-template-columns:repeat(4,minmax(180px,1fr));

  gap:30px;

  align-items:start;
}

.footer-col{
  min-width:0;
}

.footer-col h3{
  margin:0 0 12px;
  font-size:20px;
  font-weight:900;
  color:#fff;
}

.footer-col p{
  color:#a1a1aa;
  line-height:1.7;
  font-size:14px;
}

.footer-col a{
  display:block;
  margin-bottom:10px;
  text-decoration:none;
  color:#d1d5db;
  font-size:14px;
  transition:.2s;
}

.footer-col a:hover{
  color:#c4b5fd;
  transform:translateX(3px);
}

.whatsapp-flotante{
  position:fixed;
  right:20px;
  bottom:88px;

  width:58px;
  height:58px;

  border-radius:50%;

  background:linear-gradient(135deg,#16a34a,#22c55e);

  color:white;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:30px;

  text-decoration:none;

  z-index:999999;

  box-shadow:0 12px 28px rgba(34,197,94,.35);

  cursor:pointer;

  transition:.25s;
}

.whatsapp-flotante:hover{
  transform:scale(1.08);
}

@media(max-width:900px){

  .footer-container{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
  }

}

@media(max-width:600px){

  footer{
    padding:35px 18px 90px;
  }

  .footer-container{
    grid-template-columns:1fr;
    gap:20px;
    text-align:center;
  }

  .footer-col a:hover{
    transform:none;
  }

}

/* =====================================================
   MOBILE BOTTOM
===================================================== */

.mobile-bottom{
  position:fixed;
  left:0;
  bottom:0;

  width:100%;
  height:64px;

  display:none;

  grid-template-columns:repeat(6,1fr);

  background:#0b0b18;

  border-top:1px solid rgba(255,255,255,.08);

  z-index:999999;
}

.mobile-bottom a{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  gap:4px;

  text-decoration:none;

  color:#d1d5db;

  font-size:9px;
}

.mobile-bottom i{
  color:#a78bfa;
  font-size:16px;
}

/* =====================================================
   TABLET
===================================================== */

@media(max-width:1024px){

  .web-hero{
    grid-template-columns:1fr;
  }

  .web-stats{
    grid-template-columns:repeat(2,1fr);
  }

  .categorias-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .beneficios-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .opiniones-grid{
    grid-template-columns:1fr;
  }

  .footer-container{
    grid-template-columns:1fr 1fr;
  }

  .web-soporte{
    flex-direction:column;
    align-items:flex-start;
  }

  .modal-content{
    grid-template-columns:1fr;
  }

  #modalImg{
    max-height:300px;
  }

}

/* =====================================================
   MOVIL
===================================================== */

@media(max-width:768px){

  body{
    padding-bottom:70px;
  }

  .mobile-bottom{
    display:grid;
  }

  .web-hero{
    padding-top:30px;
  }

  .web-hero h1{
    font-size:40px;
    letter-spacing:-1.5px;
  }

  .web-hero p{
    font-size:14px;
  }

  .hero-actions{
    flex-direction:column;
  }

  .btn-hero-primary,
  .btn-hero-secondary{
    width:100%;
  }

  .web-hero-card{
    min-height:auto;
  }

  .hero-card-screen{
    height:190px;
  }

  .web-stats{
    grid-template-columns:1fr;
  }

  .categorias-grid{
    grid-template-columns:1fr 1fr;
  }

  .beneficios-grid{
    grid-template-columns:1fr;
  }

  .grid{
    grid-template-columns:1fr;
  }

  .card img{
    height:190px;
  }

  .section-heading h2{
    font-size:26px;
  }

  .web-soporte{
    padding:22px;
  }

  .web-soporte h2{
    font-size:24px;
  }

  .web-soporte a{
    width:100%;
  }

  .footer-container{
    grid-template-columns:1fr;
  }

}

/* =====================================================
   TOAST CARRITO
===================================================== */

.toast-carrito{
  position:fixed;

  right:16px;
  bottom:80px;

  z-index:9999999;

  background:linear-gradient(90deg,#8b5cf6,#d946ef);

  color:white;

  padding:12px 16px;

  border-radius:14px;

  font-size:13px;
  font-weight:900;

  box-shadow:0 14px 30px rgba(0,0,0,.30);

  opacity:0;
  transform:translateY(12px);

  pointer-events:none;

  transition:.22s;
}

.toast-carrito.activo{
  opacity:1;
  transform:translateY(0);
}

/* =====================================
   CATALOGO COMPACTO
===================================== */

.catalogo-hero{
  padding:70px 20px 35px;
  text-align:center;
}

.catalogo-badge{
  display:inline-flex;

  padding:8px 14px;

  border-radius:999px;

  background:rgba(155,92,255,.15);

  color:#c9b2ff;

  font-size:12px;
  font-weight:900;

  margin-bottom:12px;
}

.catalogo-hero h1{
  font-size:40px;
  margin-bottom:10px;
  line-height:1.05;
}

.catalogo-hero p{
  max-width:650px;
  margin:auto;

  color:#9ca3af;

  font-size:14px;
  line-height:1.55;
}

.catalogo-filtros{
  margin-bottom:20px;
}

.filtros-scroll{
  display:flex;
  gap:8px;
  overflow:auto;
  padding-bottom:8px;
}

.filtro-btn{
  border:none;

  border-radius:999px;

  padding:10px 15px;

  cursor:pointer;

  background:#141421;
  color:#fff;

  font-size:12px;
  font-weight:800;
}

.filtro-btn.activo{
  background:#9b5cff;
}

@media(max-width:768px){

  .catalogo-hero{
    padding:50px 15px 25px;
  }

  .catalogo-hero h1{
    font-size:30px;
  }

}

/* =====================================================
   MODAL BASE PREMIUM ULTRA COMPACTO
===================================================== */

.modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:12px;
  background:rgba(0,0,0,.88);
  backdrop-filter:blur(10px);
}

.modal.activo{
  display:flex;
}

.modal-content{
  position:relative;
  width:min(760px,88vw);
  max-height:72vh;

  display:grid;
  grid-template-columns:260px 1fr;

  overflow:hidden;

  border-radius:18px;

  background:linear-gradient(135deg,#08080f,#121220);

  border:1px solid rgba(255,255,255,.08);

  box-shadow:0 18px 45px rgba(0,0,0,.55);
}

.modal-imagen-box{
  padding:12px;

  display:flex;
  align-items:flex-start;
  justify-content:center;

  background:
    radial-gradient(circle at center,rgba(155,92,255,.12),transparent 55%),
    #070711;

  border-right:1px solid rgba(255,255,255,.05);
}

#modalImg{
  width:100%;
  max-width:220px;
  max-height:160px;

  object-fit:contain;

  border-radius:12px;
}

.modal-info{
  padding:14px 16px;

  overflow-y:auto;

  max-height:72vh;
}

.cerrar{
  position:absolute;
  top:10px;
  right:10px;

  z-index:20;

  width:34px;
  height:34px;

  border:0;
  border-radius:50%;

  background:rgba(255,255,255,.12);

  color:white;

  cursor:pointer;

  font-size:17px;
}

/* =====================================================
   MODAL PREMIUM PRODUCTO ULTRA COMPACTO
===================================================== */

.modal-info h2{
  margin:2px 0 8px;

  font-size:20px;
  line-height:1.05;
  font-weight:950;
}

.modal-resumen{
  display:none;
}

#modalDescripcion{
  color:#d1d5db;

  line-height:1.4;

  margin-bottom:10px;

  font-size:12px;
}

.modal-premium{
  display:grid;
  gap:8px;
}

.modal-premium .premium-badge{
  width:max-content;

  display:inline-flex;
  align-items:center;
  gap:6px;

  padding:5px 10px;

  border-radius:999px;

  background:rgba(34,197,94,.13);

  border:1px solid rgba(34,197,94,.25);

  color:#bbf7d0;

  font-size:11px;
  font-weight:950;
}

.premium-title{
  margin:0;

  font-size:16px;

  color:white;
}

.premium-subtitle{
  margin:0;

  color:#cbd5e1;

  line-height:1.35;

  font-size:12px;
}

.premium-box{
  display:grid;
  grid-template-columns:1fr 1fr;

  gap:6px 8px;
}

.premium-item{
  display:grid;
  grid-template-columns:26px 1fr;

  align-items:center;

  gap:6px;

  padding:6px;

  border-radius:10px;

  background:rgba(255,255,255,.045);

  border:1px solid rgba(255,255,255,.08);
}

.premium-item span{
  width:26px;
  height:26px;
  min-width:26px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:rgba(155,92,255,.20);

  color:#fff;

  font-size:11px;
}

.premium-item p{
  margin:0;

  color:#e5e7eb;

  line-height:1.3;

  font-size:11px;
}

.premium-instrucciones{
  margin-top:0;

  padding:8px 10px;

  border-radius:10px;

  background:rgba(245,158,11,.06);

  border:1px solid rgba(245,158,11,.16);
}

.premium-instrucciones h3{
  margin:0 0 4px;

  color:#fbbf24;

  font-size:12px;
  font-weight:950;
}

.premium-instrucciones-texto{
  color:#f3f4f6;

  font-size:11px;
  line-height:1.25;

  white-space:normal;
}

.premium-instrucciones-texto br{
  display:none;
}

.premium-instrucciones-texto ul{
  margin:4px 0 0;
  padding-left:16px;
}

.premium-instrucciones-texto li{
  margin-bottom:3px;
}

.premium-aceptacion{
  display:none;
}

.info-extra{
  position:absolute;

  left:10px;
  bottom:140px;

  width:230px;

  display:grid;
  grid-template-columns:repeat(2,1fr);

  gap:5px;
}

.info-extra div{
  text-align:center;

  padding:6px 4px;

  border-radius:9px;

  background:rgba(255,255,255,.04);

  border:1px solid rgba(255,255,255,.06);

  color:white;

  font-size:10px;
  font-weight:900;
}

.botones-modal{
  position:absolute;

  left:10px;
  bottom:45px;

  width:230px;

  display:grid;

  gap:6px;
}

.botones-modal button{
  min-height:34px;

  border-radius:10px;

  border:0;

  color:white;

  font-size:11px;
  font-weight:950;

  cursor:pointer;
}

.botones-modal .boton-comprar{
  background:linear-gradient(90deg,#8b5cf6,#7c3aed);
}

.botones-modal .btn-wsp{
  background:rgba(22,163,74,.10);

  border:1px solid rgba(34,197,94,.45);
}

@media(max-width:768px){

  .modal-content{
    width:95vw;
    max-height:88vh;

    grid-template-columns:1fr;
  }

  .modal-imagen-box{
    max-height:180px;

    border-right:0;

    border-bottom:1px solid rgba(255,255,255,.06);
  }

  #modalImg{
    max-height:140px;
  }

  .modal-info{
    max-height:calc(88vh - 180px);
  }

  .modal-info h2{
    font-size:20px;
  }

  .premium-box,
  .info-extra{
    grid-template-columns:1fr;
  }

  .info-extra,
  .botones-modal{
    position:static;
    width:100%;
  }

}

/* =====================================================
   MODAL CONTRATO DEL SERVICIO PREMIUM COMPACTO PRO
===================================================== */

.modal-contrato-servicio{
  position:fixed;
  inset:0;
  z-index:99999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:12px;
  background:rgba(0,0,0,.84);
  backdrop-filter:blur(8px);
}

.modal-contrato-servicio.activo{
  display:flex;
}

.modal-contrato-box{
  position:relative;
  width:min(620px,94vw);
  max-height:82vh;
  overflow-y:auto;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(145deg,#101020,#0b0b18);
  border:1px solid rgba(155,92,255,.24);
  color:white;
  box-shadow:0 22px 60px rgba(0,0,0,.58);
}

.modal-contrato-box h2{
  margin:0 42px 10px 0;
  font-size:18px;
  line-height:1.1;
  font-weight:950;
}

.cerrar-contrato{
  position:absolute;
  top:11px;
  right:11px;
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:white;
  cursor:pointer;
  font-size:17px;
  font-weight:900;
}

.contenido-contrato{
  display:grid;
  gap:7px;
}

.contrato-seccion{
  position:relative;
  min-height:72px;
  padding:9px 11px 9px 64px;
  border-radius:12px;
  background:linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}

.contrato-seccion::before{
  position:absolute;
  left:12px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:17px;
  font-weight:900;
}

.contrato-seccion:nth-child(1){
  border-color:rgba(168,85,247,.28);
}

.contrato-seccion:nth-child(1)::before{
  content:"🛡";
  background:rgba(168,85,247,.18);
  color:#c084fc;
}

.contrato-seccion:nth-child(1) h3{
  color:#c084fc;
}

.contrato-seccion:nth-child(2){
  border-color:rgba(59,130,246,.22);
}

.contrato-seccion:nth-child(2)::before{
  content:"📋";
  background:rgba(59,130,246,.16);
  color:#60a5fa;
}

.contrato-seccion:nth-child(2) h3{
  color:#60a5fa;
}

.contrato-seccion:nth-child(3){
  border-color:rgba(34,197,94,.22);
}

.contrato-seccion:nth-child(3)::before{
  content:"⚖";
  background:rgba(34,197,94,.16);
  color:#4ade80;
}

.contrato-seccion:nth-child(3) h3{
  color:#4ade80;
}

.contrato-seccion:nth-child(4){
  border-color:rgba(250,204,21,.24);
}

.contrato-seccion:nth-child(4)::before{
  content:"🛡";
  background:rgba(250,204,21,.16);
  color:#facc15;
}

.contrato-seccion:nth-child(4) h3{
  color:#facc15;
}

.contrato-seccion:nth-child(5){
  border-color:rgba(248,113,113,.24);
}

.contrato-seccion:nth-child(5)::before{
  content:"🚫";
  background:rgba(248,113,113,.16);
  color:#f87171;
}

.contrato-seccion:nth-child(5) h3{
  color:#f87171;
}

.contrato-seccion h3{
  margin:0 0 4px;
  font-size:12px;
  font-weight:950;
}

.contrato-seccion p{
  margin:0;
  color:#f3f4f6;
  font-size:10.5px;
  line-height:1.38;
  white-space:normal;
}

@media(max-width:768px){

  .modal-contrato-box{
    width:95vw;
    max-height:84vh;
    padding:13px;
  }

  .modal-contrato-box h2{
    font-size:17px;
  }

  .contrato-seccion{
    padding-left:58px;
  }

}
/* =====================================================
   SELECTOR PRODUCTO
===================================================== */

.selector-producto{
  display:grid;
  gap:6px;
  margin-bottom:12px;
}

.selector-producto label{
  color:#a1a1aa;

  font-size:10px;
  font-weight:900;

  text-transform:uppercase;
}

.selector-producto select{
  width:100%;
  height:40px;

  border-radius:10px;

  border:1px solid rgba(255,255,255,.10);

  background:#111124;

  color:white;

  padding:0 10px;

  outline:none;

  font-size:13px;
  font-weight:800;
}

.producto-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}

.boton-detalle{
  width:100%;
  height:46px;

  border:0;

  border-radius:14px;

  background:#24243a;

  color:white;

  font-size:13px;
  font-weight:900;

  cursor:pointer;
}

.producto-badge{
  position:absolute;
  top:12px;
  left:12px;

  z-index:6;

  padding:6px 10px;

  border-radius:999px;

  background:linear-gradient(90deg,#8b5cf6,#ec4899);

  color:white;

  font-size:9px;
  font-weight:950;
}

/* =====================================================
   OPINIONES REALES V3 - CARRUSEL
===================================================== */

.opiniones-resumen{
   display:grid;
   grid-template-columns:240px 1fr;
   gap:22px;
   margin-bottom:26px;
}

.opiniones-promedio{
   text-align:center;
   padding:22px;
   border-radius:20px;
   background:linear-gradient(
      180deg,
      rgba(255,255,255,.045),
      rgba(255,255,255,.02)
   );
   border:1px solid rgba(255,255,255,.08);
}

.opiniones-promedio strong{
   display:block;
   font-size:48px;
   line-height:1;
   font-weight:900;
   margin-bottom:8px;
}

.opiniones-stars{
   color:#facc15;
   font-size:20px;
   margin-bottom:8px;
}

.opiniones-promedio span{
   color:#9ca3af;
   font-size:13px;
}

.opiniones-barras{
   display:flex;
   flex-direction:column;
   gap:9px;
   justify-content:center;
}

.barra-rating{
   display:grid;
   grid-template-columns:50px 1fr 50px;
   align-items:center;
   gap:10px;
}

.barra-rating span{
   color:#e5e7eb;
   font-size:13px;
   font-weight:800;
}

.barra-rating div{
   height:9px;
   border-radius:999px;
   background:#1f2937;
   overflow:hidden;
}

.barra-rating div b{
   display:block;
   height:100%;
   border-radius:999px;
   background:linear-gradient(90deg,#8b5cf6,#d946ef);
}

.barra-rating small{
   text-align:right;
   color:#9ca3af;
   font-size:12px;
}

/* CARRUSEL */

.opiniones-carousel-wrap{
   width:100%;
   overflow:hidden;
   position:relative;
   padding:4px 0;
}

.opiniones-carousel-track{
   display:flex;
   gap:16px;
   width:max-content;
   animation:opinionesAuto 38s linear infinite;
}

.opiniones-carousel-track:hover{
   animation-play-state:paused;
}

.opinion-slide{
   width:320px;
   min-width:320px;
   transition:.22s;
}

.opinion-slide:hover{
   transform:translateY(-4px);
   border-color:#8b5cf6;
}

@keyframes opinionesAuto{
   from{
      transform:translateX(0);
   }

   to{
      transform:translateX(-50%);
   }
}

.opiniones-ver-mas{
   text-align:center;
   margin-top:24px;
}

.opiniones-ver-mas a{
   display:inline-flex;
   align-items:center;
   justify-content:center;
   gap:8px;

   min-height:44px;

   padding:0 18px;

   border-radius:14px;

   background:linear-gradient(135deg,#8b5cf6,#d946ef);

   color:#fff;

   text-decoration:none;

   font-size:13px;
   font-weight:900;

   box-shadow:0 10px 24px rgba(139,92,246,.28);

   transition:.22s;
}

.opiniones-ver-mas a:hover{
   transform:translateY(-2px);
}

@media(max-width:900px){

   .opiniones-resumen{
      grid-template-columns:1fr;
   }

}

@media(max-width:768px){

   .barra-rating{
      grid-template-columns:45px 1fr 45px;
   }

   .opinion-slide{
      width:280px;
      min-width:280px;
   }

}

/* =====================================================
   ÚLTIMAS VENTAS REALES
===================================================== */

.ventas-recientes{
  width:100%;
  overflow:hidden;
  margin:0 0 35px;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  background:rgba(255,255,255,.018);
}

.ventas-recientes-track{
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  animation:ventasMove 32s linear infinite;
}

.ventas-recientes:hover .ventas-recientes-track{
  animation-play-state:paused;
}

.venta-item{
  min-width:max-content;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.07);
  color:#e5e7eb;
  font-size:13px;
  font-weight:800;
}

.venta-item i{
  color:#a78bfa;
}

.venta-item strong{
  color:#fff;
}

@keyframes ventasMove{
  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-50%);
  }
}

/* =====================================================
   FAQ WEB
===================================================== */

.web-faq{
  width:min(1180px,94%);
  margin:0 auto 60px;
}

.faq-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.faq-item{
  padding:20px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  transition:.22s;
}

.faq-item:hover{
  transform:translateY(-4px);
  border-color:rgba(155,92,255,.35);
}

.faq-item h3{
  margin:0 0 10px;
  font-size:15px;
  color:#fff;
  display:flex;
  align-items:center;
  gap:8px;
}

.faq-item h3 i{
  color:#a78bfa;
}

.faq-item p{
  margin:0;
  color:#bdbdcc;
  font-size:13px;
  line-height:1.55;
}

@media(max-width:900px){
  .faq-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .faq-grid{
    grid-template-columns:1fr;
  }
}

/* BOTON COMPRAR AHORA */

.boton-comprar-ahora{

  width:100%;
  height:46px;

  border:0;
  border-radius:14px;

  background:linear-gradient(
    135deg,
    #16a34a,
    #22c55e
  );

  color:white;

  font-size:13px;
  font-weight:900;

  cursor:pointer;

  transition:.22s;
}

.boton-comprar-ahora:hover{
  transform:translateY(-2px);
}

.producto-actions{
  grid-template-columns:1fr;
}