/* ==========================================================================
   JUEGA Y GANA - PLATAFORMA DE SORTEOS & GAMING PREMIUM
   Temática Gaming / Casino / Cyber con paleta Neón Cian, Violeta y Oro
   Completamente responsivo para PC, Laptops pequeñas, Tablets y Móviles
   ========================================================================== */

:root {
    --bg-dark-ultra: #060713;
    --bg-dark-main: #0a0c20;
    --bg-dark-surface: #101332;
    --bg-dark-card: rgba(16, 19, 50, 0.75);
    --bg-dark-card-hover: rgba(25, 29, 74, 0.9);
    
    --cyber-cyan: #00f0ff;
    --cyber-cyan-glow: rgba(0, 240, 255, 0.35);
    --cyber-purple: #8b5cf6;
    --cyber-violet: #7c3aed;
    --cyber-purple-glow: rgba(139, 92, 246, 0.35);
    --cyber-pink: #ec4899;
    --cyber-pink-glow: rgba(236, 72, 153, 0.35);
    
    --gold-primary: #ffd700;
    --gold-light: #ffe57f;
    --gold-dark: #d97706;
    --gold-glow: rgba(255, 215, 0, 0.35);
    
    --neon-green: #00ff88;
    --wa-green: #00a884;
    --wa-green-bright: #25d366;
    
    --text-white: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.75);
    --text-dimmed: rgba(255, 255, 255, 0.5);
    
    --border-cyan: rgba(0, 240, 255, 0.3);
    --border-purple: rgba(139, 92, 246, 0.3);
    --box-glow-cyan: 0 0 30px rgba(0, 240, 255, 0.3);
    --box-glow-purple: 0 0 30px rgba(139, 92, 246, 0.3);
    --box-glow-gold: 0 0 30px rgba(255, 215, 0, 0.35);
}

/* ==========================================================================
   GLOBAL RESET & BASE
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 85px;
}

body {
    background-color: var(--bg-dark-ultra);
    color: var(--text-white);
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(124, 58, 237, 0.14) 0%, transparent 45%),
        radial-gradient(circle at 85% 30%, rgba(0, 240, 255, 0.12) 0%, transparent 45%),
        radial-gradient(circle at 50% 80%, rgba(236, 72, 153, 0.09) 0%, transparent 50%),
        radial-gradient(circle at 75% 90%, rgba(255, 215, 0, 0.06) 0%, transparent 40%);
    background-attachment: fixed;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #060713;
}
::-webkit-scrollbar-thumb {
    background: #1f1b4a;
    border-radius: 5px;
    border: 1px solid rgba(0, 240, 255, 0.3);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--cyber-cyan);
}

/* Headings & Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', 'Orbitron', sans-serif;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.font-orbitron {
    font-family: 'Orbitron', sans-serif;
}

.font-numeric {
    font-family: 'Oswald', 'Montserrat', sans-serif;
}

/* Placeholders de alta visibilidad */
::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #94a3b8 !important;
}

::-ms-input-placeholder {
    color: #94a3b8 !important;
}

/* Section Common Headers */
.section-header-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 240, 255, 0.1);
    border: 1px solid var(--cyber-cyan);
    color: var(--cyber-cyan);
    font-family: 'Orbitron', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(0.72rem, 1.8vw, 0.84rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 50px;
    box-shadow: 0 0 18px rgba(0, 240, 255, 0.25);
    margin-bottom: 16px;
}

.section-main-title {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 16px;
}

.section-main-title span.glow-cyan {
    background: linear-gradient(135deg, #ffffff 0%, var(--cyber-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 25px rgba(0, 240, 255, 0.5);
}

.section-main-title span.glow-pink {
    background: linear-gradient(135deg, #ffffff 0%, var(--cyber-pink) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 25px rgba(236, 72, 153, 0.5);
}

.section-main-title span.glow-gold {
    background: linear-gradient(135deg, #ffffff 0%, var(--gold-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
}

.section-subtitle-text {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: var(--text-muted);
    max-width: 680px;
    margin: 0 auto;
}

/* Ornament Divider */
.ornament-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 25px auto 0;
}

.ornament-divider .line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cyber-cyan));
}

.ornament-divider .line.right {
    background: linear-gradient(90deg, var(--cyber-cyan), transparent);
}

.ornament-divider i {
    color: var(--cyber-pink);
    font-size: 1.1rem;
    filter: drop-shadow(0 0 8px rgba(236, 72, 153, 0.6));
}

/* ==========================================================================
   HERO BANNER: JUEGA Y GANA (Gaming / Cyber)
   ========================================================================== */
.hero-gaming-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding: clamp(100px, 12vh, 150px) 0 clamp(50px, 8vh, 90px);
    background: radial-gradient(circle at center, #15103c 0%, #0d0f28 50%, #060713 100%);
    overflow: hidden;
    border-bottom: 2px solid rgba(0, 240, 255, 0.2);
}

.hero-bg-lights {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.hero-glow-orb-1 {
    position: absolute;
    top: 10%;
    left: 8%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.25) 0%, transparent 70%);
    filter: blur(60px);
    animation: floatOrb 8s ease-in-out infinite alternate;
}

.hero-glow-orb-2 {
    position: absolute;
    bottom: 10%;
    right: 8%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 240, 255, 0.2) 0%, transparent 70%);
    filter: blur(70px);
    animation: floatOrb 10s ease-in-out infinite alternate-reverse;
}

@keyframes floatOrb {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(35px, -35px) scale(1.18); }
}

/* Gaming Hero Neon Box */
.hero-neon-box {
    border: 3px solid var(--cyber-cyan);
    border-radius: 30px;
    padding: clamp(25px, 4vw, 45px) clamp(16px, 3.5vw, 35px);
    background: rgba(13, 15, 42, 0.75);
    backdrop-filter: blur(14px);
    box-shadow: 
        0 0 40px rgba(0, 240, 255, 0.35), 
        inset 0 0 30px rgba(139, 92, 246, 0.25);
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-neon-badge-top {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #180d38 0%, #091328 100%);
    border: 2px solid var(--cyber-cyan);
    border-radius: 50px;
    padding: 5px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cyber-cyan);
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: clamp(0.7rem, 1.8vw, 0.85rem);
    letter-spacing: 1.2px;
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.6);
    white-space: nowrap;
}

.hero-brand-title {
    font-size: clamp(2.2rem, 5.5vw, 4.5rem);
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(0, 240, 255, 0.6);
    margin-top: 15px;
    margin-bottom: 6px;
}

.hero-brand-title span {
    background: linear-gradient(135deg, var(--cyber-cyan) 0%, var(--cyber-pink) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-date-highlight {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.4rem, 3.5vw, 2.5rem);
    font-weight: 900;
    color: #ffffff;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.8);
    margin-bottom: 22px;
}

/* 3 Gaming Feature Badges */
.hero-badges-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 20px);
    margin: 25px 0 30px;
}

.hero-feature-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: clamp(95px, 25vw, 135px);
}

.badge-circle-icon {
    width: clamp(55px, 12vw, 75px);
    height: clamp(55px, 12vw, 75px);
    border-radius: 50%;
    border: 2px solid var(--cyber-cyan);
    background: radial-gradient(circle, #2d1366 0%, #0d0f28 100%);
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    color: var(--cyber-cyan);
    transition: all 0.35s ease;
}

.hero-feature-badge:hover .badge-circle-icon {
    transform: scale(1.12) rotate(12deg);
    box-shadow: 0 0 35px rgba(236, 72, 153, 0.8);
    border-color: var(--cyber-pink);
    color: #ffffff;
    background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-pink));
}

.badge-label-text {
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-size: clamp(0.68rem, 1.6vw, 0.76rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #ffffff;
    line-height: 1.25;
    text-align: center;
}

/* Big Cyber Gaming CTA Button */
.btn-hero-subscribe {
    background: linear-gradient(135deg, var(--cyber-cyan) 0%, var(--cyber-purple) 50%, var(--cyber-pink) 100%);
    color: #ffffff !important;
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 2vw, 1.35rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: clamp(12px, 2vh, 16px) clamp(24px, 4vw, 42px);
    border-radius: 50px;
    border: 2px solid #ffffff;
    box-shadow: 
        0 0 35px rgba(0, 240, 255, 0.6),
        0 10px 25px rgba(0, 0, 0, 0.5);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.btn-hero-subscribe::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(30deg);
    transition: all 0.75s ease;
}

.btn-hero-subscribe:hover::after {
    left: 120%;
}

.btn-hero-subscribe:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 0 55px rgba(236, 72, 153, 0.95);
    color: #ffffff !important;
}

.pointer-arrow-icon {
    font-size: 1.1rem;
    animation: pointBounce 1.5s infinite;
}

@keyframes pointBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px) translateX(-3px); }
}

/* Pure CSS / SVG 3D Gaming Showcase (Hero Right Side) */
.hero-gaming-visual {
    position: relative;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding: clamp(20px, 4vw, 30px);
    background: linear-gradient(145deg, rgba(29, 17, 68, 0.7) 0%, rgba(9, 13, 38, 0.85) 100%);
    border: 2px solid rgba(0, 240, 255, 0.4);
    border-radius: 32px;
    box-shadow: 0 0 45px rgba(124, 58, 237, 0.45);
    text-align: center;
    backdrop-filter: blur(16px);
}

.gaming-trophy-sphere {
    width: clamp(120px, 20vw, 170px);
    height: clamp(120px, 20vw, 170px);
    margin: 0 auto 20px;
    background: radial-gradient(circle at 35% 35%, #ffd700 0%, #d97706 60%, #5b21b6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(3.5rem, 8vw, 5rem);
    color: #ffffff;
    box-shadow: 
        0 0 40px rgba(255, 215, 0, 0.6),
        inset 0 -15px 30px rgba(0, 0, 0, 0.6);
    animation: trophyFloat 4s ease-in-out infinite alternate;
}

@keyframes trophyFloat {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-15px) rotate(5deg); }
}

.gaming-dice-grid {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

.gaming-dice-box {
    width: clamp(50px, 10vw, 65px);
    height: clamp(50px, 10vw, 65px);
    background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);
    border: 2px solid var(--cyber-cyan);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.4);
}

/* Stats Counter Strip */
.stats-banner-strip {
    background: linear-gradient(90deg, #090a1a 0%, #17153a 50%, #090a1a 100%);
    border-top: 1px solid rgba(0, 240, 255, 0.2);
    border-bottom: 1px solid rgba(0, 240, 255, 0.2);
    padding: clamp(16px, 3vh, 24px) 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.stat-item-box {
    text-align: center;
    padding: 8px;
}

.stat-item-num {
    font-family: 'Orbitron', 'Oswald', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    font-weight: 800;
    color: var(--cyber-cyan);
    text-shadow: 0 0 20px rgba(0, 240, 255, 0.5);
    margin-bottom: 2px;
}

.stat-item-label {
    font-size: clamp(0.72rem, 1.6vw, 0.88rem);
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   PRÓXIMO SORTEO & CONTADOR CYBER
   ========================================================================== */
.section-proximo-sorteo {
    padding: clamp(60px, 10vh, 100px) 0;
    background: radial-gradient(circle at center, #191244 0%, #0e102d 50%, #060714 100%);
    position: relative;
    overflow: hidden;
}

.speedometer-gauge-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.speedometer-svg {
    max-width: clamp(200px, 30vw, 280px);
    width: 100%;
    filter: drop-shadow(0 0 25px rgba(0, 240, 255, 0.5));
}

/* Futuristic Live Countdown Cards */
.countdown-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, 1.8vw, 16px);
    margin: 25px 0 35px;
    flex-wrap: wrap;
}

.countdown-box {
    background: linear-gradient(180deg, #241454 0%, #0f102c 100%);
    border: 2px solid var(--cyber-cyan);
    border-radius: 18px;
    width: clamp(70px, 13vw, 115px);
    height: clamp(82px, 15vw, 125px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 0 25px rgba(0, 240, 255, 0.35),
        inset 0 2px 15px rgba(139, 92, 246, 0.3);
    position: relative;
    overflow: hidden;
}

.countdown-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.countdown-number {
    font-family: 'Orbitron', 'Oswald', sans-serif;
    font-size: clamp(1.8rem, 4vw, 3.1rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    text-shadow: 0 0 25px var(--cyber-cyan);
    z-index: 2;
}

.countdown-label {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(0.65rem, 1.3vw, 0.78rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--cyber-cyan);
    margin-top: 4px;
    z-index: 2;
}

.sorteo-live-gaming-banner {
    background: linear-gradient(135deg, rgba(34, 18, 77, 0.8) 0%, rgba(12, 17, 45, 0.9) 100%);
    border: 2px solid rgba(0, 240, 255, 0.35);
    border-radius: 24px;
    padding: clamp(20px, 4vw, 35px);
    box-shadow: 0 0 35px rgba(124, 58, 237, 0.35);
    max-width: 900px;
    margin: 0 auto;
}

/* ==========================================================================
   SHOWCASE DE PREMIOS (Gaming & Luxury)
   ========================================================================== */
.section-prizes {
    padding: clamp(60px, 10vh, 100px) 0;
    background: #08091a;
    position: relative;
}

.prize-card {
    background: var(--bg-dark-card);
    border: 1.5px solid rgba(0, 240, 255, 0.22);
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(14px);
    position: relative;
}

.prize-card:hover {
    transform: translateY(-8px);
    border-color: var(--cyber-cyan);
    box-shadow: 0 15px 45px rgba(0, 240, 255, 0.3);
    background: var(--bg-dark-card-hover);
}

.prize-card.featured-gold {
    border-color: var(--gold-primary);
    box-shadow: 0 0 35px rgba(255, 215, 0, 0.25);
}

.prize-card.featured-gold:hover {
    box-shadow: 0 15px 50px rgba(255, 215, 0, 0.5);
}

.prize-badge-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, var(--cyber-cyan) 0%, var(--cyber-purple) 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 12px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
    z-index: 5;
}

.prize-badge-tag.gold {
    background: linear-gradient(135deg, #ffd700 0%, #d97706 100%);
    color: #110e02;
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.6);
}

.prize-img-wrap {
    height: clamp(170px, 22vw, 220px);
    background: radial-gradient(circle, #251652 0%, #0e112d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.prize-icon-main {
    font-size: clamp(4rem, 8vw, 5.5rem);
    color: var(--cyber-cyan);
    filter: drop-shadow(0 0 25px rgba(0, 240, 255, 0.6));
    transition: transform 0.4s ease;
}

.prize-card:hover .prize-icon-main {
    transform: scale(1.15) rotate(6deg);
    color: var(--cyber-pink);
    filter: drop-shadow(0 0 30px rgba(236, 72, 153, 0.8));
}

.prize-card-body {
    padding: clamp(18px, 3vw, 24px);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.prize-card-title {
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    font-weight: 800;
    margin-bottom: 8px;
    color: #ffffff;
}

.prize-card-desc {
    font-size: clamp(0.85rem, 1.6vw, 0.92rem);
    color: var(--text-muted);
    margin-bottom: 18px;
    flex-grow: 1;
}

.prize-meta-info {
    background: rgba(8, 10, 28, 0.8);
    border: 1px solid rgba(0, 240, 255, 0.15);
    border-radius: 14px;
    padding: 12px 16px;
    margin-bottom: 18px;
}

.progress-custom-wrap {
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 6px;
}

.progress-custom-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--cyber-purple), var(--cyber-cyan));
    border-radius: 10px;
    box-shadow: 0 0 10px var(--cyber-cyan);
}

.btn-participate-prize {
    background: linear-gradient(135deg, #241352 0%, #10163a 100%);
    border: 1.5px solid var(--cyber-cyan);
    color: #ffffff;
    font-family: 'Orbitron', 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 12px;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    cursor: pointer;
}

.btn-participate-prize:hover {
    background: linear-gradient(135deg, var(--cyber-cyan) 0%, var(--cyber-purple) 100%);
    color: #060714;
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.7);
    border-color: #ffffff;
}

/* ==========================================================================
   ¿CÓMO FUNCIONA? (Gaming Cyber Steps)
   ========================================================================== */
.section-how-it-works {
    padding: clamp(60px, 10vh, 100px) 0;
    background: radial-gradient(circle at center, #181242 0%, #0d0f2b 60%, #060713 100%);
    position: relative;
    border-top: 1px solid rgba(0, 240, 255, 0.15);
    border-bottom: 1px solid rgba(0, 240, 255, 0.15);
}

.how-step-card {
    border: 2.5px solid var(--cyber-cyan);
    border-radius: 26px;
    padding: clamp(25px, 4vw, 35px) clamp(16px, 2.5vw, 22px);
    background: rgba(13, 16, 45, 0.75);
    backdrop-filter: blur(12px);
    box-shadow: 0 0 30px rgba(0, 240, 255, 0.2);
    text-align: center;
    height: 100%;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.how-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 45px rgba(236, 72, 153, 0.6);
    border-color: var(--cyber-pink);
    background: rgba(26, 17, 65, 0.9);
}

.how-step-number {
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-size: clamp(2.4rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #ffffff 0%, var(--cyber-cyan) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-step-icon {
    font-size: clamp(2.2rem, 4vw, 2.6rem);
    color: var(--cyber-cyan);
    margin-bottom: 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.how-step-card:hover .how-step-icon {
    transform: scale(1.2);
    color: var(--cyber-pink);
}

.how-step-title {
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-size: clamp(1rem, 2vw, 1.12rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 10px;
}

.how-step-text {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
    line-height: 1.45;
}

/* ==========================================================================
   PAQUETES DE SUSCRIPCIÓN & TICKETS (Suscripciones)
   ========================================================================== */
.section-subscriptions {
    padding: clamp(60px, 10vh, 100px) 0;
    background: #060714;
    position: relative;
}

.pricing-plan-card {
    background: var(--bg-dark-card);
    border: 1.5px solid rgba(0, 240, 255, 0.2);
    border-radius: 26px;
    padding: clamp(26px, 4vw, 35px) clamp(18px, 3vw, 26px);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.35s ease;
}

.pricing-plan-card:hover {
    transform: translateY(-8px);
    border-color: var(--cyber-cyan);
    box-shadow: 0 15px 40px rgba(0, 240, 255, 0.3);
}

.pricing-plan-card.featured-vip {
    border: 2px solid var(--gold-primary);
    background: rgba(26, 17, 60, 0.85);
    box-shadow: 0 0 35px rgba(255, 215, 0, 0.25);
}

.pricing-plan-card.featured-vip:hover {
    box-shadow: 0 15px 50px rgba(255, 215, 0, 0.5);
}

.plan-ribbon {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffd700 0%, #d97706 100%);
    color: #0b0d10;
    font-weight: 800;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 16px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    white-space: nowrap;
}

.plan-title {
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.3rem);
    font-weight: 800;
    margin-bottom: 6px;
}

.plan-tickets-qty {
    font-family: 'Orbitron', 'Oswald', sans-serif;
    font-size: clamp(2.2rem, 4.5vw, 2.6rem);
    font-weight: 800;
    color: var(--cyber-cyan);
    line-height: 1;
    margin: 14px 0 5px;
}

.plan-price-tag {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 22px;
}

.plan-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    flex-grow: 1;
}

.plan-features-list li {
    font-size: 0.92rem;
    color: var(--text-muted);
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan-features-list li i {
    color: var(--cyber-cyan);
    font-size: 0.9rem;
}

.btn-select-plan {
    background: linear-gradient(135deg, #28145a 0%, #10193e 100%);
    border: 1.5px solid var(--cyber-cyan);
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 13px;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-plan:hover {
    background: linear-gradient(135deg, var(--cyber-cyan) 0%, var(--cyber-purple) 100%);
    color: #060714;
    box-shadow: 0 0 30px rgba(0, 240, 255, 0.8);
    border-color: #ffffff;
}

.pricing-plan-card.featured-vip .btn-select-plan {
    background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%);
    color: #060714;
    border-color: #ffffff;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.pricing-plan-card.featured-vip .btn-select-plan:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 0 35px rgba(255, 215, 0, 0.8);
}

/* ==========================================================================
   SECCIÓN DUDAS / FAQ (Cyber Glowing Accordion)
   ========================================================================== */
.section-dudas-faq {
    padding: clamp(60px, 10vh, 100px) 0;
    background: #0a0c24;
    position: relative;
}

.dudas-title-header {
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.faq-help-badge-card {
    background: linear-gradient(145deg, rgba(29, 18, 68, 0.8) 0%, rgba(10, 14, 40, 0.9) 100%);
    border: 2px solid var(--cyber-cyan);
    border-radius: 28px;
    padding: clamp(25px, 4vw, 40px) clamp(20px, 3vw, 30px);
    text-align: center;
    box-shadow: 0 0 40px rgba(0, 240, 255, 0.3);
}

.faq-help-icon-box {
    width: clamp(70px, 12vw, 90px);
    height: clamp(70px, 12vw, 90px);
    border-radius: 50%;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, var(--cyber-purple), var(--cyber-pink));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(2.2rem, 4vw, 2.8rem);
    color: #ffffff;
    box-shadow: 0 0 30px rgba(236, 72, 153, 0.6);
}

/* Custom Glowing Neon Accordion */
.custom-faq-accordion .accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 14px;
}

.custom-faq-accordion .accordion-button {
    background: rgba(16, 19, 52, 0.65);
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    padding: clamp(14px, 2.5vw, 18px) clamp(16px, 3vw, 24px);
    border-radius: 16px !important;
    border: 1.5px solid transparent;
    box-shadow: none;
    transition: all 0.3s ease;
}

.custom-faq-accordion .accordion-button:hover {
    background: rgba(28, 20, 75, 0.8);
    color: var(--cyber-cyan);
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(24, 18, 65, 0.95);
    color: #ffffff;
    border: 2px solid var(--cyber-cyan);
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.5);
}

.custom-faq-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(72%) sepia(85%) saturate(452%) hue-rotate(150deg) brightness(105%) contrast(105%);
}

.custom-faq-accordion .accordion-body {
    background: rgba(14, 16, 44, 0.95);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    padding: 18px 22px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 2px solid var(--cyber-cyan);
    border-top: none;
    box-shadow: 0 10px 25px rgba(0, 240, 255, 0.3);
    line-height: 1.6;
}

/* ==========================================================================
   TRANSPARENCIA & GANADORES
   ========================================================================== */
.section-transparency {
    padding: clamp(50px, 8vh, 80px) 0;
    background: #060714;
    border-top: 1px solid rgba(0, 240, 255, 0.15);
}

.winner-card {
    background: rgba(16, 19, 52, 0.7);
    border: 1px solid rgba(0, 240, 255, 0.2);
    border-radius: 20px;
    padding: clamp(14px, 2.5vw, 20px);
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform 0.3s ease;
}

.winner-card:hover {
    transform: translateY(-4px);
    border-color: var(--cyber-cyan);
    box-shadow: 0 8px 25px rgba(0, 240, 255, 0.25);
}

.winner-avatar-icon {
    width: clamp(44px, 8vw, 54px);
    height: clamp(44px, 8vw, 54px);
    border-radius: 50%;
    background: linear-gradient(135deg, #2d1366 0%, #101235 100%);
    border: 2px solid var(--gold-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: var(--gold-primary);
    flex-shrink: 0;
}

/* ==========================================================================
   MODALES INTERACTIVOS (Tickets & Checkout)
   ========================================================================== */
.modal-custom-dark .modal-content {
    background: linear-gradient(145deg, #15103a 0%, #090a1c 100%);
    border: 2px solid var(--cyber-cyan);
    border-radius: 24px;
    box-shadow: 0 0 50px rgba(0, 240, 255, 0.4);
    color: #ffffff;
}

.modal-custom-dark .modal-header {
    border-bottom: 1px solid rgba(0, 240, 255, 0.2);
    padding: 18px 24px;
}

.modal-custom-dark .modal-body {
    padding: clamp(18px, 3.5vw, 28px);
}

.input-neon-search {
    background: #141738 !important;
    border: 1.5px solid rgba(0, 240, 255, 0.4) !important;
    color: #ffffff !important;
    border-radius: 14px;
    padding: 13px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.input-neon-search::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

.input-neon-search:focus {
    background: #1a1e48 !important;
    border-color: var(--cyber-cyan) !important;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.4) !important;
    color: #ffffff !important;
    outline: none;
}

.btn-neon-modal-action {
    background: linear-gradient(135deg, var(--cyber-cyan) 0%, var(--cyber-purple) 100%);
    color: #060714;
    font-family: 'Orbitron', 'Outfit', sans-serif;
    font-weight: 800;
    padding: 13px 22px;
    border-radius: 14px;
    border: none;
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.5);
    transition: all 0.3s ease;
}

.btn-neon-modal-action:hover {
    box-shadow: 0 0 35px rgba(0, 240, 255, 0.8);
    transform: translateY(-2px);
    color: #000000;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.sorteos-footer {
    background: #04050d;
    border-top: 1px solid rgba(0, 240, 255, 0.2);
    padding: clamp(40px, 6vh, 60px) 0 30px;
    position: relative;
}

.footer-brand-title {
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 900;
    color: #ffffff;
}

.footer-text {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(18, 20, 52, 0.8);
    border: 1px solid rgba(0, 240, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cyber-cyan);
    font-size: 1.05rem;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 0 3px;
}

.footer-social-icon:hover {
    background: var(--cyber-cyan);
    color: #060714;
    transform: translateY(-3px);
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.6);
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 35px;
    padding-top: 22px;
    color: var(--text-dimmed);
    font-size: 0.85rem;
    text-align: center;
}

/* ==========================================================================
   BOTÓN FLOTANTE WHATSAPP & MINI VENTANA REDISEÑADA RESPONSIVA
   ========================================================================== */
.wa-floating-container {
    position: fixed;
    bottom: clamp(15px, 3vw, 25px);
    right: clamp(15px, 3vw, 25px);
    z-index: 1060;
}

.btn-wa-floating-trigger {
    width: clamp(54px, 10vw, 64px);
    height: clamp(54px, 10vw, 64px);
    border-radius: 50%;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #ffffff;
    border: 2.5px solid #ffffff;
    box-shadow: 0 0 25px rgba(37, 211, 102, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(1.7rem, 4vw, 2.1rem);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.btn-wa-floating-trigger:hover {
    transform: scale(1.08) rotate(10deg);
    box-shadow: 0 0 45px rgba(37, 211, 102, 0.95);
    color: #ffffff;
}

.wa-pulse-ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid #25d366;
    animation: waPulse 2s infinite;
    pointer-events: none;
}

@keyframes waPulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.4); opacity: 0; }
}

/* Mini Ventana Rediseñada de Chat WhatsApp con Alto Contraste */
.wa-chat-window {
    position: fixed;
    bottom: clamp(75px, 11vw, 105px);
    right: clamp(12px, 3vw, 25px);
    width: 370px;
    max-width: calc(100vw - 24px);
    background: #0f141c;
    border: 2px solid #00a884;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 168, 132, 0.3);
    z-index: 1065;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    max-height: 85vh;
}

.wa-chat-window.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.wa-chat-header {
    background: linear-gradient(135deg, #008069 0%, #00a884 100%);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.wa-header-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #008069;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.wa-header-title {
    font-family: 'Orbitron', 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.wa-header-status {
    font-size: 0.74rem;
    color: #e0f2fe;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wa-status-dot {
    width: 8px;
    height: 8px;
    background: #86efac;
    border-radius: 50%;
    box-shadow: 0 0 8px #86efac;
}

.wa-btn-close {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s ease;
}

.wa-btn-close:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.wa-chat-body {
    padding: 16px;
    background: #111b21;
    overflow-y: auto;
    max-height: calc(85vh - 75px);
}

.wa-chat-bubble-agent {
    background: #202c33;
    border-radius: 12px 12px 12px 2px;
    padding: 12px 14px;
    font-size: 0.88rem;
    color: #e9edef;
    line-height: 1.4;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

.wa-bubble-time {
    display: block;
    text-align: right;
    font-size: 0.68rem;
    color: #8696a0;
    margin-top: 4px;
}

.wa-quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.wa-quick-tag {
    background: #1f2c34;
    color: #25d366;
    border: 1px solid rgba(37, 211, 102, 0.3);
    font-size: 0.74rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wa-quick-tag:hover {
    background: #25d366;
    color: #0c1317;
}

.wa-form-label {
    display: block;
    color: #cbd5e1;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wa-chat-input {
    background: #222e35 !important;
    border: 1.5px solid #2a3942 !important;
    color: #ffffff !important;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    transition: all 0.25s ease;
    width: 100%;
}

.wa-chat-input::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
    font-size: 0.88rem;
}

.wa-chat-input:focus {
    background: #182229 !important;
    border-color: #00a884 !important;
    box-shadow: 0 0 14px rgba(0, 168, 132, 0.4) !important;
    color: #ffffff !important;
    outline: none;
}

.btn-wa-send-msg {
    background: linear-gradient(135deg, #00a884 0%, #25d366 100%);
    color: #0c1317;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.92rem;
    border-radius: 12px;
    border: none;
    padding: 11px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-wa-send-msg:hover {
    box-shadow: 0 0 30px rgba(37, 211, 102, 0.7);
    transform: translateY(-2px);
    color: #000000;
}