:root {
    --primary: #1DB954;
    --primary-glow: rgba(29, 185, 84, 0.4);
    --primary-hover: #1ed760;
    --bg-color: #0b0f19;
    --bg-card: rgba(255, 255, 255, 0.03);
    --bg-card-border: rgba(255, 255, 255, 0.08);
    --text-main: #ffffff;
    --text-muted: #94a3b8;
    --font-main: 'Outfit', sans-serif;
    --nequi: #da0081;
    --daviplata: #ed1c24;
    --bancolombia: #fdda24;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-main); background-color: var(--bg-color); color: var(--text-main); overflow-x: hidden; line-height: 1.6; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.section-padding { padding: 80px 0; }

.background-effects { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: -1; overflow: hidden; pointer-events: none; }
.glow-orb { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.4; }
.orb-1 { top: -10%; right: -10%; width: 60vw; height: 60vw; background: var(--primary-glow); animation: float 15s infinite ease-in-out alternate; }
.orb-2 { bottom: -20%; left: -10%; width: 50vw; height: 50vw; background: rgba(13, 71, 161, 0.3); animation: float 20s infinite ease-in-out alternate-reverse; }
@keyframes float { 0% { transform: translate(0, 0); } 100% { transform: translate(50px, 50px); } }

.floating-cta { position: fixed; bottom: 30px; right: 30px; background: #25D366; color: white; padding: 15px 25px; border-radius: 50px; display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 16px; box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4); z-index: 1000; transition: all 0.3s ease; animation: bounce 2s infinite; }
.floating-cta:hover { transform: scale(1.05) translateY(-5px); background: #1ebd5a; }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } 60% { transform: translateY(-5px); } }

.header { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.05); background: rgba(11,15,25,0.8); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 100;}
.logo { display: flex; align-items: center; gap: 15px; user-select: none; }
.logo-de { font-size: 42px; font-weight: 900; letter-spacing: -3px; line-height: 1; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.dinamicas { font-size: 20px; font-weight: 400; letter-spacing: 1px; }
.evolution { font-size: 22px; font-weight: 700; display: flex; align-items: center; }
.clover-icon { width: 20px; height: 20px; margin: 0 2px; transform: rotate(45deg); }

.nav-menu { display: flex; align-items: center; }
.nav-list { display: flex; list-style: none; gap: 30px; margin: 0; padding: 0; }
.nav-link { color: var(--text-main); text-decoration: none; font-size: 16px; font-weight: 600; transition: color 0.3s ease; }
.nav-link:hover { color: var(--primary); }
.mobile-menu-btn { display: none; background: none; border: none; color: #fff; cursor: pointer; padding: 5px; }

.hero { padding: 60px 0; min-height: 85vh; display: flex; align-items: center;}
.hero-container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; }
.badge { display: inline-block; padding: 6px 16px; border-radius: 50px; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px;}
.urgency-badge { background: rgba(239, 68, 68, 0.15); border: 1px solid rgba(239, 68, 68, 0.4); color: #ef4444; animation: pulse-red 2s infinite; }
@keyframes pulse-red { 0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); } 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); } }

.hero-title { font-size: 52px; font-weight: 900; line-height: 1.1; margin-bottom: 20px; text-transform: uppercase; }
.prize-title { color: var(--primary); text-shadow: 0 0 20px var(--primary-glow); }
.hero-title .highlight { color: #fff; background: rgba(255,255,255,0.1); padding: 0 10px; border-radius: 8px; }
.hero-description { font-size: 20px; color: var(--text-muted); margin-bottom: 30px; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 18px 36px; border-radius: 12px; font-size: 18px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; gap: 10px; cursor: pointer; border: none; width: 100%;}
.btn-primary { background-color: var(--primary); color: #000; box-shadow: 0 4px 20px rgba(29, 185, 84, 0.3); }
.btn-primary:hover { background-color: var(--primary-hover); transform: translateY(-3px); box-shadow: 0 8px 30px rgba(29, 185, 84, 0.5); }
.cta-pulse { animation: primary-pulse 2s infinite; }
@keyframes primary-pulse { 0% { transform: scale(1); } 50% { transform: scale(1.02); } 100% { transform: scale(1); } }

.live-viewers { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 16px; color: #cbd5e1; background: rgba(0,0,0,0.4); padding: 8px 16px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.05); }
.pulse-dot { width: 10px; height: 10px; background-color: #ef4444; border-radius: 50%; box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); animation: dot-pulse 1.5s infinite; }
#viewer-count { font-weight: 800; color: #fff; }
@keyframes dot-pulse { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); } }

.glass-card { background: rgba(20, 25, 35, 0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 24px; padding: 40px; box-shadow: 0 20px 50px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.05); position: relative; overflow: hidden; text-align: center;}
.card-header { font-size: 18px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; }
.card-amount { font-size: 72px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 10px; background: linear-gradient(to bottom, #ffffff, #a0aec0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.card-subtitle { font-size: 18px; color: var(--primary); font-weight: 600; margin-bottom: 30px; }
.winner-alert { background: rgba(29, 185, 84, 0.15); border: 1px solid rgba(29, 185, 84, 0.3); padding: 10px; border-radius: 10px; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; color: #fff; }

.section-title { font-size: 42px; font-weight: 800; margin-bottom: 15px; }
.section-subtitle { font-size: 18px; color: var(--text-muted); margin-bottom: 50px; }

.feature-card { background: var(--bg-card); border: 1px solid var(--bg-card-border); padding: 40px 30px; border-radius: 20px; transition: transform 0.3s; }
.feature-card:hover { transform: translateY(-10px); background: rgba(255,255,255,0.05); }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.step-card { background: var(--bg-card); border: 1px solid var(--bg-card-border); padding: 40px 30px; border-radius: 20px; text-align: center; position: relative; transition: transform 0.3s; }
.step-card:hover { transform: translateY(-10px); background: rgba(255,255,255,0.05); }
.step-number { width: 50px; height: 50px; background: var(--primary); color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 900; position: absolute; top: -25px; left: 50%; transform: translateX(-50%); box-shadow: 0 5px 15px rgba(29, 185, 84, 0.4); }
.step-card h3 { font-size: 22px; margin-bottom: 15px; color: #fff; margin-top: 10px;}
.step-card p { color: var(--text-muted); font-size: 16px; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proof-card { background: var(--bg-card); border: 1px solid var(--bg-card-border); border-radius: 16px; overflow: hidden; }
.proof-header { padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.05); }
.proof-bank { font-size: 13px; font-weight: 700; padding: 4px 10px; border-radius: 4px; color: #fff;}
.proof-bank.nequi { background-color: var(--primary); color: #000; }
.proof-bank.daviplata { background-color: #3b82f6; }
.proof-bank.bancolombia { background-color: #8b5cf6; }
.proof-time { font-size: 12px; color: var(--text-muted); }
.proof-body { padding: 25px 20px; }
.placeholder-img { padding: 0 !important; }
.empty-state { width: 100%; aspect-ratio: 9/16; background: rgba(255,255,255,0.02); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--text-muted); border-top: 1px solid rgba(255,255,255,0.05);}
.empty-state .icon { font-size: 40px; }

.methods-logos { margin-top: 20px; }
.method { padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 700; color: #fff; border: 1px solid; }

.faq-container { max-width: 800px; }
.accordion { display: flex; flex-direction: column; gap: 15px; margin-top: 40px; }
.accordion-item { background: var(--bg-card); border: 1px solid var(--bg-card-border); border-radius: 12px; overflow: hidden; }
.accordion-header { width: 100%; padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; background: none; border: none; color: #fff; font-size: 18px; font-weight: 600; cursor: pointer; text-align: left; font-family: inherit;}
.accordion-header .icon { font-size: 24px; color: var(--primary); transition: transform 0.3s; }
.accordion-header.active .icon { transform: rotate(45deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.accordion-content p { padding: 0 25px 25px; color: var(--text-muted); font-size: 16px; }

.footer { background: #05080e; padding: 60px 0 40px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-title { font-size: 32px; margin-bottom: 30px; }
.footer-legal { color: #64748b; font-size: 14px; }

.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal-right { opacity: 0; transform: translateX(30px); transition: all 0.8s ease; }
.reveal-right.active { opacity: 1; transform: translateX(0); }

@media (max-width: 992px) {
    .hero-container { grid-template-columns: 1fr; text-align: center; gap: 40px;}
    .about-grid { grid-template-columns: 1fr !important; gap: 30px !important; text-align: center; }
    .about-grid .stats { justify-content: center; }
    .hero-title { font-size: 42px; }
    .text-center-mobile { text-align: center; }
    .features-grid { grid-template-columns: 1fr !important; }
    .steps-grid { grid-template-columns: 1fr; }
    .proof-grid { grid-template-columns: 1fr; }
    .floating-cta { bottom: 20px; right: 20px; padding: 12px 20px; }
    .floating-cta span { display: none; } 
}
@media (max-width: 768px) {
    .hero-title { font-size: 36px; }
    .section-title { font-size: 28px !important; }
    .card-amount { font-size: 56px; }
    
    .nav-menu { position: absolute; top: 100%; left: 0; width: 100%; background: rgba(11,15,25,0.98); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 30px 0; display: none; flex-direction: column; align-items: center; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
    .nav-menu.active { display: flex; animation: slideDown 0.3s ease forwards; }
    .nav-list { flex-direction: column; gap: 25px; align-items: center; }
    .nav-link { font-size: 20px; }
    .mobile-menu-btn { display: block; }
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.logo-img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}
