*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#050505;
color:#fff;
padding-top:120px;
}

.nav-vod{
background:rgba(0,0,0,.90);
backdrop-filter:blur(15px);
border-bottom:1px solid rgba(255,255,255,.08);
}

.navbar{
padding-top:4px;
padding-bottom:4px;
}

.logo-nav{
height:70px;
width:auto;
object-fit:contain;
margin-right:10px;
filter:drop-shadow(0 0 10px rgba(0,255,136,.4));
transition:.3s;
}

.brand-name{
font-size:1.5rem;
font-weight:700;
line-height:1;
}

.nav-link{
    white-space:nowrap;
    color:white !important;
    font-weight:500;
    margin-left:8px;
    transition:.3s;
}

.nav-link:hover{
color:#00ff88 !important;
}

.navbar-nav{
align-items:center;
gap:8px;
}

.btn-contacto{
background:#00cc66;
color:white !important;
}



.hero h1{
font-size:4rem;
font-weight:800;
margin-bottom:20px;
}

.hero p{
font-size:1.3rem;
color:#ddd;
max-width:900px;
margin:auto;
}

.btn-whatsapp{
display:inline-block;
margin-top:30px;
padding:15px 35px;
background:#25D366;
color:white;
text-decoration:none;
font-weight:700;
border-radius:50px;
transition:.3s;
}

.btn-whatsapp:hover{
transform:translateY(-3px);
}

@media(max-width:768px){

.hero{
min-height:80vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:120px 20px;

background:linear-gradient(
135deg,
#050505 0%,
#0d1117 40%,
#111827 100%
);
}



}

main{
    min-height:100vh;
}

.hero-title{
font-size:4rem;
font-weight:800;
color:#fff;
margin-bottom:20px;
}

.hero-subtitle{
font-size:1.3rem;
color:#bbb;
max-width:900px;
margin:auto;
}

.hero-buttons{
margin-top:30px;
}

.hero-buttons a{
margin:10px;
}

.stats{
padding:80px 0;
background:#0d1117;
}

.stats h2{
color:#00ff88;
font-size:3rem;
font-weight:800;
}

.stats p{
color:#aaa;
font-size:1.1rem;
}

@media(max-width:768px){

.hero-title{
font-size:2.3rem;
}

.hero-subtitle{
font-size:1rem;
}

}

.pricing-section{
padding:100px 20px;
background:#050505;
}

.section-title{
text-align:center;
font-size:3rem;
font-weight:800;
margin-bottom:15px;
color:#fff;
}

.section-subtitle{
text-align:center;
color:#aaa;
font-size:1.1rem;
margin-bottom:60px;
}

.pricing-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
max-width:1200px;
margin:auto;
}

.price-card{
background:#0d1117;
border:1px solid rgba(255,255,255,.08);
border-radius:20px;
padding:35px;
text-align:center;
transition:.35s;
position:relative;
overflow:hidden;
}

.price-card:hover{
transform:translateY(-10px);
border-color:#00ff88;
box-shadow:0 0 30px rgba(0,255,136,.25);
}

.plan-name{
font-size:1.3rem;
font-weight:700;
color:#fff;
margin-bottom:15px;
}

.price{
font-size:3rem;
font-weight:800;
color:#00ff88;
line-height:1;
}

.usd{
margin-top:10px;
font-size:1rem;
color:#bbb;
}

.plan-desc{
margin-top:20px;
color:#999;
}

.featured{
border:2px solid #00ff88;
transform:scale(1.05);
}

.featured:hover{
transform:scale(1.08);
}

.badge{
position:absolute;
top:15px;
right:-35px;
background:#00ff88;
color:#000;
font-weight:700;
padding:8px 40px;
transform:rotate(45deg);
font-size:.8rem;
}

@media(max-width:768px){

.section-title{
font-size:2rem;
}

.price{
font-size:2.5rem;
}

.featured{
transform:none;
}

}

.features-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-bottom:60px;
}

.feature-card{
background:#0d1117;
padding:25px;
border-radius:15px;
text-align:center;
font-weight:600;
border:1px solid rgba(255,255,255,.08);
transition:.3s;
}

.feature-card:hover{
transform:translateY(-5px);
border-color:#00ff88;
}

.pricing-title{
text-align:center;
font-size:2rem;
font-weight:700;
margin-bottom:40px;
margin-top:20px;
}

.cta-box{
margin-top:80px;
text-align:center;
padding:50px;
background:#0d1117;
border-radius:20px;
border:1px solid rgba(255,255,255,.08);
}

.cta-box h3{
font-size:2rem;
margin-bottom:20px;
}

.cta-box p{
color:#aaa;
margin-bottom:30px;
}

.active-menu{
color:#00ff88 !important;
font-weight:700;
position:relative;
white-space:nowrap;
}

.active-menu::after{
content:'';
position:absolute;
left:10%;
bottom:-6px;
width:80%;
height:3px;
background:#00ff88;
border-radius:10px;
box-shadow:0 0 12px #00ff88;
}

.hero-home{
padding:120px 0 80px;
background:linear-gradient(135deg,#050505,#08111f);
}

.hero-badge{
display:inline-block;
padding:8px 18px;
border-radius:30px;
background:#00ff8820;
color:#00ff88;
font-weight:600;
margin-bottom:20px;
}

.hero-main-title{
font-size:4rem;
font-weight:800;
margin-bottom:20px;
}

.hero-main-text{
font-size:1.2rem;
color:#cfcfcf;
margin-bottom:30px;
}



.stats-section{
padding:70px 0;
background:#08101d;
}

.stats-section h2{
color:#00ff88;
font-size:3rem;
font-weight:800;
}

.stats-section p{
color:#aaa;
}

.hero-logo{
width:100%;
max-width:650px;
height:auto;
display:block;
margin:auto;


filter:
drop-shadow(0 0 25px rgba(0,255,136,.35))
drop-shadow(0 0 40px rgba(0,255,136,.15));

transition:.4s;
}

.hero-right{
display:flex;
justify-content:center;
align-items:center;
}

.hero-right img{
width:100%;
max-width:650px;
}

.hero-logo:hover{
transform:scale(1.05);
}

.premium-box{
background:#0d1117;
padding:40px;
border-radius:25px;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 0 40px rgba(0,255,136,.10);
max-width:500px;
margin:auto;
}

.premium-price{
font-size:1.5rem;
color:#ccc;
}

.premium-price span{
display:block;
font-size:4rem;
font-weight:800;
color:#00ff88;
line-height:1;
}

.premium-usd{
font-size:1.4rem;
margin:15px 0 25px;
color:#fff;
font-weight:700;
}

.premium-list{
list-style:none;
padding:0;
text-align:left;
}

.premium-list li{
padding:10px 0;
border-bottom:1px solid rgba(255,255,255,.05);
}

.premium-box{
background:#0d1117;
padding:40px;
border-radius:25px;
border:1px solid rgba(255,255,255,.08);
box-shadow:0 0 40px rgba(0,255,136,.15);
}

.premium-top{
display:inline-block;
background:#00ff88;
color:#000;
font-weight:700;
padding:8px 15px;
border-radius:30px;
margin-bottom:20px;
}

.premium-price{
font-size:1.4rem;
color:#ccc;
}

.premium-price span{
display:block;
font-size:4.5rem;
font-weight:800;
color:#00ff88;
line-height:1;
}

.premium-usd{
font-size:1.5rem;
font-weight:700;
margin:15px 0;
}

.premium-list{
list-style:none;
padding:0;
margin-top:20px;
}

.premium-list li{
padding:12px 0;
border-bottom:1px solid rgba(255,255,255,.06);
}

.benefits-section{
padding:80px 0;
background:#08101d;
}

.benefit-card{
background:#0d1117;
padding:30px;
border-radius:20px;
height:100%;
transition:.3s;
border:1px solid rgba(255,255,255,.08);
}

.benefit-card:hover{
transform:translateY(-8px);
border-color:#00ff88;
box-shadow:0 0 25px rgba(0,255,136,.15);
}

.benefit-card h5{
margin-top:15px;
font-weight:700;
}

.benefit-card p{
color:#aaa;
margin-top:10px;
}

.features-top{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-bottom:50px;
}

.feature-top-item{
background:#0d1117;
padding:18px;
text-align:center;
border-radius:15px;
border:1px solid rgba(255,255,255,.08);
font-weight:600;
}

.plan-features{
list-style:none;
padding:0;
margin:25px 0;
text-align:left;
}

.plan-features li{
padding:10px 0;
border-bottom:1px solid rgba(255,255,255,.05);
color:#ddd;
}

.btn-plan{
display:block;
margin-top:25px;
padding:14px;
border-radius:12px;
text-decoration:none;
font-weight:700;
color:#00ff88;
border:1px solid #00ff88;
transition:.3s;
}

.btn-plan:hover{
background:#00ff88;
color:#000;
}

.featured-btn{
background:#00ff88;
color:#000;
}

.bottom-benefits{
margin-top:80px;
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.benefit-item{
background:#0d1117;
padding:25px;
border-radius:15px;
text-align:center;
border:1px solid rgba(255,255,255,.08);
}

.benefit-item h5{
margin-top:15px;
font-weight:700;
}

.benefit-item p{
color:#aaa;
font-size:.9rem;
}

@media(max-width:991px){

.features-top{
grid-template-columns:repeat(2,1fr);
}

.bottom-benefits{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.features-top{
grid-template-columns:1fr;
}

.bottom-benefits{
grid-template-columns:1fr;
}

}

.services-home{
padding:100px 0;
background:#050505;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
margin-top:50px;
}

.service-card{
background:#0d1117;
padding:35px;
border-radius:20px;
text-decoration:none;
color:#fff;
border:1px solid rgba(255,255,255,.08);
transition:.3s;
}

.service-card:hover{
transform:translateY(-8px);
border-color:#00ff88;
box-shadow:0 0 25px rgba(0,255,136,.15);
color:#fff;
}

.service-card h3{
margin:15px 0;
font-weight:700;
}

.service-card p{
color:#aaa;
}


/* TESTIMONIOS */

.testimonials-section{
padding:100px 0;
background:#08101d;
}

.testimonials-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:25px;
margin-top:50px;
}

.testimonial-card{
background:#0d1117;
padding:35px;
border-radius:20px;
border:1px solid rgba(255,255,255,.08);
transition:.3s;
}

.testimonial-card:hover{
transform:translateY(-8px);
border-color:#00ff88;
}

.stars{
font-size:1.3rem;
margin-bottom:20px;
}

.testimonial-card p{
color:#ccc;
margin-bottom:20px;
}

.testimonial-card h5{
margin-bottom:5px;
font-weight:700;
}

.testimonial-card span{
color:#00ff88;
font-size:.9rem;
}

/* VIDEO */

.video-section{
padding:100px 0;
background:#050505;
}

.video-wrapper{
position:relative;
padding-bottom:56.25%;
height:0;
overflow:hidden;
border-radius:20px;
box-shadow:0 0 40px rgba(0,255,136,.10);
}

.video-wrapper iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:none;
}

/* CTA FINAL */

.final-cta{
padding:100px 0;
background:linear-gradient(
135deg,
#00cc66,
#00994d
);
}

.final-cta h2{
font-size:3rem;
font-weight:800;
margin-bottom:20px;
}

.final-cta p{
font-size:1.2rem;
margin-bottom:30px;
}


/* WHY VOD LATINO */

.why-vod{
padding:100px 0;
background:#050505;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
margin-top:50px;
}

.why-card{
background:#0d1117;
padding:35px;
border-radius:20px;
text-align:center;
border:1px solid rgba(255,255,255,.08);
transition:.3s;
height:100%;
}

.why-card:hover{
transform:translateY(-10px);
border-color:#00ff88;
box-shadow:0 0 25px rgba(0,255,136,.15);
}

.why-card h4{
margin:20px 0 15px;
font-weight:700;
color:#fff;
}

.why-card p{
color:#aaa;
margin:0;
line-height:1.6;
}


/* FOOTER */

.footer-vod{
background:#030303;
padding:80px 0 30px;
border-top:1px solid rgba(255,255,255,.08);
}

.footer-logo{
max-width:220px;
margin-bottom:20px;
}

.footer-text{
color:#999;
line-height:1.8;
}

.footer-vod h5{
color:#fff;
margin-bottom:20px;
font-weight:700;
}

.footer-links{
list-style:none;
padding:0;
margin:0;
}

.footer-links li{
margin-bottom:12px;
}

.footer-links a{
color:#aaa;
text-decoration:none;
transition:.3s;
}

.footer-links a:hover{
color:#00ff88;
}

.payments{
display:flex;
flex-direction:column;
gap:10px;
color:#aaa;
}

.footer-vod hr{
margin:40px 0;
border-color:#222;
}

.footer-bottom{
text-align:center;
color:#999;
}

.footer-bottom a{
color:#00ff88;
text-decoration:none;
font-weight:600;
}


/* WHATSAPP FLOTANTE */

.whatsapp-float{
position:fixed;
right:25px;
bottom:25px;

width:70px;
height:70px;

background:#25D366;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:38px;
color:white;

text-decoration:none;

box-shadow:0 0 25px rgba(37,211,102,.5);

z-index:99999;

transition:.3s;
}

.whatsapp-float:hover{
transform:scale(1.1);
color:white;
}


.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:25px;
margin-top:50px;
}

.service-card{
background:#0d1117;
border:1px solid rgba(255,255,255,.08);
border-radius:20px;

padding:30px;

text-decoration:none;
color:white;

transition:.3s;
}

.service-card:hover{
transform:translateY(-8px);
border-color:#00ff88;
box-shadow:0 0 25px rgba(0,255,136,.15);
}

.featured-service{
border:2px solid #00ff88;
}

.service-icon{
font-size:42px;
margin-bottom:15px;
}

.service-card h3{
font-size:1.7rem;
margin-bottom:20px;
font-weight:700;
}

.service-card ul{
list-style:none;
padding:0;
margin:0;
}

.service-card li{
padding:8px 0;
border-bottom:1px solid rgba(255,255,255,.05);
color:#cfcfcf;
}

.service-link{
display:inline-block;
margin-top:20px;
padding:10px 20px;
background:#00cc66;
border-radius:30px;
font-weight:600;
color:white;
}


/* ==========================
   MOVIL
========================== */

@media (max-width:768px){

body{
padding-top:95px;
}

/* Logo */
.logo-nav{
height:45px !important;
margin-right:8px;
transform:none !important;
}

/* Nombre */
.brand-name{
font-size:1.1rem;
}

/* Navbar */
.navbar{
padding-top:8px;
padding-bottom:8px;
}

/* Hero */
.hero-home{
padding:40px 0 60px;
}

.hero-main-title{
font-size:2.5rem;
line-height:1.1;
}

.hero-main-text{
font-size:1.05rem;
}

/* Logo principal */
.hero-logo{
max-width:280px !important;
margin-top:30px;
}

/* Estadísticas */
.stats-section h2{
font-size:2rem;
}

/* Servicios */
.services-grid{
grid-template-columns:1fr;
}

/* Footer */
.footer-logo{
max-width:160px;
}

/* Barra superior */
.top-bar{
font-size:.75rem;
padding:6px 10px;
}

}

.price-card h3{
font-size:1.8rem;
font-weight:700;
margin-bottom:20px;
color:#fff;
}

.price-card p{
color:#bdbdbd;
font-size:1.05rem;
line-height:1.8;
}

.price-card{
min-height:280px;
display:flex;
flex-direction:column;
justify-content:flex-start;
}

.plan-features{
list-style:none;
padding:0;
margin:30px 0;
text-align:left;
}

.plan-features li{
padding:10px 0;
border-bottom:1px solid rgba(255,255,255,.08);
color:#ddd;
font-size:1rem;
}

.unlimited-benefits{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:15px;
margin-top:30px;
}

.unlimited-benefits div{
background:#111827;
padding:15px;
border-radius:12px;
font-weight:600;
}

.price-card .btn{
border-radius:30px;
padding:12px 25px;
font-weight:700;
}

@media(max-width:768px){

.plan-features li{
font-size:.95rem;
}

.price-card{
padding:25px;
}

}

.pricing-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
margin-top:50px;
}

.pricing-card{
background:#07111f;
border:1px solid #16283e;
border-radius:20px;
padding:30px;
position:relative;
text-align:center;
transition:.3s;
}

.pricing-card:hover{
transform:translateY(-5px);
border-color:#00ff88;
}

.pricing-card h3{
color:#fff;
font-size:28px;
font-weight:700;
margin-bottom:15px;
}

.price{
font-size:55px;
font-weight:800;
color:#00ff88;
}

.pricing-card span{
display:block;
margin-bottom:20px;
color:#bbb;
}

.pricing-card ul{
text-align:left;
padding-left:0;
list-style:none;
margin-top:20px;
}

.pricing-card ul li{
padding:8px 0;
color:#ddd;
}

.btn-plan{
display:inline-block;
margin-top:20px;
background:#00d26a;
color:#fff;
padding:12px 25px;
border-radius:10px;
text-decoration:none;
font-weight:600;
}

.btn-plan:hover{
background:#00ff88;
color:#000;
}

.recommended{
border:2px solid #00ff88;
}

.badge{
position:absolute;
top:15px;
right:-35px;
background:#00ff88;
color:#000;
padding:8px 40px;
font-weight:700;
transform:rotate(45deg);
}

.cost-box{
margin:25px 0;
padding:15px;
border-radius:12px;
background:rgba(255,255,255,.05);
border:1px solid rgba(0,255,136,.3);
text-align:center;
}

.cost-label{
font-size:11px;
letter-spacing:2px;
color:#00ff88;
font-weight:700;
margin-bottom:8px;
}

.cost-price{
font-size:38px;
font-weight:800;
color:#00ff88;
line-height:1;
}

.cost-desc{
font-size:13px;
color:#aaa;
margin-top:5px;
}

.recommended .cost-box{
background:linear-gradient(
135deg,
#ffd700,
#ffb700
);
box-shadow:0 0 35px rgba(255,215,0,.5);
}

.restream-banner{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
margin:30px auto 50px;
max-width:1200px;
}

.restream-item{
background:rgba(0,255,136,.08);
border:1px solid rgba(0,255,136,.25);
padding:12px 18px;
border-radius:12px;
color:#fff;
font-size:15px;
font-weight:600;
}

.plan-features{
list-style:none;
padding:0;
margin:25px 0;
text-align:left;
}

.plan-features li{
padding:6px 0;
font-size:15px;
color:#ddd;
}

.plan-profit{
background:rgba(0,255,136,.08);
border:1px solid rgba(0,255,136,.25);
padding:12px;
border-radius:10px;
margin-top:15px;
font-size:14px;
font-weight:700;
color:#00ff88;
}

.earning-box{
max-width:900px;
margin:0 auto 40px;
padding:20px 25px;
background:linear-gradient(
135deg,
rgba(0,255,136,.12),
rgba(0,255,136,.04)
);
border:1px solid rgba(0,255,136,.35);
border-radius:15px;
text-align:center;
}

.earning-title{
font-size:14px;
font-weight:800;
letter-spacing:2px;
color:#00ff88;
margin-bottom:10px;
}

.earning-text{
font-size:22px;
font-weight:600;
line-height:1.5;
color:#fff;
}

.earning-text strong{
color:#00ff88;
font-size:28px;
}

/* SUPER RESELLER INFO */

.monthly-info{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:15px;
    margin:40px 0;
}

.monthly-item{
    background:#07111f;
    border:1px solid rgba(0,255,170,.25);
    border-radius:12px;
    padding:15px 20px;
    color:#fff;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.monthly-item:hover{
    transform:translateY(-3px);
    border-color:#00ff99;
    box-shadow:0 0 15px rgba(0,255,153,.25);
}

.monthly-note{
    background:linear-gradient(
        135deg,
        rgba(0,255,153,.08),
        rgba(0,255,153,.02)
    );
    border:1px solid rgba(0,255,153,.25);
    border-left:5px solid #00ff99;
    border-radius:16px;
    padding:30px;
    margin:40px 0 60px;
    text-align:left;
}

.monthly-note h4{
    color:#fff;
    font-size:32px;
    font-weight:800;
    margin-bottom:20px;
}

.monthly-note p{
    color:#d6d6d6;
    font-size:18px;
    line-height:1.8;
    margin-bottom:15px;
}

.monthly-note strong{
    color:#00ff99;
}

@media(max-width:768px){

.monthly-item{
    font-size:16px;
    padding:14px;
}

.monthly-note{
    padding:20px;
}

.monthly-note h4{
    font-size:26px;
}

.monthly-note p{
    font-size:16px;
}

}

.monthly-banner{
    max-width:1000px;
    margin:30px auto 50px;
    padding:30px;
    text-align:center;
    background:linear-gradient(
        135deg,
        rgba(0,255,153,.08),
        rgba(0,255,153,.02)
    );
    border:1px solid rgba(0,255,153,.25);
    border-radius:20px;
}

.monthly-banner h3{
    color:#fff;
    font-size:32px;
    font-weight:800;
    margin-bottom:15px;
}

.monthly-banner p{
    color:#d7d7d7;
    font-size:20px;
    line-height:1.8;
    margin-bottom:20px;
}

.monthly-banner strong{
    color:#00ff99;
}

.monthly-highlight{
    display:inline-block;
    padding:12px 25px;
    background:#00ff99;
    color:#000;
    font-weight:800;
    border-radius:50px;
    font-size:18px;
}