* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #020617;
  color: white;
  padding: 120px 20px;
  overflow-x: hidden;
}

/* Fondo animado premium */
body::before {
  content: "";
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(circle at 30% 30%, rgba(0,242,255,.08), transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(255,0,204,.08), transparent 40%);
  animation: moveBg 20s linear infinite;
  z-index: -1;
}

@keyframes moveBg {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(2,6,23,.8);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  border-bottom: 1px solid #1e293b;
  z-index: 1000;
}

.nav a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: .3s;
}

.nav a:hover {
  color: #00f2ff;
}

.card {
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(20px);
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 50px;
  box-shadow: 0 30px 80px rgba(0,0,0,.6);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  animation: fadeIn .8s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.logo img {
  width: 200px;
  margin-bottom: 20px;
}

.producto img {
  width: 100%;
  max-width: 450px;
  border-radius: 25px;
  margin: 20px 0;
  box-shadow: 0 30px 80px rgba(0,0,0,.7);
}

.title {
  font-size: 42px;
  font-weight: 900;
  background: linear-gradient(90deg,#ff00cc,#00f2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glow 3s ease-in-out infinite alternate;
}

@keyframes glow {
  from { filter: drop-shadow(0 0 5px rgba(0,242,255,.3)); }
  to { filter: drop-shadow(0 0 25px rgba(255,0,204,.6)); }
}

.subtitle {
  opacity: .7;
  margin-top: 10px;
}

.contador {
  margin-top: 20px;
  font-weight: 800;
  color: #facc15;
  font-size: 22px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { opacity: .6; }
  50% { opacity: 1; }
  100% { opacity: .6; }
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(70px,1fr));
  gap: 10px;
  margin-top: 30px;
  max-height: 500px;
  overflow: auto;
}

.ticket {
  background: white;
  color: black;
  padding: 12px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: .25s;
}

.ticket:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,.5);
}

.ticket.selected {
  background: #4ade80;
  box-shadow: 0 0 20px rgba(74,222,128,.8);
}

.ticket.vendido {
  background: #f87171;
  color: white;
  cursor: not-allowed;
}

.btn {
  margin-top: 20px;
  padding: 15px 30px;
  border: none;
  border-radius: 18px;
  font-weight: 800;
  background: linear-gradient(135deg,#25D366,#00c97a);
  color: white;
  cursor: pointer;
  transition: .3s;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0,0,0,.5);
}

.btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.advertencia {
  margin-top: 20px;
  font-size: 14px;
  color: #facc15;
  white-space: pre-line;
  background: rgba(255,255,255,.05);
  padding: 15px;
  border-radius: 15px;
}

.formulario {
  display: none;
  margin-top: 25px;
}

input {
  padding: 12px;
  border-radius: 12px;
  border: none;
  margin-top: 10px;
  width: 100%;
  max-width: 400px;
}

.cuenta {
  font-size: 20px;
  margin-top: 15px;
  color: #fde047;
  font-weight: 800;
  cursor: pointer;
}

/* ===== BOTONES REDES SOCIALES PREMIUM ===== */

.socials {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  color: white;
  transition: .3s;
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}

.social-btn i {
  font-size: 18px;
}

/* Facebook */
.social-btn.facebook {
  background: linear-gradient(135deg,#1877f2,#0e5ed7);
}

.social-btn.facebook:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(24,119,242,.6);
}

/* TikTok */
.social-btn.tiktok {
  background: linear-gradient(135deg,#000000,#ff0050);
}

.social-btn.tiktok:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255,0,80,.6);
}

/* WhatsApp */
.social-btn.whatsapp {
  background: linear-gradient(135deg,#25D366,#128C7E);
}

.social-btn.whatsapp:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(37,211,102,.6);
}

/* BOTÓN FLOTANTE WHATSAPP */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px; /* tamaño del icono */
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
  cursor: pointer;
  transition: .3s;
  z-index: 2000;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(37,211,102,.8);
}

.whatsapp-float i {
  margin: 0; /* centra el icono dentro del botón */

}

/* ===== SLIDER SIMPLE PREMIUM ===== */

.slider{
width:100%;
max-width:450px; /* mismo tamaño que tu imagen anterior */
margin:20px auto;
overflow:hidden;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.6);
}

.slides{
display:flex;
transition:transform .6s ease;
}

.slide{
min-width:100%;
height:auto;
object-fit:cover;
}

.link-politicas{
color:white;
position:relative;
text-decoration:none;
font-weight:600;
}

.link-politicas::after{
content:"";
position:absolute;
left:0;
bottom:-4px;
width:0;
height:2px;
background:#00f2ff;
transition:.3s;
}

.link-politicas:hover::after{
width:100%;
}

/* ===== SECCIÓN PAGOS ===== */

#pagos{
text-align:center;
margin-top:80px;
padding:40px 20px;
}

.titulo-pagos{
font-size:30px;
margin-bottom:40px;
background:linear-gradient(90deg,#ff00cc,#00f2ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.tarjeta-pago{
width:360px;
max-width:95%;
margin:auto;
padding:35px;
border-radius:25px;
background:linear-gradient(135deg,#1e293b,#0f172a);
color:white;
position:relative;
box-shadow:0 25px 60px rgba(0,0,0,.6);
transition:.4s;
overflow:hidden;
}

.tarjeta-pago:hover{
transform:translateY(-8px);
box-shadow:0 35px 80px rgba(0,0,0,.8);
}

.chip{
width:55px;
height:38px;
background:linear-gradient(135deg,#d4af37,#f5d76e);
border-radius:8px;
margin-bottom:25px;
}

.banco{
position:absolute;
top:30px;
right:30px;
font-weight:700;
font-size:18px;
letter-spacing:2px;
opacity:.9;
}

.numero-cuenta{
font-size:20px;
letter-spacing:3px;
margin-bottom:25px;
font-weight:600;
}

.datos-extra{
display:flex;
flex-direction:column;
gap:10px;
font-size:14px;
opacity:.85;
margin-bottom:25px;
}

.btn-copiar{
background:linear-gradient(90deg,#ff00cc,#00f2ff);
border:none;
padding:10px 20px;
border-radius:30px;
color:white;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.btn-copiar:hover{
transform:scale(1.05);
box-shadow:0 10px 30px rgba(0,0,0,.5);
}

.nota-pago{
margin-top:30px;
font-size:14px;
opacity:.7;
}

/* ===== SECCIÓN PRECIOS PREMIUM ===== */

/* ===== SECCIÓN PRECIOS NEON ANIMADA ===== */

.seccion-precios{
padding:100px 20px;
text-align:center;
background:radial-gradient(circle at center,#0f172a,#020617);
}

.titulo-precios{
font-size:38px;
margin-bottom:70px;
color:white;
letter-spacing:3px;
animation:tituloGlow 3s infinite alternate;
}

@keyframes tituloGlow{
from{
text-shadow:0 0 10px #ff00cc,0 0 20px #ff00cc;
}
to{
text-shadow:0 0 20px #00f2ff,0 0 40px #00f2ff;
}
}

.precios-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
gap:40px;
max-width:1100px;
margin:auto;
}

.precio-card{
background:#0f172a;
border-radius:25px;
padding:40px 25px;
color:white;
position:relative;
transition:.4s;
animation:neonPulse 4s infinite alternate;
}

/* Animación glow para TODOS */
@keyframes neonPulse{
0%{
box-shadow:
0 0 10px #ff00cc,
0 0 20px rgba(255,0,204,.4);
}
100%{
box-shadow:
0 0 20px #00f2ff,
0 0 40px rgba(0,242,255,.6);
}
}

.precio-card:hover{
transform:translateY(-15px) scale(1.05);
box-shadow:
0 0 25px #ff00cc,
0 0 60px #00f2ff,
0 0 120px rgba(0,242,255,.7);
}

.precio-card h3{
font-size:22px;
margin-bottom:15px;
letter-spacing:2px;
}

.oportunidades{
font-size:14px;
opacity:.8;
margin-bottom:25px;
}

.precio{
font-size:30px;
font-weight:900;
animation:precioGlow 2.5s infinite alternate;
}

@keyframes precioGlow{
from{
color:#ff00cc;
text-shadow:0 0 10px #ff00cc,0 0 20px #ff00cc;
}
to{
color:#00f2ff;
text-shadow:0 0 10px #00f2ff,0 0 30px #00f2ff;
}
}

/* Quitamos efecto especial del destacado */
.destacado{
transform:none;
border:none;
}

/* Badge más elegante sin parecer seleccionado */
.badge{
position:absolute;
top:-15px;
right:20px;
background:linear-gradient(90deg,#ff00cc,#00f2ff);
color:#000;
padding:6px 15px;
border-radius:30px;
font-weight:700;
font-size:12px;
box-shadow:0 0 15px #ff00cc;
}

html{
scroll-behavior:smooth;
}

.navbar{
position:fixed;
top:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 30px;
background:rgba(10,10,20,.8);
backdrop-filter:blur(10px);
z-index:1000;
}

.nav-links{
display:flex;
gap:30px;
}

.nav-links a{
text-decoration:none;
color:white;
font-weight:500;
position:relative;
transition:.3s;
}

.nav-links a::after{
content:"";
position:absolute;
bottom:-5px;
left:0;
width:0%;
height:2px;
background:linear-gradient(90deg,#ff00cc,#00f2ff);
transition:.3s;
}

.nav-links a:hover::after{
width:100%;
}

.menu-toggle{
display:none;
font-size:28px;
color:white;
cursor:pointer;
}

@media (max-width:768px){

.nav-links{
position:absolute;
top:70px;
right:0;
width:100%;
flex-direction:column;
align-items:center;
background:rgba(5,5,15,.95);
padding:30px 0;
gap:25px;
transform:translateY(-150%);
transition:.4s ease;
}

.nav-links.active{
transform:translateY(0);
}

.nav-links a{
font-size:20px;
letter-spacing:2px;
padding:10px 0;
}

.menu-toggle{
display:block;
}

}