/* =====================================================
   HELIZ - Ultra Premium Agency
===================================================== */

:root{

    --primary:#2563EB;
    --primary-dark:#1D4ED8;

    --dark:#0F172A;
    --dark-light:#1E293B;

    --text:#F8FAFC;
    --muted:#CBD5E1;

    --card:#172033;

    --warning:#FACC15;

}

/* =====================================================
   GENERAL
===================================================== */

body{

    background:var(--dark);
    color:var(--text);

    font-family:

        "Segoe UI",
        sans-serif;

    overflow-x:hidden;

}

a{

    text-decoration:none;

}

section{

    position:relative;

}

/* ==========================================
   TESTIMONIOS
========================================== */

.testimonial-card{

    background:#172033;

    border-radius:25px;

    padding:30px;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.testimonial-card:hover{

    transform:translateY(-8px);

    border-color:#2563EB;

}

.testimonial-card p{

    color:#CBD5E1;

    line-height:1.8;

}

.testimonial-card h5{

    margin-top:15px;

    margin-bottom:5px;

}

.testimonial-card small{

    color:#94A3B8;

}


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

.hero-stats h3{

    color:#60A5FA;

    font-size:2rem;

    font-weight:800;

    margin:0;

}

.hero-stats span{

    color:#CBD5E1;

}

/* ==========================================
   MOCKUP
========================================== */

.hero-mockup{

    display:flex;

    justify-content:center;

}

.mockup-window{

    width:100%;

    max-width:500px;

    background:#111827;

    border-radius:25px;

    overflow:hidden;

    box-shadow:

    0 20px 60px rgba(0,0,0,.45);

}

.mockup-header{

    height:50px;

    background:#1E293B;

    display:flex;

    align-items:center;

    padding:0 20px;

    gap:8px;

}

.dot{

    width:12px;
    height:12px;

    border-radius:50%;

}

.red{

    background:#EF4444;

}

.yellow{

    background:#FACC15;

}

.green{

    background:#22C55E;

}

.mockup-body{

    padding:35px;

}

.mockup-body h4{

    font-size:2rem;

    font-weight:800;

    margin-bottom:10px;

}

.mockup-body p{

    color:#CBD5E1;

}

.mockup-card{

    background:#172033;

    border-radius:15px;

    padding:15px;

    margin-top:15px;

    transition:.3s;

}

.mockup-card:hover{

    transform:translateX(10px);

    background:#2563EB;

}

/* ==========================================
   BENEFICIOS
========================================== */

.benefit-card{

    background:#172033;

    padding:35px;

    border-radius:20px;

    height:100%;

    text-align:center;

    transition:.35s;

    border:1px solid rgba(255,255,255,.05);

}

.benefit-card:hover{

    transform:translateY(-10px);

    border-color:#2563EB;

    box-shadow:

    0 20px 50px rgba(37,99,235,.20);

}

.benefit-icon{

    font-size:3rem;

    margin-bottom:20px;

}

.benefit-card h4{

    margin-bottom:15px;

    color:#fff;

}

.benefit-card p{

    color:#CBD5E1;

}

/* ==========================================
   SERVICIOS PREMIUM
========================================== */

.service-premium{

    background:#172033;

    border-radius:25px;

    padding:40px;

    height:100%;

    transition:.35s;

    border:1px solid rgba(255,255,255,.05);

}

.service-premium:hover{

    transform:translateY(-12px);

    border-color:#2563EB;

    box-shadow:

    0 20px 60px rgba(37,99,235,.20);

}

.service-icon{

    font-size:3rem;

    margin-bottom:20px;

}

.service-premium h3{

    margin-bottom:15px;

    color:white;

}

.service-premium p{

    color:#CBD5E1;

    min-height:90px;

}


/* ==========================================
   PLANES WEB
========================================== */

.pricing-card{

    background:#172033;

    border-radius:25px;

    padding:40px;

    height:100%;

    position:relative;

    transition:.35s;

    border:1px solid rgba(255,255,255,.05);

}

.pricing-card:hover{

    transform:translateY(-10px);

    box-shadow:

    0 20px 60px rgba(37,99,235,.20);

}

.pricing-card h4{

    margin-bottom:20px;

}

.pricing-card h2{

    color:#60A5FA;

    font-size:3rem;

    font-weight:800;

    margin-bottom:25px;

}

.pricing-card ul{

    list-style:none;

    padding:0;

    margin-bottom:30px;

}

.pricing-card ul li{

    padding:8px 0;

    color:#CBD5E1;

}

.featured{

    border:2px solid #FACC15;

    transform:scale(1.05);

}

.featured-badge{

    position:absolute;

    top:-12px;

    left:50%;

    transform:translateX(-50%);

    background:#FACC15;

    color:#000;

    padding:8px 18px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

}


/* ==========================================
   HOSTING
========================================== */

.hosting-card{

    background:#172033;

    border-radius:25px;

    padding:40px;

    height:100%;

    position:relative;

    transition:.35s;

}

.hosting-card:hover{

    transform:translateY(-10px);

}

.hosting-icon{

    font-size:3rem;

    margin-bottom:20px;

}

.hosting-card h2{

    color:#60A5FA;

    font-size:3rem;

    font-weight:800;

}

.hosting-card h2 span{

    font-size:1rem;

    color:#CBD5E1;

}

.hosting-card ul{

    list-style:none;

    padding:0;

    margin:25px 0;

}

.hosting-card ul li{

    padding:8px 0;

    color:#CBD5E1;

}

.hosting-featured{

    border:2px solid #FACC15;

}






/* ==========================================
   UNIFORMES
========================================== */

.uniform-card{

    background:#172033;

    border-radius:25px;

    padding:35px;

    text-align:center;

    height:100%;

    transition:.35s;

    border:1px solid rgba(255,255,255,.05);

}

.uniform-card:hover{

    transform:translateY(-10px);

    border-color:#2563EB;

    box-shadow:

    0 20px 50px rgba(37,99,235,.20);

}

.uniform-icon{

    font-size:3rem;

    margin-bottom:20px;

}

.uniform-card h4{

    margin-bottom:15px;

}

.uniform-card p{

    color:#CBD5E1;

}



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

.footer-premium{

    background:#0B1220;

    padding:80px 0 30px 0;

    margin-top:100px;

}

.footer-logo{

    max-height:60px;

    margin-bottom:20px;

}

.footer-brand p{

    color:#CBD5E1;

    line-height:1.8;

}

.footer-premium h5{

    color:#fff;

    margin-bottom:20px;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#CBD5E1;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#60A5FA;

}

.footer-divider{

    margin:50px 0 30px;

    border-color:rgba(255,255,255,.08);

}

.footer-copy{

    color:#94A3B8;

    margin:0;

}

.footer-social a{

    color:white;

    font-size:22px;

    margin-left:15px;

    transition:.3s;

}

.footer-social a:hover{

    color:#60A5FA;

}

/* ==========================================
   WHATSAPP FLOAT
========================================== */

.whatsapp-float{

    position:fixed;

    bottom:25px;

    right:25px;

    width:65px;

    height:65px;

    background:#22C55E;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    z-index:9999;

    box-shadow:

    0 10px 30px rgba(34,197,94,.45);

    transition:.3s;

}

.whatsapp-float:hover{

    transform:scale(1.1);

    color:white;

}



/* ==========================================
   PORTAFOLIO
========================================== */

.portfolio-card{

    overflow:hidden;

    border-radius:25px;

    background:#172033;

    transition:.35s;

}

.portfolio-card:hover{

    transform:translateY(-10px);

}

.portfolio-card img{

    width:100%;

    height:250px;

    object-fit:cover;

}

.portfolio-content{

    padding:25px;

}

.portfolio-content span{

    color:#60A5FA;

    font-size:.9rem;

}

.portfolio-content h4{

    margin-top:10px;

    margin-bottom:10px;

}


/* ==========================================
   TESTIMONIOS
========================================== */

.testimonial-card{

    background:#172033;

    border-radius:25px;

    padding:35px;

    height:100%;

}

.testimonial-card p{

    margin-top:15px;

    color:#CBD5E1;

}

.testimonial-card h5{

    margin-top:20px;

    margin-bottom:0;

}






/* =====================================================
   TITULOS
===================================================== */

h2{

    font-size:2.5rem;

    font-weight:700;

    margin-bottom:15px;

}

h3{

    font-weight:700;

}

/* =====================================================
   SECCIONES OSCURAS
===================================================== */

.section-dark{

    background:#111827;

}

/* =====================================================
   CARDS SERVICIOS
===================================================== */

.service-card{

    background:var(--card);

    border-radius:20px;

    padding:35px;

    height:100%;

    transition:.35s;

    border:

    1px solid rgba(255,255,255,.05);

}

.service-card:hover{

    transform:translateY(-10px);

    border-color:var(--primary);

    box-shadow:

    0 20px 50px rgba(37,99,235,.20);

}

.service-card h4{

    margin-bottom:15px;

    color:#fff;

}

.service-card p{

    color:var(--muted);

}

/* =====================================================
   PRICE CARD
===================================================== */

.price-card{

    background:

    linear-gradient(
        180deg,
        #172033,
        #111827
    );

    border-radius:20px;

    padding:40px;

    text-align:center;

    transition:.35s;

    border:

    1px solid rgba(255,255,255,.05);

}

.price-card:hover{

    transform:translateY(-10px);

    box-shadow:

    0 20px 50px rgba(37,99,235,.25);

}

.price-card h4{

    margin-bottom:20px;

}

.price-card h2{

    color:#60A5FA;

    font-size:3rem;

    font-weight:800;

}

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

.cta-section{

    padding:100px 0;

    background:

    linear-gradient(
        135deg,
        #2563EB,
        #1D4ED8
    );

}

.cta-section h2{

    color:white;

}

.cta-section p{

    color:white;

    opacity:.9;

    font-size:1.1rem;

}

/* =====================================================
   BOTONES
===================================================== */

.btn-primary{

    background:#2563EB;

    border:none;

}

.btn-primary:hover{

    background:#1D4ED8;

}

.btn-success{

    font-weight:600;

}

.btn-warning{

    font-weight:600;

}

/* =====================================================
   TESTIMONIOS
===================================================== */

.testimonial-card{

    background:var(--card);

    border-radius:20px;

    padding:30px;

    height:100%;

}

.testimonial-card p{

    color:var(--muted);

}

.testimonial-card strong{

    color:white;

}

/* =====================================================
   FAQ
===================================================== */

.accordion-item{

    background:#172033;

    color:white;

    border:none;

}

.accordion-button{

    background:#172033;

    color:white;

}

.accordion-button:not(.collapsed){

    background:#1E293B;

    color:white;

}

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

footer{

    background:#0B1220;

    padding:50px 0;

    margin-top:100px;

}

footer p{

    color:var(--muted);

}

/* =====================================================
   ANIMACIONES
===================================================== */

.fade-up{

    animation:fadeUp .8s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

.gallery-card{

    transition:.3s;

}

.gallery-card:hover{

    transform:translateY(-8px);

}

.gallery-card img{

    transition:.3s;

}

.gallery-card:hover img{

    transform:scale(1.03);

}