:root {
    --ink: #212832;
    --graphite: #3b3e47;
    --teal: #00adb4;
    --aqua: #00fff5;
    --paper: #f5f7f6;
    --line: rgba(33,40,50,.13);
    --font-manrope: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { 
    scroll-behavior: smooth;
    overflow-x: hidden; /* PROHÍBE EL SCROLL HORIZONTAL */
}
body { 
    margin: 0; 
    background: var(--paper); 
    color: var(--ink); 
    font-family: var(--font-manrope); 
    overflow-x: hidden; /* PROHÍBE EL SCROLL HORIZONTAL */
    width: 100%; 
    position: relative; 
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

/* Utilidades SPA */
/*.hidden { 
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}*/

/* Header */
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 5.5vw; color: white; border-bottom: 1px solid rgba(255,255,255,.13); }
/* =========================================
   NUEVO LOGO DEL MENÚ (SVG)
   ========================================= */
.logo-link { display: flex; align-items: center; text-decoration: none; }
.nav-logo-img { 
    height: 55px !important; 
    width: 55px !important;  
    object-fit: contain !important; 
    margin-right: 12px; 
    flex-shrink: 0 !important; /* Evita que Flexbox lo aplaste */
}
.brand-name { font-size: 22px; font-weight: 800; color: white; letter-spacing: 1px; }
/* Navegación y Botón */
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; color: #cbd2d5; }
.desktop-nav a { transition: .2s; }
.desktop-nav a:hover { color: var(--aqua); }
.header-cta { display: flex; align-items: center; gap: 18px; padding: 13px 18px 13px 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; font-size: 13px; font-weight: 700; }
/* =========================================
   CÍRCULOS DE LOS BOTONES CON FLECHA SVG
   ========================================= */
/* Circulito cian solo para el botón del Header */
.header-cta span { 
    display: grid; 
    place-items: center; 
    width: 26px; 
    height: 26px; 
    border-radius: 50%; 
    color: var(--ink);       
    background: var(--aqua);  
}

/* Hero */
.hero { position: relative; min-height: 790px; padding: 180px 5.5vw 90px; color: #fff; background: var(--ink); display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; overflow: hidden; }
.hero-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, black 50%, transparent); }
.hero-glow { position: absolute; width: 900px; height: 900px; right: -150px; top: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(0,255,245,.15) 0%, rgba(0,173,180,.05) 40%, transparent 65%); pointer-events: none; /* Evita que bloquee clics accidentales */}
.hero-copy { position: relative; z-index: 2; max-width: 710px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #c8d0d3; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.eyebrow span { width: 28px; height: 2px; background: var(--aqua); }
.eyebrow.dark { color: #687079; }
.eyebrow.dark span { background: var(--teal); }
.hero h1 { margin: 0; font-size: clamp(62px, 7vw, 112px); line-height: .9; letter-spacing: -.065em; font-weight: 750; }
.hero h1 em { color: var(--aqua); font-style: normal; font-weight: 400; }
.hero-lead { max-width: 540px; margin: 33px 0 0; color: #b8c2c7; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }

/* =========================================
   BOTÓN PRINCIPAL (EXPLORAR SERVICIOS)
   ========================================= */
.button { 
    /* Estructura y Alineación (Tu código original) */
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    gap: 26px; 
    min-height: 54px; 
    padding: 0 25px; 
    
    /* COLORES RESTAURADOS (El fix principal) */
    background-color: var(--aqua) !important; 
    color: var(--ink) !important; 
    
    /* Diseño visual y Texto */
    border: 0; 
    border-radius: 5px; /* Mantiene tu diseño rectangular premium */
    font-size: 13px; 
    font-weight: 800; 
    text-decoration: none;
    
    /* Interacciones y Experiencia de Usuario (UX) */
    transition: transform .2s, box-shadow .2s; 
    cursor: pointer; 
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--aqua); box-shadow: 0 12px 40px rgba(0,255,245,.12); }
.button-dark { color: #fff; background: var(--ink); }
.text-link { display: flex; align-items: center; gap: 12px; color: #e9eeee; font-size: 13px; font-weight: 700; }
.play { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #5a646c; border-radius: 50%; color: var(--aqua); font-size: 10px; }

/* Trust Row */
.trust-row { display: flex; gap: 35px; margin-top: 67px; }
.trust-row div { display: flex; gap: 11px; align-items: center; padding-right: 34px; border-right: 1px solid rgba(255,255,255,.16); }
.trust-row div:last-child { border: 0; }
.trust-row strong { color: var(--aqua); font-size: 25px; }
.trust-row span { color: #8f9aa2; font-size: 9px; line-height: 1.45; text-transform: uppercase; letter-spacing: .12em; }

/* Visuals (Teléfono y Mapa) */
.hero-visual { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; min-height: 500px; }
.phone { position: relative; z-index: 3; width: 260px; height: 510px; padding: 14px; background: #111720; border: 1px solid #52616a; border-radius: 38px; box-shadow: 0 38px 90px rgba(0,0,0,.48); transform: rotate(5deg); }
.phone:before { content: ""; position: absolute; top: 8px; left: 50%; width: 70px; height: 18px; transform: translateX(-50%); background: #111720; border-radius: 0 0 12px 12px; z-index: 3; }
.phone-top { height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 8px 6px; }
.phone-top .brand-mark { width: 26px; height: 26px; font-size: 16px; border-radius: 8px 3px; }
.phone-top > span { color: #7f8a91; letter-spacing: 2px; }
.map-ui { position: relative; height: 255px; overflow: hidden; background: #27313a; border-radius: 21px; }
.map-ui:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(25deg, transparent 42%, rgba(255,255,255,.07) 43%, rgba(255,255,255,.07) 45%, transparent 46%), linear-gradient(115deg, transparent 45%, rgba(255,255,255,.05) 46%, rgba(255,255,255,.05) 48%, transparent 49%); background-size: 80px 70px; }
.road { position: absolute; height: 8px; background: #3d4851; border: 1px solid #4e5961; border-radius: 10px; }
.road-a { width: 300px; left: -40px; top: 100px; transform: rotate(-25deg); }
.road-b { width: 260px; left: 50px; top: 160px; transform: rotate(58deg); }
.road-c { width: 200px; left: -15px; top: 205px; transform: rotate(10deg); }
.road-d { width: 180px; right: -50px; top: 55px; transform: rotate(90deg); }
.route { position: absolute; width: 120px; height: 115px; left: 64px; top: 68px; border: 3px solid var(--aqua); border-left: 0; border-bottom: 0; border-radius: 0 40px 0 0; transform: rotate(17deg); box-shadow: 0 0 14px rgba(0,255,245,.6); }
.pin { position: absolute; z-index: 2; width: 18px; height: 18px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.pin:after { content: ""; position: absolute; width: 6px; height: 6px; background: #fff; border-radius: 50%; left: 6px; top: 6px; }
.pin-a { background: var(--aqua); left: 58px; top: 67px; }
.pin-b { background: #fff; right: 62px; bottom: 58px; }
.ride-card { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 17px; background: #f4f8f7; color: var(--ink); border-radius: 20px; }
.ride-card small { display: block; color: #7c858d; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.ride-card strong { display: block; margin-top: 5px; font-size: 14px; }
.ride-line { display: flex; gap: 7px; margin-top: 13px; }
.ride-line span, .ride-line i { display: block; height: 5px; background: #d9dfe0; border-radius: 8px; }
.ride-line span { width: 70%; }
.ride-line i { width: 20%; background: var(--teal); }

.orbit { position: absolute; border: 1px solid rgba(0,255,245,.18); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 560px; height: 560px; border-color: rgba(255,255,255,.06); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: rgba(40,48,57,.9); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,.26); }
.float-card small { color: #8f9aa2; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.float-card strong { margin-top: 4px; font-size: 10px; display: block;}
.float-top { top: 100px; right: 5%; }
.float-bottom { bottom: 74px; left: 0; }
.float-icon { display: grid; place-items: center; width: 30px; height: 30px; color: var(--ink); background: var(--aqua); border-radius: 50%; font-weight: 900; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 6px rgba(0,255,245,.12); }
.scroll-cue { position: absolute; z-index: 5; left: 5.5vw; bottom: 30px; display: flex; align-items: center; gap: 12px; color: #808b92; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.scroll-cue span { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #46515a; border-radius: 50%; color: var(--aqua); font-size: 12px; }

/* Secciones Globales */
.section { padding: 115px 5.5vw; }
.section-heading { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 60px; max-width: 1280px; margin: 0 auto 62px; }
.section-heading h2, .fleet h2, .how h2, .partners h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p { max-width: 480px; margin: 0 0 4px; color: #69727a; font-size: 15px; line-height: 1.8; }

/* Tarjetas de Servicio */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1280px; margin: auto; }
.service-card { padding: 25px 27px 30px; background: #fff; border: 1px solid var(--line); border-radius: 8px; transition: .25s; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(0,173,180,.45); box-shadow: 0 25px 55px rgba(33,40,50,.08); }
.service-top { display: flex; justify-content: space-between; align-items: center; color: #9aa2a6; font-size: 10px; font-weight: 800; }
.service-arrow { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #d8dedf; border-radius: 50%; color: var(--teal); font-size: 16px; }
.service-symbol { position: relative; height: 165px; margin: 22px -5px 27px; overflow: hidden; border-radius: 5px; background: linear-gradient(145deg, #1f2730, #3b3e47); }
.service-tag { margin-top: 0 !important; /* Evita que la etiqueta empuje la imagen hacia arriba */margin-bottom: 8px !important; /* Acerca la etiqueta al título principal */color: var(--teal) !important; font-size: 9px !important; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; 
}
.service-card h3 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.03em; }
.service-card > p { min-height: 76px; margin: 0; color: #737c83; font-size: 13px; line-height: 1.7; }
/* Contenedor de la imagen en las tarjetas de servicio */
.service-img-wrapper {width: 100%;height: 220px; /* Puedes subir o bajar este número según qué tan alto quieras el recuadro */border-radius: 12px; /* Redondea las esquinas */overflow: hidden; /* Corta cualquier parte de la imagen que intente salirse */margin-bottom: 12px !important; /* Reduce el hueco debajo de la imagen */background-color: #2A2F3A; /* Fondo oscuro por si la imagen tarda en cargar */}

/* La imagen en sí */
.service-img {width: 100%;height: 100%;object-fit: cover; /* MAGIA: Llena el recuadro perfecto sin deformar la imagen */object-position: center; /* Centra el punto focal de la imagen */display: block;transition: transform 0.3s ease; /* Prepara la imagen para un efecto hover */}

/* Efecto Hover Premium (Opcional pero recomendado) */
.service-img-wrapper:hover .service-img {transform: scale(1.05); /* Hace un ligero zoom al pasar el mouse */}

/* =========================================
   CÓMO FUNCIONA (ESCRITORIO)
   ========================================= */
.how { display: grid; grid-template-columns: 1fr 1fr; /* Mitad imagen, mitad texto */gap: 60px; /* Separación elegante */align-items: center; color: white; background: var(--ink); }
.how-visual { position: relative; display: flex;width: 100%;}
.how-copy { max-width: 560px; }
.how-intro { margin: 27px 0 35px; color: #aeb8bd; font-size: 15px; line-height: 1.8; }
.steps { border-top: 1px solid rgba(255,255,255,.15); }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 12px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.step > span { color: var(--aqua); font-size: 10px; font-weight: 800; }
.step h3 { margin: 0 0 5px; font-size: 16px; }
.step p { margin: 0; color: #909ba2; font-size: 12px; }

/* Etiqueta Flotante Premium */
.floating-pill { position: absolute; left: 30px; bottom: 28px; padding: 12px 17px; background: rgba(23,29,36,.8); border: 1px solid rgba(255,255,255,.15); border-radius: 99px; font-size: 10px; font-weight: 700; color: white;backdrop-filter: blur(10px); display: flex;align-items: center;}
.floating-pill .dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--aqua); border-radius: 50%; box-shadow: 0 0 0 5px rgba(0,255,245,.12); }

/* =========================================
   FLOTA PROPIA / ALQUILER (ESCRITORIO)
   ========================================= */
.fleet { display: grid; grid-template-columns: 1fr 1fr; /* Mitad texto, mitad imagen */align-items: center; gap: 8%; /* Cambiamos los píxeles por porcentaje para que el espacio respire según la pantalla */max-width: 1450px; /* TRUCO AQUÍ: Aumentamos el límite para que ocupe bien las pantallas grandes */margin: auto; }
.fleet-copy > p:not(.eyebrow) { color: #69727a; line-height: 1.8; font-size: 15px; }
.fleet-copy ul { padding: 0; margin: 29px 0; list-style: none; }
.fleet-copy li { display: flex; gap: 12px; margin: 13px 0; color: #3c4650; font-size: 13px; }
.fleet-copy li span { color: var(--teal); font-weight: 900; }
.fleet-visual { position: relative; display: flex;width: 100%;}

/* =========================================
   ESTILO GLOBAL PARA IMÁGENES PREMIUM
   ========================================= */
.section-premium-img {width: 100%;height: auto; /* IMPORTANTE: Deja que fluya con la pantalla */aspect-ratio: 1 / 1; /* MAGIA: Fuerza un cuadrado perfecto siempre, evitando cortes */object-fit: cover; object-position: center; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0, 0.4); }
/* Formulario Socios */
.partners { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; padding: 90px 8vw; color: #fff; background: var(--graphite); }
.interest-form-vertical { display: flex; flex-direction: column; gap: 15px; }
.interest-form-vertical input { height: 52px; padding: 0 15px; color: #fff; background: #252d36; border: 1px solid transparent; outline: 0; border-radius: 4px; font-size: 14px; transition: border 0.3s; }
.interest-form-vertical input:focus { border: 1px solid var(--teal); }
.interest-form-vertical input::placeholder { color: #89939a; }

/* FAQ */
.definition { position: relative; max-width: 1280px; margin: 0 auto 54px; padding: 40px 45px 37px 105px; color: #fff; background: var(--ink); border-radius: 7px; overflow: hidden; }
.definition-mark { position: absolute; left: 36px; top: 14px; color: var(--aqua); font-size: 84px; line-height: 1; }
.definition p { position: relative; z-index: 1; margin: 0; max-width: 990px; font-size: 19px; line-height: 1.65; }
.definition strong { color: var(--aqua); }
.faq-list { max-width: 1280px; margin: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 24px; font-weight: 300; transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 850px; margin: -4px 0 24px; color: #657078; font-size: 13px; line-height: 1.75; }

/* =========================================
   FOOTER (DISEÑO ESCRITORIO / GENERAL)
   ========================================= */
footer {
    padding: 80px 5% 40px; 
    background-color: var(--ink); /* Forzamos el modo oscuro global */
    color: white;
}

.footer-top {
    display: flex;
    justify-content: space-between; /* Separa los bloques a los extremos */
    align-items: flex-start; /* Alineación perfecta arriba */
    max-width: 1200px; /* Mantiene la elegancia en pantallas gigantes */
    margin: 0 auto 60px auto; /* Centra el contenedor y da espacio hacia la línea inferior */
}

/* --- Bloque Izquierdo (Marca) --- */
.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px; /* Distancia matemática exacta entre el logo y el texto descriptivo */
    max-width: 300px;
}

/* Alineación horizontal perfecta del Logo y la Marca (Bloqueo Anti-Estiramiento) */
.footer-brand .logo-link {
    display: inline-flex; /* Evita que el contenedor se estire a lo ancho */
    align-items: center; /* Centra verticalmente el ícono y las letras */
    justify-content: flex-start; 
    gap: 12px; /* Espacio elegante e inamovible entre el ícono y la palabra KYRO */
    text-decoration: none;
    margin: 0;
    width: max-content; /* Bloquea el tamaño al espacio exacto de sus elementos */
}

/* BLINDAJE: Evita que el ícono herede márgenes globales de otras partes del código */
.footer-brand .logo-link img,
.footer-brand .logo-link svg {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}

/* Estilo exclusivo para las letras de la marca en el Footer */
.footer-brand .brand-name {
    margin: 0 !important; /* Blindaje contra márgenes fantasma */
    font-size: 24px;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
}

.footer-brand p {
    margin: 0;
    color: #b8c2c7;
    line-height: 1.6;
    font-size: 15px;
}

/* --- Bloque Derecho (Enlaces) --- */
.footer-links {
    display: flex;
    gap: 100px; /* Distancia amplia y corporativa entre columnas */
}

.footer-links div {
    display: flex;
    flex-direction: column;
    gap: 16px; /* Distancia vertical entre cada enlace */
}

.footer-links strong {
    color: white;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px; /* Pequeño salto antes de los enlaces */
}

.footer-links a {
    color: #b8c2c7;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--aqua); /* Brillo corporativo al pasar el ratón */
}

/* --- Línea divisoria y Copyright --- */
.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); /* Línea divisoria sutil */
    color: #687079;
    font-size: 13px;
}

/* =========================================
   BOTÓN HAMBURGUESA Y MENÚ MÓVIL
   ========================================= */

/* Ocultar el botón en pantallas de computadora */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 100; /* Asegura que el botón esté por encima del menú oscuro */
}

/* Las 3 barras blancas del botón */
.mobile-menu-toggle .bar {
    display: block;
    width: 28px;
    height: 3px;
    margin: 6px auto;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out; /* Esta es la animación suave */
    border-radius: 3px;
}

/* =========================================
   RESPONSIVE: PANTALLAS MEDIANAS Y MÓVILES
   ========================================= */
@media (max-width: 850px) {
    
    /* =========================================
       1. HEADER, LOGO Y MENÚ HAMBURGUESA
       ========================================= */
    .site-header { padding: 0 20px; height: 76px; }
    
    /* Logo Móvil Blindado */
    .nav-logo-img { 
        height: 48px !important; 
        width: 48px !important;
        margin-right: 8px; 
        flex-shrink: 0 !important; 
    }
    .brand-name { font-size: 22px; }

    /* Mostramos el botón hamburguesa */
    .mobile-menu-toggle { display: block; }
    
    /* Ocultamos SOLO el botón de "Comienza ahora", el menú no se oculta, se desplaza */
    .header-cta { display: none !important; }

    /* =========================================
       MENÚ MÓVIL ESTILO "GLASS CARDVIEW"
       ========================================= */
    .desktop-nav {
        position: absolute;
        top: 90px; /* Se posiciona justo debajo del header */
        left: 20px;
        width: calc(100% - 40px); /* Deja un margen de 20px a cada lado */
        height: auto; /* Se ajusta al contenido, ya no ocupa toda la pantalla */
        padding: 40px 20px;
        
        /* El Efecto Traslúcido (Glassmorphism) */
        background-color: rgba(33, 40, 50, 0.85); /* Tu color --ink oscuro pero al 85% de opacidad */
        backdrop-filter: blur(16px); /* El desenfoque del fondo. El motor gráfico hace esto */
        -webkit-backdrop-filter: blur(16px); /* Soporte para Safari en iPhone */
        
        /* El diseño de la Tarjeta (Cardview) */
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.1); /* Un borde súper sutil y elegante */
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5); /* Sombra para que flote */
        
        /* Orden de los enlaces */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        z-index: 90;
        
        /* Animación optimizada por GPU (Sin caídas de frames) */
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
        pointer-events: none; /* Evita que se le dé clic cuando está invisible */
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .desktop-nav a { 
        font-size: 20px; /* Un poco más elegante para la tarjeta */
        font-weight: 700; 
        color: white; 
    }

    /* La clase que activa JavaScript */
    .desktop-nav.active { 
        opacity: 1; 
        transform: translateY(0) scale(1);
        pointer-events: auto; /* Vuelve a ser clickeable */
    }

    /* Animación de Transformación a "X" */
    .mobile-menu-toggle.active .bar:nth-child(1) { transform: translateY(9px) rotate(45deg); }
    .mobile-menu-toggle.active .bar:nth-child(2) { opacity: 0; }
    .mobile-menu-toggle.active .bar:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

    /* =========================================
       2. RESET DE GRILLAS Y SECCIONES GLOBALES
       ========================================= */
    .hero, .how, .fleet, .partners, .section-heading, .service-grid { 
        grid-template-columns: 1fr !important; 
        gap: 40px !important;
        align-items: start !important; 
        text-align: center;
    }
    .section { padding: 60px 20px !important; text-align: center; }
    .section-heading h2, .fleet h2, .how h2, .partners h2 { font-size: 32px !important; line-height: 1.2 !important; }
    .section-heading p { margin: 0 auto; }
    .eyebrow { justify-content: center; }

    /* =========================================
       3. HERO SECTION
       ========================================= */
    .hero { padding: 120px 20px 0px !important; }
    .hero-copy { max-width: 100%; margin: 0 auto; }
    .hero h1 { font-size: 42px !important; line-height: 1.1 !important; }
    .hero-lead { font-size: 15px !important; margin: 20px auto; }
    .hero-actions { flex-direction: column; align-items: center; gap: 15px; }
    .hero-actions .button { width: 100%; max-width: 320px; justify-content: center; }

    /* Cajas de Estadísticas */
    .trust-row { 
        display: flex !important;
        flex-direction: row !important; 
        justify-content: space-between; 
        background: rgba(255, 255, 255, 0.05); 
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 20px 10px;
        margin-top: 30px;
    }
    .trust-row div { flex-direction: column !important; border: none !important; padding: 0 !important; width: 33%; gap: 5px;}
    .trust-row strong { font-size: 20px; }
    .trust-row span { font-size: 8px; line-height: 1.2; text-align: center; }

    /* Teléfono del Hero */
    .hero-visual { min-height: 480px !important; margin: 0px auto -80px !important; transform: scale(0.70); transform-origin: top center; width: 100%; }
    .float-top { right: -5px; top: 40px; }
    .float-bottom { left: -5px; bottom: 60px; }
    .orbit, .scroll-cue { display: none; } 

    /* =========================================
       4. CÓMO FUNCIONA Y ALQUILER
       ========================================= */
    .how-copy, .fleet-copy { order: 1 !important; }
    .fleet-copy ul { margin-bottom: 0 !important; }
    .how-visual, .fleet-visual { order: 2 !important; margin-top: 10px !important; width: 100%; transform: none !important; }
    .section-premium-img { max-height: 380px; }
    .car-front { width: 80% !important; right: 5% !important; top: 180px !important; transform: scale(0.85); }
    .car-back { width: 70% !important; right: 10% !important; top: 80px !important; transform: scale(0.65); }
    .fleet-spec { right: 15px !important; bottom: 15px !important; padding: 12px !important; }

    /* =========================================
       5. SOCIOS, LEGAL Y FOOTER
       ========================================= */
    .partners { padding: 60px 20px !important; }
    .partners > div { width: 100%; }
    .definition { padding: 40px 20px !important; text-align: left; }
    .definition-mark { left: 15px; top: 15px; font-size: 50px; position: relative !important; display: block; margin-bottom: 10px; }

    footer { padding: 50px 20px 20px !important; }
    .footer-top { flex-direction: column; gap: 40px; text-align: left; }
    .footer-links { flex-direction: row; justify-content: space-between; gap: 20px; width: 100%; }
    .footer-links div { width: 50%; align-items: flex-start; }
    .footer-bottom { flex-direction: column; gap: 15px; align-items: flex-start; text-align: left; margin-top: 20px; }
}
/* =========================================
   VENTANAS MODALES LEGALES (PRIVACIDAD / TYC)
   ========================================= */
.legal-modal {
    position: fixed;
    inset: 0;
    background-color: rgba(21, 26, 35, 0.85); /* Fondo oscuro con desenfoque */
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000; /* Por encima de todo, incluido el menú móvil */
    padding: 20px;
    transition: opacity 0.3s ease;
}


.legal-modal.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important; /* Permite que tus dedos toquen la página de fondo */
    z-index: -9999 !important; /* Envía el modal al fondo del abismo */
    transition: opacity 0.3s ease, visibility 0.3s;
}

.legal-modal-content {
    background-color: var(--ink); /* Fondo oscuro premium de KYRO */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    width: 100%;
    max-width: 800px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.legal-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: transparent;
    border: none;
    color: #cbd2d5;
    font-size: 32px;
    cursor: pointer;
    transition: color 0.2s;
    z-index: 2100;
}

.legal-modal-close:hover {
    color: var(--aqua);
}

.legal-text-body {
    padding: 40px;
    overflow-y: auto; /* Permite scroll vertical interno sin mover la web de fondo */
    color: #b8c2c7;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.legal-text-body h2 {
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 800;
}

.legal-text-body h3 {
    color: var(--aqua);
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.legal-date {
    font-size: 13px;
    color: #687079;
    margin-bottom: 25px;
}

.legal-text-body strong {
    color: white;
}

/* Scrollbar personalizado para el texto legal */
.legal-text-body::-webkit-scrollbar { width: 6px; }
.legal-text-body::-webkit-scrollbar-track { background: transparent; }
.legal-text-body::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.1); border-radius: 10px; }
.legal-text-body::-webkit-scrollbar-thumb:hover { background: var(--teal); }