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

    .hero-section {
        position: relative;
        width: 100%;
        min-height:300px;
        display: flex;
        align-items: center;

    /* Color base de fondo degradado */
        background-color: var(--primary);
        background-image: 

        /* Red geométrica dibujada directamente en CSS con SVG en línea */
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120"><path d="M60 0 L111.96 30 L111.96 90 L60 120 L8.04 90 L8.04 30 Z" fill="none" stroke="rgba(251, 130, 42, 0.25)" stroke-width="1.2"/><path d="M60 20 L94.64 40 L94.64 80 L60 100 L25.36 80 L25.36 40 Z" fill="none" stroke="rgba(251, 130, 42, 0.15)" stroke-width="0.8"/><circle cx="60" cy="0" r="3" fill="rgba(251, 130, 42, 0.4)"/><circle cx="111.96" cy="30" r="3" fill="rgba(251, 130, 42, 0.4)"/><circle cx="111.96" cy="90" r="3" fill="rgba(251, 130, 42, 0.4)"/></svg>'),
        
        /* Degradado principal */
        linear-gradient(110deg, var(--primary) 0%, #0a1936 50%, var(--secondary) 130%);
        background-repeat: repeat, no-repeat;
        background-position: center, center;
        background-size: 140px auto, cover;

        padding: var(--space-md) 0;
        overflow: hidden;
        color: var(--white);
        font-family: var(--font-primary);
    }

    .hero-container {
        width: var(--container-width);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: var(--space-md);
        align-items: center;
        position: relative;
        z-index: 2;
    }

    /*----------------------------------------------------
        Textos y CTAs
    -----------------------------------------------------*/

    .hero-content-left {
        display: flex;
        flex-direction: column;
        gap: var(--space-xs);
    }

    .hero-subtitle {
        font-size: var(--text-md);
        color: #ffc299;
        font-style: italic;
        font-weight: 500;
    }

    .hero-title {
        font-size: var(--title-md);
        line-height: 1.15;
        font-weight: 700;
        color: var(--white);
        margin-bottom: var(--space-xs);
    }

    .hero-description {
        font-size: var(--text-sm);
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.9);
        max-width: 90%;
        margin-bottom: var(--space-sm);
    }

    .hero-cta-group {
        display: flex;
        align-items: center;
        gap: var(--space-sm);
        flex-wrap: wrap;
    }

    /*----------------------------------------------------
        Botones del Hero
    -----------------------------------------------------*/

    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: clamp(0.7rem, 1vw, 0.9rem) clamp(1.4rem, 1.8vw, 2rem);
        font-size: var(--text-sm);
        font-weight: 600;
        font-family: var(--font-primary);
        border-radius: var(--radius-sm);
        text-decoration: none;
        cursor: pointer;
        transition: all var(--transition);
        }

    .btn-primary {
        background-color: var(--secondary);
        color: var(--white);
        border: 2px solid var(--secondary);
        box-shadow: 0 4px 15px rgba(251, 130, 42, 0.35);
    }

    .btn-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(251, 130, 42, 0.65);
    }

    .btn-secondary {
        background-color: rgba(19, 48, 102, 0.35);
        color: var(--white);
        border: 2px solid var(--secondary);
        backdrop-filter: blur(4px);
    }

    .btn-secondary:hover {
        background-color: var(--secondary);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(251, 130, 42, 0.5);
    }

    /*----------------------------------------------------
        Mockup Tablet + Botones CSS Flotantes
    -----------------------------------------------------*/

    .hero-content-right {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .hero-mockup-wrapper {
        position: relative;
        width: 100%;
        max-width: 520px;
    }

    .tablet-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .tablet-img {
        width: 100%;
        height: auto;
        display: block;
        filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.4));
    }

    /* Botones flotantes tipo badge */
    .floating-btn {
        position: absolute;
        z-index: 3;
        padding: clamp(0.5rem, 0.8vw, 0.75rem) clamp(0.9rem, 1.2vw, 1.4rem);
        background: rgba(255, 255, 255, 0.95);
        color: var(--dark);
        font-family: var(--font-primary);
        font-size: var(--text-xs);
        font-weight: 700;
        border: 1px solid var(--border);
        border-radius: var(--radius-sm);
        cursor: pointer;
        box-shadow: var(--shadow-md);
        backdrop-filter: blur(6px);
        transition: all var(--transition);
        white-space: nowrap;
    }

    .floating-btn:hover {
        transform: translateY(-3px) scale(1.04);
        background-color: var(--white);
        border-color: var(--secondary);
        color: var(--secondary);
        box-shadow: 0 10px 25px rgba(251, 130, 42, 0.3);
    }

    /* Posicionamiento sobre la tablet en Desktop */
    .btn-kpis {
        top: 10%;
        right: -4%;
    }

    .btn-inteligencia {
        top: 45%;
        left: -8%;
    }

    .btn-resultados {
        bottom: 8%;
        right: 2%;
    }

    /*====================================================
                RESPONSIVE (Comportamiento Móvil)
    =====================================================*/

    @media (max-width: 850px) {
    .hero-section {
        padding: var(--space-lg) 0; /* La red geométrica se mantiene en el fondo de todo el bloque */

    }

    .hero-container {
        grid-template-columns: 1fr; /* Pasa a 1 columna */
        text-align: center;
        gap: var(--space-md);
    }

    .hero-content-left {
        align-items: center;
    }

    .hero-description {
        max-width: 100%;
    }

    .hero-cta-group {
        justify-content: center;
        width: 100%;
    }

    /* La imagen de la tablet con los botones cae ordenadamente debajo */
    .hero-content-right {
        margin-top: var(--space-sm);
    }

    .hero-mockup-wrapper {
        max-width: 440px;
    }

    /* Ajuste de botones para evitar desbordes laterales */
    .btn-kpis {
        top: 5%;
        right: -1%;
    }

    .btn-inteligencia {
        top: 42%;
        left: -2%;
    }

    .btn-resultados {
        bottom: 5%;
        right: 0%;
    }
    }

    @media (max-width: 480px) {
    .hero-cta-group {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }


    .floating-btn {
        font-size: 0.75rem;
        padding: 6px 12px;
    }

    .btn-kpis {
        top: -15px;
        right: 50%;
        transform: translateX(50%);
    }

    .btn-kpis:hover {
        transform: translateX(50%) translateY(-2px);
    }

    .btn-inteligencia {
        left: 0;
        bottom: -15px;
        top: auto;
    }

    .btn-resultados {
        right: 0;
        bottom: -15px;
    }
    }

    /*====================================================
                    HISTORIA /NOSOTROS
    =====================================================*/

    .about-section {
        width: 100%;
        padding: var(--space-lg) 0;
        background-color: var(--white);
        color: var(--dark);
        font-family: var(--font-primary);
    }

    .about-container {
        width: var(--container-width);
        margin: 0 auto;
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        gap: var(--space-md);
        align-items: center;
    }

    /*----------------------------------------------------
        Columna Izquierda (Imagen)
    -----------------------------------------------------*/

    .about-image-wrapper {
        width: 100%;
        border-radius: var(--radius-md);
        overflow: hidden;
        box-shadow: var(--shadow-md);
    }

    .about-img {
        width: 100%;
        height: 100%;
        max-height: 520px;
        object-fit: cover;
        display: block;
    }

    /*----------------------------------------------------
        Columna Derecha (Textos)
    -----------------------------------------------------*/

    .about-content {
        display: flex;
        flex-direction: column;
    }

    .about-tag {
        font-size: var(--text-xs);
        font-weight: 700;
        color: var(--secondary);
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: var(--space-xs);
    }

    .about-title {
        font-size: var(--title-sm);
        color: var(--primary);
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: var(--space-xs);
    }

    .about-text-group {
        display: flex;
        flex-direction: column;
        gap: clamp(0.6rem, 1vw, 1rem);
        margin-bottom: var(--space-md);
    }

    .about-text-group p {
        font-size: var(--text-sm);
        line-height: 1.6;
        color: var(--text);
    }

    /*----------------------------------------------------
        Timeline e Interacción de Línea/Nodos
    -----------------------------------------------------*/

    .timeline-container {
        position: relative;
        width: 100%;
        padding-top: var(--space-xs);
    }

    /* Línea base gris neutro detrás de los nodos */
    .timeline-line {
        position: absolute;
        top: 41px; /* */
        left: 30px;
        right: 30px;
        height: 2px;
        background-color: var(--border);
        z-index: 1;
    }

    .timeline-steps {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        z-index: 2;
    }

    .timeline-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        flex: 1;
        cursor: pointer;
    }

    /* Círculo - Nodo */
    .node-circle {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: var(--white);
        border: 2px solid var(--border);
        color: var(--primary);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all var(--transition);
        position: relative;
        z-index: 3;
    }

    /* Líneas Naranjas flotantes que crecen desde el centro al hacer Hover */
    .timeline-step::before,
    .timeline-step::after {
        content: "";
        position: absolute;
        top: 30px;
        height: 3px;
        background-color: var(--secondary);
        z-index: 2;
        width: 0%;
        transition: width var(--transition);
    }

    /* La mitad izquierda va hacia la izquierda */
    .timeline-step::before {
        right: 50%;
    }

    /* La mitad derecha va hacia la derecha */
    .timeline-step::after {
        left: 50%;
    }

    /* Texto debajo del nodo */
    .step-label {
        margin-top: var(--space-xs);
        font-size: var(--text-xs);
        font-weight: 700;
        color: var(--primary);
        text-align: center;
        line-height: 1.3;
        transition: color var(--transition);
    }

    /*----------------------------------------------------
        EFECTOS HOVER (Al pasar el cursor)
    -----------------------------------------------------*/

    /* Se expanden las líneas naranjas a los lados del paso hovered */
    .timeline-step:hover::before,
    .timeline-step:hover::after { width: 50%;}

    /* Si es el primer elemento, no dibuja línea hacia la izquierda */
    .timeline-step:first-child::before { display: none;}

    /* Si es el último elemento, no dibuja línea hacia la derecha */
    .timeline-step:last-child::after { display: none; }

    /* El círculo se alza (se escala), resalta el borde naranja y añade sombra */
    .timeline-step:hover .node-circle {
        transform: translateY(-6px) scale(1.1);
        border-color: var(--secondary);
        color: var(--secondary);
        box-shadow: 0 10px 20px rgba(251, 130, 42, 0.25);
    }

    /* El texto cambia a naranja */
    .timeline-step:hover .step-label {
        color: var(--secondary);
    }

    /*====================================================
                RESPONSIVE DESIGN (Nosotros)
    =====================================================*/

    @media (max-width: 992px) {
        .about-container {
            grid-template-columns: 1fr;
        }

        .about-img {
            max-height: 380px;
        }
    }

    @media (max-width: 576px) { /* En celulares la línea se vuelve vertical o los círculos se ajustan más pequeños */
        .node-circle {
            width: 48px;
            height: 48px;
        }

        .node-circle svg {
            width: 18px;
            height: 18px;
        }

        .timeline-line {
            top: 24px;
            left: 20px;
            right: 20px;
        }

        .timeline-step::before,
        .timeline-step::after {
            top: 24px;
        }

        .step-label {
            font-size: 0.72rem;
        }
    }

    /*====================================================
                AJUSTES DE CARRUSEL
    =====================================================*/

    .product-card {
        height: 100%;
    }


    .products-swiper .swiper-button-next::after,
    .products-swiper .swiper-button-prev::after {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .products-swiper .swiper-button-next:hover,
    .products-swiper .swiper-button-prev:hover {
        background: var(--secondary);
        color: var(--white);
    }

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

    .ecosystem-section {
        width: 100%;
        padding: var(--space-lg) 0;
        background-color: var(--light); /* Fondo claro neutro */
        color: var(--dark);
        font-family: var(--font-primary);
        overflow: hidden; /* Importante para que Swiper no desborde */
    }

    .ecosystem-container {
        width: var(--container-width);
        margin: 0 auto;
        position: relative; /* Para posicionar las flechas a los lados */
        padding: 0 var(--space-xs); /* Pequeño padding lateral */
    }

    /*----------------------------------------------------
        Encabezado de la Sección
    -----------------------------------------------------*/

    .section-header {
        text-align: center;
        max-width: 700px;
        margin: 0 auto var(--space-md);
    }

    .js-tag {
        font-size: var(--text-xs);
        font-weight: 700;
        color: var(--secondary); /* Naranja */
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: var(--space-xs);
        display: block;
    }

    .section-title {
        font-size: var(--title-sm);
        color: var(--primary); /* Azul Marino */
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: var(--space-xs);
    }

    .section-description {
        font-size: var(--text-sm);
        line-height: 1.6;
        color: var(--text); /* Gris oscuro */
    }

    /*----------------------------------------------------
        Contenedor Swiper y Flechas
    -----------------------------------------------------*/

    .products-swiper {
        width: 100%;
        padding: var(--space-xs) 0 var(--space-md); /* Espacio para sombras */
    }

    /* Estilos para las flechas de navegación predeterminadas de Swiper */
    .swiper-button-prev,
    .swiper-button-next {
    color: var(--primary); /* Color de la flecha */
    background-color: var(--white); /* Fondo blanco circular */
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: var(--shadow-sm);
        transition: all var(--transition);
        z-index: 10;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 20px; /* Tamaño del icono de flecha */
        font-weight: 800;
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background-color: var(--secondary);
        color: var(--white);
        transform: scale(1.1);
        box-shadow: var(--shadow-md);
    }

    /* Posicionamiento de las flechas fuera del contenedor */
    .swiper-button-prev {
        left: -25px; /* Mitad fuera */
    }

    .swiper-button-next {
        right: -25px; /* Mitad fuera */
    }

    /*----------------------------------------------------
        Tarjetas de Producto (product-card)
    -----------------------------------------------------*/

    .product-card {
        background-color: var(--white);
        border-radius: var(--radius-sm);
        padding: var(--space-sm);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%; 
        border: 1px solid var(--border);
        transition: all var(--transition);
        cursor: grab; /* Muestra la mano para agarrar por defecto */
    }

    /* Cuando se está arrastrando activo con Swiper */
    .swiper-slide-active .product-card,
    .product-card:active {
    cursor: grabbing; /* Muestra la mano cerrada */
    }

    /* Efecto hover general de la tarjeta */
    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: var(--shadow-md);
        border-color: transparent;
    }

    /* Contenedor del Icono circular */
    .card-icon-wrapper {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: var(--space-xs);
        transition: all var(--transition);
    }

    /* Estilos de Texto */
    .card-title {
        font-size: var(--text-md);
        font-weight: 700;
        color: var(--primary);
        line-height: 1.3;
        margin-bottom: var(--space-xs);
        flex-grow: 0; /* No crece */
    }

    .card-text {
        font-size: var(--text-xs);
        line-height: 1.6;
        color: var(--text);
        margin-bottom: var(--space-sm);
        flex-grow: 1; /* Ocupa el espacio restante para empujar el enlace abajo */
    }

    .card-link {
        font-size: var(--text-xs);
        font-weight: 600;
        color: var(--secondary);
        text-decoration: none;
        transition: all var(--transition);
    }

    .card-link:hover {
        letter-spacing: 0.5px;
        filter: brightness(1.1);
    }

  
    .hero-logo-img {
    width: 50px;
    height: auto;
    object-fit: contain;
    }
    /*----------------------------------------------------
        VARIANTES DE COLORES 
    -----------------------------------------------------*/

    /* Azul (Orbit CRM) */
    .card-blue .card-icon-wrapper {
        background-color: rgba(19, 48, 102, 0.1);
        color: #194aa7; 
    }
    .card-blue .card-link { color: #194aa7; }
    .card-blue:hover {
        box-shadow: 0 10px 30px rgba(19, 48, 102, 0.15);
    }

    /* 2. Azul Claro (Orbit Works ERP) */
    .card-bluec .card-icon-wrapper {
        background-color: rgba(42, 139, 251, 0.1);
        color: #2ad8fb; 
    }
    .card-bluec .card-link { color: #1477da; }
    .card-bluec:hover {
        box-shadow: 0 10px 30px rgba(42, 139, 251, 0.15);
    }

    /* 3. Rojo (Nova ERP) */
    .card-red .card-icon-wrapper {
        background-color: rgba(155, 26, 26, 0.1);
        color: #9e1c1c; 
    }
    .card-red .card-link { color: #9e1c1c; }
    .card-red:hover {
        box-shadow: 0 10px 30px rgba(155, 26, 26, 0.15);
    }

    /* 4. Azul (Torre de Control) */
    .card-bluel .card-icon-wrapper {
        background-color: rgba(18, 94, 209, 0.1);
        color: #397af3;
    }
    .card-bluel .card-link { color:#397af3; }
    .card-bluel:hover {
        box-shadow: 0 10px 30px rgba(19, 109, 243, 0.15);
    }

    /* 5. Rosa (Talentica RH) */
    .card-pink .card-icon-wrapper {
        background-color: rgba(233, 30, 99, 0.1);
        color: #E91E63;
    }
    .card-pink .card-link { color: #E91E63; }
    .card-pink:hover {
        box-shadow: 0 10px 30px rgba(233, 30, 99, 0.15);
    }

    /* 6. Cyan (ALi AI) */
    .card-cyan .card-icon-wrapper {
        background-color: rgba(0, 188, 212, 0.1);
        color: #00BCD4;
    }
    .card-cyan .card-link { color: #00BCD4; }
    .card-cyan:hover {
        box-shadow: 0 10px 30px rgba(0, 188, 212, 0.15);
    }

    /* 7. Gris (Fábrica de software) */
    .card-gray .card-icon-wrapper {
        background-color: rgba(102, 112, 133, 0.1);
        color: #667085;
    }
    .card-gray .card-link { color: #667085; }
    .card-gray:hover {
        box-shadow: 0 10px 30px rgba(102, 112, 133, 0.15);
    }

    /*----------------------------------------------------
                    RESPONSIVE DESIGN
    -----------------------------------------------------*/

    /* Tablets y Laptops pequeñas (< 1200px, Swiper maneja slidesPerView) */
    @media (max-width: 1200px) {
        .ecosystem-container {
            padding: 0 40px; /* Más padding para flechas */
        }
    }

    /* Móviles (<= 576px, Swiper muestra 1 slide) */
    @media (max-width: 576px) {
        .ecosystem-container {
            padding: 0 var(--space-xs); /* Padding normal, flechas abajo */
        }
        
        .products-swiper {
            padding-bottom: var(--space-lg); /* Espacio para flechas abajo */
        }

        /* Reposicionamos flechas abajo en móviles para no tapar */
        .swiper-button-prev,
        .swiper-button-next {
            top: auto;
            bottom: 0;
            width: 40px;
            height: 40px;
        }
        
        .swiper-button-prev:after,
        .swiper-button-next:after {
            font-size: 16px;
        }

        .swiper-button-prev {
            left: calc(50% - 45px); /* Centradas */
        }

        .swiper-button-next {
            right: calc(50% - 45px); /* Centradas */
        }
    }

    /*====================================================
            SECCIÓN CUMPLIMIENTO
    =====================================================*/

    .compliance-section {
    width: 100%;
    background-color: var(--primary); 
    position: relative;
    overflow: hidden; /* Mantiene la luz de fondo dentro */
    padding: 40px 0; /* Espacio vertical compacto */
    }

    /* Contenedor interno que centra el texto y el esquema con el resto del sitio */
    .compliance-container {
    width: var(--container-width);
    margin: 0 auto;
    padding: 0 var(--space-xs);
    }

    .compliance-card {
    position: relative;
    border-radius: 0;    /* Eliminamos border-radius para pegar a las esquinas */
    background-color: transparent; 
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: var(--space-md);
    align-items: center;
    }

    /*----------------------------------------------------
    Fondo Estelar con Destello Neón Sutil (Star Flare)
    -----------------------------------------------------*/
    .compliance-schema {
    position: relative; /* Asegura referencia de posición para el fondo */
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    }

    /* El contenedor .stars-pattern se posiciona justo detrás del esquema */
    .stars-pattern {
    position: absolute;
    top: 50%;
    right: 18%; /* Ajustado para que el centro de la estrella coincida con el centro de las flechas */
    transform: translate(20%, -50%);
    width: 450px;
    height: 450px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.22; /* Tono bajo*/
    transition: opacity var(--transition);
    }

    /* 1. Centro Brillante Difuso + Polvo Estelar de fondo */
    .stars-pattern::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: 

        /* Brillo central blanco/azul tenue */
        radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0%, rgba(77, 163, 255, 0.4) 15%, rgba(19, 48, 102, 0) 60%),

        /* Micro estrellas / Puntos lejanos */
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.8) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.7) 1.5px, transparent 1.5px),
        radial-gradient(circle at 85% 70%, rgba(255, 255, 255, 0.6) 1px, transparent 1px),
        radial-gradient(circle at 15% 80%, rgba(255, 255, 255, 0.8) 1.5px, transparent 1.5px),
        radial-gradient(circle at 35% 65%, rgba(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 85%, rgba(255, 255, 255, 0.7) 1px, transparent 1px);
    
    animation: starPulse 4s infinite alternate ease-in-out;
    }

    /* 2. Destellos Estelares en Cruz / X (Rayos de Luz de la Estrella) */
    .stars-pattern::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: 

        /* Rayo Horizontal / Vertical principal */
        linear-gradient(0deg, transparent 48%, rgba(160, 210, 255, 0.8) 50%, transparent 52%),
        linear-gradient(90deg, transparent 48%, rgba(160, 210, 255, 0.8) 50%, transparent 52%),

        /* Rayos diagonales en X (como la foto) */
        linear-gradient(45deg, transparent 49%, rgba(120, 190, 255, 0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgba(120, 190, 255, 0.5) 50%, transparent 51%);
    
    /* Mascara radial para que los rayos se desvanezcan suavemente hacia las puntas */
    mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
    
    animation: flareGlow 3s infinite alternate ease-in-out;
    }

    /* Animaciones suaves para la respiración de la estrella */
    @keyframes starPulse {
    0% {
        transform: scale(0.92);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.08);
        opacity: 1;
    }
    }

    @keyframes flareGlow {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(0.9);
    }
    100% {
        transform: translate(-50%, -50%) rotate(3deg) scale(1.05);
    }
    }

    /* Responsive: Centro de la estrella en pantallas pequeñas */
    @media (max-width: 992px) {
    .stars-pattern {
        right: 50%;
        top: 75%;
        width: 350px;
        height: 350px;
    }
    }

    /*----------------------------------------------------
    Efecto Luz Neón Palpitante (Glow de Fondo)
    -----------------------------------------------------*/
    .glow-bg {
    position: absolute;
    top: -50%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 130, 42, 0.22) 0%, rgba(19, 48, 102, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    animation: pulseGlow 4s infinite alternate ease-in-out;
    }

    @keyframes pulseGlow {
    0% {
        transform: scale(0.85);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.25);
        opacity: 0.9;
    }
    }

    /*----------------------------------------------------
    Columna Izquierda (Texto y Botón)
    -----------------------------------------------------*/

    .compliance-info {
    position: relative;
    z-index: 2;
    color: var(--white);
    }

    .compliance-tag {
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--secondary); 
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    display: block;
    }

    .compliance-title {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
    color: var(--white);
    }

    .highlight-orange {
    color: var(--secondary);
    }

    .compliance-text {
    font-size: var(--text-xs);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
    max-width: 480px;
    }

    .compliance-text strong {
    color: var(--white);
    }

    /* Botón Hook Naranja */
    .compliance-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--secondary);
    color: var(--white);
    font-size: var(--text-xs);
    font-weight: 700;
    padding: 12px 22px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: all var(--transition);
    box-shadow: 0 4px 15px rgba(251, 130, 42, 0.3);
    }

    .compliance-btn span {
    transition: transform var(--transition);
    }

    .compliance-btn:hover {
    background-color: #e06f1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 130, 42, 0.45);
    }

    .compliance-btn:hover span {
    transform: translateX(4px);
    }

    /*----------------------------------------------------
    Columna Derecha 
    -----------------------------------------------------*/

    .compliance-schema {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    }

    /* Tarjetas Blancas Compactas */
    .schema-card {
    background-color: var(--white);
    border-radius: var(--radius-sm);
    padding: 18px 16px;
    width: 150px;
    text-align: center;
    color: var(--dark);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transition: transform var(--transition);
    flex-shrink: 0;
    }

    .schema-card:hover {
    transform: translateY(-4px);
    }

    .schema-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(18, 124, 170, 0.08);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    }

    .schema-card h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.2;
    margin-bottom: 4px;
    }

    .schema-card p {
    font-size: 0.68rem;
    color: var(--text);
    line-height: 1.3;
    margin: 0;
    }

    /* Conector Central y Flechas Animadas */
    .schema-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 100px;
    }

    .connector-label {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.3px;
    }

    /* Flechas Neón */
    .glowing-arrow {
    filter: drop-shadow(0 0 6px rgba(251, 130, 42, 0.8));
    }

    .arrow-top {
    animation: moveRight 1.8s infinite ease-in-out;
    }

    .arrow-bottom {
    animation: moveLeft 1.8s infinite ease-in-out;
    }

    @keyframes moveRight {
    0%, 100% {
        transform: translateX(0);
        filter: drop-shadow(0 0 4px rgba(251, 130, 42, 0.6));
    }
    50% {
        transform: translateX(4px);
        filter: drop-shadow(0 0 10px rgba(251, 130, 42, 1));
    }
    }

    @keyframes moveLeft {
    0%, 100% {
        transform: translateX(0);
        filter: drop-shadow(0 0 4px rgba(251, 130, 42, 0.6));
    }
    50% {
        transform: translateX(-4px);
        filter: drop-shadow(0 0 10px rgba(251, 130, 42, 1));
    }
    }

    /*----------------------------------------------------
                RESPONSIVE DESIGN
    -----------------------------------------------------*/

    @media (max-width: 992px) {
    .compliance-card {
        grid-template-columns: 1fr;
        gap: var(--space-sm);
    }

    .compliance-text {
        max-width: 100%;
    }

    .compliance-schema {
        margin-top: 10px;
    }
    }

    @media (max-width: 576px) {
    .compliance-schema {
        flex-direction: column;
        gap: 12px;
    }

    .schema-card {
        width: 100%;
        max-width: 220px;
    }

    .schema-connector {
        transform: rotate(90deg);
        margin: 8px 0;
    }

    .connector-label {
        transform: rotate(-90deg);
        white-space: nowrap;
    }
    }

    /*====================================================
                SECCIÓN EQUIPO Y TALENTO
    =====================================================*/

    .team-section {
    width: 100%;
    padding: var(--space-lg) 0;
    background-color: var(--white);
    color: var(--dark);
    font-family: var(--font-primary);
    }

    .team-container {
    width: var(--container-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.15fr; /* Columna derecha para la imagen */
    gap: var(--space-md);
    align-items: center;
    }

    /*----------------------------------------------------
    Contenido de Texto (Columna Izquierda)
    -----------------------------------------------------*/

    .team-tag {
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--secondary); /* Naranja */
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    display: block;
    }

    .team-title {
    font-size: var(--title-sm);
    font-weight: 800;
    color: var(--primary); /* Azul Marino */
    line-height: 1.2;
    margin-bottom: var(--space-xs);
    }

    .team-description {
    font-size: var(--text-sm);
    line-height: 1.6;
    color: var(--text);
    margin-bottom: var(--space-md);
    max-width: 520px;
    }

    /*----------------------------------------------------
        CONVENIOS -pilares
    -----------------------------------------------------*/

    .team-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: var(--space-md);
    }

    .feature-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    }

    .feature-icon {
    width: 120px;
    height: auto;
    object-fit: contain;
    }

    .feature-info h4 {
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
    }

    .feature-info p {
    font-size: 0.72rem;
    line-height: 1.4;
    color: var(--text);
    margin: 0;
    }

    /*----------------------------------------------------
    Botón Delineado Naranja
    -----------------------------------------------------*/

    .team-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    background-color: transparent;
    font-size: var(--text-xs);
    font-weight: 700;
    padding: 12px 24px;
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: all var(--transition);
    }

    .team-btn span {
    transition: transform var(--transition);
    }

    .team-btn:hover {
    background-color: var(--secondary);
    color: var(--white);
    box-shadow: 0 4px 15px rgba(251, 130, 42, 0.3);
    }

    .team-btn:hover span {
    transform: translateX(4px);
    }

    /*----------------------------------------------------
    Imagen del Equipo
    -----------------------------------------------------*/

    .team-media {
    width: 95%;
    }

    .team-img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    object-fit: cover;
    display: block;
    }

    /*----------------------------------------------------
                RESPONSIVE 
    -----------------------------------------------------*/

    @media (max-width: 992px) {
    .team-container {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }

    .team-features {
        grid-template-columns: repeat(3, 1fr);
    }
    }

    /* Dispositivos Móviles pequeños */
    @media (max-width: 600px) {
    .team-container {
        display: flex;
        flex-direction: column;
        margin-left: 0;
    }

    /* Reordenamiento o distribución adaptada */
    .team-tag, 
    .team-title, 
    .team-description {
        text-align: left;
    }

    .team-features {
        grid-template-columns: 1fr; /* una columna vertical en móvil */
        gap: 16px;
    }

    .feature-item {
        flex-direction: row; /* Icono al lado del texto en móvil */
        align-items: flex-start;
        gap: 12px;
    }

    .team-btn {
        width: 100%;
        justify-content: center;
    }
    }

    /*----------------------------------------------------
    Contenedor General (Despega textos y tarjetas de la orilla)
    -----------------------------------------------------*/
    .cases-container {
    width: var(--container-width);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px; /* Margen interno a los lados para separar textos y tarjetas del borde de la pantalla */ 
    }

    /* Alineación de los títulos */
    .cases-header-left,
    .cases-header-center {
    margin-bottom: 24px;
    padding-left: 4px; /* Pequeño sangrado visual para alineación */
    }

    /*----------------------------------------------------
    Grid de 3 Tarjetas Grandes
    -----------------------------------------------------*/
    .cases-top-grid {
    display: grid;
    
    grid-template-columns: repeat(3, minmax(280px, 320px)); 
    justify-content: center; 
    gap: 32px; 
    margin-bottom: var(--space-md);
    padding: 8px 4px;
    }

    /* Base de tarjeta hero */
    .case-card-hero {
    background: var(--white);
    border-radius: var(--radius-md);
    padding: 20px 18px; 
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform var(--transition), box-shadow var(--transition);
    position: relative;
    overflow: hidden;
    
    /* Proporciones más chicas y compactas */
    width: 100%;
    max-width: 320px; 
    min-height: 420px; 
    margin: 0 auto;
    }

    /*----------------------------------------------------
        Detalles internos compactos
    -----------------------------------------------------*/
    .case-card-hero .card-info h3 {
    font-size: 1 rem;
    line-height: 1.3;
    margin-bottom: 20px;
    }

    .case-card-hero .card-info p {
    font-size: 0.80rem;
    line-height: 1.60;
    color: var(--text);
    }

    .case-card-hero .card-metrics {
    padding: 12px 0;
    margin: 12px 0;
    }

    .case-card-hero .metric-value {
    font-size: 1.1rem;
    }

    .case-card-hero .metric-label {
    font-size: 0.62rem;
    }

    .client-logo {
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    object-fit: cover;
    display: block; 
    }

    .icon-orange{
    width: 30px;
    height: auto;
    object-fit: contain;

    }
    /*----------------------------------------------------
    Cambio de color dinámico en "Ver caso completo →"
    -----------------------------------------------------*/
    .case-card-hero .case-link {
    transition: color var(--transition), transform var(--transition);
    }


    .case-card-hero.card-accent-orange:hover .case-link {
    color: var(--secondary); 
    }

    .case-card-hero.card-accent-blue:hover .case-link {
    color: var(--primary); 
    }

    .case-card-hero:hover .case-link {
    letter-spacing: 0.3px;
    }

    /*----------------------------------------------------
    Botón Desplegable con Triángulo / Flecha
    -----------------------------------------------------*/
    .cases-toggle-wrapper {
    text-align: center;
    margin: 20px 0;
    }

    .toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    font-weight: 700;
    font-size: var(--text-xs);
    padding: 12px 28px;
    border-radius: 30px;
    cursor: pointer;
    transition: all var(--transition);
    }
    .case-card-hero:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    /* --- Variante 1: Detalles en Naranja --- */
    .case-card-hero.card-accent-orange {
    border-top: 4px solid var(--secondary);
    background: linear-gradient(180deg, rgba(251, 130, 42, 0.03) 0%, #FFFFFF 100%);
    }
    /* --- Variante 2: Detalles en Azul Marino --- */
    .case-card-hero.card-accent-blue {
    border-top: 4px solid var(--primary);
    background: linear-gradient(180deg, rgba(19, 48, 102, 0.03) 0%, #FFFFFF 100%);
    }

    /* --- Variante 3: Fondo Completo Suave --- */
    .case-card-hero.card-accent-light {
    border-top: 4px solid var(--secondary);
    background-color: #FAFAFC;
    }

    .toggle-btn:hover {
    background-color: var(--secondary);
    color: var(--white);
    }

    .arrow-icon {
    transition: transform 0.3s ease;
    }

    /* Rotación del icono al desplegar */
    .toggle-btn[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
    }

    /*----------------------------------------------------
    Desplegable y Mini Carrusel
    -----------------------------------------------------*/
    .more-cases-drawer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
    }

    .more-cases-drawer.open {
    max-height: 400px; /* Permite que se despliegue */
    opacity: 1;
    padding-top: 20px;
    }
    .mini-cases-swiper {
    padding: 12px 6px 16px 6px !important; /* El padding-top evita que se corte al seleccionar */
    margin: -12px -6px -16px -6px; /* Desplazamiento negativo compensatorio */
    }
    .mini-swiper-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    }

    .mini-title {
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    }

    .mini-arrows {
    display: flex;
    gap: 8px;
    }

    .mini-prev, .mini-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--white);
    color: var(--primary);
    cursor: pointer;
    font-weight: bold;
    }

    .mini-prev:hover, .mini-next:hover {
    background: var(--primary);
    color: var(--white);
    }

    /* Estilo de Tarjetas Compactas */
    .mini-case-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 16px;
    height: 100%;
    transition: all var(--transition);
    cursor: pointer;
    outline: none;
    }

    .mini-case-card:hover,
    .mini-case-card:focus,
    .swiper-slide-thumb-active .mini-case-card {
    border-color: var(--secondary);
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(251, 130, 42, 0.15);
    }

    .mini-tag {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--secondary);
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
    }

    .mini-case-card h4 {
    font-size: 0.85rem;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.25;
    }

    .mini-case-card p {
    font-size: 0.72rem;
    color: var(--text);
    margin: 0;
    line-height: 1.35;
    }

    /* Responsive */
    @media (max-width: 992px) {
    .cases-top-grid {
        grid-template-columns: 1fr;
    }
    }

    /*====================================================
        SECCIÓN TAPE / CINTA CONTINUA DE LOGOS
    =====================================================*/

    .clients-ticker-section {
    width: 100%;
    padding: 40px 0;
    background-color: var(--white);
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .clients-ticker-header {
    text-align: center;
    margin-bottom: 28px;
    }

    /* Contenedor con degradado difuminado en los orillas laterales */
    .ticker-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    }

    /* Pista de animación */
    .ticker-track {
    display: flex;
    width: max-content;
    animation: scrollTicker 35s linear infinite; /* Controla la velocidad */
    }

    /* PAUSA AL PASAR EL CURSOR */
    .ticker-wrapper:hover .ticker-track {
    animation-play-state: paused;
    }

    .ticker-content {
    display: flex;
    align-items: center;
    gap: 32px; /* Separación uniforme entre tarjetas */
    padding-right: 32px;
    }

    /*----------------------------------------------------
    ESTRUCTURA DE TARJETA (Logo arriba + Nombre abajo)
    -----------------------------------------------------*/
    .logo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 170px; /* Ancho fijo*/
    min-height: 100px;
    padding: 12px 16px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: var(--radius-sm, 10px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    }

    .logo-img-wrapper {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    }

    .logo-img-wrapper img {
    max-width: 100%;
    max-height: 38px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.65); /* EFECTO GRIS POR DEFECTO */
    transition: all 0.3s ease;
    }

    .company-name {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted, #666666);
    text-align: center;
    line-height: 1.2;
    transition: color 0.3s ease;
    }

    /* --- HOVER EN TARJETA INDIVIDUAL --- */
    .logo-card:hover {
    transform: translateY(-4px);
    border-color: var(--secondary, #FB822A);
    box-shadow: 0 6px 18px rgba(251, 130, 42, 0.15);
    }

    .logo-card:hover .logo-img-wrapper img {
    filter: grayscale(0%) opacity(1); /* Vuelve a su color original */
    transform: scale(1.05);
    }

    .logo-card:hover .company-name {
    color: var(--primary, #133066); /* Resalta el nombre al enfocar */
    }

    /*----------------------------------------------------
    ANIMACIÓN DE DESPLAZAMIENTO INFINITO
    -----------------------------------------------------*/
    @keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Se desplaza exactamente la mitad (bloque duplicado) */
    }
    }

    /* Adaptabilidad a dispositivos móviles */
    @media (max-width: 768px) {
    .logo-card {
        width: 140px;
        padding: 10px 12px;
    }
    
    .logo-img-wrapper {
        height: 35px;
    }
    
    .logo-img-wrapper img {
        max-height: 30px;
    }
    
    .company-name {
        font-size: 0.65rem;
    }
    }

    /*----------------------------------------------------
    NUESTRA TRAYECTORIA - TIMELINE E INTERACCIÓN
    -----------------------------------------------------*/

    .trajectory-section {
    width: 100%;
    padding: 50px 0 70px 0;
    background-color: var(--white);
    }

    .trajectory-inner {
    width: var(--container-width);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    }

    .trajectory-header {
    text-align: center;
    margin-bottom: 40px;
    }

    /* Contenedor relativo */
    .tray-timeline-container {
    position: relative;
    width: 100%;
    padding-top: var(--space-xs, 10px);
    }

    /* Línea base gris neutro detrás de los nodos */
    .tray-timeline-line {
    position: absolute;
    top: 40px; /* Centrada exactamente con el eje de las esferas */
    left: 12%;
    right: 12%;
    height: 2px;
    background-color: var(--border, #E2E8F0);
    z-index: 1;
    }

    .tray-timeline-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
    gap: 16px;
    }

    .tray-timeline-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    cursor: pointer;
    text-align: center;
    }

    /* Círculo - Nodo */
    .tray-node-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--white);
    border: 2px solid var(--border, #E2E8F0);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition, 0.3s ease);
    position: relative;
    z-index: 3;
    }

    /* Líneas Naranjas flotantes que crecen desde el centro al hacer Hover */
    .tray-timeline-step::before,
    .tray-timeline-step::after {
    content: "";
    position: absolute;
    top: 30px;
    height: 3px;
    background-color: var(--secondary, #FB822A);
    z-index: 2;
    width: 0%;
    transition: width var(--transition, 0.3s ease);
    }

    /* La mitad izquierda va hacia la izquierda */
    .tray-timeline-step::before {
    right: 50%;
    }

    /* La mitad derecha va hacia la derecha */
    .tray-timeline-step::after {
    left: 50%;
    }

    /* Contenido de textos debajo del nodo */
    .tray-step-content {
    margin-top: 16px;
    padding: 0 8px;
    }

    .tray-step-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 6px;
    line-height: 1.3;
    transition: color var(--transition, 0.3s ease);
    }

    .tray-step-desc {
    font-size: 0.80rem;
    color: var(--text, #556270);
    line-height: 1.45;
    margin: 0;
    }

    /*----------------------------------------------------
    EFECTOS HOVER (Al pasar el cursor)
    -----------------------------------------------------*/

    /* Se expanden las líneas naranjas a los lados del paso hovered */
    .tray-timeline-step:hover::before,
    .tray-timeline-step:hover::after { 
    width: 50%;
    }

    /* Si es el primer elemento, no dibuja línea hacia la izquierda */
    .tray-timeline-step:first-child::before { 
    display: none;
    }

    /* Si es el último elemento, no dibuja línea hacia la derecha */
    .tray-timeline-step:last-child::after { 
    display: none; 
    }

    /* El círculo se alza (se escala), resalta el borde naranja y añade sombra */
    .tray-timeline-step:hover .tray-node-circle {
    transform: translateY(-6px) scale(1.1);
    border-color: var(--secondary, #FB822A);
    color: var(--secondary, #FB822A);
    box-shadow: 0 10px 20px rgba(251, 130, 42, 0.25);
    }

    /* El título cambia a naranja */
    .tray-timeline-step:hover .tray-step-title {
    color: var(--secondary, #FB822A);
    }

    /*----------------------------------------------------
    RESPONSIVE DESIGN (Móviles)
    -----------------------------------------------------*/
    @media (max-width: 768px) {
    .tray-timeline-steps {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .tray-timeline-line {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .tray-timeline-step {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .tray-timeline-step::before,
    .tray-timeline-step::after {
        display: none; /* Desactiva la animación horizontal en vertical */
    }

    .tray-step-content {
        margin-top: 4px;
        padding-left: 16px;
    }
    }

    /*====================================================
            SECCIÓN CTA FINAL (FULL WIDTH)
    =====================================================*/

    .cta-full-section {
    width: 100%;
    margin: 0;
    padding: 0; /* Sin espacio ni sangrías en las orillas */
    overflow: hidden;
    }

    /* Tarjeta principal con fondo Azul Oscuro y Bordes Redondeados */
    
    .cta-banner-card {
    position: relative;
    width: 100%;
    background-color: var(--primary, #0A192F); /* Azul Marino Oscuro */
    background-image: 
        radial-gradient(circle at 90% 50%, rgba(251, 130, 42, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 10% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
    display: flex;
    align-items: center;
    border-radius: 0; 
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(10, 25, 47, 0.2);
    }

    /*----------------------------------------------------
    1. ACCENTO NARANJA IZQUIERDO
    -----------------------------------------------------*/
    .cta-left-accent {
    width: 80px;
    align-self: stretch;
    background-color: var(--secondary, #FB822A); /* Naranja */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    }

    .cta-arrow-icon {
    width: 28px;
    height: 28px;
    color: #FFFFFF;
    opacity: 0.9;
    }

    /*----------------------------------------------------
    2. TEXTOS CENTRO/IZQUIERDA
    -----------------------------------------------------*/
    .cta-content {
    padding: 32px 36px;
    z-index: 2;
    flex: 1;
    }

    .cta-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
    line-height: 1.25;
    }

    .cta-description {
    font-size: 0.90rem;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    max-width: 520px;
    line-height: 1.45;
    }

    /*----------------------------------------------------
    3. BOTONES DE ACCIÓN
    -----------------------------------------------------*/
    .cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 60px; /* Separación para dar aire con la esfera de la derecha */
    z-index: 2;
    flex-shrink: 0;
    }

    /* Botón Primario Naranja */
    .btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--secondary, #FB822A);
    color: #FFFFFF;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(251, 130, 42, 0.3);
    }

    .btn-cta-primary:hover {
    background-color: #E06F1B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 130, 42, 0.45);
    }

    /* Botón Secundario Delineado */
    .btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 13px 22px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    }

    .btn-cta-secondary:hover {
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    }

    /*----------------------------------------------------
    4. ESFERA / RED GLOBAL DE FONDO
    -----------------------------------------------------*/
    .cta-bg-globe {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px dashed rgba(251, 130, 42, 0.25);
    background: radial-gradient(circle, rgba(251, 130, 42, 0.12) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    }

    .cta-bg-globe::before {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    }

    /*----------------------------------------------------
    RESPONSIVO EN MÓVILES Y TABLETS
    -----------------------------------------------------*/
    @media (max-width: 1024px) {
    .cta-banner-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-left-accent {
        width: 100%;
        height: 12px; /* En móviles pasa a ser una barra superior delgada */
    }

    .cta-arrow-icon {
        display: none;
    }

    .cta-content {
        padding: 28px 24px 16px 24px;
    }

    .cta-actions {
        padding: 0 24px 28px 24px;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .btn-cta-primary, 
    .btn-cta-secondary {
        justify-content: center;
    }

    .cta-bg-globe {
        display: none; /* Se oculta la esfera en celular para mejorar lectura */
    }
    }
