﻿/*:root {
    --bg: #050505;
    --card: #111111;
    --green: #00ff88;
    --cyan: #00d9ff;
    --pink: #ff00d4;
    --text: #f5f5f5;
    --muted: #bdbdbd;*/
    /* FIX ROJO NEÓN */
    /*--red: #ff0033;
    --red-glow: 0 0 20px rgba(255,0,51,.35), 0 0 40px rgba(255,0,51,.15);
}

.mission-section {
    padding: 80px 0;
    background: #0b0b0b;
}

.hero-section {
    background: linear-gradient( 135deg, #050505 0%, #0c1020 40%, #130814 100% );
    color: var(--text);
    padding: 100px 0;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-text {
    font-size: 1.2rem;
    color: var(--text);
}

.hero-text-secondary {
    color: var(--muted);
}

.hero-badge {
    background: rgba(0,255,136,.15);
    border: 1px solid var(--green);
    color: var(--green);
    padding: 10px 16px;
}

.hero-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(0,217,255,.3);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 0 25px rgba(0,217,255,.2), 0 0 50px rgba(255,0,212,.1);
}

    .hero-card i {
        color: var(--cyan);
    }*/

/* BOTONES (FIX REAL SELECTOR) */
/*.btn-neon-orange,
.btn-neon-rojo,
.btn-neon-verde,
.btn-neon-rosa {
    background: transparent;
    border: 2px solid;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 12px;
    transition: all .3s ease;
}

.btn-neon-orange {
    border-color: #ff8c00;
    color: #ff8c00;
    box-shadow: 0 0 15px rgba(255,140,0,.20);
}

    .btn-neon-orange:hover {
        background: rgba(255,140,0,.12);
        box-shadow: 0 0 20px rgba(255,140,0,.40);
    }

.btn-neon-rojo {
    border-color: #ff0033;
    color: #ff0033;
    box-shadow: 0 0 15px rgba(255,0,51,.20);
}

    .btn-neon-rojo:hover {
        background: rgba(255,0,51,.12);
        box-shadow: 0 0 20px rgba(255,0,51,.40);
    }

.btn-neon-verde {
    border-color: var(--cyan);
    color: var(--cyan);
    box-shadow: 0 0 15px rgba(0,217,255,.20);
}

    .btn-neon-verde:hover {
        background: rgba(0,217,255,.12);
        box-shadow: 0 0 20px rgba(0,217,255,.40);
    }

.btn-neon-rosa {
    border-color: var(--pink);
    color: var(--pink);
    box-shadow: 0 0 15px rgba(255,0,212,.20);
}

    .btn-neon-rosa:hover {
        background: rgba(255,0,212,.12);
        box-shadow: 0 0 20px rgba(255,0,212,.40);
    }*/

/* SERVICES */
/*.services-section {
    background: #080808;
    color: #fff;
    padding: 100px 0;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
}

.section-subtitle {
    color: #bdbdbd;
}

.service-card-rosa {
    background: var(--card);
    border: 1px solid rgba(255,0,212,.25);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s ease;
}

    .service-card-rosa:hover {
        transform: translateY(-8px);
        border-color: var(--pink);
        box-shadow: 0 0 25px rgba(255,0,212,.35);
    }

.service-icon {
    font-size: 3rem;
    color: var(--pink);
    transition: .3s ease;
}*/

/* ICONO BRILLO */
/*.service-card-rosa:hover .service-icon {
    text-shadow: 0 0 15px rgba(255,0,212,.8);
}*/

/* EXPERIENCIA */
/*.stat-card-orange {
    background: #111;
    border-radius: 15px;
    padding: 30px;
    color: #fff;
    border: 1px solid #222;
    transition: all .3s ease;
}

    .stat-card-orange:hover {
        border-color: #ff8c00;
        box-shadow: 0 0 25px rgba(255,140,0,.25);
    }

    .stat-card-orange h3 {
        color: #ff8c00;
        font-size: 2.5rem;
        font-weight: 800;
        transition: all .3s ease;
    }*/

    /* NÚMEROS BRILLO */
    /*.stat-card-orange:hover h3 {
        text-shadow: 0 0 12px rgba(255,140,0,.6);
        transform: scale(1.05);
    }*/

/* FIX MISION / VISION ROJO NEÓN */
/*.mission-section:hover {
    box-shadow: var(--red-glow);
}*/

/* CONTACT */
/*.contact-section {
    background: linear-gradient( 135deg, #050505, #140a16 );
    color: white;
    padding: 100px 0;
}

.btn-whatsapp-contact {
    background: #25D366;
    color: white;
    border: none;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 12px;
    transition: .3s;
}

    .btn-whatsapp-contact:hover {
        box-shadow: 0 0 20px rgba(37, 211, 102, .4);
    }*/


:root {
    --bg: #050505;
    --card: #111111;
    --green: #00ff88;
    --cyan: #00d9ff;
    --pink: #ff00d4;
    --text: #f5f5f5;
    --muted: #bdbdbd;
    --red: #ff0033;
}

.mission-section {
    padding: 80px 0;
    background: #0b0b0b;
}



.hero-section {
    background: linear-gradient( 135deg, #050505 0%, #0c1020 40%, #130814 100% );
    color: var(--text);
    padding: 100px 0;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-text {
    font-size: 1.2rem;
    color: var(--text);
}

.hero-text-secondary {
    color: var(--muted);
}

.hero-badge {
    background: rgba(0,255,136,.15);
    border: 1px solid var(--green);
    color: var(--green);
    padding: 10px 16px;
}

.hero-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(0,217,255,.3);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 0 25px rgba(0,217,255,.2), 0 0 50px rgba(255,0,212,.1);
}

    .hero-card i {
        color: var(--cyan);
    }

.btn-neon-orange
.btn-neon-rojo
.btn-neon-verde,
.btn-neon-rosa {
    background: transparent;
    border: 2px solid;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 12px;
    transition: all .3s ease;
}

.btn-neon-orange {
    background: transparent;
    border: 2px solid #ff8c00;
    color: #ff8c00;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 12px;
    transition: all .3s ease;
    box-shadow: 0 0 15px rgba(255,140,0,.20);
}

    .btn-neon-orange:hover {
        background: rgba(255,140,0,.12);
        color: #ff8c00;
        box-shadow: 0 0 20px rgba(255,140,0,.40), 0 0 40px rgba(255,140,0,.20);
    }

.btn-neon-rojo {
    border: 2px solid var(--red);
    color: var(--red);
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 12px;
    transition: all .3s ease;
    box-shadow: 0 0 15px rgba(255, 0, 51, .20);
}

    .btn-neon-rojo:hover {
        background: rgba(255, 0, 51, .12);
        color: var(--red);
        box-shadow: 0 0 20px rgba(255, 0, 51, .40), 0 0 40px rgba(255, 0, 51, .20);
    }

.btn-neon-verde {
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 12px;
    transition: all .3s ease;
    border: 2px solid var(--cyan);
    color: var(--cyan);
    box-shadow: 0 0 15px rgba(0,217,255,.20);
}

    .btn-neon-verde:hover {
        background: rgba(0,217,255,.12);
        color: var(--cyan);
        box-shadow: 0 0 20px rgba(0,217,255,.40), 0 0 40px rgba(0,217,255,.20);
    }

.btn-neon-rosa {
    border-color: var(--pink);
    color: var(--pink);
    box-shadow: 0 0 15px rgba(255,0,212,.20);
}

    .btn-neon-rosa:hover {
        background: rgba(255,0,212,.12);
        color: var(--pink);
        box-shadow: 0 0 20px rgba(255,0,212,.40), 0 0 40px rgba(255,0,212,.20);
    }

.services-section {
    background: #080808;
    color: #fff;
    padding: 100px 0;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
}

.section-subtitle {
    color: #bdbdbd;
}

.service-card-rosa {
    background: var(--card);
    border: 1px solid rgba(255,0,212,.25);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s ease;
}

    .service-card-rosa:hover {
        transform: translateY(-8px);
        border-color: var(--pink);
        box-shadow: 0 0 25px rgba(255,0,212,.35), 0 0 50px rgba(255,0,212,.15);
    }

.service-icon-rosa {
    font-size: 3rem;
    color: var(--pink);
    margin-bottom: 20px;
    transition: .3s ease;
}

.service-card-rosa:hover .service-icon-rosa {
    color: #ff4de3;
    text-shadow: 0 0 10px rgba(255,0,212,.8), 0 0 20px rgba(255,0,212,.5);
}



.service-card-rojo {
    background: var(--card);
    border: 1px solid #ff3b3b;
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s ease;
}

    .service-card-rojo:hover {
        transform: translateY(-8px);
        border-color: #ff3b3b;
        box-shadow: 0 0 25px rgba(255, 59, 59, 0.5), 0 0 55px rgba(255, 59, 59, 0.25);
    }

.service-icon-rojo {
    font-size: 3rem;
    color: #ff3b3b;
    margin-bottom: 20px;
    transition: .3s ease;
}

.service-card-rojo:hover .service-icon-rojo {
    color: #ff1f1f;
    text-shadow: 0 0 10px rgba(255, 31, 31, 0.9), 0 0 20px rgba(255, 31, 31, 0.6), 0 0 35px rgba(255, 31, 31, 0.4);
}









.benefits-section {
    background: #050505;
    padding: 80px 0;
}

.stat-card-orange {
    background: #111;
    border-radius: 15px;
    padding: 30px;
    color: #fff;
    border: 1px solid #222;
    transition: all .3s ease;
}

    .stat-card-orange:hover {
        transform: translateY(-8px);
        border-color: #ff8c00;
        box-shadow: 0 0 25px rgba(255,140,0,.25);
    }

    .stat-card-orange h3 {
        color: #ff8c00;
        font-size: 2.5rem;
        font-weight: 800;
    }

.stat-card-orange {
    color: #ff9800;
    margin-bottom: 20px;
    transition: .3s ease;
}

    .stat-card-orange:hover h3 {
        color: #ffb347;
        text-shadow: 0 0 10px rgba(255, 152, 0, 0.8), 0 0 20px rgba(255, 152, 0, 0.5);
    }







.contact-section {
    background: linear-gradient( 135deg, #050505, #140a16 );
    color: white;
    padding: 100px 0;
}

    .contact-section h2 {
        font-size: 3rem;
        font-weight: 800;
    }

.btn-whatsapp-contact {
    background: #25D366;
    color: white;
    border: none;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 12px;
    transition: .3s;
}

    .btn-whatsapp-contact:hover {
        background: #1ebe5d;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 0 20px rgba(37, 211, 102, .4);
    }

#experiencia {
    border: 1px solid transparent;
    transition: all .3s ease;
}

    #experiencia:hover {
        /*border-color: #ff8c00;
        box-shadow: 0 0 20px rgba(255,140,0,.25), 0 0 40px rgba(255,140,0,.15);*/
    }





#servicios {
    border: 1px solid transparent;
    transition: all .3s ease;
}

    #servicios:hover {
       /* border-color: #ff00d4;
        box-shadow: 0 0 20px rgba(255,0,212,.25), 0 0 40px rgba(255,0,212,.15);*/
    }

#contacto {
    border: 1px solid transparent;
    transition: all .3s ease;
}

    #contacto:hover {
       /* border-color: var(--cyan);
        box-shadow: 0 0 20px rgba(0,217,255,.25), 0 0 40px rgba(0,217,255,.15);*/
    }

.hero-buttons a {
    margin-right: 10px;
}

    .hero-buttons a:last-child {
        margin-right: 0;
    }


@media (max-width: 992px) {

    .hero-title {
        font-size: 3rem;
    }

    .hero-section {
        padding: 80px 0;
    }

    .hero-card {
        padding: 35px;
    }

    .section-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 768px) {

    .hero-section {
        padding: 60px 0;
    }

    .hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero-card {
        padding: 25px;
        border-radius: 16px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .section-subtitle {
        font-size: 0.95rem;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .hero-buttons a {
            margin-right: 0 !important;
            width: 100%;
            max-width: 280px;
        }

    .service-card-rosa {
        min-height: auto;
    }

    .stat-card-orange {
        padding: 20px;
    }

        .stat-card-orange h3 {
            font-size: 2rem;
        }

    .contact-section h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-text {
        font-size: 0.95rem;
    }

    .hero-badge {
        font-size: 0.85rem;
        padding: 8px 12px;
    }

    .hero-section,
    .services-section,
    .benefits-section,
    .contact-section {
        padding: 50px 0;
    }

    .btn-neon-verde,
    .btn-neon-rosa,
    .btn-neon-orange,
    .btn-whatsapp-contact {
        width: 100%;
    }
}