/* =====================================================
   CONSULTORÍA - MWA CONSULTING GROUP
===================================================== */

.consultoria-hero {
    position: relative;
    overflow: hidden;
    padding: 170px 0 110px;
    background:
        linear-gradient(
            135deg,
            #f7fbff 0%,
            #ffffff 45%,
            #eef7ff 100%
        );
}

/* FONDOS DECORATIVOS */

.consultoria-bg-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
}

.shape-one {
    width: 550px;
    height: 550px;
    top: -250px;
    right: -150px;
    background: rgba(13, 98, 173, 0.12);
}

.shape-two {
    width: 350px;
    height: 350px;
    bottom: -180px;
    left: -120px;
    background: rgba(29, 155, 240, 0.10);
}


/* =====================================================
   HERO TEXTO
===================================================== */

.consultoria-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 25px;

    color: #0d62ad;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
}

.consultoria-tag span {
    width: 35px;
    height: 3px;

    border-radius: 10px;

    background: #0d62ad;
}


.consultoria-hero h1 {
    margin-bottom: 25px;

    color: #132238;

    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -2px;
}

.consultoria-hero h1 strong {
    display: block;

    color: #0d62ad;

    font-weight: 800;
}


.consultoria-description {
    max-width: 600px;

    margin-bottom: 35px;

    color: #64748b;

    font-size: 18px;
    line-height: 1.8;
}


/* =====================================================
   BOTONES HERO
===================================================== */

.consultoria-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;

    margin-bottom: 50px;
}


.consultoria-primary,
.consultoria-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 15px 26px;

    border-radius: 12px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none !important;

    transition: all 0.3s ease;
}


.consultoria-primary {
    color: #ffffff;

    background: #0d62ad;

    box-shadow:
        0 12px 30px rgba(13, 98, 173, 0.25);
}

.consultoria-primary:hover {
    color: #ffffff;

    background: #084d8a;

    transform: translateY(-3px);

    box-shadow:
        0 18px 35px rgba(13, 98, 173, 0.35);
}


.consultoria-primary span {
    font-size: 20px;

    transition: transform 0.3s ease;
}

.consultoria-primary:hover span {
    transform: translateX(5px);
}


.consultoria-secondary {
    color: #0d62ad;

    border: 1px solid rgba(13, 98, 173, 0.25);

    background: #ffffff;
}

.consultoria-secondary:hover {
    color: #0d62ad;

    border-color: #0d62ad;

    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(13, 98, 173, 0.12);
}


/* =====================================================
   INDICADORES HERO
===================================================== */

.consultoria-stats {
    display: flex;
    flex-wrap: wrap;

    gap: 30px;
}


.consultoria-stat {
    display: flex;
    align-items: center;

    gap: 12px;
}


.consultoria-stat i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border-radius: 12px;

    color: #0d62ad;

    background: rgba(13, 98, 173, 0.10);

    font-size: 17px;
}


.consultoria-stat strong,
.consultoria-stat span {
    display: block;
}


.consultoria-stat strong {
    color: #1e293b;

    font-size: 14px;
}


.consultoria-stat span {
    margin-top: 2px;

    color: #94a3b8;

    font-size: 12px;
}


/* =====================================================
   VISUAL HERO
===================================================== */

.consultoria-visual {
    position: relative;

    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.consultoria-circle {
    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(13, 98, 173, 0.12),
            rgba(13, 98, 173, 0.02)
        );
}


/* =====================================================
   CARD PRINCIPAL
===================================================== */

.consultoria-main-card {
    position: relative;

    width: 100%;
    max-width: 470px;

    padding: 30px;

    border-radius: 24px;

    background: rgba(255, 255, 255, 0.95);

    border: 1px solid rgba(13, 98, 173, 0.12);

    box-shadow:
        0 30px 80px rgba(15, 23, 42, 0.12);

    backdrop-filter: blur(12px);

    z-index: 2;
}


.consultoria-card-header {
    display: flex;
    align-items: center;

    gap: 15px;
}


.consultoria-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    border-radius: 16px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0d62ad,
            #1d9bf0
        );

    font-size: 22px;
}


.consultoria-card-header span,
.consultoria-card-header strong {
    display: block;
}


.consultoria-card-header span {
    margin-bottom: 3px;

    color: #94a3b8;

    font-size: 12px;
}


.consultoria-card-header strong {
    color: #1e293b;

    font-size: 17px;
}


/* =====================================================
   GRÁFICO
===================================================== */

.consultoria-chart {
    position: relative;

    height: 210px;

    margin: 35px 0;

    border-bottom: 1px solid #e2e8f0;
}


/* LÍNEAS */

.chart-line {
    position: absolute;

    height: 3px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #0d62ad,
            #1d9bf0
        );

    transform-origin: left center;
}


.line-one {
    width: 110px;

    left: 10%;
    bottom: 45px;

    transform: rotate(-25deg);
}


.line-two {
    width: 120px;

    left: 30%;
    bottom: 85px;

    transform: rotate(25deg);
}


.line-three {
    width: 120px;

    left: 52%;
    bottom: 75px;

    transform: rotate(-20deg);
}


.line-four {
    width: 100px;

    right: 5%;
    bottom: 125px;

    transform: rotate(-28deg);
}


/* PUNTOS */

.chart-point {
    position: absolute;

    width: 13px;
    height: 13px;

    border-radius: 50%;

    background: #ffffff;

    border: 4px solid #0d62ad;

    box-shadow:
        0 0 0 5px rgba(13, 98, 173, 0.08);
}


.point-one {
    left: 9%;
    bottom: 40px;
}


.point-two {
    left: 30%;
    bottom: 80px;
}


.point-three {
    left: 54%;
    bottom: 70px;
}


.point-four {
    right: 4%;
    bottom: 120px;
}


/* =====================================================
   FOOTER CARD
===================================================== */

.consultoria-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 20px;

    border-top: 1px solid #edf2f7;
}


.consultoria-card-footer span,
.consultoria-card-footer strong {
    display: block;
}


.consultoria-card-footer span {
    color: #94a3b8;

    font-size: 11px;
}


.consultoria-card-footer strong {
    margin-top: 4px;

    color: #1e293b;

    font-size: 14px;
}


.status-positive {
    display: flex;
    align-items: center;

    gap: 7px;

    padding: 8px 12px;

    border-radius: 30px;

    color: #0d62ad;

    background: rgba(13, 98, 173, 0.08);

    font-size: 11px;
    font-weight: 700;
}


/* =====================================================
   CARDS FLOTANTES
===================================================== */

.consultoria-floating-card {
    position: absolute;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 14px 18px;

    border-radius: 16px;

    background: #ffffff;

    border: 1px solid rgba(13, 98, 173, 0.10);

    box-shadow:
        0 20px 40px rgba(15, 23, 42, 0.10);

    z-index: 3;

    animation: floatCard 4s ease-in-out infinite;
}


.consultoria-floating-card i {
    color: #0d62ad;

    font-size: 18px;
}


.consultoria-floating-card strong,
.consultoria-floating-card span {
    display: block;
}


.consultoria-floating-card strong {
    color: #1e293b;

    font-size: 13px;
}


.consultoria-floating-card span {
    margin-top: 3px;

    color: #94a3b8;

    font-size: 11px;
}


.floating-one {
    top: 55px;
    left: 0;
}


.floating-two {
    right: 0;
    bottom: 55px;

    animation-delay: 1s;
}


@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

}


/* =====================================================
   INTRO
===================================================== */

.consultoria-intro {
    padding: 110px 0;

    background: #ffffff;
}


.consultoria-intro-label {
    margin-bottom: 18px;

    color: #0d62ad;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}


.consultoria-intro h2 {
    margin: 0;

    color: #1e293b;

    font-size: clamp(2.2rem, 4vw, 3.4rem);

    font-weight: 800;

    line-height: 1.15;
}


.consultoria-intro h2 strong {
    display: block;

    color: #0d62ad;
}


.consultoria-intro p {
    margin-bottom: 18px;

    color: #64748b;

    font-size: 17px;

    line-height: 1.9;
}


/* =====================================================
   SERVICIOS
===================================================== */

.consultoria-services {
    padding: 110px 0;

    background: #f6f9fc;
}


.consultoria-section-header {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;

    margin-bottom: 60px;
}


.section-small-title {
    display: block;

    margin-bottom: 18px;

    color: #0d62ad;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}


.consultoria-section-header h2 {
    margin: 0;

    color: #1e293b;

    font-size: clamp(2.3rem, 4vw, 3.5rem);

    font-weight: 800;

    line-height: 1.15;
}


.consultoria-section-header h2 strong {
    display: block;

    color: #0d62ad;
}


.consultoria-section-header p {
    max-width: 420px;

    margin: 0;

    color: #64748b;

    font-size: 16px;

    line-height: 1.8;
}


/* =====================================================
   SERVICE CARDS
===================================================== */

.consultoria-service-card {
    position: relative;

    height: 100%;

    margin-bottom: 30px;

    padding: 35px;

    overflow: hidden;

    border-radius: 20px;

    background: #ffffff;

    border: 1px solid #edf2f7;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.consultoria-service-card:hover {
    transform: translateY(-8px);

    border-color: rgba(13, 98, 173, 0.25);

    box-shadow:
        0 25px 50px rgba(15, 23, 42, 0.10);
}


.service-number {
    position: absolute;

    top: 25px;
    right: 28px;

    color: #e2e8f0;

    font-size: 28px;
    font-weight: 800;
}


.service-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 28px;

    border-radius: 17px;

    color: #0d62ad;

    background:
        linear-gradient(
            135deg,
            rgba(13, 98, 173, 0.12),
            rgba(29, 155, 240, 0.08)
        );

    font-size: 22px;
}


.consultoria-service-card h3 {
    margin-bottom: 14px;

    color: #1e293b;

    font-size: 20px;
    font-weight: 700;
}


.consultoria-service-card p {
    margin: 0;

    color: #64748b;

    font-size: 14px;

    line-height: 1.8;
}


/* =====================================================
   METODOLOGÍA
===================================================== */

.consultoria-methodology {
    padding: 120px 0;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0a2d4d,
            #0d62ad
        );
}


.methodology-header {
    max-width: 750px;

    margin: 0 auto 80px;

    text-align: center;
}


.methodology-header span {
    display: block;

    margin-bottom: 18px;

    color: #7ec8ff;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}


.methodology-header h2 {
    margin: 0;

    font-size: clamp(2.3rem, 4vw, 3.6rem);

    font-weight: 800;

    line-height: 1.15;
}


.methodology-header h2 strong {
    display: block;

    color: #8bd2ff;
}


/* STEPS */

.methodology-steps {
    display: flex;

    align-items: flex-start;

    justify-content: center;
}


.methodology-step {
    width: 220px;

    text-align: center;
}


.step-number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    margin: 0 auto 25px;

    border-radius: 50%;

    color: #ffffff;

    background: rgba(255, 255, 255, 0.12);

    border: 1px solid rgba(255, 255, 255, 0.25);

    font-size: 18px;
    font-weight: 800;
}


.methodology-step h3 {
    margin-bottom: 12px;

    font-size: 19px;

    font-weight: 700;
}


.methodology-step p {
    margin: 0;

    color: rgba(255, 255, 255, 0.70);

    font-size: 14px;

    line-height: 1.7;
}


.methodology-line {
    width: 80px;

    height: 1px;

    margin-top: 32px;

    background: rgba(255, 255, 255, 0.25);
}


/* =====================================================
   CTA
===================================================== */

.consultoria-cta {
    padding: 90px 0;

    background: #ffffff;
}


.consultoria-cta-content {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding: 60px;

    border-radius: 30px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #0d62ad,
            #083d70
        );

    box-shadow:
        0 25px 60px rgba(13, 98, 173, 0.25);
}


.consultoria-cta-content > div {
    max-width: 700px;
}


.consultoria-cta-content span {
    display: block;

    margin-bottom: 15px;

    color: #9bd8ff;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}


.consultoria-cta-content h2 {
    margin-bottom: 15px;

    font-size: clamp(2rem, 4vw, 3.2rem);

    font-weight: 800;

    line-height: 1.15;
}


.consultoria-cta-content h2 strong {
    color: #b6e5ff;
}


.consultoria-cta-content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 16px;

    line-height: 1.8;
}


.consultoria-cta-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 14px;

    flex-shrink: 0;

    padding: 17px 28px;

    border-radius: 12px;

    color: #0d62ad !important;

    background: #ffffff;

    font-size: 14px;
    font-weight: 800;

    text-decoration: none !important;

    transition: all 0.3s ease;
}


.consultoria-cta-button:hover {
    transform: translateY(-4px);

    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.15);
}


.consultoria-cta-button span {
    margin: 0;

    color: #0d62ad;

    font-size: 20px;

    letter-spacing: 0;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .consultoria-hero {
        padding: 140px 0 80px;
    }


    .consultoria-visual {
        margin-top: 70px;
    }


    .consultoria-section-header {
        display: block;
    }


    .consultoria-section-header p {
        margin-top: 25px;
    }


    .methodology-steps {
        flex-wrap: wrap;

        gap: 40px;
    }


    .methodology-line {
        display: none;
    }


    .consultoria-cta-content {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 767px) {

    .consultoria-hero {
        padding: 120px 0 70px;
    }


    .consultoria-hero h1 {
        font-size: 2.7rem;

        letter-spacing: -1px;
    }


    .consultoria-description {
        font-size: 16px;
    }


    .consultoria-stats {
        gap: 18px;
    }


    .consultoria-stat {
        width: 100%;
    }


    .consultoria-visual {
        min-height: 430px;

        transform: scale(0.92);

        margin-top: 30px;
    }


    .consultoria-main-card {
        padding: 22px;
    }


    .floating-one {
        top: 10px;
        left: -10px;
    }


    .floating-two {
        right: -10px;
        bottom: 15px;
    }


    .consultoria-intro,
    .consultoria-services,
    .consultoria-methodology {
        padding: 80px 0;
    }


    .consultoria-section-header {
        margin-bottom: 40px;
    }


    .consultoria-cta {
        padding: 60px 0;
    }


    .consultoria-cta-content {
        padding: 35px 25px;

        border-radius: 22px;
    }


    .consultoria-cta-button {
        width: 100%;

        padding: 17px;
    }


    .methodology-step {
        width: 100%;
    }

}


@media (max-width: 480px) {

    .consultoria-buttons {
        flex-direction: column;
    }


    .consultoria-primary,
    .consultoria-secondary {
        width: 100%;
    }


    .consultoria-visual {
        transform: scale(0.82);

        margin-left: -8%;
        margin-right: -8%;
    }


    .consultoria-floating-card {
        padding: 10px 12px;
    }


    .consultoria-floating-card strong {
        font-size: 11px;
    }


    .consultoria-floating-card span {
        font-size: 9px;
    }


    .consultoria-chart {
        height: 170px;
    }

}