/* ESTILOS REPARADOS CLICK TV 2026 */
:root {
    --bg: #0F172A;
    --card: #1E293B;
    --gold: #FBBF24;
    --purple: #7C3AED;
    --green: #22C55E;
    --white: #FFFFFF;
    --text-muted: #94A3B8;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
body { background: var(--bg); color: var(--white); scroll-behavior: smooth; overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.center { text-align: center; }

/* NAVBAR */
.navbar { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(10px); padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-flex { display: flex; justify-content: space-between; align-items: center; }
.brand { font-family: 'Montserrat', sans-serif; font-weight: 900; color: #fff; text-decoration: none; font-size: 1.3rem; }
.brand span { color: var(--gold); }
.visitor-box { font-size: 0.75rem; background: rgba(0,0,0,0.3); padding: 5px 15px; border-radius: 50px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,0.1); }
.dot { width: 8px; height: 8px; background: #ff4757; border-radius: 50%; animation: pulse-red 2s infinite; }
@keyframes pulse-red { 0% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(255, 71, 87, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0); } }
.btn-wa-nav { background: var(--green); color: #fff; text-decoration: none; padding: 8px 15px; border-radius: 8px; font-weight: 800; font-size: 0.8rem; }

/* SALES NOTIF */
.sales-notif { position: fixed; bottom: 30px; left: 20px; background: #fff; color: #000; padding: 12px 20px; border-radius: 12px; z-index: 2000; box-shadow: 0 10px 30px rgba(0,0,0,0.5); transform: translateX(-150%); transition: 0.5s; border-left: 5px solid var(--purple); }
.sales-notif.active { transform: translateX(0); }
.notif-content { display: flex; align-items: center; gap: 15px; }
.notif-text { font-size: 0.8rem; line-height: 1.3; }

/* HERO */
.hero { padding: 180px 0 100px; text-align: center; background: radial-gradient(circle at top, #1e293b 0%, #0f172a 100%); }
.badge-vip { background: rgba(251, 191, 36, 0.1); border: 1px solid var(--gold); color: var(--gold); padding: 6px 15px; border-radius: 50px; display: inline-block; font-weight: 800; font-size: 0.7rem; margin-bottom: 25px; }
.hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(2.3rem, 8vw, 4rem); line-height: 1.1; margin-bottom: 20px; }
.text-gold { color: var(--gold); }
.hero-sub { color: var(--text-muted); font-size: 1.1rem; margin-bottom: 40px; }

.btn { padding: 16px 30px; border-radius: 12px; font-weight: 800; text-decoration: none; display: inline-block; transition: 0.3s; }
.btn-gold { background: var(--gold); color: #000; }
.btn-outline { border: 2px solid #fff; color: #fff; margin-left: 10px; }

/* REVIEWS BOX */
.tg-reviews-box { background: var(--card); padding: 25px; border-radius: 20px; border: 1px dashed var(--gold); display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: -50px; }
.btn-telegram { background: #0088cc; color: #fff; text-decoration: none; padding: 12px 25px; border-radius: 50px; font-weight: 800; }

/* PAYMENTS REPARADOS */
.payments { padding: 100px 0; background: #080C16; }
.payment-layout { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; margin-top: 50px; align-items: flex-start; }

.deuna-neon-card { 
    position: relative; width: 100%; max-width: 480px; background: #0D1117; 
    border-radius: 35px; padding: 40px 30px; border: 2.5px solid var(--purple);
    box-shadow: 0 0 30px rgba(124, 58, 237, 0.4); text-align: center;
}
.deuna-logo { height: 45px; margin-bottom: 30px; }
.qr-glow-box { 
    background: #fff; padding: 15px; border-radius: 20px; width: 220px; 
    margin: 0 auto 30px; position: relative; overflow: hidden;
}
.qr-img { width: 100%; display: block; border-radius: 10px; }
.scanner-line { position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--purple); animation: scan 3s infinite linear; }
@keyframes scan { 0% { top: 0%; } 100% { top: 100%; } }

.titular-tag { background: rgba(251, 191, 36, 0.1); color: var(--gold); padding: 12px; border-radius: 15px; font-weight: 800; margin-top: 20px; display: inline-block; }

.action-buttons { display: flex; flex-direction: column; gap: 15px; margin-top: 30px; }
.btn-pay-app { background: #fff; color: var(--purple); font-weight: 800; padding: 18px; border-radius: 15px; text-decoration: none; }
.btn-confirm-wa { background: var(--green); color: #fff; font-weight: 800; padding: 18px; border-radius: 15px; text-decoration: none; }

.banks-column { flex: 1; min-width: 320px; display: flex; flex-direction: column; gap: 15px; }
.bank-card { background: var(--card); padding: 25px; border-radius: 20px; display: flex; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,0.05); }
.bank-card i { font-size: 2rem; color: var(--gold); }
.bank-card strong { font-size: 1.4rem; color: #fff; display: block; }
.bank-card a { color: var(--gold); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--gold); }

/* CATÁLOGO */
.catalog-section { padding: 100px 0; }
.master-search-wrap { max-width: 650px; margin: 40px auto; position: relative; }
.master-search-wrap i { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--gold); }
.master-search-wrap input { width: 100%; padding: 20px 20px 20px 60px; border-radius: 50px; background: var(--card); border: 2px solid rgba(255,255,255,0.1); color: #fff; font-size: 1rem; outline: none; }

.filter-pills { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 50px; }
.pill { padding: 10px 22px; border-radius: 50px; background: transparent; border: 1px solid rgba(255,255,255,0.1); color: #fff; cursor: pointer; font-weight: 700; }
.pill.active { background: var(--gold); color: #000; border-color: var(--gold); }

.grid-catalog { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.s-card { background: var(--card); border-radius: 25px; padding: 25px; border: 1px solid rgba(255,255,255,0.05); transition: 0.3s; display: flex; flex-direction: column; }
.s-card h3 { font-size: 1.1rem; color: var(--gold); margin-bottom: 20px; }
.p-list { list-style: none; margin-bottom: 20px; flex-grow: 1; }
.p-list li { display: flex; justify-content: space-between; font-size: 0.85rem; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.btn-buy-card { background: var(--green); color: #fff; text-decoration: none; padding: 12px; border-radius: 12px; font-weight: 800; text-align: center; font-size: 0.85rem; }

/* FAQ REPARADO (ACORDEÓN ELEGANTE) */
.faq-section { padding: 100px 0; background: #080C16; }
.accordion-container { max-width: 800px; margin: 40px auto 0; }
.acc-card { background: var(--card); border-radius: 15px; margin-bottom: 15px; border: 1px solid rgba(255,255,255,0.05); overflow: hidden; transition: 0.3s; }
.acc-header { padding: 22px 30px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 1.05rem; }
.acc-header i { transition: 0.4s; color: var(--gold); }
.acc-body { max-height: 0; overflow: hidden; transition: 0.4s ease-out; background: rgba(0,0,0,0.1); }
.acc-body p { padding: 20px 30px; color: var(--text-muted); line-height: 1.6; font-size: 0.95rem; }
.acc-card.active { border-color: var(--gold); }
.acc-card.active .acc-header { color: var(--gold); }
.acc-card.active .acc-header i { transform: rotate(180deg); }
.acc-card.active .acc-body { max-height: 200px; }

/* FOOTER */
.footer { padding: 60px 0; border-top: 1px solid rgba(255,255,255,0.05); }
.small-copy { font-size: 0.75rem; color: var(--text-muted); margin-top: 20px; }

/* FLOAT WA */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; background: var(--green); color: #fff; width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.3rem; z-index: 1500; box-shadow: 0 10px 25px rgba(0,0,0,0.5); }

@media (max-width: 768px) {
    .hero h1 { font-size: 2.2rem; }
    .deuna-neon-card { padding: 30px 15px; }
}