﻿/* ===================================================================
 * PRELOADER — loader SVG animado
 * ================================================================ */

#preloader {
    background: #07080c;
    flex-direction: column;
}

#loader {
    display: none;
}

.preloader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.preloader-logo {
    font-family: 'Orbitron', sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 6px;
    color: var(--color-1);
    opacity: 0.9;
    margin-bottom: -0.4rem;
}

.preloader-svg {
    width: 92px;
    height: auto;
    margin-top: 0.2rem;

}

/* From Uiverse.io by Juanes200122 */
#svg-global {
    zoom: 0.86;
    overflow: visible;
    /* Mantiene el arte en gama azul, sin desplazarlo a amarillos */
    filter: saturate(1.1) brightness(1.03) contrast(1.04);
}

/* Refuerzo de color azul en trazos principales */
#svg-global #line-v1,
#svg-global #line-v2 {
    stroke: var(--color-1) !important;
}

/* Fuerza la gama de gradientes del SVG al azul corporativo */
#svg-global stop {
    stop-color: #8fd0ff !important;
}

#svg-global stop[offset="1"] {
    stop-color: var(--color-1) !important;
}

@keyframes fade-particles {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes floatUp {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translateY(-40px);
        opacity: 0;
    }
}

#particles {
    animation: fade-particles 5s infinite alternate;
}

.particle {
    animation: floatUp linear infinite;
}

.p1 {
    animation-duration: 2.2s;
    animation-delay: 0s;
}

.p2 {
    animation-duration: 2.5s;
    animation-delay: 0.3s;
}

.p3 {
    animation-duration: 2s;
    animation-delay: 0.6s;
}

.p4 {
    animation-duration: 2.8s;
    animation-delay: 0.2s;
}

.p5 {
    animation-duration: 2.3s;
    animation-delay: 0.4s;
}

.p6 {
    animation-duration: 3s;
    animation-delay: 0.1s;
}

.p7 {
    animation-duration: 2.1s;
    animation-delay: 0.5s;
}

.p8 {
    animation-duration: 2.6s;
    animation-delay: 0.2s;
}

.p9 {
    animation-duration: 2.4s;
    animation-delay: 0.3s;
}

@keyframes bounce-lines {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

#line-v1,
#line-v2,
#node-server,
#panel-rigth,
#reflectores,
#particles {
    animation: bounce-lines 3s ease-in-out infinite alternate;
}

#line-v2 {
    animation-delay: 0.2s;
}

#node-server,
#panel-rigth,
#reflectores,
#particles {
    animation-delay: 0.4s;
}

.preloader-label {
    font-family: 'Orbitron', monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    margin-top: 1.05rem;
    animation: preloaderBlink 1s step-end infinite;
}

@keyframes preloaderBlink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.ss-loaded #preloader #svg-global {
    opacity: 1;
}

/* ===================================================================
 * SELF-HOSTED FONTS
 * ================================================================ */

/* Inter — variable font, pesos 300-700 */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('fonts/inter.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Orbitron — pesos 700 y 900 */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
    src: url('fonts/orbitron.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===================================================================
 * CONVERSION & CRO STYLES - Aerial Rotors
 * ================================================================ */


/* ------------------------------------------------------------------- 
 * ## GLOBAL FONT BOOST
 * NOTE: This template uses html { font-size: 62.5% } so 1rem = 10px.
 * The template base body font is 18px via --base-font-size: calc(1.8rem).
 * We override with px values to avoid the rem trap.
 * ------------------------------------------------------------------- */

:root {
    --base-font-size: 17px;
}

body {
    font-size: 17px !important;
}

p {
    font-size: 17px !important;
    line-height: 1.75;
}

.s-about p {
    font-size: 17px !important;
    line-height: 1.75;
}


/* ------------------------------------------------------------------- 
 * ## HERO CINEMATOGRÁFICO — Estilo Apple / Tesla
 * ------------------------------------------------------------------- */

/* 1. Override s-intro: fondo oscuro puro, sin imagen de fondo del template */
.s-intro {
    background: #08090d !important;
    background-image: none !important;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .s-intro {
        height: auto !important;
        min-height: unset !important;
    }
}

/* 2. Ocultar todos los elementos del slider y estructura antigua */
.s-intro__bg,
.s-intro__content,
.s-intro__content-bg,
.s-intro__content-inner,
.hero-conversion,
.hero-badge,
.hero-title,
.hero-subtitle,
.hero-drone-img,
.hero-cta-group,
.hero-video-btn {
    display: none !important;
}

/* 3. Contenedor principal del nuevo hero */
.hero-cin {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(125deg, #06080d 0%, #0c1018 80%, #120e07 100%);
    /* Espacio inferior: el halo del CTA Uiverse se extiende ~2em+blur; sin esto choca con el borde del hero */
    padding: 80px 8vw min(12vh, 120px);
    box-sizing: border-box;
}

/* 4. Glow naranja detrás del drone */
.hero-cin__glow {
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 120%;
    background: radial-gradient(ellipse at 60% 50%, rgba(26, 140, 242, 0.14) 0%, rgba(26, 140, 242, 0.05) 40%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

/* 5. Columna de texto (izquierda, 50% del hero) */
.hero-cin__content {
    flex: 0 0 50%;
    max-width: 580px;
    position: relative;
    z-index: 5;
    padding-top: 2rem;
    padding-bottom: 3rem;
    transform: scale(0.9);
    transform-origin: left center;
}

/* En pantallas bajas, la barra HUD fija puede invadir la UTC del hero */
@media screen and (min-width: 769px) and (max-height: 780px) {
    .hero-cin__content {
        padding-top: 4.6rem;
    }
}

/* 6. Badge texto simple */
.hero-cin__badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-1);
    border: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin-bottom: 2.5rem;
    white-space: nowrap;
}

/* UTC encima del badge — mono, sin pill */
.hero-cin__utc {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.2rem;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-cin__utc-lbl {
    color: var(--color-1);
    opacity: 0.75;
}

.hero-cin__utc-val {
    color: rgba(255, 255, 255, 0.45);
}

/* 7. Título principal — grande, bold, muy apretado */
.hero-cin__title {
    font-family: var(--font-2);
    font-size: 74px;
    font-weight: 700;
    line-height: 1.05;
    color: #ffffff;
    margin: 0 0 0.3em 0;
    letter-spacing: -2px;
}

.hero-cin__title .highlight {
    color: var(--color-1);
}

/* 8. Fila de CTAs */
.hero-cin__cta-row {
    display: flex;
    align-items: center;
    gap: 2.8rem;
    flex-wrap: wrap;
}

/* CTA principal: sólido naranja */
.hero-cin__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-1);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 17px 34px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hero-cin__cta svg {
    transition: transform 0.3s ease;
}

.hero-cin__cta:hover {
    background: var(--color-1-dark);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(26, 140, 242, 0.45);
}

.hero-cin__cta:hover svg {
    transform: translateX(4px);
}

/* ── Uiverse SelfMadeSystem — Solicitar misión ───────────────────── */
.mission-filters {
    position: absolute;
    width: 0;
    height: 0;
}

/* wrapper de aislamiento */
.mission-uiv {
    position: relative;
    display: inline-block;
    isolation: isolate;
    transform: translateY(0) scale(0.98);
    transform-origin: left center;
    transition: transform 0.26s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mission-uiv:has(.real-button:hover),
.mission-uiv:has(.real-button:focus-visible) {
    transform: translateY(-3px) scale(0.98);
}

/* Exactamente el CSS original de Uiverse, scoped bajo .mission-uiv */
.mission-uiv .button-container {
    position: relative;
    margin: 0 2em;
    /* Aire alrededor del botón; .spin sigue con overflow:hidden y mismos filtros */
    padding: 36px;
    box-sizing: border-box;
}

.mission-uiv .button-border {
    position: relative;
    padding: 3px;
    inset: 0;
    background: #0005;
    border-radius: inherit;
    /* Borde exterior: interior ~232×57 + marco (~238×63), proporción ~0.92 respecto al tamaño anterior */
    clip-path: path("M 194 0 C 232 0 238 5 238 32 C 238 58 232 63 194 63 L 44 63 C 6 63 0 58 0 32 C 0 5 6 0 44 0 Z");
}

.mission-uiv .button {
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0.875em;
    clip-path: path("M 191 0 C 225 0 232 5 232 28 C 232 52 225 57 191 57 L 40 57 C 6 57 0 52 0 28 C 0 5 6 0 40 0 Z");
    width: 232px;
    height: 57px;
    padding: 0 29px;
    box-sizing: border-box;
    background: #111215;
    display: flex;
    flex-direction: row;
    color: #fff;
    transition: color 0.26s ease, text-shadow 0.26s ease;
    overflow: hidden;
    font-family: var(--font-2);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5.75px;
    text-transform: uppercase;
    white-space: nowrap;
}

.mission-uiv .real-button {
    position: absolute;
    top: 36px;
    left: calc(2em + 36px);
    width: 232px;
    height: 57px;
    z-index: 1;
    outline: none;
    border: none;
    border-radius: 17px;
    cursor: pointer;
    opacity: 0;
}

/* los backdrops tienen inset:-9900% y tapan toda la página: se ocultan */
.mission-uiv .backdrop {
    display: none;
}

.mission-uiv .spin {
    position: absolute;
    z-index: -2;
    opacity: 1;
    overflow: hidden;
    transition: opacity 0.26s ease, filter 0.26s ease, transform 0.26s ease;
}

.mission-uiv .spin::before {
    content: "";
    position: absolute;
    inset: -150%;
}

/* hover intensifica */
.mission-uiv .real-button:hover~div .spin,
.mission-uiv .real-button:focus-visible~div .spin {
    opacity: 1;
}

.mission-uiv .spin-blur {
    inset: 36px;
    transform: scale(1);
    transform-origin: 50% 50%;
    filter: blur(3.08em) hue-rotate(0deg) saturate(1.12) brightness(1.08);
}

.mission-uiv .spin-intense {
    inset: calc(36px - 0.125em);
    transform: scale(1);
    transform-origin: 50% 50%;
    filter: blur(0.55em) hue-rotate(0deg) saturate(1);
    border-radius: 0.75em;
}

.mission-uiv .spin-inside {
    inset: -2px;
    transform: scale(1);
    transform-origin: 50% 50%;
    border-radius: inherit;
    filter: blur(2px) hue-rotate(0deg) saturate(1);
    z-index: 0;
}

.mission-uiv .real-button:hover~.button-container .spin-blur,
.mission-uiv .real-button:focus-visible~.button-container .spin-blur {
    filter: blur(3.24em) hue-rotate(-158deg) saturate(1.48) brightness(1.24);
    transform: scale(1.06);
}

.mission-uiv .real-button:hover~.button-container .spin-intense,
.mission-uiv .real-button:focus-visible~.button-container .spin-intense {
    filter: blur(0.68em) hue-rotate(-158deg) saturate(1.44) brightness(1.2);
    transform: scale(1.05);
}

.mission-uiv .real-button:hover~.button-container .spin-inside,
.mission-uiv .real-button:focus-visible~.button-container .spin-inside {
    filter: blur(2.5px) hue-rotate(-158deg) saturate(1.22) brightness(1.08);
    transform: scale(1.018);
}

.mission-uiv .real-button:hover~.button-container .button,
.mission-uiv .real-button:focus-visible~.button-container .button {
    color: #fff6cc;
    text-shadow: 0 0 14px rgba(255, 210, 70, 0.55);
}


.mission-uiv .spin-blur::before {
    transform-origin: 50% 50%;
    background: conic-gradient(from 0deg at 50% 50%,
            transparent 0deg,
            rgba(0, 150, 255, 0) 40deg,
            rgba(0, 170, 255, 0.98) 102deg,
            rgba(80, 210, 255, 0.92) 138deg,
            rgba(0, 150, 255, 0) 210deg,
            transparent 360deg);
    animation: haloRotateCW calc(22s / 6) linear infinite;
}

.mission-uiv .spin-intense::before {
    transform-origin: 50% 50%;
    background: conic-gradient(from 72deg at 50% 50%,
            transparent 0deg,
            rgba(0, 130, 255, 0) 28deg,
            rgba(0, 160, 255, 0.98) 92deg,
            rgba(140, 220, 255, 0.95) 132deg,
            rgba(0, 140, 255, 0) 200deg,
            transparent 360deg);
    animation: haloRotateCCW calc(28s / 6) linear infinite;
}

.mission-uiv .spin-inside::before {
    background: linear-gradient(90deg,
            rgba(170, 230, 255, 0.95) 18%,
            #0000 38% 62%,
            rgba(90, 190, 255, 0.95) 82%);
}

@keyframes haloRotateCW {
    to {
        transform: rotate(360deg);
    }
}

@keyframes haloRotateCCW {
    to {
        transform: rotate(-360deg);
    }
}



/* CTA secundario: solo texto, sutil */
.hero-cin__cta-ghost {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    padding-bottom: 2px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.hero-cin__cta-ghost:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.95);
    transform: translateX(3px);
}

/* 11. Imagen del drone — posicionada a la derecha, extendiéndose */
.hero-cin__visual {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 62%;
    z-index: 2;
    pointer-events: none;
}

.hero-cin__visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    /* Fade izquierda + top/bottom para imagen cuadrada */
    -webkit-mask-image:
        linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 12%, black 28%, black 100%),
        linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image:
        linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 12%, black 28%, black 100%),
        linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
    /* Animación de entrada al cargar (una sola vez) */
    animation: cinFloat 6s ease-in-out forwards;
}

@keyframes cinFloat {
    0% {
        transform: translateY(28px) rotate(-0.4deg);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

/* 12. Línea decorativa vertical (izquierda) */
.hero-cin::before {
    content: "";
    position: absolute;
    left: 6vw;
    top: 30%;
    bottom: 30%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(26, 140, 242, 0.4), transparent);
    z-index: 4;
}

/* Degradado de transición inferior hero → sección siguiente */
.hero-cin::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 220px;
    background: linear-gradient(to bottom, transparent 0%, rgba(8, 9, 13, 0.7) 60%, #08090d 100%);
    pointer-events: none;
    z-index: 1;
}

.s-intro__scroll-down {
    z-index: 5;
}

/* ---- RESPONSIVE ---- */
@media screen and (max-width: 1200px) {
    .hero-cin__title {
        font-size: 60px;
        letter-spacing: -2px;
    }

    .hero-cin__visual {
        width: 54%;
    }

    .hero-cin__content {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 900px) {

    /* Hero: pantalla completa, imagen de fondo */
    .hero-cin {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 100svh;
        min-height: 600px;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    /* Imagen: centrada verticalmente entre texto y botones */
    .hero-cin__visual {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        width: 110%;
        height: auto;
        z-index: 1;
    }

    .hero-cin__visual img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: 0;
        opacity: 0.55;
        -webkit-mask-image:
            radial-gradient(ellipse 80% 70% at 50% 50%, black 42%, transparent 100%),
            linear-gradient(to bottom, black 0%, black 64%, rgba(0, 0, 0, 0.35) 80%, transparent 100%);
        mask-image:
            radial-gradient(ellipse 80% 70% at 50% 50%, black 42%, transparent 100%),
            linear-gradient(to bottom, black 0%, black 64%, rgba(0, 0, 0, 0.35) 80%, transparent 100%);
        -webkit-mask-composite: source-in;
        mask-composite: intersect;
        animation: none;
        transform: none;
    }

    /* Gradiente oscuro sobre la imagen para legibilidad del texto */
    .hero-cin::after {
        display: block;
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background:
            linear-gradient(to bottom, rgba(6, 8, 13, 0.92) 0%, rgba(6, 8, 13, 0.1) 40%, rgba(6, 8, 13, 0.1) 60%, rgba(6, 8, 13, 0.88) 100%);
        pointer-events: none;
    }

    /* Contenido: columna flex, ocupa toda la altura */
    .hero-cin__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 7rem 6vw min(12vh, 7.5rem);
        position: relative;
        z-index: 3;
    }

    /* CTA: empujado al fondo, centrado */
    .hero-cin__content .hero-cin__cta-row {
        margin-top: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.4rem;
        width: 100%;
        padding: 0;
    }

    .hero-cin__content .hero-cin__cta-row .mission-uiv {
        width: 100%;
        display: flex;
        justify-content: center;
        transform-origin: center center;
    }

    .hero-cin__content .hero-cin__cta-row .mission-uiv .button-container {
        margin: 0 auto;
    }

    .hero-cin__content .hero-cin__cta-row .mission-uiv .real-button {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-cin__cta--mission {
        width: calc(100% - 12vw);
        max-width: 300px;
        justify-content: center;
        display: flex;
        margin: 0 auto;
    }

    .hero-cin__cta-ghost {
        display: block;
        width: fit-content;
        margin: 0 auto;
        letter-spacing: 2px;
        text-align: center;
    }

    .hero-cin__title {
        font-size: 46px;
        letter-spacing: -1.5px;
    }

    .s-intro__scroll-down {
        display: none;
    }

    .hero-cin::before {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .hero-cin__content {
        padding: 6rem 6vw 4rem;
    }

    .hero-cin__title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .hero-cin__badge {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .hero-cin__cta--mission {
        max-width: 100%;
    }
}


/* ------------------------------------------------------------------- 
 * ## TRUST BAR / SOCIAL PROOF
 * ------------------------------------------------------------------- */

.s-trust-bar {
    padding: 0;
    background: #0a0a0a;
    border-top: 1px solid rgba(26, 140, 242, 0.2);
    border-bottom: 1px solid rgba(26, 140, 242, 0.2);
    overflow: hidden;
}

.trust-inner {
    display: flex;
    align-items: stretch;
    min-height: 220px;
    max-width: 1440px;
    margin: 0 auto;
}

/* Left: editorial statement */
.trust-statement {
    flex: 0 0 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 4rem 4rem 7vw;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
}

.trust-statement::after {
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    right: -1px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(26, 140, 242, 0.5), transparent);
}

.trust-statement__tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-1);
    margin-bottom: 1.2rem;
    display: block;
}

.trust-statement__line {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin: 0;
}

/* Right: stats without cards */
.trust-stats {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.trust-stat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3.5rem 3rem;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    transition: background 0.3s ease;
}

.trust-stat-item:last-child {
    border-right: none;
}

.trust-stat-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    width: calc(100% - 6rem);
    height: 2px;
    background: var(--color-1);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.4s ease;
}

.trust-stat-item:hover::before {
    transform: translateX(-50%) scaleX(1);
}

.trust-stat-item:hover {
    background: rgba(26, 140, 242, 0.04);
}

.trust-stat-number {
    font-family: 'Orbitron', var(--font-2), sans-serif;
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0.8rem;
    /* LED dot-grid effect */
    background-image:
        radial-gradient(circle, var(--color-1) 50%, rgba(26, 140, 242, 0.07) 40%);
    background-size: 3px 3px;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    /* entrance animation — starts hidden */
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.trust-stat-number.count-start {
    opacity: 1;
    transform: translateY(0);
}

.trust-stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .trust-statement {
        flex: 0 0 200px;
        padding: 3rem 2.5rem;
    }

    .trust-stat-number {
        font-size: 44px;
    }

    .trust-stat-item {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .trust-inner {
        flex-direction: column;
    }

    .trust-statement {
        flex: none;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        padding: 3rem 7vw;
    }

    .trust-statement::after {
        display: none;
    }

    .trust-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-stat-item {
        border-right: 1px solid rgba(255, 255, 255, 0.06);
    }

    .trust-stat-item:nth-child(2n) {
        border-right: none;
    }
}

@media screen and (max-width: 600px) {
    .trust-stat-number {
        font-size: 36px;
    }

    .trust-stat-item {
        padding: 2rem 1.5rem;
    }

    .s-trust-bar {
        padding: 0;
    }
}


/* ------------------------------------------------------------------- 
 * ## ABOUT SECTION
 * ------------------------------------------------------------------- */

/* Hero rotating word — typewriter */
.hero-cin__rotating-line {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-bottom: 3.8rem;
    letter-spacing: 0.2px;
    min-height: calc(16px * 1.6 * 2);
    line-height: 1.6;
}

.hero-cin__rotating-word {
    color: var(--color-1);
    font-weight: 600;
    display: inline;
    border-right: 2px solid var(--color-1);
    padding-right: 3px;
    animation: heroTypeCursor 0.7s step-end infinite;
}

@keyframes heroTypeCursor {

    0%,
    100% {
        border-color: var(--color-1);
    }

    50% {
        border-color: transparent;
    }
}

/* ------------------------------------------------------------------- 
 * ## ABOUT SECTION
 * ------------------------------------------------------------------- */

.s-about {
    background-image: url('../images/8.webp');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000;
    position: relative;
    z-index: 1;
    padding-bottom: 10rem;
}

.s-about::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            #08090d 0%,
            rgba(0, 0, 0, 0.42) 18%,
            rgba(0, 0, 0, 0.16) 40%,
            rgba(0, 0, 0, 0.0) 65%),
        linear-gradient(to left,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(0, 0, 0, 0.16) 50%,
            rgba(0, 0, 0, 0.38) 70%);
    z-index: 1;
    pointer-events: none;
}

/* Colchón entre 01 y 02: aporta recorrido de scroll sin pintar nada (no fondo ni imagen). */
.about-services-gap {
    min-height: 50vh;
    pointer-events: none;
    visibility: hidden;
}

/* El colchon es solo para desktop; en movil genera un bloque blanco no deseado */
@media screen and (max-width: 900px) {
    .about-services-gap {
        display: none;
        min-height: 0;
    }
}

/* ─── Nav transition overlay ─────────────────────────────────────────────── */
#nav-overlay {
    position: fixed;
    inset: 0;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
}

/* Section 04 — Información (neumorphism background) */
.s-seo {
    background: #e8e8e8;
    padding-top: var(--vspace-5);
    padding-bottom: var(--vspace-5);
    position: relative;
}

/* Pretitle "INFORMACIÓN" — centered below the "04" number, orange */
.s-seo .section-header__pretitle {
    color: var(--color-1);
    padding-left: var(--gutter);
    letter-spacing: 0.5em;
}

.s-seo p,
.s-seo h2,
.s-seo h3,
.s-seo strong {
    color: inherit;
}

.s-seo .ar-lead {
    text-align: justify;
    hyphens: none;
}

/* ─── FAQ Accordion — neumorphism ────────────────────────────────────────── */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-top: 4rem;
    width: 100%;
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.55s cubic-bezier(.22, 1, .36, 1),
        transform 0.55s cubic-bezier(.22, 1, .36, 1);
}

.faq-accordion.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.faq-item {
    background: #e8e8e8;
    border-radius: 16px;
    box-shadow: 6px 6px 14px #c5c5c5, -6px -6px 14px #ffffff;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item__trigger {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 2rem 2.4rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    box-sizing: border-box;
    transition: box-shadow 0.3s ease;
}

.faq-item__trigger:hover {
    background: transparent;
}

.faq-item__trigger:focus-visible {
    outline: 2px solid var(--color-1);
    outline-offset: -2px;
}

.faq-item.is-open .faq-item__trigger {
    box-shadow: inset 2px 2px 6px #c5c5c5, inset -2px -2px 6px #ffffff;
}

.faq-item__icon {
    flex-shrink: 0;
    color: var(--color-1);
    display: flex;
    align-items: center;
}

.faq-item__icon svg {
    width: 26px;
    height: 26px;
}

.faq-item__question {
    flex: 1;
    min-width: 0;
    font-size: clamp(1.6rem, 1.3vw, 1.9rem);
    font-weight: 600;
    color: #090909;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0.01em;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

.faq-item__chevron {
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    transition: transform 0.35s cubic-bezier(.22, 1, .36, 1);
}

.faq-item__chevron svg {
    width: 20px;
    height: 20px;
}

.faq-item.is-open .faq-item__chevron {
    transform: rotate(180deg);
}

.faq-item__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.42s cubic-bezier(.22, 1, .36, 1);
}

.faq-item.is-open .faq-item__body {
    max-height: 240px;
}

.faq-item__answer {
    padding: 0 2.4rem 2rem 6.4rem;
    font-size: 1.5rem;
    color: #303030;
    line-height: 1.75;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-accordion {
        gap: 1.2rem;
        margin-top: 3rem;
        width: 100%;
        box-sizing: border-box;
    }

    .faq-item {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .faq-item__trigger {
        padding: 1.6rem 1.8rem;
        gap: 1rem;
        width: 100%;
        box-sizing: border-box;
    }

    .faq-item__question {
        font-size: 1.5rem;
        min-width: 0;
    }

    .faq-item__icon {
        flex-shrink: 0;
    }

    .faq-item__chevron {
        flex-shrink: 0;
    }

    .faq-item__icon svg {
        width: 22px;
        height: 22px;
    }

    .faq-item__chevron svg {
        width: 18px;
        height: 18px;
    }

    .faq-item__answer {
        padding: 0 1.8rem 1.8rem 1.8rem;
        font-size: 1.4rem;
        text-align: justify;
        hyphens: none;
    }

    .faq-item.is-open .faq-item__body {
        max-height: 320px;
    }
}

/* section-header above overlay */
.s-about .section-header {
    position: relative;
    z-index: 1;
}

/* "01" decorative number — same visible tone as other dark sections */
.s-about .section-header::before {
    color: rgba(255, 255, 255, 0.178) !important;
}

/* About split layout */
.about-split {
    margin-top: 3rem;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

/* H2 with subtitle */
.about-h2 {
    color: #ffffff;
}

.about-h2::before {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: var(--color-1);
    margin-bottom: 2rem;
    border-radius: 2px;
}

.about-h2__sub {
    display: block;
    font-size: 0.6em;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.5rem;
    letter-spacing: 0;
}

/* Bullet points */
.about-points {
    list-style: none;
    padding: 0;
    margin: 0 0 2.8rem 0;
}

.about-points li {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.85rem 0 0.85rem 1.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.about-points li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: var(--color-1);
    border-radius: 50%;
}

/* Badges */
.about-badges {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.about-badges span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #d8ecff;
    border: 1.5px solid rgba(141, 198, 248, 0.7);
    padding: 6px 14px;
    border-radius: 3px;
    background: rgba(26, 140, 242, 0.3);
}

.about-split__text {
    padding-right: 4rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: auto;
    max-width: 600px;
}

/* About photo slider */
.about-split__visual {
    position: relative;
}

.about-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #111;
    aspect-ratio: 4/3;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.about-slider:hover {
    transform: translateY(-15px) scale(1.015);
    box-shadow: 0 50px 90px rgba(0, 0, 0, 0.18);
}

.about-slider::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.25), transparent 60%);
    pointer-events: none;
    z-index: 1;
    border-radius: 12px;
}

.about-slider__track {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-slider__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
}

.about-slider__img.is-active {
    opacity: 1;
}

.about-slider__dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 2;
}

.about-slider__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    transition: background 0.3s;
    border: none;
    padding: 0;
}

.about-slider__dot.is-active {
    background: var(--color-1);
}

@media screen and (max-width: 900px) {
    .about-split {
        justify-content: flex-start;
    }

    .about-split__text {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 3rem;
        width: 100%;
        margin-right: 0;
    }

    .s-about {
        background-position: center center;
    }

    .s-about::before {
        background: rgba(0, 0, 0, 0.65);
    }
}

/* Services/descriptor line under h2 */
.about-intro-line {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

/* Numbered credential list */
.about-numlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-numlist li {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 1.6rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.about-numlist li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.about-numlist__num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--color-1);
    font-family: var(--font-1, "Inter");
    min-width: 24px;
    padding-top: 3px;
    flex-shrink: 0;
}

.about-numlist li strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.3rem;
}

.about-numlist li p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Right column: sectors on white */
.about-sectors-col {
    padding-left: 4rem;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.about-sectors-col__label {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #aaa !important;
    text-transform: uppercase !important;
    margin-bottom: 2.2rem !important;
    line-height: 1 !important;
}

.about-sectors-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.about-sectors-list li {
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    padding: 1.15rem 0 1.15rem 1.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
    transition: color 0.2s;
}

.about-sectors-list li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.about-sectors-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 14px;
    background: var(--color-1);
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s;
}

.about-sectors-list li:hover {
    color: var(--color-1);
}

.about-sectors-list li:hover::before {
    opacity: 1;
}

.about-sectors-col__link {
    display: inline-block;
    margin-top: 2.8rem;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-1);
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: opacity 0.2s;
}

.about-sectors-col__link:hover {
    opacity: 0.7;
    color: var(--color-1);
}

/* Responsive: stack on small screens */
@media screen and (max-width: 900px) {
    .about-sectors-col {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 3rem;
        margin-top: 1rem;
    }

}


/* ------------------------------------------------------------------- 
 * ## SERVICES — GSAP Scroll Storytelling
 * ------------------------------------------------------------------- */

.s-services {
    position: relative;
    z-index: 2;
    box-shadow: 0 -40px 80px rgba(0, 0, 0, 0.85);
    padding: 0 !important;
    min-height: unset !important;
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(to left,
            rgba(5, 10, 15, 0.92) 0%,
            rgba(5, 10, 15, 0.80) 28%,
            rgba(5, 10, 15, 0.35) 58%,
            rgba(5, 10, 15, 0.0) 100%),
        url('../images/9.webp');
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Quitar pseudoelementos anteriores */
.s-services::before,
.s-services::after {
    display: none;
}

.services-pin-wrap {
    position: relative;
    z-index: 1;
}

.services-pin-wrap {
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 3rem 0;
    gap: 6%;
}

.services-pin__left {
    flex: 0 0 36%;
    max-width: 36%;
}

/* Anular el centrado del .row anidado para alinear con el "01" de s-about */
.services-pin__left .section-header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* "02" decorative number — same visible tone as 01 */
.services-pin__left .section-header::before {
    color: rgba(255, 255, 255, 0.178) !important;
}

.srv-title {
    font-size: clamp(32px, 3.2vw, 54px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0 0 1.75rem;
}

.srv-desc {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    line-height: 1.8 !important;
    margin: 0;
}

.services-pin__right {
    flex: 1;
    position: relative;
    min-height: 340px;
    margin-top: -160px;
    perspective: 1200px;
}

/* Sin backdrop-filter: en Chrome/Edge el cristal + hover en botones hijos suele parpadear en bucle. */
.srv-card {
    background: rgba(16, 20, 28, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.srv-card__content {
    position: relative;
    z-index: 0;
}

.srv-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.srv-card__icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--color-1), var(--color-1-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.srv-card__num {
    font-size: 52px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.06);
    letter-spacing: -2px;
    line-height: 1;
}

.srv-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.6rem;
    line-height: 1.3;
}

.srv-card[data-srv="4"] .srv-card__title {
    font-size: 26px;
}

.srv-card__desc {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    line-height: 1.7 !important;
    margin: 0 0 1.25rem;
}

.srv-card[data-srv="4"] .srv-card__desc {
    font-size: 16px !important;
}

.srv-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1.5rem;
}

.srv-card__list li {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 1.1rem;
    position: relative;
    line-height: 1.5;
}

.srv-card__controls {
    position: relative;
    z-index: 2;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

/* role="button" en <div>: sin reglas globales `button` de la plantilla. Sin transition para evitar parpadeo GPU. */
.srv-card .srv-card__nav {
    box-sizing: border-box;
    min-width: 38px;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-family: var(--font-2);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: none;
}

.srv-card .srv-card__nav:hover {
    background: rgba(26, 140, 242, 0.35);
    border-color: rgba(141, 198, 248, 0.95);
    color: #ffffff;
}

.srv-card .srv-card__nav:focus-visible {
    outline: 2px solid var(--color-1);
    outline-offset: 2px;
}

.srv-card .srv-card__nav--next {
    background: var(--color-1);
    border-color: rgba(141, 198, 248, 0.55);
    color: #ffffff;
}

.srv-card .srv-card__nav--next:hover {
    background: var(--color-1-light);
    border-color: rgba(255, 255, 255, 0.95);
    color: #ffffff;
}

.srv-card .srv-card__nav--next:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.srv-card__progress {
    min-width: 64px;
    text-align: center;
    font-family: var(--font-mono);
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 700;
}

.srv-card__list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--color-1);
    font-size: 10px;
    top: 2px;
}

.srv-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--color-1);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: gap 0.3s ease, color 0.3s ease;
}

.srv-cards-mobile {
    display: none;
}

.srv-card__cta:hover {
    gap: 0.8rem;
    color: var(--color-1-light);
}

@media screen and (max-width: 900px) {
    .services-pin-wrap {
        display: none;
    }

    .s-services {
        background-attachment: scroll;
        background-position: center center;
    }

    .services-pin__left {
        flex: none;
        max-width: 100%;
    }

    .srv-title,
    .srv-desc,
    .srv-card,
    .srv-card__list li {
        opacity: 1 !important;
        transform: none !important;
    }

    /* En móvil: ocultar pin wrap completo, mostrar tarjetas estáticas */
    .services-pin-wrap {
        display: none;
    }

    .srv-cards-mobile {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
        padding: 0 5% 3rem;
    }

    .srv-mobile-header {
        padding-bottom: 1.5rem;
    }

    .srv-mobile-header .section-header::before {
        color: rgba(255, 255, 255, 0.178) !important;
    }

    .srv-mobile-header .section-header__pretitle {
        color: var(--color-1);
    }

    .srv-mobile-header .srv-title {
        font-size: clamp(30px, 9vw, 48px);
    }

    .srv-card-m {
        background: #ffffff;
        border-radius: 16px;
        padding: 2rem;
        color: #111111;
    }

    .srv-card-m .srv-card__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .srv-card-m .srv-card__num {
        font-size: 40px;
        font-weight: 800;
        color: rgba(0, 0, 0, 0.08);
        letter-spacing: -2px;
        line-height: 1;
    }

    .srv-card-m .srv-card__title {
        font-size: 20px;
        font-weight: 700;
        color: #111111;
        margin: 0 0 0.5rem;
    }

    .srv-card-m .srv-card__desc {
        font-size: 14px !important;
        color: rgba(0, 0, 0, 0.55) !important;
        line-height: 1.6 !important;
        margin: 0 0 1rem;
    }

    .srv-card-m .srv-card__list {
        list-style: none;
        padding: 0;
        margin: 0 0 1.25rem;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
    }

    .srv-card-m .srv-card__list li {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.6);
        padding-left: 1rem;
        position: relative;
    }

    .srv-card-m .srv-card__list li::before {
        content: '→';
        position: absolute;
        left: 0;
        color: var(--color-1);
        font-size: 10px;
        top: 2px;
    }

    .srv-card-m .srv-card__cta {
        color: var(--color-1);
        font-weight: 700;
        font-size: 13px;
        text-decoration: none;
    }

    .srv-card__list {
        grid-template-columns: 1fr;
    }
}


/* ------------------------------------------------------------------- 
 * ## CTA SECTIONS & BANNERS
 * ------------------------------------------------------------------- */

.cta-section {
    margin-top: 4rem;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

/* CTA strip — open editorial layout, no box */
.cta-strip {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin-top: 4rem;
    /* subtle technical grid overlay */
    background-image:
        linear-gradient(rgba(26, 140, 242, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 140, 242, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    background-color: #f6f6f6;
    padding: 5rem 0 5rem;
    overflow: hidden;
}

/* faint orange radial on the right */
.cta-strip::after {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(26, 140, 242, 0.07) 0%, transparent 65%);
    pointer-events: none;
}

.cta-strip__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
}

.cta-strip__text {
    flex: 1;
    min-width: 0;
}

.cta-strip__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-1);
    margin-bottom: 1.4rem;
}

.cta-strip__title {
    font-size: 28px;
    font-weight: 700;
    color: #111111;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.5px;
}

.cta-strip__sub {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    line-height: 1.65;
    max-width: 520px;
}

.cta-strip__action {
    flex-shrink: 0;
}

.cta-strip__btn {
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 1.05rem 2.75rem;
    background: linear-gradient(165deg,
            var(--color-1-light) 0%,
            var(--color-1) 44%,
            var(--color-1-dark) 100%);
    color: #ffffff;
    font-family: var(--font-2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.85px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    transition:
        transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 0.28s ease,
        filter 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -1px 0 rgba(0, 0, 0, 0.14),
        0 4px 8px rgba(0, 25, 60, 0.28),
        0 14px 36px rgba(0, 45, 100, 0.35),
        0 0 0 1px rgba(0, 0, 0, 0.12),
        0 0 36px rgba(26, 140, 242, 0.48);
}

.cta-strip__btn:hover,
.cta-strip__btn:focus {
    background: linear-gradient(165deg,
            var(--color-1-lighter) 0%,
            var(--color-1-light) 38%,
            var(--color-1) 100%);
    border-color: rgba(255, 255, 255, 0.42);
    color: #ffffff;
    transform: translateY(-3px);
    filter: brightness(1.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 30, 70, 0.32),
        0 22px 52px rgba(0, 55, 120, 0.42),
        0 0 0 1px rgba(26, 140, 242, 0.35),
        0 0 52px rgba(100, 190, 255, 0.58);
}

.cta-strip__btn:active {
    transform: translateY(-1px);
    filter: brightness(1.03);
    transition-duration: 0.12s;
}

@media screen and (max-width: 900px) {
    .cta-strip {
        padding: 5rem 0;
    }

    .cta-strip__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 3rem;
    }

    .cta-strip__title {
        font-size: 22px;
    }

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


/* ------------------------------------------------------------------- 
 * ## PORTFOLIO SECTION TEXT FIX
 * ------------------------------------------------------------------- */

.s-folio .section-header__secondary p,
.s-folio .section-header__secondary .desc {
    color: rgba(255, 255, 255, 0.72) !important;
}


/* ------------------------------------------------------------------- 
 * ## CLIENTS SECTION
 * ------------------------------------------------------------------- */

.s-clients {
    margin-top: 100px;
    padding: 20px 0 1rem;
    position: relative;
}

/* Línea separadora naranja — solo encima del título */
.s-clients::before {
    display: none;
}

.separator {
    display: none;
}

.s-clients .row.section-header {
    margin-top: 10px;
}

/* Título con línea naranja encima y tipografía más potente */
.s-clients h3.title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.s-clients h3.title::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin: 0 auto 20px;
    background: var(--color-1);
}

.s-clients .lead {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 0.5rem;
    line-height: 1.65;
    opacity: 0.7;
}

/* ------------------------------------------------------------------- 
 * ## CONTACT PHONE
 * ------------------------------------------------------------------- */

.contact-phone a {
    font-size: 21px;
    font-weight: 600;
    color: var(--color-1);
    text-decoration: none;
    display: inline-block;
    line-height: 1.8;
    white-space: nowrap;
}

.contact-phone a:hover {
    opacity: 0.8;
}

/* -------------------------------------------------------------------
 * ## CONTACT SPLIT LAYOUT
 * ------------------------------------------------------------------- */

.s-footer {
    padding: 0 !important;
    background: #0b0b0b;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scroll-margin-top: 0;
}

/* Tema oscuro: la línea por defecto (gray-10) desentona como “franja blanca” */
.s-footer .s-footer__bottom {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.contact-split {
    display: grid;
    grid-template-columns: 3fr 2fr;
    flex: 1;
    min-height: 0;
}

/* Imagen izquierda */
.contact-split__image {
    position: relative;
    overflow: hidden;
}

.contact-split__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(0.75) saturate(1.1);
    -webkit-mask-image: linear-gradient(to left, black 60%, transparent 100%), linear-gradient(to bottom, black 70%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(to left, black 60%, transparent 100%), linear-gradient(to bottom, black 70%, transparent 100%);
    mask-composite: intersect;
}

/* Contenido derecho */
.contact-split__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    /* Align left edge with the page .row container on wide screens */
    padding: 5rem 4rem 5rem max(6rem, calc((100vw - 1180px) / 2 + 6rem));
    background: #0b0b0b;
    position: relative;
    box-sizing: border-box;
}

/* Grid sutil de fondo */
.contact-split__content::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 106, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 106, 0, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.contact-split__content .section-header {
    padding-top: var(--vspace-2_5);
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

/* Número decorativo del section-header en el contacto: visible en blanco */
.contact-split__content .section-header::before {
    color: rgba(255, 255, 255, 0.07) !important;
    opacity: 1 !important;
    display: block !important;
    top: -0.6 5655rem;
}

.contact-split__title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.05;
    color: #ffffff;
    letter-spacing: -2px;
    white-space: nowrap;
    margin: 1.4rem 0 0;
}

.contact-split__details {
    margin-top: 3.5rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1;
}

.contact-split__details .contact-block {
    flex: 1;
    padding: 0 2.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-split__details .contact-block:first-child {
    padding-left: 0;
}

.contact-split__details .contact-block:last-child {
    border-right: none;
    padding-right: 0;
}

.contact-split__details .contact-block h6 {
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.contact-split__details .contact-block p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
}

.contact-split__link {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.25s;
}

.contact-split__link:hover {
    color: var(--color-1);
}

.contact-split__actions {
    margin-top: 2.5rem;
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 900px) {

    /* Quitar 100vh del footer en móvil (.s-footer + .target-section) y no estirar el grid: evita hueco enorme y el contacto “muy abajo” */
    footer#footer.s-footer.target-section {
        min-height: unset;
    }

    /* Footer min-height 100vh + flex:1 estira el grid; sin esto el bloque queda centrado en vertical y "CONTACTO" parece muy abajo */
    .contact-split {
        grid-template-columns: 1fr;
        align-content: start;
        flex: 0 1 auto;
    }

    .contact-split__image {
        height: 280px;
    }

    .contact-split__image img {
        -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    }

    .contact-split__content {
        align-items: center;
        text-align: center;
        justify-content: flex-start;
        padding: 14rem 2.5rem 3rem;
    }

    /* Keep the section-header (with the "05" number) left-aligned like all other sections */
    .contact-split__content .section-header {
        text-align: left;
        align-self: stretch;
        padding-top: 0;
    }

    .contact-split__title {
        font-size: 38px;
        letter-spacing: -1.5px;
        white-space: normal;
        margin-top: 2.2rem;
    }

    .contact-split__details {
        flex-direction: column;
        gap: 0;
        padding-bottom: 0;
        border-bottom: none;
        width: 100%;
    }

    .contact-split__details .contact-block {
        flex: none;
        width: 100%;
        padding: 1.25rem 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        text-align: center;
    }

    .contact-split__details .contact-block:last-child {
        border-bottom: none;
    }

    .contact-split__actions {
        justify-content: center;
    }
}

.ar-footer-year {
    color: #ffffff;
}

.s-footer__social svg path {
    fill: #ffffff !important;
}

/* ------------------------------------------------------------------- 
 * ## TESTIMONIALS
 * ------------------------------------------------------------------- */

.s-testimonials {
    background: #0b0b0b;
    padding: 8rem 0 9rem;
    position: relative;
    overflow: hidden;
    --parallax-x: 0px;
    --parallax-y: 0px;
}

.s-testimonials::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(26, 140, 242, 0.35), transparent);
}

.s-testimonials::after {
    content: '';
    position: absolute;
    inset: -16% -8%;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 44% 32% at 18% 30%, rgba(26, 140, 242, 0.17), transparent 72%),
        radial-gradient(ellipse 40% 30% at 84% 72%, rgba(26, 140, 242, 0.12), transparent 74%),
        radial-gradient(ellipse 52% 40% at 55% 58%, rgba(141, 198, 248, 0.05), transparent 76%);
    transform: translate3d(calc(var(--parallax-x) * 0.75), calc(var(--parallax-y) * 0.75), 0);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Header de sección */
.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.testimonials-pretitle {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-1);
    margin-bottom: 1rem;
}

.testimonials-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.59323px;
    line-height: 1.2;
}

/* Grid de 3 columnas */
.testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

/* Card individual */
.testimonial-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(26, 140, 242, 0.28);
    border-radius: 16px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25), 0 0 18px rgba(26, 140, 242, 0.14);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    pointer-events: none;
    --sweep-angle: 0deg;
    background: conic-gradient(from var(--sweep-angle),
            transparent 0deg 74deg,
            rgba(26, 140, 242, 0.95) 96deg,
            rgba(141, 198, 248, 0.9) 114deg,
            transparent 136deg 360deg);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.72;
    animation: testimonialBorderSweep 4.8s linear infinite;
    transition: opacity 0.3s ease;
}

.testimonials-grid .testimonial-card:nth-child(1)::before { animation-delay: -0.0s; }
.testimonials-grid .testimonial-card:nth-child(2)::before { animation-delay: -1.6s; }
.testimonials-grid .testimonial-card:nth-child(3)::before { animation-delay: -3.2s; }

/* Halo suave alrededor del borde */
.testimonial-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(26, 140, 242, 0.28), inset 0 0 28px rgba(26, 140, 242, 0.18);
    opacity: 0.95;
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(26, 140, 242, 0.2);
    border-color: rgba(26, 140, 242, 0.25);
}

.testimonial-card:hover::before {
    opacity: 1;
    animation-duration: 3.2s;
}

.testimonial-card:hover::after {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgba(26, 140, 242, 0.4), inset 0 0 34px rgba(26, 140, 242, 0.25);
}

@property --sweep-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@keyframes testimonialBorderSweep {
    to {
        --sweep-angle: 360deg;
    }
}

/* Comillas decorativas */
.testimonial-card__quote {
    font-size: 72px;
    line-height: 0.6;
    color: var(--color-1);
    opacity: 0.5;
    font-family: Georgia, serif;
    margin-bottom: 0.5rem;
}

/* Texto del testimonio */
.testimonial-card__text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    margin: 0;
    flex: 1;
}

/* Autor */
.testimonial-card__author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-top: auto;
}


/* ====================================================================
 * DRONE HUD — barra de datos inferior del hero
 * ==================================================================== */

.hero-hud {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 99;
    font-family: var(--font-mono);
    pointer-events: none;
    user-select: none;
}

/* Barra horizontal con separador superior naranja tenue */
.hud-line {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 0.9rem 3.5%;
    border-top: 1px solid rgba(226, 110, 43, 0.25);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-sizing: border-box;
}

/* Cada bloque de dato */
.hud-item,
.hud-sep {
    flex-shrink: 0;
    /* valor base; display se define abajo */
}

.hud-item[hidden],
.hud-sep[hidden] {
    display: none !important;
}

.hud-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    padding: 0 1.6rem;
}

.hud-item:first-child {
    padding-left: 0;
}

/* Separador vertical */
.hud-sep {
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgba(226, 110, 43, 0.3);
    flex-shrink: 0;
}

/* Separador flexible que empuja el GPS a la derecha */
.hud-sep--grow {
    flex: 1;
    background: none;
    width: auto;
}

/* Etiqueta naranja */
.hud-lbl {
    font-size: 9px;
    color: var(--color-1);
    letter-spacing: .18em;
    text-transform: uppercase;
}

/* Valor blanco */
.hud-val {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    letter-spacing: .04em;
}

.hud-val em {
    font-style: normal;
    color: rgba(255, 255, 255, 0.4);
    font-size: 9px;
    margin-left: 2px;
}

.hud-val--online {
    color: #4eca6e;
    font-size: 10px;
    animation: hudBlink 2s steps(1) infinite;
}

/* Status dot — green pulsing circle */
.hud-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4eca6e;
    flex-shrink: 0;
    animation: hudStatusPulse 2s ease-in-out infinite;
    box-shadow: 0 0 6px rgba(78, 202, 110, 0.8);
}

@keyframes hudStatusPulse {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 6px rgba(78, 202, 110, 0.8);
    }

    50% {
        opacity: 0.4;
        box-shadow: 0 0 2px rgba(78, 202, 110, 0.3);
    }
}

/* Battery bar inline */
.hud-item--bat {
    gap: 0.6rem;
}

.hud-bat-track {
    width: 48px;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(226, 110, 43, 0.3);
    overflow: hidden;
    flex-shrink: 0;
}

.hud-bat-fill {
    height: 100%;
    width: 77%;
    background: var(--color-1);
    animation: hudBatPulse 3s ease-in-out infinite;
    transform-origin: left;
}

/* Signal bars inline */
.hud-item--sig {
    gap: 0.6rem;
}

.hud-gps-signal {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 13px;
}

.hud-sig-bar {
    width: 4px;
    background: var(--color-1);
}

.hud-sig-bar--s1 {
    height: 3px;
    animation: hudSigPulse 2.5s ease-in-out 0.0s infinite;
}

.hud-sig-bar--s2 {
    height: 5px;
    animation: hudSigPulse 2.5s ease-in-out 0.1s infinite;
}

.hud-sig-bar--s3 {
    height: 8px;
    animation: hudSigPulse 2.5s ease-in-out 0.2s infinite;
}

.hud-sig-bar--s4 {
    height: 11px;
    animation: hudSigPulse 2.5s ease-in-out 0.3s infinite;
}

.hud-sig-bar--s5 {
    height: 13px;
    animation: hudSigPulse 2.5s ease-in-out 0.4s infinite;
}

/* Keyframes */
@keyframes hudBlink {

    0%,
    49% {
        opacity: 1;
    }

    50%,
    100% {
        opacity: 0.25;
    }
}

@keyframes hudBatPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.55;
    }
}

@keyframes hudSigPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/* Hide on small screens */
@media screen and (max-width: 768px) {
    .hero-hud {
        display: none;
    }
}

.testimonial-card__author img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(26, 140, 242, 0.4);
}

.testimonial-card__author strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.testimonial-card__author span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .testimonials-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 600px) {
    .testimonials-grid {
        grid-template-columns: 1fr !important;
    }

    .s-testimonials {
        padding: 4rem 0 5rem;
    }

    .testimonial-card {
        padding: 2rem;
    }
}


/* ------------------------------------------------------------------- 
 * ## BUTTON ENHANCEMENTS
 * ------------------------------------------------------------------- */

/* --- BOTONES: sistema unificado primario / secundario --- */

.btn--large {
    padding: 1.2rem 2.8rem;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    border-radius: 4px;
}

/* Primario: gradiente, volumen y glow (CTA premium) */
.btn.btn--primary {
    position: relative;
    z-index: 0;
    background: linear-gradient(165deg,
            var(--color-1-light) 0%,
            var(--color-1) 44%,
            var(--color-1-dark) 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 2.85px;
    padding: 0.95rem 2.15rem;
    transition:
        transform 0.28s cubic-bezier(0.25, 0.8, 0.25, 1),
        box-shadow 0.28s ease,
        filter 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 -1px 0 rgba(0, 0, 0, 0.14),
        0 4px 8px rgba(0, 25, 60, 0.28),
        0 14px 36px rgba(0, 45, 100, 0.35),
        0 0 0 1px rgba(0, 0, 0, 0.12),
        0 0 36px rgba(26, 140, 242, 0.48);
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn.btn--primary:hover,
.btn.btn--primary:focus {
    background: linear-gradient(165deg,
            var(--color-1-lighter) 0%,
            var(--color-1-light) 38%,
            var(--color-1) 100%) !important;
    border-color: rgba(255, 255, 255, 0.42) !important;
    transform: translateY(-3px);
    filter: brightness(1.07);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1),
        0 8px 16px rgba(0, 30, 70, 0.32),
        0 22px 52px rgba(0, 55, 120, 0.42),
        0 0 0 1px rgba(26, 140, 242, 0.35),
        0 0 52px rgba(100, 190, 255, 0.58);
}

.btn.btn--primary:active {
    transform: translateY(-1px);
    filter: brightness(1.03);
    transition-duration: 0.12s;
}

/* Secundario: outline naranja */
.btn.btn--stroke {
    background: transparent !important;
    color: var(--color-1) !important;
    border: 2px solid var(--color-1) !important;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn.btn--stroke:hover,
.btn.btn--stroke:focus {
    background: var(--color-1) !important;
    border-color: var(--color-1) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(26, 140, 242, 0.3);
}


/* ------------------------------------------------------------------- 
 * ## MISC FIXES
 * ------------------------------------------------------------------- */

.target-section {
    scroll-margin-top: 80px;
    min-height: 100vh;
    box-sizing: border-box;
}

/* Hero already controls its own full-height via .hero-cin, no need to double it */
.s-intro {
    min-height: unset;
}


/* ===================================================================
 * ## MOBILE RESPONSIVE — Consolidated
 * =================================================================== */

/* ---- TABLET (≤ 900px) ---- */
@media screen and (max-width: 900px) {

    /* About: apilar columnas, quitar padding lateral, resetear slider flotante */
    .about-split {
        flex-direction: column;
        margin-top: 3rem;
    }

    .about-split__text {
        padding-right: 0;
        margin-bottom: 3rem;
        width: 100%;
    }

    .about-split__visual {
        width: 100%;
    }

    .about-slider {
        transform: none;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
        aspect-ratio: 16/9;
    }

    .about-slider:hover {
        transform: none;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    }

    .about-h2__sub {
        font-size: 0.55em;
    }
}

/* ---- MOBILE (≤ 600px) ---- */
@media screen and (max-width: 600px) {

    /* General section spacing */
    .s-about,
    .s-seo,
    .s-services,
    .s-clients {
        padding-left: 0;
        padding-right: 0;
    }

    /* About h2 en la sección 01 */
    .about-h2 {
        font-size: 32px !important;
        letter-spacing: -0.5px;
        line-height: 1.15;
    }

    .about-h2__sub {
        font-size: 18px !important;
        margin-top: 0.5rem;
    }

    .about-h2::before {
        margin-bottom: 1.4rem;
    }

    /* Bullets */
    .about-points li {
        font-size: 15px;
        padding: 0.75rem 0 0.75rem 1.5rem;
    }

    /* Badges: stack si no caben */
    .about-badges {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Slider 16:9 en móvil, sin float */
    .about-slider {
        aspect-ratio: 4/3;
        transform: none;
    }

    /* Services h2 */
    .s-services .text-display-1 {
        font-size: 28px !important;
        letter-spacing: -0.5px;
    }

    /* Section headers generales */
    .section-header__primary .text-display-1 {
        font-size: 30px !important;
        letter-spacing: -0.5px;
    }

    /* Contact split */
    .contact-split__title {
        font-size: 30px !important;
        letter-spacing: -1px;
        white-space: normal;
        margin-top: 2.5rem;
    }

    .contact-split__content {
        padding: 14rem 1.8rem 2.5rem;
    }

    /* Trust bar */
    .trust-stat-number {
        font-size: 28px;
    }

    .trust-stat-label {
        font-size: 11px;
    }
}


/* ===================================================================
 * WHATSAPP FLOTANTE
 * ------------------------------------------------------------------- */

/* color explícito en :hover/:focus para ganar a `a:hover { color: var(--color-2) }` en styles.css */
.whatsapp-float,
.whatsapp-float:hover,
.whatsapp-float:focus,
.whatsapp-float:active {
    color: #fff;
}

.whatsapp-float svg {
    flex-shrink: 0;
    fill: currentColor !important;
    color: inherit;
}

.whatsapp-float {
    position: fixed;
    bottom: 2.5rem;
    left: 2rem;
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    /* Misma familia cromática que el resto del sitio (el verde #25d366 desentonaba) */
    background: linear-gradient(145deg, var(--color-1) 0%, var(--color-1-dark) 100%) !important;
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 50%;
    text-decoration: none;
    border: 1px solid rgba(141, 198, 248, 0.35);
    box-shadow: 0 4px 18px rgba(26, 140, 242, 0.28);
    transition: width 0.3s ease, height 0.3s ease,
        border-radius 0.3s ease, padding 0.3s ease,
        transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    overflow: hidden;
}

.whatsapp-float__label {
    font-family: var(--font-2, sans-serif);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    color: #fff;
}

.whatsapp-float:hover .whatsapp-float__label {
    display: inline;
}

.whatsapp-float:hover {
    width: auto;
    height: 52px;
    border-radius: 50px;
    padding: 0 1.4rem 0 1.1rem;
    transform: translateY(-3px);
    background: linear-gradient(145deg, var(--color-1-light) 0%, var(--color-1) 100%) !important;
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 26px rgba(26, 140, 242, 0.38);
}

.whatsapp-float:hover .whatsapp-float__label {
    opacity: 1;
}

@media (max-width: 900px) {
    .whatsapp-float {
        bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
        left: calc(1.5rem + env(safe-area-inset-left, 0px));
    }
}

@media (max-width: 600px) {
    .whatsapp-float {
        bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px));
        left: calc(1.2rem + env(safe-area-inset-left, 0px));
        width: 48px;
        height: 48px;
    }

    .whatsapp-float:hover {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 0;
    }

    .whatsapp-float__label {
        display: none;
    }
}

/* Por encima de la barra de Safari / safe area (styles.css fija bottom en ≤800px) */
@media screen and (max-width: 800px) {
    .ss-go-top {
        bottom: calc(var(--vspace-1) + env(safe-area-inset-bottom, 0px));
        right: calc(var(--vspace-1) + env(safe-area-inset-right, 0px));
    }
}

@media screen and (max-width: 600px) {
    .ss-go-top {
        bottom: calc(var(--vspace-0_75) + env(safe-area-inset-bottom, 0px));
        right: calc(var(--vspace-0_75) + env(safe-area-inset-right, 0px));
    }
}


/* ===================================================================
 * COOKIE BANNER
 * ------------------------------------------------------------------- */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9100;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    background: rgba(8, 9, 13, 0.97);
    border-top: 1px solid rgba(26, 140, 242, 0.35);
    padding: 1rem 2rem;
    backdrop-filter: blur(6px);
}

.cookie-banner[hidden] {
    display: none !important;
}

.cookie-banner__text {
    margin: 0;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    max-width: 680px;
}

.cookie-banner__btn {
    flex-shrink: 0;
    background: var(--color-1, #1a8cf2);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s;
}

.cookie-banner__btn:hover {
    opacity: 0.85;
}

/* Ajuste final mobile CONTACTO (05): asegurar separación con sección 04 */
@media screen and (max-width: 900px) {
    .contact-split__content .section-header {
        padding-top: 8rem !important;
    }
    .contact-split__content .section-header::before {
        top: 1rem !important;
    }
    .contact-split__title {
        margin-top: 5rem !important;
    }
}