:root{

    --bg:#060816;
    --bg-secondary:#0d1229;
    --bg-secondary-alpha: #0d1229CC;

    --text:#ffffff;
    --text-a:#535b77;
    --text-soft:#94a3b8;
    --text-alternative-soft:#cbd5e1;
    --primary:#e7141a;
    --secondary:#4b5563;
    --third:#111827;
    --title:#fff;
    --gradient:
    linear-gradient(
        135deg,
        var(--primary),
        var(--secondary)
    );


    --card:rgba(255,255,255,.04);
    --border:rgba(255,255,255,.08);

}

[data-theme="light"]{
    --bg:#f3f4f6;
    --bg-secondary:#f3f3f3;
    --bg-secondary-alpha: #f3f3f3CC;
    --text-alternative-soft:#8892a1;
    
    --text:#111827;
    --text-a:#10246a;
    --text-soft:#6b7280;

    --card:#ffffff;
    --border:rgba(0,0,0,.08);

    --primary:#0071e3;
    --secondary:#5ac8fa;

}

.theme-btn{

    width:48px;
    height:48px;
    border-radius: 20px;
    border:none;
    cursor:pointer;
    background:var(--card);
    color:var(--text);
    border:1px solid var(--border);
    font-size:20px;
    transition:.3s;
}

.theme-btn:hover{
    transform:scale(1.08);
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:var(--bg);
    color:var(--text);
    overflow-x:hidden;
}

a{
    color:var(--text-a)
}

/* ===== SCROLL ===== */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:var(--bg-secondary);
}

::-webkit-scrollbar-thumb{
    background:#4f46e5;
    border-radius:20px;
}

/* ===== GLOBAL ===== */
#img-logo{
    width: 400px;
    max-width: 400px;
}

.container{
    width:92%;
    max-width:1400px;
    margin:auto;
}

section{
    position:relative;
}

.gradient-text{
    background:
    linear-gradient(
        90deg,
        #e7141a,
        var(--secondary)
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.glow{
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    filter:blur(120px);
    z-index:0;
    opacity:.18;
}

.glow-1{
    background:var(--primary);
    top:-150px;
    left:-150px;
}

.glow-2{
    background:var(--secondary);
    bottom:-180px;
    right:-180px;
}

/* ===== NAVBAR ===== */

header{
    position:fixed;
    width:100%;
    top:0;
    z-index:999;
    backdrop-filter:blur(18px);
    background:rgba(5,8,22,.72);
    border-bottom:1px solid rgba(255,255,255,.06);
}

.navbar{
    height:90px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    --bs-navbar-padding-y: 0;
    flex-wrap: nowrap;
}

.logo{
    display:flex;
    align-items:center;
    gap:16px;
}

.logo-box{
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:800;
    box-shadow:0 10px 30px rgba(124,58,237,.4);
}

.logo h2{
    font-size:28px;
    font-weight:800;
}

.logo p{
    color:var(--text-soft);
    font-size:13px;
    margin-top:4px;
}

.menu{
    display:flex;
    gap:35px;
}

.menu a{
    color:#cbd5e1;
    text-decoration:none;
    transition:.3s;
    font-weight:500;
}

.menu a:hover{
    color:white;
}

.btn-custom{
    padding:16px 26px;
    text-decoration:none;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:10px;
    transition:.3s;
    border:1px solid rgba(255,255,255,.08);
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}




.btn-hero{
    background: var(--bg-secondary);
    color: var(--text);
}

.btn-secondary{
    background:rgba(255,255,255,.05);
    border:1px solid var(--border);
    color:white;
}

.btn-cotizacion{
    background:#22c55e;
    color: var(--title);
}

.btn:hover{
    transform:translateY(-2px);
}

.btn-hero:hover{
    background:#f8fafc;
}

/* ===== HERO ===== */

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.store{
    margin-top: 50px;
    min-height:80vh;
    display:flex;
    overflow:hidden;
}

.hero-grid{
    display:grid;
    grid-template-columns:1.1fr 1fr;
    gap:80px;
    align-items:center;
    position:relative;
    z-index:2;
}

.hero-text small{
    display:inline-block;
    padding:10px 18px;
    background:rgba(255,255,255,.06);
    border:1px solid var(--border);
    border-radius:50px;
    margin-bottom:30px;
    color: var(--primary);
}

.hero-text h1{
    font-size:88px;
    line-height:.95;
    margin-bottom:28px;
}

.hero-text p{
    color:var(--text-soft);
    font-size:21px;
    line-height:1.8;
    max-width:700px;
    margin-bottom:38px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.hero-image{
    position:relative;
}

.hero-card{
    position:relative;
    background:rgba(255,255,255,.05);
    border:1px solid var(--border);
    backdrop-filter:blur(16px);
    border-radius:36px;
    padding:40px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.hero-card img{
    width:100%;
    object-fit:contain;
    filter:drop-shadow(0 20px 40px rgba(0,0,0,.45));
}

/* ===== BRANDS ===== */

.brands{
    padding:50px 0;
    border-top:1px solid rgba(255,255,255,.05);
    border-bottom:1px solid rgba(255,255,255,.05);
    background:var(--bg-secondary);
}

.brand {
    width: 200px;
}

.brands-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    flex-wrap:wrap;
}

.brand{
    color:var(--text-soft);
    font-size:28px;
    font-weight:700;
    opacity:.7;
}

.extra{
        display: block;
}

/* ===== SECTION ===== */

.section-title{
    text-align:center;
    margin-bottom:18px;
    font-size:58px;
    font-weight:800;
}

.section-subtitle{
    text-align:center;
    color:var(--text-soft);
    font-size:20px;
    margin-bottom:70px;
}

/* ===== PRODUCTS ===== */

.products-section{
    padding:120px 0;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
    gap:28px;
}

.product-card{
    background:var(--card);
    border:1px solid var(--border);
    backdrop-filter:blur(16px);
    border-radius:30px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.product-card:hover{
    transform:translateY(-10px);
    border-color:rgba(124,58,237,.45);
}

.product-top{
    padding:22px;
    text-align:center;
    font-size:24px;
    font-weight:800;
    color:var(--title);
}

.red{
    background:linear-gradient(135deg,var(--primary),#5b21b6);
}

.blue{
    background:linear-gradient(135deg,#0ea5e9,#2563eb);
}

.product-body{
    padding:35px;
}

.product-image{
    width:100%;
    height:260px;
    object-fit:contain;
    margin-bottom:20px;
}

.product-body ul{
    list-style:none;
    margin-top:20px;
}

.product-body li{
    margin-bottom:14px;
    color: var(--text);
}

.price{
    margin-top:30px;
    border-radius:18px;
    padding:22px;
    font-size:40px;
    font-weight:800;
    text-align:center;
    color:var(--title);
}

.price small{
    font-size:18px;
}

/* ===== BENEFITS ===== */

.benefits{
    padding-bottom:120px;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:26px;
}

.benefit-card{
    background:var(--card);
    border:1px solid var(--border);
    backdrop-filter:blur(16px);
    padding:38px;
    border-radius:30px;
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-8px);
}

.icon{
    margin: auto;
    width:150px;
    height:150px;
    border-radius:22px;
    background:linear-gradient(135deg,var(--primary),var(--secondary));
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:22px;
}

.benefit-card h3{
    margin-bottom:14px;
    font-size:25px;
}

.benefit-card p{
    color:var(--text-soft);
    line-height:1.8;
}

/* ===== CTA ===== */

.cta{
    padding-bottom:120px;
}

.cta-box{
    background:
    linear-gradient(135deg,rgba(124,58,237,.18),rgba(0,212,255,.08));
    border:1px solid var(--border);
    border-radius:40px;
    padding:70px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    overflow:hidden;
    position:relative;
}

.cta-box::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:var(--primary);
    filter:blur(120px);
    right:-100px;
    bottom:-100px;
    opacity:.18;
}

.cta-text{
    position:relative;
    z-index:2;
}

.cta-text h2{
    font-size:60px;
    margin-bottom:18px;
}

.cta-text p{
    color:var(--text-alternative-soft);
    font-size:20px;
}

.phone{
    position:relative;
    z-index:2;
    background: linear-gradient(var(--bg-secondary-alpha), var(--bg-secondary-alpha)), url('../imgs/bg_whatsapp.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    border-radius:20px;
    padding:35px 45px;
    text-align:center;
}

.phone small {
    font-size: 16px;
}

.whatsapp {
    color:#22c55e;
}

.phone small .email {
    color:var(--text);
}

.phone h3{
    margin-top:10px;
    font-size:52px;
    color: var(--text-soft);
}

/* ===== FOOTER ===== */

footer{
    border-top:1px solid rgba(255,255,255,.06);
    padding:50px 0;
}

.footer-grid{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:30px;
}

.footer-links{
    display:flex;
    gap:28px;
}

.footer-links a{
    color:var(--text-soft);
    text-decoration:none;
}

.footer-links a:hover{
    color:white;
}

.footer-copy{
    color:#64748b;
}

/* ===== MODAL ===== */
.modal-content{
    background:var(--bg-secondary);
    border:1px solid var(--primary);
    color:var(--text)
}

/* =========================================================
RESPONSIVE CLEAN VERSION
========================================================= */

@media (max-width:1200px){

    .glow{
        width: 400px;
        height: 100vh;
    }

    .glow-2{
        background:var(--secondary);
        bottom:-180px;
        right: -50px;
    }
    
    .hero-grid{
        grid-template-columns:1fr;
        gap:50px;
        text-align:center;
    }

    .hero-text p{
        margin:auto auto 38px;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-card{
        max-width:800px;
        margin:auto;
    }

    .products-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .benefits-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .cta-box{
        flex-direction:column;
        text-align:center;
    }

}

@media (max-width:992px){

    .navbar{
        flex-direction:column;
        height:auto;
        padding:20px 0;
        gap:20px;    
    }

    .menu{
        flex-wrap:wrap;
        justify-content:center;
    }

    .hero{
        padding-top:180px;
        padding-bottom:80px;
    }

    .hero-text h1{
        font-size:68px;
    }

    .section-title{
        font-size:46px;
    }

    .cta-text h2{
        font-size:48px;
    }

    .phone h3{
        font-size:38px;
    }

}

@media (max-width:768px){

    .container{
        width:92%;
    }

    .navbar{
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
        padding:16px 0;
    }

    .menu{
        display:none;
    }
    
    .navbar .btn-cotizacion{
        display: none;
    }

    .glow{
        width: 300px;
        height: 100vh;
    }

    .glow-2{
        background:var(--secondary);
        bottom:-180px;
        right: 0px;
    }

    .btn-hero{
        padding:12px 18px;
        font-size:14px;
    }

    .logo h2{
        font-size:22px;
    }
	
    .hero{
        padding-top:140px;
        min-height:auto;
    }

    .hero-grid{
        gap:40px;
    }

    .hero-text h1{
        font-size:48px;
        line-height:1;
    }

    .hero-text p{
        font-size:18px;
    }

    .hero-buttons .btn-custom{
        width:100%;
        justify-content:center;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-card{
        padding:20px;
        border-radius:24px;
    }

    .brands-row{
        justify-content:center;
        gap:20px;
    }

    .brand{
        font-size:18px;
    }

    .section-title{
        font-size:36px;
    }

    .section-subtitle{
        font-size:16px;
        margin-bottom:50px;
    }

    .products-grid{
        grid-template-columns:1fr;
    }

    .product-card{
        border-radius:24px;
    }

    .product-body{
        padding:24px;
    }

    .product-image{
        height:200px;
    }

    .product-top{
        font-size:20px;
    }

    .price{
        font-size:32px;
    }

    .benefits-grid{
        grid-template-columns:1fr;
    }

    .benefit-card{
        padding:28px;
    }

    .cta-box{
        padding:40px 25px;
        border-radius:28px;
    }

    .cta-text h2{
        font-size:38px;
    }

    .cta-text p{
        font-size:16px;
    }

    .phone{
        width:100%;
        padding:24px;
    }

    .phone h3{
        font-size:30px;
    }

    .footer-grid{
        flex-direction:column;
        text-align:center;
    }

}

@media (max-width:480px){


    #img-logo{
        width: 300px;
    }

    .hero-text h1{
        font-size:40px;
    }

    .hero-text p{
        font-size:16px;
    }

    .logo h2{
        font-size:22px;
    }

    .logo-box{
        width:48px;
        height:48px;
    }

    .section-title{
        font-size:30px;
    }

    .product-image{
        height:170px;
    }

    .price{
        font-size:28px;
    }

    .cta-text h2{
        font-size:32px;
    }

    .phone h3{
        font-size:22px;
    }

    .extra{
        display: none;
    }

    .brand {
        width: 110px;
    }
}
