/* ======================================================================
   UNLOCKERS MÉXICO — GREEN MATRIX V4.1
   Archivo: assets/css/style.css
   ====================================================================== */

/* ======================= HEADER ======================= */

.topbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:78px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 30px;

    background:rgba(0,0,0,.82);
    backdrop-filter:blur(14px);

    border-bottom:1px solid rgba(22,255,109,.15);

    z-index:9999;
}

.logo-area{
    display:flex;
    align-items:center;
    gap:14px;
}

.logo-area img{
    width:52px;
    height:52px;
    object-fit:contain;
}

.logo-area h1{
    font-family:'Orbitron',sans-serif;
    color:#16FF6D;
    font-size:24px;
    margin:0;
    letter-spacing:2px;
}

.logo-area span{
    color:#79FFB0;
    font-size:12px;
    letter-spacing:2px;
}

nav{
    display:flex;
    gap:28px;
}

nav a{
    color:#E8FFF1;
    font-weight:600;
    transition:.25s;
}

nav a:hover{
    color:#16FF6D;
}

.menuWhatsapp{
    background:linear-gradient(90deg,#00C853,#16FF6D);
    color:#000;
    padding:10px 20px;
    border-radius:25px;
    font-weight:700;
}

.languageSwitcher{
    display:flex;
    gap:8px;
}

.languageSwitcher a{
    border:1px solid #16FF6D55;
    color:white;
    padding:7px 12px;
    border-radius:20px;
    font-size:13px;
}

.languageSwitcher .active{
    background:#16FF6D;
    color:#000;
}

/* ======================= HERO ======================= */

.hero{

    min-height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    position:relative;

    padding-top:90px;
    padding-bottom:80px;

    overflow:hidden;

    background:
        radial-gradient(circle at center, rgba(22,255,109,.12), transparent 40%),
        linear-gradient(180deg,#071208,#020402);

}

.hero::before{

    content:"";

    position:absolute;

    width:900px;
    height:900px;

    background:radial-gradient(circle,#16FF6D20,transparent 70%);

    filter:blur(40px);

    animation:floatGlow 12s infinite linear;

}

.heroContent{

    width:min(1200px,92%);

    position:relative;

    text-align:center;

    z-index:2;

}

.heroBadge{

    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:12px 22px;

    border-radius:30px;

    border:1px solid #16FF6D55;

    color:#79FFB0;

    background:#0B120C;

    margin-bottom:30px;

}

.hero h2{

    font-family:'Orbitron',sans-serif;

    font-size:72px;

    line-height:1;

    color:#16FF6D;

    margin-bottom:20px;

    text-shadow:0 0 20px rgba(22,255,109,.35);

}

.heroSubtitle{

    color:#E8FFF1;

    font-size:28px;

    line-height:1.5;

    max-width:900px;

    margin:auto;

}

.heroModels{

    display:flex;
    justify-content:center;
    flex-wrap:wrap;

    gap:14px;

    margin:45px 0;

}

.heroModels span{

    padding:12px 18px;

    border-radius:30px;

    border:1px solid rgba(22,255,109,.25);

    background:#111A12;

    color:#79FFB0;

    font-weight:bold;

}

.btnHero{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:20px 36px;

    border-radius:40px;

    background:linear-gradient(90deg,#00C853,#16FF6D);

    color:#000;

    font-size:20px;

    font-weight:700;

    transition:.3s;

    box-shadow:0 0 30px rgba(22,255,109,.3);

}

.btnHero:hover{

    transform:translateY(-4px) scale(1.02);

    box-shadow:0 0 45px rgba(22,255,109,.6);

}

.heroSmall{

    display:flex;
    justify-content:center;
    flex-wrap:wrap;

    gap:28px;

    margin-top:45px;

    color:#79FFB0;

    font-size:18px;

}

/* ======================= CONTADORES ======================= */

.statsSection{

    width:min(1300px,92%);

    margin:auto;

    margin-top:-70px;

    position:relative;

    z-index:5;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:20px;

}

.statBox{

    background:#0C140D;

    border-radius:24px;

    padding:28px;

    text-align:center;

    border:1px solid rgba(22,255,109,.12);

    transition:.35s;

}

.statBox:hover{

    transform:translateY(-6px);

    box-shadow:0 0 30px rgba(22,255,109,.25);

}

.statBox h3{

    color:#16FF6D;

    font-size:46px;

    font-family:'Orbitron',sans-serif;

    margin-bottom:8px;

}

.statBox span{

    color:#9BFFC6;

    letter-spacing:2px;

}

/* ======================= TITULOS ======================= */

.sectionTitle{

    text-align:center;

    margin-bottom:60px;

}

.sectionTitle h2{

    color:#16FF6D;

    font-size:48px;

    font-family:'Orbitron',sans-serif;

    margin-bottom:10px;

}

.sectionTitle p{

    color:#C8FFDE;

    font-size:22px;

}

/* ======================= BUSCADOR ======================= */

.searchContainer{

    max-width:900px;

    margin:auto;

    margin-bottom:60px;

    text-align:center;

}

.searchTitle{

    font-size:34px;

    color:#16FF6D;

    margin-bottom:15px;

    font-family:'Orbitron',sans-serif;

}

.searchSubtitle{

    color:#9EFFC8;

    margin-bottom:25px;

}

#modemSearch{

    width:100%;

    padding:18px 22px;

    border-radius:18px;

    border:2px solid rgba(22,255,109,.25);

    background:#0B120C;

    color:white;

    font-size:18px;

}

#modemSearch:focus{

    outline:none;

    border-color:#16FF6D;

    box-shadow:0 0 25px rgba(22,255,109,.3);

}

/* ======================= TARJETAS DE MÓDEMS ======================= */

.modelsGrid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(290px,1fr));

    gap:30px;

}

.modelCard{

    background:#101510;

    border-radius:26px;

    padding:22px;

    border:1px solid rgba(22,255,109,.14);

    transition:.35s;

    position:relative;

    overflow:hidden;

}

.modelCard:hover{

    transform:translateY(-10px);

    box-shadow:0 0 40px rgba(22,255,109,.25);

    border-color:#16FF6D;

}

.modelBadge{

    display:inline-block;

    padding:7px 14px;

    background:#16FF6D;

    color:#000;

    border-radius:20px;

    font-size:12px;

    font-weight:bold;

    margin-bottom:15px;

}

.modelCard img{

    width:180px;

    height:180px;

    object-fit:contain;

    margin:15px auto;

}

.modelCard h3{

    color:#16FF6D;

    text-align:center;

    font-size:28px;

    margin-bottom:10px;

}

.modelCard p{

    text-align:center;

    color:#C7FFE0;

    margin-bottom:15px;

}

.modelCard ul{

    list-style:none;

    padding:0;

    margin:18px 0;

}

.modelCard li{

    padding:10px 0;

    color:#B8FFD3;

    border-bottom:1px solid rgba(255,255,255,.05);

}

.unlockButton{

    display:block;

    text-align:center;

    padding:15px;

    border-radius:16px;

    background:linear-gradient(90deg,#00C853,#16FF6D);

    color:#000;

    font-weight:bold;

    margin-top:20px;

}

/* ======================= PAGOS ======================= */

.paymentsGrid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

    gap:25px;

}

.paymentCard{

    background:#111A12;

    padding:24px;

    border-radius:22px;

    text-align:center;

    border:1px solid rgba(22,255,109,.12);

}

.paymentCard img{

    width:90px;

    margin:auto;

    margin-bottom:15px;

}

.paymentCard span{

    color:#E8FFF1;

}

/* ======================= FOOTER ======================= */

footer{

    margin-top:90px;

    background:#020402;

    border-top:1px solid rgba(22,255,109,.15);

    padding:60px 20px;

    text-align:center;

}

.footerLogo h2{

    color:#16FF6D;

    font-family:'Orbitron',sans-serif;

}

.footerWhatsapp{

    display:inline-block;

    margin:25px 0;

    padding:16px 30px;

    border-radius:40px;

    background:#16FF6D;

    color:#000;

    font-weight:bold;

}

/* ======================= BOTÓN FLOTANTE ======================= */

.floatingWhatsapp{

    position:fixed;

    bottom:28px;

    right:28px;

    width:70px;
    height:70px;

    border-radius:50%;

    background:#25D366;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 0 35px rgba(37,211,102,.45);

    z-index:99999;

}

/* ======================= ANIMACIÓN ======================= */

@keyframes floatGlow{

    0%{transform:translateY(-30px) rotate(0deg)}

    50%{transform:translateY(20px) rotate(180deg)}

    100%{transform:translateY(-30px) rotate(360deg)}

}

/* ======================================================================
   HERO GREEN MATRIX V5.1
   Agregar al FINAL de style.css
   ====================================================================== */

.heroContent{
    width:min(1400px,92%);
    margin:auto;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    align-items:center;
    gap:50px;
    position:relative;
    z-index:2;
}

.heroLeft{
    text-align:left;
}

.heroLeft h1{
    font-family:'Orbitron',sans-serif;
    font-size:28px;
    color:#ffffff;
    margin-bottom:10px;
    letter-spacing:3px;
}

.heroLeft h1 span{
    color:#16FF6D;
}

.heroLeft h2{
    font-family:'Orbitron',sans-serif;
    font-size:82px;
    line-height:.95;
    color:#16FF6D;
    margin:20px 0 25px;
    text-shadow:0 0 30px rgba(22,255,109,.35);
}

.heroSubtitle{
    font-size:24px;
    line-height:1.6;
    color:#D9FFE8;
    max-width:700px;
}

.heroButtons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:35px;
}

.btnGhost{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 28px;
    border-radius:40px;
    border:2px solid #16FF6D;
    color:#16FF6D;
    font-weight:bold;
    transition:.3s;
}

.btnGhost:hover{
    background:#16FF6D;
    color:#000;
}

.heroFeatures{
    display:flex;
    flex-wrap:wrap;
    gap:22px;
    margin-top:35px;
    color:#86FFC0;
    font-size:18px;
}

/* ================= ROUTER LADO DERECHO ================= */

.heroRight{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:520px;
}

.routerGlow{
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:radial-gradient(circle,#16FF6D33 0%, transparent 70%);
    filter:blur(30px);
    animation:routerPulse 5s infinite ease-in-out;
}

.routerHero{
    position:relative;
    width:430px;
    max-width:100%;
    object-fit:contain;
    z-index:3;
    animation:routerFloat 6s infinite ease-in-out;
    filter:drop-shadow(0 0 35px rgba(22,255,109,.4));
}

/* Chips flotantes */

.floatingChip{
    position:absolute;
    background:#09110A;
    border:1px solid rgba(22,255,109,.4);
    color:#16FF6D;
    padding:10px 18px;
    border-radius:25px;
    font-weight:bold;
    backdrop-filter:blur(8px);
    box-shadow:0 0 20px rgba(22,255,109,.18);
    z-index:4;
}

.floatingChip.top{
    top:50px;
    right:0;
}

.floatingChip.mid{
    left:0;
    top:220px;
}

.floatingChip.bottom{
    bottom:45px;
    right:35px;
}

/* Badge superior */

.heroBadge{
    display:inline-block;
    padding:12px 22px;
    border-radius:30px;
    background:#08110A;
    border:1px solid rgba(22,255,109,.45);
    color:#79FFB0;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:20px;
}

/* ================= RESPONSIVE HERO ================= */

@media(max-width:1100px){

.heroContent{
    grid-template-columns:1fr;
    text-align:center;
}

.heroLeft{
    text-align:center;
}

.heroSubtitle{
    margin:auto;
}

.heroButtons,
.heroFeatures,
.heroModels{
    justify-content:center;
}

.heroRight{
    order:-1;
    min-height:380px;
}

.routerHero{
    width:320px;
}

.heroLeft h2{
    font-size:56px;
}

}

@media(max-width:640px){

.heroLeft h2{
    font-size:42px;
}

.heroSubtitle{
    font-size:18px;
}

.heroButtons{
    flex-direction:column;
}

.btnHero,
.btnGhost{
    width:100%;
}

.heroFeatures{
    flex-direction:column;
    gap:12px;
}

.routerHero{
    width:250px;
}

.floatingChip{
    font-size:12px;
    padding:8px 14px;
}

}

/* ================= ANIMACIONES ================= */

@keyframes routerFloat{
    0%,100%{transform:translateY(0px) rotate(-2deg);}
    50%{transform:translateY(-18px) rotate(2deg);}
}

@keyframes routerPulse{
    0%,100%{transform:scale(1);opacity:.45;}
    50%{transform:scale(1.15);opacity:.8;}
}