/* =========================================================
   SERVICIOS - HERO
========================================================= */

.services-page-hero {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    padding: calc(var(--header-height) + 70px) 0 90px;
    overflow: hidden;
    background: url("/images/services/servicios-hero.png") center center / cover no-repeat;
    isolation: isolate;
}

    .services-page-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.03) 45%, rgba(255, 255, 255, 0.10) 72%, rgba(255, 255, 255, 0.16) 100% );
        mix-blend-mode: screen;
        pointer-events: none;
    }

    .services-page-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: linear-gradient( 90deg, rgba(1, 6, 11, 0.50) 0%, rgba(1, 6, 11, 0.28) 28%, rgba(1, 6, 11, 0.07) 50%, transparent 68% );
        pointer-events: none;
    }

    .services-page-hero .section-container {
        position: relative;
        z-index: 3;
        width: min(92%, 1500px);
    }

    .services-page-hero .page-subtitle {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        color: var(--lam-red);
        font-size: 0.76rem;
        font-weight: 800;
        letter-spacing: 0.22em;
    }

        .services-page-hero .page-subtitle::before {
            content: "";
            width: 36px;
            height: 2px;
            background: linear-gradient( 90deg, var(--lam-red), transparent );
        }

    .services-page-hero .page-title {
        max-width: 900px;
        margin: 0;
        color: #ffffff;
        font-size: clamp(3.8rem, 5.6vw, 6.6rem);
        font-weight: 900;
        line-height: 0.94;
        letter-spacing: -0.045em;
        text-transform: uppercase;
        text-shadow: 0 18px 48px rgba(0, 0, 0, 0.48);
    }

        .services-page-hero .page-title strong {
            display: block;
            margin-top: 8px;
            color: var(--lam-red);
            text-shadow: 0 0 32px rgba(239, 37, 45, 0.16);
        }

    .services-page-hero .page-description {
        max-width: 680px;
        padding: 14px 18px;
        border-left: 2px solid var(--lam-red);
        background: linear-gradient( 90deg, rgba(2, 8, 14, 0.72), rgba(2, 8, 14, 0.20), transparent );
        backdrop-filter: blur(3px);
        color: rgba(255, 255, 255, 0.86);
        border-radius: 0 12px 12px 0;
    }


    .services-page-hero::after {
        content: "";
        position: absolute;
        right: -140px;
        bottom: -220px;
        width: 720px;
        height: 520px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(58, 165, 236, 0.16), rgba(239, 37, 45, 0.06) 42%, transparent 72% );
        filter: blur(30px);
        pointer-events: none;
    }

    .services-page-hero .section-container {
        position: relative;
        z-index: 5;
        width: min(92%, 1500px);
    }

    .services-page-hero .page-title {
        max-width: 900px;
    }

    .services-page-hero .page-description {
        max-width: 720px;
    }


/* =========================================================
   INTRO
========================================================= */

.services-intro {
    position: relative;
    padding: 115px 0 55px;
    overflow: hidden;
    background: radial-gradient( circle at 18% 20%, rgba(239, 37, 45, 0.09), transparent 28% ), radial-gradient( circle at 82% 30%, rgba(56, 157, 225, 0.12), transparent 32% ), linear-gradient( 180deg, #040b12, #071522 );
}


/* =========================================================
   SERVICIOS PREMIUM
========================================================= */

.services-showcase {
    position: relative;
    padding: 55px 0 130px;
    overflow: hidden;
    background: linear-gradient( 180deg, #071522, #040b12 );
}

    .services-showcase::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: 0.12;
        background-image: linear-gradient( rgba(255, 255, 255, 0.03) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px );
        background-size: 80px 80px;
        pointer-events: none;
    }

.services-premium-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}


/* =========================================================
   TARJETA SERVICIO
========================================================= */

.service-premium-card {
    position: relative;
    min-height: 470px;
    padding: 42px;
    overflow: hidden;
    border-radius: 28px;
    transform-style: preserve-3d;
}

.service-premium-number {
    position: absolute;
    top: 20px;
    right: 28px;
    color: rgba(255, 255, 255, 0.045);
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.service-premium-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(70, 175, 244, 0.28);
    border-radius: 20px;
    background: linear-gradient( 145deg, rgba(45, 150, 220, 0.17), rgba(7, 24, 39, 0.55) );
    color: #4db8ff;
    font-size: 1.45rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 16px 35px rgba(0, 0, 0, 0.2);
}

    .service-premium-icon.red {
        border-color: rgba(239, 37, 45, 0.32);
        background: linear-gradient( 145deg, rgba(239, 37, 45, 0.17), rgba(7, 24, 39, 0.55) );
        color: var(--lam-red);
    }

.service-premium-card > span {
    display: block;
    margin-top: 40px;
    color: #6baeda;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.service-premium-card h2 {
    margin: 12px 0 22px;
    color: #ffffff;
    font-size: clamp(2rem, 3.4vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

    .service-premium-card h2 strong {
        display: block;
        color: var(--lam-red);
    }

.service-premium-card p {
    max-width: 570px;
    color: #9dafbb;
    line-height: 1.8;
}


/* =========================================================
   TAGS
========================================================= */

.service-premium-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

    .service-premium-tags span {
        padding: 9px 13px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 100px;
        background: rgba(255, 255, 255, 0.025);
        color: #b8c7d1;
        font-size: 0.76rem;
        transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
    }

.service-premium-card:hover
.service-premium-tags span {
    border-color: rgba(70, 173, 241, 0.23);
    background: rgba(55, 154, 219, 0.07);
    color: #ffffff;
}


/* =========================================================
   CÓMO TRABAJAMOS
========================================================= */

.logistics-process {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: radial-gradient( circle at 50% 48%, rgba(42, 140, 205, 0.1), transparent 38% ), linear-gradient( 180deg, #040b12, #061420 );
}

.process-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    margin-top: 75px;
}

    .process-line::before {
        content: "";
        position: absolute;
        top: 57px;
        left: 8%;
        right: 8%;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(62, 166, 235, 0.44), rgba(239, 37, 45, 0.36), rgba(62, 166, 235, 0.44), transparent );
        box-shadow: 0 0 15px rgba(62, 166, 235, 0.16);
    }

.process-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

    .process-step > span {
        display: block;
        margin-bottom: 14px;
        color: var(--lam-red);
        font-size: 0.7rem;
        font-weight: 800;
        letter-spacing: 0.15em;
    }

    .process-step > div {
        position: relative;
        width: 72px;
        height: 72px;
        display: grid;
        place-items: center;
        margin: 0 auto;
        border: 1px solid rgba(89, 184, 246, 0.28);
        border-radius: 50%;
        background: rgba(7, 24, 39, 0.92);
        color: #50b8ff;
        font-size: 1.25rem;
        box-shadow: 0 0 0 8px rgba(7, 20, 32, 0.92), 0 15px 35px rgba(0, 0, 0, 0.28);
    }

    .process-step:nth-child(even) > div {
        color: var(--lam-red);
        border-color: rgba(239, 37, 45, 0.28);
    }

    .process-step h3 {
        margin: 25px 0 10px;
        color: #ffffff;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .process-step p {
        max-width: 210px;
        margin: 0 auto;
        color: #879ba9;
        font-size: 0.84rem;
        line-height: 1.6;
    }


/* =========================================================
   CTA
========================================================= */

.services-cta {
    position: relative;
    padding: 100px 0 130px;
    background: linear-gradient( 180deg, #061420, #030910 );
}

.services-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 50px;
    border-radius: 28px;
}

    .services-cta-panel > div > span {
        color: var(--lam-red);
        font-size: 0.7rem;
        font-weight: 800;
        letter-spacing: 0.18em;
    }

    .services-cta-panel h2 {
        margin: 12px 0 0;
        color: #ffffff;
        font-size: clamp(2rem, 4vw, 4rem);
        line-height: 1;
        text-transform: uppercase;
    }

        .services-cta-panel h2 strong {
            color: var(--lam-red);
        }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 980px) {
    .services-premium-grid {
        grid-template-columns: 1fr;
    }

    .process-line {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 50px;
    }

        .process-line::before {
            display: none;
        }

    .services-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 650px) {
    .services-intro {
        padding: 85px 0 40px;
    }

    .services-showcase,
    .logistics-process {
        padding: 80px 0;
    }

    .service-premium-card {
        min-height: auto;
        padding: 30px 26px;
    }

    .service-premium-number {
        font-size: 5rem;
    }

    .process-line {
        grid-template-columns: 1fr;
    }

    .services-cta {
        padding: 70px 0 90px;
    }

    .services-cta-panel {
        padding: 30px 24px;
    }
}



/* =========================================================
   SEGURIDAD Y TECNOLOGÍA
========================================================= */

.services-security {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: radial-gradient( circle at 80% 28%, rgba(59, 168, 238, 0.12), transparent 34% ), radial-gradient( circle at 18% 70%, rgba(239, 37, 45, 0.08), transparent 30% ), linear-gradient( 180deg, #040b12, #071522 );
}

    .services-security::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: 0.11;
        background-image: linear-gradient( rgba(255, 255, 255, 0.03) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px );
        background-size: 84px 84px;
        pointer-events: none;
    }

.services-security-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: 80px;
}

.services-security-content {
    max-width: 680px;
}

    .services-security-content h2 {
        margin: 0;
        color: #ffffff;
        font-size: clamp(2.8rem, 4.6vw, 5rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
        text-transform: uppercase;
    }

        .services-security-content h2 strong {
            display: block;
            color: var(--lam-red);
        }

    .services-security-content p {
        margin-top: 28px;
        color: #9fb1bf;
        font-size: 1rem;
        line-height: 1.85;
    }

    .services-security-content .secondary-button {
        margin-top: 34px;
    }

.services-security-cards {
    display: grid;
    gap: 18px;
}

.security-mini-card {
    position: relative;
    min-height: 125px;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 24px 28px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(112, 185, 233, 0.18);
    background: linear-gradient( 145deg, rgba(14, 38, 58, 0.76), rgba(5, 17, 28, 0.64) );
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

    .security-mini-card:hover {
        transform: translateX(-8px);
        border-color: rgba(74, 177, 245, 0.34);
        box-shadow: 0 30px 72px rgba(0, 0, 0, 0.38), 0 0 28px rgba(45, 150, 220, 0.09);
    }

    .security-mini-card > i {
        width: 62px;
        height: 62px;
        display: grid;
        place-items: center;
        flex-shrink: 0;
        border-radius: 18px;
        border: 1px solid rgba(78, 176, 238, 0.24);
        background: linear-gradient( 145deg, rgba(51, 151, 219, 0.16), rgba(239, 37, 45, 0.08) );
        color: #4db8ff;
        font-size: 1.25rem;
    }

    .security-mini-card:nth-child(2) > i {
        color: var(--lam-red);
        border-color: rgba(239, 37, 45, 0.26);
    }

    .security-mini-card span {
        display: block;
        color: #7895a9;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

    .security-mini-card strong {
        display: block;
        margin-top: 7px;
        color: #ffffff;
        font-size: 1.45rem;
        line-height: 1.15;
    }

@media (max-width: 980px) {
    .services-security-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .services-security-content {
        max-width: 760px;
    }

    .services-security-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .security-mini-card {
        min-height: 170px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .services-page-hero {
        min-height: 68vh;
        padding: calc(var(--header-height) + 55px) 0 75px;
    }

    .services-security {
        padding: 85px 0;
    }

    .services-security-cards {
        grid-template-columns: 1fr;
    }

    .security-mini-card {
        min-height: 115px;
        flex-direction: row;
        align-items: center;
    }
}
.services-hero-status {
    position: absolute;
    right: 6%;
    bottom: 15%;
    z-index: 7;
    width: min(360px, 32vw);
    padding: 26px;
    border-radius: 24px;
    background: linear-gradient( 145deg, rgba(13, 39, 59, 0.72), rgba(4, 15, 25, 0.66) );
    border: 1px solid rgba(93, 181, 240, 0.2);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px) saturate(125%);
    -webkit-backdrop-filter: blur(20px) saturate(125%);
}

.services-status-top {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8da6b6;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #27d17c;
    box-shadow: 0 0 14px rgba(39, 209, 124, 0.65);
    animation: statusPulse 1.8s ease-in-out infinite;
}

.services-hero-status > strong {
    display: block;
    margin-top: 16px;
    color: #ffffff;
    font-size: 1.5rem;
}

.services-hero-status > p {
    margin-top: 7px;
    color: #91a5b3;
    font-size: 0.9rem;
}

.services-status-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 24px;
}

    .services-status-grid > div {
        min-height: 74px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.025);
        color: #c2d0d9;
        font-size: 0.72rem;
        transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    }

        .services-status-grid > div:hover {
            transform: translateY(-4px);
            border-color: rgba(74, 177, 245, 0.3);
            background: rgba(58, 155, 219, 0.07);
        }

    .services-status-grid i {
        color: #4db8ff;
        font-size: 1rem;
    }

    .services-status-grid > div:nth-child(2) i {
        color: var(--lam-red);
    }

@keyframes statusPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.4);
        opacity: 0.55;
    }
}

@media (max-width: 900px) {
    .services-hero-status {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 45px;
    }
}

@media (max-width: 600px) {
    .services-page-hero {
        min-height: auto;
        padding: calc(var(--header-height) + 55px) 0 80px;
    }

        .services-page-hero .page-title {
            font-size: clamp(3rem, 13vw, 4.8rem);
        }

    .services-status-grid {
        grid-template-columns: 1fr;
    }

        .services-status-grid > div {
            flex-direction: row;
            min-height: 58px;
        }
}

.services-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: radial-gradient( circle at 73% 55%, rgba(42, 145, 220, 0.08), transparent 32% ), radial-gradient( circle at 18% 70%, rgba(239, 37, 45, 0.10), transparent 30% );
    pointer-events: none;
}

/* =========================================================
   RESUMEN DE SERVICIOS - MÓDULO BAJO EL HERO
========================================================= */

.services-quick-overview {
    position: relative;
    z-index: 20;
    margin-top: -65px;
    padding-bottom: 60px;
    background: linear-gradient( 180deg, transparent 0%, #06121d 70px, #06121d 100% );
}

.services-overview-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.7fr);
    gap: 45px;
    padding: 34px;
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(91, 178, 237, 0.2);
    background: linear-gradient( 135deg, rgba(12, 36, 55, 0.91), rgba(4, 16, 27, 0.88) );
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(24px) saturate(130%);
    -webkit-backdrop-filter: blur(24px) saturate(130%);
}

    /* Luz de fondo */

    .services-overview-panel::after {
        content: "";
        position: absolute;
        width: 480px;
        height: 480px;
        right: -180px;
        top: -260px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(57, 163, 233, 0.12), transparent 68% );
        pointer-events: none;
    }


/* TEXTO IZQUIERDO */

.services-overview-intro {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px;
}

.services-status-top {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #89a6b9;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.status-dot {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #32d784;
    box-shadow: 0 0 15px rgba(50, 215, 132, 0.7);
    animation: statusPulse 1.8s ease-in-out infinite;
}

.services-overview-intro h2 {
    margin: 18px 0 14px;
    color: #ffffff;
    font-size: clamp(1.8rem, 2.8vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

    .services-overview-intro h2 strong {
        display: block;
        color: var(--lam-red);
    }

.services-overview-intro p {
    max-width: 410px;
    margin: 0;
    color: #91a8b7;
    font-size: 0.9rem;
    line-height: 1.7;
}


/* CUATRO OPCIONES */

.services-overview-options {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.overview-option {
    position: relative;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 18px;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015) );
    transition: transform 0.4s cubic-bezier(.16, 1, .3, 1), border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

    .overview-option:hover {
        transform: translateY(-9px);
        border-color: rgba(70, 178, 247, 0.3);
        background: linear-gradient( 145deg, rgba(43, 139, 201, 0.09), rgba(255, 255, 255, 0.02) );
        box-shadow: 0 22px 50px rgba(0, 0, 0, 0.27);
    }


    /* ICONO */

    .overview-option > div {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        margin-bottom: auto;
        border: 1px solid rgba(71, 180, 248, 0.22);
        border-radius: 14px;
        background: rgba(62, 167, 235, 0.09);
        color: #4dbaff;
        font-size: 1rem;
    }

        .overview-option > div.red {
            border-color: rgba(239, 37, 45, 0.25);
            background: rgba(239, 37, 45, 0.08);
            color: var(--lam-red);
        }


    /* NÚMERO */

    .overview-option > span {
        margin-bottom: 5px;
        color: #527186;
        font-size: 0.65rem;
        font-weight: 800;
        letter-spacing: 0.14em;
    }


    /* NOMBRE */

    .overview-option > strong {
        color: #ffffff;
        font-size: 1.1rem;
    }


    /* DESCRIPCIÓN */

    .overview-option > p {
        margin: 7px 0 0;
        color: #7f95a4;
        font-size: 0.76rem;
        line-height: 1.5;
    }


@keyframes statusPulse {

    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.45);
        opacity: 0.55;
    }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .services-overview-panel {
        grid-template-columns: 1fr;
    }

    .services-overview-options {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
    }
}


@media (max-width: 850px) {

    .services-quick-overview {
        margin-top: -35px;
    }

    .services-overview-options {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 520px) {

    .services-overview-panel {
        padding: 24px;
    }

    .services-overview-options {
        grid-template-columns: 1fr;
    }

    .overview-option {
        min-height: 150px;
    }
}


/* =========================================================
   SERVICIOS
   TEMA AZUL HIELO
   DEJAR AL FINAL DE servicios.css
========================================================= */

/* =========================================================
   1. FONDOS DE TODAS LAS SECCIONES
========================================================= */

.services-quick-overview.lam-light-section,
.services-intro.lam-light-section,
.services-showcase.lam-light-section,
.services-message.lam-light-section,
.logistics-process.lam-light-section,
.services-security.lam-light-section,
.services-cta.lam-light-section {
    background: radial-gradient( circle at 50% 18%, rgba(255, 255, 255, 0.76), transparent 42% ), radial-gradient( circle at 90% 28%, rgba(64, 161, 220, 0.14), transparent 34% ), radial-gradient( circle at 8% 78%, rgba(239, 37, 45, 0.045), transparent 30% ), linear-gradient( 135deg, #d9eef9 0%, #c5e4f4 48%, #add8ed 100% ) !important;
    color: #102432 !important;
}


/* =========================================================
   2. TÍTULOS
========================================================= */

.services-quick-overview h1,
.services-quick-overview h2,
.services-quick-overview h3,
.services-intro h1,
.services-intro h2,
.services-intro h3,
.services-showcase h1,
.services-showcase h2,
.services-showcase h3,
.services-message h1,
.services-message h2,
.services-message h3,
.logistics-process h1,
.logistics-process h2,
.logistics-process h3,
.services-security h1,
.services-security h2,
.services-security h3,
.services-cta h1,
.services-cta h2,
.services-cta h3 {
    color: #102432 !important;
}


/* =========================================================
   3. TEXTOS
========================================================= */

.services-quick-overview p,
.services-intro p,
.services-showcase p,
.services-message p,
.logistics-process p,
.services-security p,
.services-cta p {
    color: #405f72 !important;
}


/* =========================================================
   4. PALABRAS DESTACADAS
========================================================= */

.services-quick-overview h2 strong,
.services-intro h2 strong,
.services-showcase h2 strong,
.services-message h2 strong,
.logistics-process h2 strong,
.services-security h2 strong,
.services-cta h2 strong {
    color: var(--lam-red) !important;
}


/* =========================================================
   5. PANELES GLASS
========================================================= */

.services-quick-overview .glass-panel,
.services-showcase .glass-panel,
.services-message .glass-panel,
.services-security .glass-panel,
.services-cta .glass-panel {
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.58), rgba(224, 241, 250, 0.34) ) !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 24px 60px rgba(31, 77, 107, 0.14) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}


/* =========================================================
   6. PANEL SUPERIOR DE CAPACIDAD LOGÍSTICA
========================================================= */

.services-overview-panel {
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.62), rgba(219, 239, 249, 0.38) ) !important;
    border: 1px solid rgba(255, 255, 255, 0.76) !important;
    box-shadow: 0 28px 70px rgba(28, 75, 106, 0.15) !important;
}


/* =========================================================
   7. OPCIONES SPOT / DEDICADAS / CONSOLIDADA / ASESORÍA
========================================================= */

.overview-option {
    background: rgba(255, 255, 255, 0.32) !important;
    border-color: rgba(22, 105, 159, 0.10) !important;
}

    .overview-option strong {
        color: #102432 !important;
    }

    .overview-option p {
        color: #405f72 !important;
    }


/* =========================================================
   8. TARJETAS PRINCIPALES DE SERVICIOS
========================================================= */

.service-premium-card {
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.62), rgba(219, 239, 249, 0.38) ) !important;
    border: 1px solid rgba(255, 255, 255, 0.74) !important;
    box-shadow: 0 25px 65px rgba(31, 77, 107, 0.14) !important;
}

    .service-premium-card h2 {
        color: #102432 !important;
    }

    .service-premium-card p {
        color: #405f72 !important;
    }


/* =========================================================
   9. ETIQUETAS DE LAS TARJETAS
========================================================= */

.service-premium-tags span {
    color: #28566f !important;
    background: rgba(255, 255, 255, 0.42) !important;
    border-color: rgba(28, 112, 166, 0.13) !important;
}


/* =========================================================
   10. MENSAJE "TU OPERACIÓN DEFINE NUESTRA RUTA"
========================================================= */

.services-message-panel {
    background: linear-gradient( 135deg, rgba(255, 255, 255, 0.62), rgba(216, 238, 249, 0.42) ) !important;
    border: 1px solid rgba(255, 255, 255, 0.76) !important;
    box-shadow: 0 25px 65px rgba(31, 77, 107, 0.13) !important;
}


/* =========================================================
   11. PROCESO LOGÍSTICO
========================================================= */

.process-step {
    color: #102432 !important;
}

    .process-step h3 {
        color: #102432 !important;
    }

    .process-step p {
        color: #405f72 !important;
    }


/* =========================================================
   12. SEGURIDAD
========================================================= */

.security-mini-card {
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.60), rgba(219, 239, 249, 0.36) ) !important;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 20px 50px rgba(31, 77, 107, 0.13) !important;
}

    .security-mini-card strong {
        color: #102432 !important;
    }


/* =========================================================
   13. CTA FINAL
========================================================= */

.services-cta-panel {
    background: linear-gradient( 135deg, rgba(255, 255, 255, 0.64), rgba(218, 239, 249, 0.42) ) !important;
    border: 1px solid rgba(255, 255, 255, 0.76) !important;
    box-shadow: 0 28px 70px rgba(31, 77, 107, 0.14) !important;
}