.elementor-5563 .elementor-element.elementor-element-65c10b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5563 .elementor-element.elementor-element-6e16276{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5563 .elementor-element.elementor-element-c7ea4ad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5563 .elementor-element.elementor-element-fdaefde{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-97f27d1 *//* Fuente moderna y gradiente primario */
        .primary-gradient-text {
            background: linear-gradient(135deg, #FFFFFF 0%, #B0B0B0 40%, #E0E0E0 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            text-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        /* Contenedor principal que replica la estructura original */
        .style__intro-v1___9HznQ {
            width: 100%;
            position: relative;
            background-color: #000;
        }

        /* Sticky container: alto dinámico para el scroll (simula el efecto de sticky + transformaciones) */
        .style__second-scene-sticky-container___W2xO7 {
            position: relative;
            width: 100%;
            background-color: #000;
            /* La altura será controlada por JS para simular la duración del scroll,
               pero usaremos un valor fijo generoso para que el efecto dure */
            height: 300vh;  /* Altura total para scroll */
        }

        /* Escena principal que se queda pegada (sticky) mientras hacemos scroll */
        .style__second-scene___GjTIq {
            position: sticky;
            top: 0;
            width: 100%;
            height: 100vh;  /* Ocupa toda la ventana */
            overflow: hidden;
            background-color: #050505;
            will-change: transform;
        }

        /* Máscara de escena (efecto sutil de superposición) */
        .style__scene-mask___j9WIs {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(0,0,0,0) 30%, rgba(0,0,0,0.25) 90%);
            pointer-events: none;
            z-index: 5;
            transition: opacity 0.1s linear;
            opacity: 1;
        }

        /* Contenedor del video (animación) */
        .style__second-scene-ani___8WHcu {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .style__second-scene-ani___8WHcu video {
            width: 100%;
            height: 100%;
            max-width: 100%;
            object-fit: cover;
            display: block;
        }

        /* Escena final con texto que aparece con scroll */
        .style__final-scene___j3hKt {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            z-index: 10;
            padding: 2rem 1.5rem 3rem;
            background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
            pointer-events: none;
            will-change: opacity, transform;
            opacity: 0;
            transform: translateY(96px) translateZ(0px);
            transition: opacity 0.2s ease-out, transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        }

        /* Primera escena (texto superior que se desvanece) */
        .style__first-scene___auUKy {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            z-index: 8;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            padding-bottom: 10vh;
            pointer-events: none;
            will-change: opacity, margin-top;
            transition: opacity 0.2s linear, margin-top 0.1s ease;
            margin-top: 0px;
            opacity: 1;
        }

        /* Grid contenedor de textos (alineación similar al diseño original) */
        .style__grid___baTiT {
            max-width: 1280px;
            margin: 0 auto;
            width: 90%;
            padding: 0 1rem;
        }

        .style__text-wrapper___lMvn9 {
            max-width: 680px;
        }

        /* Texto compartido */
        .style__text___qbRzF {
            font-size: clamp(1.5rem, 5vw, 2.6rem);
            font-weight: 500;
            line-height: 1.3;
            letter-spacing: -0.02em;
            margin: 0;
        }

        .style__first-text___q7HSm p,
        .style__second-text___wcKUJ p {
            font-size: clamp(1.4rem, 4.5vw, 2.4rem);
            font-weight: 500;
        }

        .style__first-text___q7HSm {
            text-align: left;
        }

        .style__second-text___wcKUJ {
            text-align: left;
        }

        /* Estilo para el número y superíndice */
        i {
            font-style: normal;
            font-weight: 700;
            background: linear-gradient(135deg, #FFF, #AAAAAA);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        sup {
            font-size: 0.7em;
            vertical-align: super;
            color: #aaa;
        }

        /* Responsive ajustes */
        @media (max-width: 768px) {
            .style__final-scene___j3hKt {
                padding: 1.5rem 1rem 2rem;
            }
            .style__first-scene___auUKy {
                padding-bottom: 8vh;
            }
            .style__text___qbRzF {
                font-weight: 500;
            }
        }

        /* Pequeño indicador de scroll (solo estético) */
        .scroll-hint {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 100;
            font-size: 12px;
            letter-spacing: 1px;
            background: rgba(0,0,0,0.5);
            backdrop-filter: blur(8px);
            padding: 6px 14px;
            border-radius: 40px;
            color: #ccc;
            font-weight: 300;
            pointer-events: none;
            font-family: monospace;
        }

        /* Ajuste para que el contenedor sticky no tape contenido extra */
        .spacer-after {
            height: 100px;
            background: #000;
            width: 100%;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b81db1 *//* Gradientes personalizados (exactamente como en el diseño original) */
        .primary-gradient-text {
            background: linear-gradient(135deg, #FFFFFF 0%, #D0D0D0 40%, #F5F5F5 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        .second-gradient-text {
            background: linear-gradient(125deg, #E8E8E8 0%, #A0A0A0 45%, #CECECE 80%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        /* Contenedor principal que replica el estilo original */
        .style__text-card___geC0D.style__motor-text-card___wSSvv {
            max-width: 680px;
            margin-bottom: 2.5rem;
            padding: 0 0.5rem;
        }

        .style__rubric___4hx2k {
            font-size: clamp(0.85rem, 3vw, 1rem);
            text-transform: uppercase;
            letter-spacing: 0.12em;
            font-weight: 500;
            margin-bottom: 0.75rem;
            opacity: 0.9;
        }

        .style__title___x59cH {
            font-size: clamp(2rem, 6vw, 3.2rem);
            font-weight: 700;
            line-height: 1.2;
            letter-spacing: -0.02em;
            margin-top: 0;
        }

        .style__title___x59cH i, 
        .style__rubric___4hx2k i {
            font-style: normal;
            font-weight: inherit;
        }

        /* Wrapper principal (brand-wrapper) que contiene la caja de texto y la imagen de fondo */
        .style__brand-wrapper___1+qHm {
            position: relative;
            width: 100%;
            border-radius: 2rem;
            overflow: hidden;
            background: #0a0a0a;
            box-shadow: 0 25px 45px -12px rgba(0,0,0,0.5);
            transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        }

        .style__brand-wrapper___1+qHm:hover {
            transform: scale(1.01);
        }

        /* Contenedor de la imagen de fondo (capa absoluta) */
        .style__bg-box___WOFyJ {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            overflow: hidden;
        }

        .style__bg-box___WOFyJ picture,
        .style__bg-box___WOFyJ img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .style__lazy-img___9oySs {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.5s ease;
            filter: brightness(0.75) contrast(1.05);
        }

        .style__brand-wrapper___1+qHm:hover .style__lazy-img___9oySs {
            transform: scale(1.03);
            filter: brightness(0.82) contrast(1.08);
        }

        /* Caja de contenido (texto flotante sobre la imagen) */
        .style__content-box___1r6WN {
            position: relative;
            z-index: 10;
            background: linear-gradient(135deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 100%);
            backdrop-filter: blur(4px);
            border-radius: 1.5rem;
            margin: 2rem;
            padding: 2.2rem 2rem;
            border: 1px solid rgba(255,255,255,0.12);
            box-shadow: 0 8px 20px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
        }

        .style__brand-wrapper___1+qHm:hover .style__content-box___1r6WN {
            background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.45) 100%);
            backdrop-filter: blur(6px);
            border-color: rgba(255,255,255,0.2);
        }

        .text-title-font-40 {
            font-size: clamp(1.3rem, 4.5vw, 2rem);
            font-weight: 500;
            line-height: 1.4;
            letter-spacing: -0.01em;
            margin: 0;
        }

        /* Estilos para elementos i y sup dentro del párrafo */
        .text-title-font-40 i {
            font-style: normal;
            font-weight: 700;
            background: linear-gradient(125deg, #FFFFFF, #C0C0C0);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            display: inline-block;
        }

        .text-title-font-40 sup {
            font-size: 0.65em;
            vertical-align: super;
            color: #ccc;
            background: none;
            -webkit-background-clip: unset;
            background-clip: unset;
            color: #ddd;
            font-weight: 500;
        }

        /* Ajustes responsivos para móviles */
        @media (max-width: 768px) {
            .style__content-box___1r6WN {
                margin: 1.2rem;
                padding: 1.5rem 1.2rem;
            }
            .style__text-card___geC0D.style__motor-text-card___wSSvv {
                padding: 0 1rem;
            }
            .style__rubric___4hx2k {
                letter-spacing: 0.1em;
            }
        }

        @media (max-width: 480px) {
            .style__content-box___1r6WN {
                margin: 1rem;
                padding: 1.2rem 1rem;
            }
            .text-title-font-40 {
                font-size: 1.2rem;
                line-height: 1.35;
            }
        }

        /* Contenedor de demostración para la web (espaciado elegante) */
        .demo-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 5rem 2rem;
        }

        .section-spacing {
            margin-bottom: 3rem;
        }

        /* Animación suave de entrada (efecto sutil al cargar) */
        .fade-up {
            animation: fadeUp 0.7s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
            opacity: 0;
            transform: translateY(20px);
        }

        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Mejora de tipografía */
        @import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300;14..32,400;14..32,500;14..32,600;14..32,700&display=swap');

        /* Estilo adicional para darle un toque más premium al contenedor de imagen */
        .style__bg-box___WOFyJ::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.3) 90%);
            pointer-events: none;
            z-index: 2;
        }

        /* Ajuste para que el texto se vea nítido en todos los tamaños */
        .primary-gradient-text, .second-gradient-text {
            background-size: 100% 100%;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4cf5182 *//* Estilos generales de la sección */
        .style__section___lI0D9 {
            width: 100%;
            background-color: #000;
            padding: 4rem 2rem;
            position: relative;
            opacity: 1;
            transition: opacity 0.6s ease;
        }

        .style__intro-v1___h-vaV {
            max-width: 1400px;
            margin: 0 auto;
        }

        .style__title___mMCG1 {
            font-size: clamp(2rem, 6vw, 3.5rem);
            font-weight: 600;
            text-align: center;
            letter-spacing: -0.02em;
            margin-bottom: 3rem;
            background: linear-gradient(135deg, #FFFFFF 0%, #B0B0B0 60%, #E8E8E8 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        /* Contenedor principal con aspect ratio 2/1 */
        .style__video-scene-container___2Cf7T {
            position: relative;
            width: 100%;
            aspect-ratio: 2 / 1;
            background: #0a0a0a;
            border-radius: 28px;
            overflow: hidden;
            box-shadow: 0 25px 45px -12px rgba(0,0,0,0.6);
        }

        .style__video-explorer-container___jS4I1 {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .style__tab-video-container___F6Tvv {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .style__video-container___AzQw8 {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            background-color: #000;
        }

        /* Loading mask (simulando carga) */
        .style__loading-mask___T9l1C {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 15;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.4s;
            pointer-events: none;
        }

        .style__loading-mask___T9l1C.style__is-loaded___CWgKU {
            opacity: 0;
            visibility: hidden;
        }

        .style__loading-icon___3e776 {
            width: 40px;
            height: 40px;
            border: 3px solid rgba(255,255,255,0.3);
            border-top: 3px solid #fff;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
            display: inline-block;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        /* Slider / controles de puntos (elipse) */
        .style__video-slider-container___9nKhp {
            position: absolute;
            bottom: 24px;
            left: 0;
            right: 0;
            z-index: 20;
            opacity: 1;
            transition: opacity 0.3s;
            pointer-events: none;
        }

        .style__ellipse-slider-box___J-YJ2 {
            position: relative;
            width: 100%;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            pointer-events: auto;
        }

        /* Botones deslizadores (puntos arrastrables / indicadores) */
        .style__video-slider-btn___EbRWF {
            position: absolute;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: rgba(20,20,30,0.7);
            backdrop-filter: blur(8px);
            border: 1.5px solid rgba(255,255,255,0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.2s ease, background 0.2s;
            z-index: 25;
            box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
        }

        .style__video-slider-btn___EbRWF:hover {
            background: rgba(255,255,255,0.9);
            transform: scale(1.15);
        }

        .style__slider-btn-point___iJorb {
            width: 8px;
            height: 8px;
            background: white;
            border-radius: 50%;
            box-shadow: 0 0 5px rgba(0,0,0,0.5);
        }

        .style__center-point-bg-circle___JbfQy {
            background: rgba(255,255,255,0.9);
            border: 2px solid #000;
        }

        .style__center-point-active___-jBz {
            background: #fff;
            box-shadow: 0 0 12px cyan;
        }

        .style__slider-btn-point-active___n5qdX {
            background: #ffffff;
            border-color: #000;
            transform: scale(1.2);
        }

        /* Botones prev/next */
        .style__button-wrapper___gTBLP {
            position: absolute;
            bottom: 24px;
            right: 24px;
            display: flex;
            gap: 12px;
            z-index: 30;
        }

        .style__switch-button___WpJwQ {
            width: 44px;
            height: 44px;
            background: rgba(0,0,0,0.6);
            backdrop-filter: blur(12px);
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: 1px solid rgba(255,255,255,0.3);
            transition: all 0.2s;
            font-size: 24px;
            font-weight: bold;
            color: white;
        }

        .style__switch-button___WpJwQ:hover {
            background: rgba(255,255,255,0.2);
            transform: scale(1.05);
        }

        /* Highlight box (puntos interactivos tipo "spark") */
        .style__highlight-box___O22Ar {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 18;
        }

        .style__modal-combo___LcprZ {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .style__modal-spark-trigger___3vB-o {
            position: absolute;
            width: 40px;
            height: 40px;
            transform: translate(-50%, -50%);
            cursor: pointer;
            pointer-events: auto;
            z-index: 35;
            transition: transform 0.2s;
        }

        .style__modal-spark-trigger-wrapper___agbiW {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .style__modal-spark-icon___x-56+ {
            position: absolute;
            width: 12px;
            height: 12px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 0 0 2px rgba(0,0,0,0.4);
            animation: pulse 1.8s infinite;
        }

        .style__modal-spark-front-circle___odly6 {
            position: absolute;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 70%);
            opacity: 0.7;
        }

        .style__modal-spark-background-circle___+55Ma {
            position: absolute;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(0,255,255,0.2);
            filter: blur(6px);
            animation: ripple 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(0.8); opacity: 1; }
            100% { transform: scale(1.4); opacity: 0; }
        }

        @keyframes ripple {
            0% { transform: scale(0.6); opacity: 0.7; }
            100% { transform: scale(1.5); opacity: 0; }
        }

        /* Video principal */
        .style__video-explorer___gJQ6p {
            position: relative;
            width: 100%;
            height: 100%;
            cursor: grab;
            overflow: hidden;
        }

        .style__video-explorer___gJQ6p:active {
            cursor: grabbing;
        }

        .style__video-mask___NeChY {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 20% 30%, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 80%);
            pointer-events: none;
            z-index: 5;
        }

        video {
            width: 100%;
            height: 100%;
            max-width: 100%;
            object-fit: cover;
            display: block;
            pointer-events: none;
        }

        /* tooltip para los puntos spark */
        .spark-tooltip {
            position: absolute;
            background: rgba(0,0,0,0.85);
            backdrop-filter: blur(12px);
            color: white;
            padding: 8px 14px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 500;
            white-space: nowrap;
            pointer-events: none;
            z-index: 100;
            border-left: 3px solid #00ffff;
            transform: translateY(-40px);
            transition: opacity 0.2s;
            font-family: monospace;
            letter-spacing: 0.3px;
        }

        @media (max-width: 768px) {
            .style__section___lI0D9 {
                padding: 2rem 1rem;
            }
            .style__video-slider-btn___EbRWF {
                width: 26px;
                height: 26px;
            }
            .style__switch-button___WpJwQ {
                width: 36px;
                height: 36px;
                font-size: 18px;
            }
            .spark-tooltip {
                font-size: 10px;
                white-space: nowrap;
                transform: translateY(-30px);
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3346af *//* Contenedor principal con fondo negro y estilos exactos */
        .w-full {
            width: 100%;
        }
        .overflow-hidden {
            overflow: hidden;
        }
        .bg-black-origin {
            background-color: #000000;
        }
        .text-center {
            text-align: center;
        }
        .break-words {
            word-wrap: break-word;
        }

        /* Sección de contenido */
        .section-content {
            padding-bottom: 4rem;
        }

        /* Margenes responsivos exactos como en el HTML original */
        .mx-\[408px\] {
            margin-left: 408px;
            margin-right: 408px;
        }
        .mt-\[204px\] {
            margin-top: 204px;
        }

        /* Texto principal */
        .text-white {
            color: #ffffff;
        }
        .text-7xl {
            font-size: 4.5rem;
            line-height: 1.1;
        }
        .font-semibold {
            font-weight: 600;
        }

        .mt-8 {
            margin-top: 2rem;
        }
        .text-\[\#828287\] {
            color: #828287;
        }
        .text-base {
            font-size: 1rem;
            line-height: 1.5;
        }

        /* Estilos de la sección de características (latest features) */
        .index__latestFeatures-section___ppU7e {
            margin-top: 4rem;
            width: 100%;
            position: relative;
        }

        .index__features-content___Sor3g {
            position: relative;
            max-width: 100%;
            margin: 0 auto;
            padding: 2rem 0;
        }

        /* Swiper personalizado */
        .my-swiper {
            width: 100%;
            overflow: visible !important;
            padding: 0 20px 30px 20px;
        }

        .swiper-slide {
            width: 308px;
            height: auto;
            background: #0f0f0f;
            border-radius: 28px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 20px 35px -12px rgba(0,0,0,0.6);
            border: 1px solid rgba(255,255,255,0.08);
            backdrop-filter: blur(2px);
        }

        .swiper-slide picture {
            display: block;
            width: 100%;
            aspect-ratio: 1 / 1;
            overflow: hidden;
        }

        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .swiper-slide:hover img {
            transform: scale(1.05);
        }

        .index__text-content___FCiWU {
            padding: 1.2rem 1rem 1rem 1rem;
        }

        .index__badge___xog2P {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 500;
            background: linear-gradient(135deg, #a0a0a0, #e0e0e0);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            display: inline-block;
            margin-bottom: 0.5rem;
        }

        .index__title___KELRh {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.3;
            color: #fff;
        }

        .index__title___KELRh sup {
            font-size: 0.7rem;
            color: #aaa;
        }

        .index__icon-content___3s\+Kn {
            position: absolute;
            bottom: 1.2rem;
            right: 1.2rem;
            width: 36px;
            height: 36px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(8px);
            cursor: pointer;
            transition: all 0.2s;
            border: 1px solid rgba(255,255,255,0.2);
        }

        .index__icon-content___3s\+Kn:hover {
            background: rgba(255,255,255,0.25);
            transform: scale(1.1);
        }

        .index__icon-content___3s\+Kn img {
            width: 18px;
            height: 18px;
            filter: brightness(0) invert(1);
        }

        /* Controles del carrusel */
        .index__control-wrapper___s0rdd {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 2rem;
            padding: 0 2rem;
            gap: 1.5rem;
            flex-wrap: wrap;
        }

        .carousel-pagination-wrapper {
            flex: 1;
            background: rgba(255,255,255,0.15);
            border-radius: 40px;
            height: 4px;
            position: relative;
        }

        .swiper-scrollbar-drag {
            background: #ffffff;
            border-radius: 40px;
            height: 4px;
        }

        .index__swiper-btn-wrapper___aiAo6 {
            display: flex;
            gap: 0.8rem;
        }

        .swiper-btn {
            width: 44px;
            height: 44px;
            background: rgba(20,20,30,0.7);
            backdrop-filter: blur(12px);
            border-radius: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s;
            border: 1px solid rgba(255,255,255,0.2);
        }

        .swiper-btn:hover {
            background: rgba(255,255,255,0.2);
            transform: scale(1.05);
        }

        .swiper-btn img {
            width: 20px;
            height: 20px;
            filter: brightness(0) invert(1);
        }

        .swiper-button-disabled {
            opacity: 0.4;
            pointer-events: none;
        }

        /* Media queries responsivas exactas */
        @media (max-width: 1440px) {
            .mx-\[408px\] {
                margin-left: 200px;
                margin-right: 200px;
            }
        }
        @media (max-width: 1280px) {
            .mx-\[408px\] {
                margin-left: 120px;
                margin-right: 120px;
            }
            .text-7xl {
                font-size: 3.5rem;
            }
            .mt-\[204px\] {
                margin-top: 140px;
            }
        }
        @media (max-width: 1024px) {
            .mx-\[408px\] {
                margin-left: 80px;
                margin-right: 80px;
            }
            .text-7xl {
                font-size: 3rem;
            }
        }
        @media (max-width: 768px) {
            .mx-\[408px\] {
                margin-left: 24px;
                margin-right: 24px;
            }
            .mt-\[204px\] {
                margin-top: 80px;
            }
            .text-7xl {
                font-size: 2.2rem;
                text-align: center;
            }
            .sm\:text-left {
                text-align: left;
            }
            .mt-8 {
                margin-top: 1.2rem;
            }
            .index__control-wrapper___s0rdd {
                padding: 0 1rem;
                flex-direction: column;
                align-items: stretch;
            }
            .index__swiper-btn-wrapper___aiAo6 {
                justify-content: center;
            }
            .swiper-slide {
                width: 270px;
            }
        }
        @media (max-width: 640px) {
            .text-7xl {
                font-size: 1.8rem;
            }
            .text-base {
                font-size: 0.9rem;
            }
            .index__title___KELRh {
                font-size: 1.2rem;
            }
        }

        /* Animación sutil para el texto principal */
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .section-content .text-white,
        .section-content .text-\[\#828287\] {
            animation: fadeUp 0.8s ease forwards;
        }
        .section-content .text-\[\#828287\] {
            animation-delay: 0.15s;
            opacity: 0;
        }

        /* Estilos para el pie del texto */
        sup {
            font-size: 0.65em;
            vertical-align: super;
            color: #aaa;
        }

        /* Ajuste de posición relativa para el botón add */
        .swiper-slide {
            position: relative;
        }
        .style__lazy-img___9oySs {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }/* End custom CSS */