  :root {
            --azul-nube: #00bfff;
            --azul-nube-dark: #0099cc;
            --naranja: #ff8800;
            --naranja-dark: #e07000;
            --gris-piedra: #7a7a7a;
            --gris-piedra-claro: #eaeef2;
            --gris-piedra-fondo: #f5f7fa;
            --gris-lobo: #2c3e50;
            --blanco: #ffffff;
            --negro-suave: #1a1a2e;
            --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.06);
            --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.10);
            --shadow-lg: 0 16px 60px rgba(0, 0, 0, 0.14);
            --radius-xl: 1.75rem;
            --radius-lg: 1.25rem;
            --radius-md: 0.85rem;
            --radius-sm: 0.6rem;
            --radius-full: 9999px;
            --font-titulos: 'Montserrat', system-ui, sans-serif;
            --font-cuerpo: 'Inter', system-ui, sans-serif;
            --safe-bottom: env(safe-area-inset-bottom, 16px);
            --navbar-height: 66px;
            --navbar-height-scrolled: 56px;

            --bg-body: #f5f7fa;
            --bg-section-alt: #ffffff;
            --bg-section-main: #f5f7fa;
            --bg-card: #ffffff;
            --bg-card-alt: #f0f6fe;
            --bg-navbar: rgba(255, 255, 255, 0.82);
            --bg-navbar-scrolled: rgba(255, 255, 255, 0.94);
            --bg-offcanvas: rgba(255, 255, 255, 0.98);
            --bg-input: #f5f7fa;
            --bg-footer: #2c3e50;
            --text-body: #2c3e50;
            --text-muted: #7a7a7a;
            --text-heading: #2c3e50;
            --text-nav: #7a7a7a;
            --text-footer: #eaeef2;
            --border-color: rgba(0, 0, 0, 0.06);
            --border-input: #7a7a7a;
            --hero-overlay-1: rgba(0, 191, 255, 0.05);
            --hero-overlay-2: rgba(255, 255, 255, 0.15);
            --hero-overlay-3: rgba(255, 255, 255, 0.60);
            --hero-text-shadow-title: 0 0 35px rgba(0, 191, 255, 0.45), 0 0 70px rgba(0, 191, 255, 0.2), 0 0 100px rgba(0, 191, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.12);
            --hero-text-shadow-subtitle: 0 0 15px rgba(0, 191, 255, 0.25), 0 0 30px rgba(0, 191, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.08);
            --select2-bg: #f5f7fa;
            --select2-text: #2c3e50;
            --select2-border: #7a7a7a;
        }

        [data-theme="dark"] {
            --bg-body: #080808;
            --bg-section-alt: #0e0e0e;
            --bg-section-main: #060606;
            --bg-card: #121212;
            --bg-card-alt: #181818;
            --bg-navbar: rgba(8, 8, 8, 0.88);
            --bg-navbar-scrolled: rgba(8, 8, 8, 0.96);
            --bg-offcanvas: rgba(6, 6, 6, 0.98);
            --bg-input: #151515;
            --bg-footer: #030303;
            --text-body: #b0b0b0;
            --text-muted: #6a6a6a;
            --text-heading: #dddddd;
            --text-nav: #7a7a7a;
            --text-footer: #9a9a9a;
            --border-color: rgba(255, 255, 255, 0.04);
            --border-input: #292929;
            --hero-overlay-1: rgba(0, 120, 180, 0.08);
            --hero-overlay-2: rgba(3, 3, 3, 0.18);
            --hero-overlay-3: rgba(0, 0, 0, 0.78);
            --hero-text-shadow-title: 0 0 35px rgba(51, 204, 255, 0.55), 0 0 70px rgba(51, 204, 255, 0.3), 0 0 100px rgba(51, 204, 255, 0.15), 0 2px 8px rgba(0, 0, 0, 0.7);
            --hero-text-shadow-subtitle: 0 0 15px rgba(51, 204, 255, 0.3), 0 0 30px rgba(51, 204, 255, 0.15), 0 1px 4px rgba(0, 0, 0, 0.5);
            --select2-bg: #151515;
            --select2-text: #b0b0b0;
            --select2-border: #292929;
            --azul-nube: #33ccff;
            --azul-nube-dark: #00bfff;
            --gris-piedra-claro: #1c1c1c;
            --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.25);
            --shadow-md: 0 8px 40px rgba(0, 0, 0, 0.35);
            --shadow-lg: 0 16px 60px rgba(0, 0, 0, 0.45);
        }

        /* ── SweetAlert2 ── */
        .swal2-popup {
            font-family: var(--font-cuerpo) !important;
            border-radius: var(--radius-xl) !important;
            background: var(--bg-card) !important;
            color: var(--text-body) !important;
            box-shadow: var(--shadow-lg) !important;
            border: 1px solid var(--border-color) !important;
            padding: 2.5rem 2rem !important;
            transition: background 0.4s ease, color 0.4s ease !important;
        }
        .swal2-title {
            font-family: var(--font-titulos) !important;
            font-weight: 700 !important;
            color: var(--text-heading) !important;
            font-size: 1.5rem !important;
            line-height: 1.3 !important;
        }
        .swal2-html-container {
            color: var(--text-muted) !important;
            font-size: 0.92rem !important;
            line-height: 1.6 !important;
        }
        .swal2-icon {
            border-color: var(--azul-nube) !important;
            color: var(--azul-nube) !important;
        }
        .swal2-icon.swal2-success [class^='swal2-success-line'] {
            background-color: var(--azul-nube) !important;
        }
        .swal2-icon.swal2-success .swal2-success-ring {
            border-color: rgba(0, 191, 255, 0.25) !important;
        }
        .swal2-icon.swal2-error {
            border-color: #e74c3c !important;
            color: #e74c3c !important;
        }
        .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
            background-color: #e74c3c !important;
        }
        .swal2-icon.swal2-warning {
            border-color: var(--naranja) !important;
            color: var(--naranja) !important;
        }
        .swal2-icon.swal2-info {
            border-color: var(--azul-nube) !important;
            color: var(--azul-nube) !important;
        }
        .swal2-confirm {
            background: linear-gradient(135deg, #ff8800 0%, #ffbb33 100%) !important;
            color: #fff !important;
            font-weight: 700 !important;
            font-size: 0.9rem !important;
            padding: 0.8rem 2.2rem !important;
            border-radius: 3.5rem !important;
            border: none !important;
            box-shadow: 0 8px 30px rgba(255, 136, 0, 0.25) !important;
            transition: all 0.35s ease !important;
            letter-spacing: 0.02em !important;
            font-family: var(--font-cuerpo) !important;
        }
        .swal2-confirm:hover {
            transform: translateY(-2px) !important;
            box-shadow: 0 14px 45px rgba(255, 136, 0, 0.35) !important;
            background: linear-gradient(135deg, #e07000 0%, #ff9900 100%) !important;
        }
        .swal2-cancel {
            background: transparent !important;
            border: 2px solid var(--text-muted) !important;
            color: var(--text-muted) !important;
            font-weight: 600 !important;
            font-size: 0.9rem !important;
            padding: 0.75rem 2rem !important;
            border-radius: 3.5rem !important;
            transition: all 0.35s ease !important;
            font-family: var(--font-cuerpo) !important;
        }
        .swal2-cancel:hover {
            border-color: var(--azul-nube) !important;
            color: var(--azul-nube) !important;
            background: rgba(0, 191, 255, 0.04) !important;
        }
        .swal2-actions {
            gap: 1rem !important;
        }
        .swal2-timer-progress-bar {
            background: var(--azul-nube) !important;
        }
        .swal2-close {
            color: var(--text-muted) !important;
            transition: all 0.3s ease !important;
        }
        .swal2-close:hover {
            color: var(--azul-nube) !important;
            transform: rotate(90deg);
        }
        .swal2-toast {
            background: var(--bg-footer) !important;
            backdrop-filter: blur(20px) !important;
            -webkit-backdrop-filter: blur(20px) !important;
            border: 1px solid rgba(255, 255, 255, 0.08) !important;
            box-shadow: var(--shadow-lg) !important;
            border-radius: 50px !important;
            padding: 0.75rem 1.8rem !important;
            font-family: var(--font-cuerpo) !important;
        }
        .swal2-toast .swal2-title {
            font-size: 0.85rem !important;
            font-weight: 600 !important;
            color: #fff !important;
        }
        .swal2-backdrop-show {
            background: rgba(0, 0, 0, 0.5) !important;
            backdrop-filter: blur(4px) !important;
            -webkit-backdrop-filter: blur(4px) !important;
        }
        [data-theme="dark"] .swal2-backdrop-show {
            background: rgba(0, 0, 0, 0.75) !important;
        }
        @media (max-width: 767px) {
            .swal2-popup {
                padding: 1.8rem 1.2rem !important;
                width: 90% !important;
                max-width: 95vw !important;
                border-radius: var(--radius-lg) !important;
            }
            .swal2-title { font-size: 1.25rem !important; }
            .swal2-html-container { font-size: 0.83rem !important; }
            .swal2-confirm,
            .swal2-cancel {
                font-size: 0.82rem !important;
                padding: 0.7rem 1.5rem !important;
            }
            .swal2-actions { gap: 0.6rem !important; flex-wrap: wrap; }
        }

        /* ── ESTILOS GENERALES ── */
        .bg-gradient-hero {
            background: linear-gradient(160deg, #00bfff 0%, #e6f7ff 50%, #ffffff 100%);
        }
        [data-theme="dark"] .bg-gradient-hero {
            background: linear-gradient(160deg, #0a1a25 0%, #080808 50%, #030303 100%);
        }
        .bg-gradient-cta {
            background: linear-gradient(135deg, #ff8800 0%, #ffbb33 100%);
            border: none;
            color: #fff;
            transition: all 0.35s ease;
        }
        .bg-gradient-cta:hover {
            background: linear-gradient(135deg, #e07000 0%, #ff9900 100%);
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(255, 136, 0, 0.35);
            color: #fff;
        }
        .bg-gradient-card {
            background: linear-gradient(145deg, var(--bg-card), var(--bg-card-alt));
        }

        * { box-sizing: border-box; }

        html {
            scroll-behavior: smooth;
            scrollbar-width: thin;
            scrollbar-color: var(--azul-nube) var(--gris-piedra-claro);
            -webkit-tap-highlight-color: transparent;
            -webkit-overflow-scrolling: touch;
            scroll-padding-top: 80px;
        }

        body {
            font-family: var(--font-cuerpo);
            background-color: var(--bg-body);
            color: var(--text-body);
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            line-height: 1.7;
            padding-top: 0;
            min-height: 100vh;
            min-height: 100dvh;
            overscroll-behavior-y: none;
            margin: 0;
            transition: background-color 0.5s ease, color 0.5s ease;
        }

        ::selection { background: rgba(0, 191, 255, 0.25); color: var(--text-body); }

        #preloader {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: var(--bg-section-alt);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: opacity 0.6s ease, visibility 0.6s ease;
            opacity: 1; visibility: visible; pointer-events: all;
        }
        #preloader.hidden {
            opacity: 0; visibility: hidden; pointer-events: none;
        }
        .preloader-content {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.2rem;
        }
        .preloader-logo {
            width: 100px; height: 100px;
            object-fit: contain;
            animation: floatPulse 2s ease-in-out infinite;
            filter: drop-shadow(0 10px 25px rgba(0, 191, 255, 0.25));
        }
        @keyframes floatPulse {
            0%,100% { transform: translateY(0) scale(1); }
            50% { transform: translateY(-12px) scale(1.05); }
        }
        .preloader-spinner {
            width: 40px; height: 40px;
            border: 2px solid rgba(0, 191, 255, 0.15);
            border-top-color: var(--azul-nube);
            border-radius: 50%;
            animation: spin 0.9s linear infinite;
        }
        @keyframes spin { to { transform: rotate(360deg); } }
        .preloader-text {
            color: var(--text-muted);
            font-size: 0.85rem;
            letter-spacing: 0.1em;
            font-weight: 300;
            animation: fadeText 1.8s ease-in-out infinite;
        }
        @keyframes fadeText {
            0%,100% { opacity: 0.5; }
            50% { opacity: 1; }
        }

        #particles-js {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            z-index: 0;
            pointer-events: none;
            opacity: 0.18;
        }
        [data-theme="dark"] #particles-js { opacity: 0.25; }
        .content-layer { position: relative; z-index: 1; }

        .skip-link {
            position: absolute;
            top: -100px; left: 20px;
            z-index: 2000;
            background: var(--azul-nube);
            color: #fff;
            padding: 0.6rem 1.4rem;
            border-radius: 30px;
            font-weight: 700;
            font-size: 0.85rem;
            text-decoration: none;
            transition: top 0.35s ease;
        }
        .skip-link:focus { top: 20px; }

        /* ── NAVBAR DESKTOP ── */
        .navbar-modern {
            position: fixed;
            top: 16px;
            left: 50%;
            transform: translateX(-50%);
            width: min(92%, 1280px);
            z-index: 1050;
            background: var(--bg-navbar);
            backdrop-filter: blur(30px) saturate(180%);
            -webkit-backdrop-filter: blur(30px) saturate(180%);
            border: 1px solid var(--border-color);
            border-radius: 60px;
            padding: 0 1.4rem 0 1.8rem;
            height: var(--navbar-height);
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1.2);
            box-shadow: var(--shadow-sm);
        }
        .navbar-modern.scrolled {
            top: 8px;
            width: min(88%, 1240px);
            height: var(--navbar-height-scrolled);
            border-radius: 50px;
            background: var(--bg-navbar-scrolled);
            box-shadow: var(--shadow-md);
            padding: 0 1.2rem 0 1.6rem;
        }
        .navbar-brand-modern {
            display: flex;
            align-items: center;
            gap: 0.65rem;
            text-decoration: none;
            flex-shrink: 0;
            z-index: 2;
        }
        .brand-logo-wrapper {
            width: 44px; height: 44px;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 4px 22px rgba(0, 191, 255, 0.25);
            transition: all 0.4s ease;
            flex-shrink: 0;
        }
        .navbar-modern.scrolled .brand-logo-wrapper {
            width: 38px; height: 38px; border-radius: 11px;
        }
        .brand-logo-wrapper img {
            width: 100%; height: 100%;
            object-fit: contain;
            display: block;
        }
        .brand-text-modern .brand-name {
            font-family: var(--font-titulos);
            font-weight: 700;
            font-size: 1.05rem;
            color: var(--text-heading);
            white-space: nowrap;
            transition: font-size 0.4s ease;
        }
        .navbar-modern.scrolled .brand-text-modern .brand-name { font-size: 0.9rem; }
        .brand-text-modern .brand-tagline {
            font-size: 0.62rem;
            color: var(--azul-nube);
            letter-spacing: 0.07em;
            text-transform: uppercase;
            opacity: 0.8;
            transition: font-size 0.4s ease;
        }
        .navbar-modern.scrolled .brand-text-modern .brand-tagline { font-size: 0.58rem; }

        .nav-links-modern {
            display: flex;
            align-items: center;
            gap: 0.1rem;
            list-style: none;
            margin: 0;
            padding: 0.3rem;
            background: rgba(128, 128, 128, 0.04);
            border-radius: 40px;
            border: 1px solid var(--border-color);
            flex-shrink: 0;
        }
        .nav-link-modern {
            color: var(--text-nav);
            font-weight: 500;
            font-size: 0.78rem;
            padding: 0.45rem 0.95rem;
            border-radius: 30px;
            text-decoration: none;
            transition: all 0.3s ease;
            white-space: nowrap;
            position: relative;
            letter-spacing: 0.01em;
            cursor: pointer;
            background: transparent;
            border: none;
            font-family: inherit;
            display: flex;
            align-items: center;
            gap: 0.35rem;
        }
        .nav-link-modern::after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 50%;
            transform: translateX(-50%) scaleX(0);
            width: 18px;
            height: 2px;
            background: var(--azul-nube);
            border-radius: 2px;
            transition: transform 0.3s ease;
        }
        .nav-link-modern:hover { color: var(--text-heading); background: rgba(128, 128, 128, 0.06); }
        .nav-link-modern:hover::after { transform: translateX(-50%) scaleX(1); }
        .nav-link-modern.active {
            color: #fff;
            background: var(--azul-nube);
            font-weight: 600;
            box-shadow: 0 4px 18px rgba(0, 191, 255, 0.35);
        }
        .nav-link-modern.active::after { display: none; }

        .nav-dropdown {
            position: relative;
            display: flex;
            align-items: center;
        }
        .nav-dropdown-toggle {
            display: flex;
            align-items: center;
            gap: 0.35rem;
        }
        .nav-dropdown-toggle .dropdown-arrow {
            font-size: 0.55rem;
            transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
            opacity: 0.6;
            margin-left: 0.1rem;
        }
        .nav-dropdown.open .nav-dropdown-toggle .dropdown-arrow {
            transform: rotate(180deg);
            opacity: 1;
        }
        @media (hover: hover) {
            .nav-dropdown:hover .nav-dropdown-menu {
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
                transform: translateX(-50%) translateY(0);
            }
            .nav-dropdown:hover .nav-dropdown-toggle .dropdown-arrow {
                transform: rotate(180deg);
                opacity: 1;
            }
        }
        .nav-dropdown-menu {
            position: absolute;
            top: calc(100% + 0.6rem);
            left: 50%;
            transform: translateX(-50%) translateY(8px);
            background: var(--bg-navbar-scrolled);
            backdrop-filter: blur(30px) saturate(180%);
            -webkit-backdrop-filter: blur(30px) saturate(180%);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 0.5rem;
            min-width: 200px;
            list-style: none;
            margin: 0;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
            box-shadow: var(--shadow-lg);
            z-index: 1060;
        }
        .nav-dropdown.open .nav-dropdown-menu {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateX(-50%) translateY(0);
        }
        .nav-dropdown-item {
            display: flex;
            align-items: center;
            gap: 0.65rem;
            padding: 0.65rem 1rem;
            border-radius: var(--radius-md);
            color: var(--text-nav);
            font-weight: 500;
            font-size: 0.78rem;
            text-decoration: none;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .nav-dropdown-item i {
            font-size: 0.9rem;
            color: var(--azul-nube);
            width: 18px;
            text-align: center;
            flex-shrink: 0;
            transition: transform 0.3s ease;
        }
        .nav-dropdown-item:hover { background: rgba(0, 191, 255, 0.08); color: var(--text-heading); }
        .nav-dropdown-item:hover i { transform: translateX(3px); }
        .nav-dropdown-item.active {
            background: rgba(0, 191, 255, 0.12);
            color: var(--azul-nube);
            font-weight: 600;
        }
        .nav-dropdown-menu::before {
            content: '';
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg);
            width: 12px; height: 12px;
            background: var(--bg-navbar-scrolled);
            border-left: 1px solid var(--border-color);
            border-top: 1px solid var(--border-color);
            border-radius: 3px 0 0 0;
        }

        .btn-cta-modern {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--azul-nube);
            color: #fff;
            font-weight: 700;
            font-size: 0.8rem;
            padding: 0.55rem 1.4rem;
            border-radius: 30px;
            text-decoration: none;
            transition: all 0.4s ease;
            box-shadow: 0 6px 24px rgba(0, 191, 255, 0.3);
            white-space: nowrap;
            position: relative;
            overflow: hidden;
            border: none;
            flex-shrink: 0;
        }
        .btn-cta-modern::before {
            content: '';
            position: absolute;
            top: 50%; left: 50%;
            width: 0; height: 0;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s ease, height 0.6s ease;
        }
        .btn-cta-modern:hover::before { width: 300px; height: 300px; }
        .btn-cta-modern:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 36px rgba(0, 191, 255, 0.4);
            color: #fff;
        }

        .theme-toggle-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px; height: 40px;
            border-radius: 50%;
            background: transparent;
            border: 1px solid var(--border-color);
            cursor: pointer;
            font-size: 1.2rem;
            color: var(--text-nav);
            transition: all 0.4s ease;
            margin-left: 0.4rem;
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
        }
        .theme-toggle-btn:hover { background: rgba(128, 128, 128, 0.08); border-color: var(--azul-nube); color: var(--azul-nube); }
        .theme-toggle-btn .icon-sun,
        .theme-toggle-btn .icon-moon {
            position: absolute;
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }
        [data-theme="light"] .theme-toggle-btn .icon-sun { opacity: 1; transform: rotate(0deg) scale(1); }
        [data-theme="light"] .theme-toggle-btn .icon-moon { opacity: 0; transform: rotate(90deg) scale(0.3); }
        [data-theme="dark"] .theme-toggle-btn .icon-sun { opacity: 0; transform: rotate(-90deg) scale(0.3); }
        [data-theme="dark"] .theme-toggle-btn .icon-moon { opacity: 1; transform: rotate(0deg) scale(1); }
        .theme-toggle-btn:active { transform: scale(0.9); }

        .toggler-modern {
            display: none;
            width: 40px; height: 40px;
            border-radius: 50%;
            background: rgba(128, 128, 128, 0.04);
            border: 1px solid var(--border-color);
            cursor: pointer;
            align-items: center;
            justify-content: center;
            transition: all 0.35s ease;
            z-index: 2;
            flex-shrink: 0;
        }
        .toggler-modern:active { transform: scale(0.92); }
        .toggler-icon-modern {
            width: 19px; height: 13px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.3s ease;
        }
        .toggler-icon-modern span {
            display: block;
            height: 1.8px;
            background: var(--text-heading);
            border-radius: 2px;
            transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transform-origin: center;
        }
        .toggler-modern[aria-expanded="true"] .toggler-icon-modern span:nth-child(1) {
            transform: translateY(5.6px) rotate(45deg);
            background: var(--azul-nube);
        }
        .toggler-modern[aria-expanded="true"] .toggler-icon-modern span:nth-child(2) {
            opacity: 0;
            transform: scaleX(0);
        }
        .toggler-modern[aria-expanded="true"] .toggler-icon-modern span:nth-child(3) {
            transform: translateY(-5.6px) rotate(-45deg);
            background: var(--azul-nube);
        }

        .progress-bar-modern {
            position: absolute;
            bottom: 0;
            left: 20px; right: 20px;
            height: 1.5px;
            background: var(--border-color);
            border-radius: 0 0 60px 60px;
            overflow: hidden;
        }
        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, var(--azul-nube), var(--naranja));
            width: 0%;
            transition: width 0.12s linear;
            border-radius: 0 2px 2px 0;
        }

        /* ── OFFCANVAS MOBILE ── */
        .offcanvas-mobile {
            position: fixed;
            top: 0; right: 0;
            width: 100%; max-width: 380px;
            height: 100%; height: 100dvh;
            z-index: 1060;
            background: var(--bg-offcanvas);
            backdrop-filter: blur(40px) saturate(200%);
            -webkit-backdrop-filter: blur(40px) saturate(200%);
            border-left: 1px solid var(--border-color);
            transform: translateX(105%);
            transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
            display: flex;
            flex-direction: column;
            padding: 1.5rem;
            box-shadow: -20px 0 60px rgba(0, 0, 0, 0.15);
            will-change: transform;
            overflow-y: auto;
        }
        .offcanvas-mobile.open { transform: translateX(0); }
        .offcanvas-backdrop {
            position: fixed;
            inset: 0;
            z-index: 1055;
            background: rgba(0, 0, 0, 0.3);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.4s ease;
        }
        .offcanvas-backdrop.open { opacity: 1; pointer-events: auto; }
        .offcanvas-header-mobile {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--border-color);
            flex-shrink: 0;
        }
        .offcanvas-close {
            width: 42px; height: 42px;
            border-radius: 50%;
            background: rgba(128, 128, 128, 0.06);
            border: 1px solid var(--border-color);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-body);
            font-size: 1.3rem;
            transition: all 0.3s ease;
        }
        .offcanvas-close:active { background: rgba(128, 128, 128, 0.1); transform: rotate(90deg); }
        .offcanvas-nav-links {
            list-style: none;
            padding: 0;
            margin: 2rem 0;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            gap: 0.3rem;
        }
        .offcanvas-nav-link {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 0.9rem 1.2rem;
            border-radius: var(--radius-lg);
            color: var(--text-nav);
            font-weight: 500;
            font-size: 1rem;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            cursor: pointer;
            background: transparent;
            border: none;
            font-family: inherit;
            width: 100%;
            text-align: left;
        }
        .offcanvas-nav-link::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 0;
            background: var(--azul-nube);
            border-radius: 0 3px 3px 0;
            transition: height 0.35s ease;
        }
        .offcanvas-nav-link:hover,
        .offcanvas-nav-link.active { background: rgba(128, 128, 128, 0.06); color: var(--text-heading); }
        .offcanvas-nav-link.active::before { height: 60%; }
        .offcanvas-nav-link i {
            font-size: 1.3rem;
            color: var(--azul-nube);
            transition: transform 0.3s ease;
        }
        .offcanvas-nav-link:hover i { transform: translateX(3px); }

        .offcanvas-submenu {
            list-style: none;
            padding: 0 0 0 1.8rem;
            margin: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.45s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.35s ease, margin 0.35s ease;
            opacity: 0;
        }
        .offcanvas-submenu.open { max-height: 400px; opacity: 1; margin: 0.3rem 0; }
        .offcanvas-submenu li { list-style: none; }
        .offcanvas-sub-link {
            display: flex;
            align-items: center;
            gap: 0.7rem;
            padding: 0.65rem 1rem;
            border-radius: var(--radius-md);
            color: var(--text-nav);
            font-weight: 400;
            font-size: 0.9rem;
            text-decoration: none;
            transition: all 0.25s ease;
        }
        .offcanvas-sub-link i { font-size: 0.85rem; color: var(--azul-nube); width: 18px; text-align: center; }
        .offcanvas-sub-link:hover { background: rgba(128, 128, 128, 0.05); color: var(--text-heading); }
        .offcanvas-sub-link.active { color: var(--azul-nube); font-weight: 600; }
        .offcanvas-dropdown-toggle {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
        .offcanvas-dropdown-arrow {
            font-size: 0.6rem;
            transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
            opacity: 0.5;
            margin-left: auto;
        }
        .offcanvas-dropdown-toggle.open .offcanvas-dropdown-arrow {
            transform: rotate(180deg);
            opacity: 1;
            color: var(--azul-nube);
        }

        .offcanvas-cta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.6rem;
            background: var(--azul-nube);
            color: #fff;
            font-weight: 700;
            font-size: 0.95rem;
            padding: 0.9rem 2rem;
            border-radius: 40px;
            text-decoration: none;
            transition: all 0.4s ease;
            box-shadow: 0 8px 30px rgba(0, 191, 255, 0.3);
            flex-shrink: 0;
            text-align: center;
        }
        .offcanvas-cta:active { transform: scale(0.96); }

        /* ── HERO ── */
        .hero-video-section {
            position: relative;
            width: 100%;
            height: 100vh;
            height: 100dvh;
            min-height: 500px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0;
            border-radius: 0;
        }
        .hero-video-bg {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            object-fit: cover;
            z-index: 0;
            opacity: 0.55;
        }
        [data-theme="dark"] .hero-video-bg { opacity: 0.35; }
        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg,
                    var(--hero-overlay-1) 0%,
                    var(--hero-overlay-2) 50%,
                    var(--hero-overlay-3) 100%);
            z-index: 1;
        }
        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 3rem 2rem;
            max-width: 850px;
            width: 100%;
            margin-left: auto; margin-right: auto;
        }
        .hero-text-wrapper { display: inline-block; text-align: center; }

        .hero-badge {
            display: inline-block;
            background: rgba(0, 191, 255, 0.12);
            border: 1px solid rgba(0, 191, 255, 0.28);
            color: var(--azul-nube);
            padding: 0.45rem 1.4rem;
            border-radius: 3rem;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.09em;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            opacity: 0;
            animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s forwards;
        }
        @keyframes fadeSlideUp {
            from { opacity: 0; transform: translateY(25px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes fadeSlideUpDelayed {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .hero-title {
            font-family: var(--font-titulos);
            font-weight: 800;
            font-size: clamp(2.2rem, 5vw, 4.2rem);
            line-height: 1.12;
            letter-spacing: -0.02em;
            color: var(--text-heading);
            text-shadow: var(--hero-text-shadow-title);
            margin-bottom: 1.2rem;
            text-align: center;
        }
        .hero-title .destacado {
            color: var(--azul-nube);
            background: linear-gradient(135deg, var(--azul-nube), #0088cc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
        }
        .hero-title .word {
            display: inline-block;
            opacity: 0;
            transform: translateY(35px);
            transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        .hero-title .word.visible { opacity: 1; transform: translateY(0); }
        .hero-subtitle {
            font-weight: 300;
            font-size: clamp(0.95rem, 1.6vw, 1.2rem);
            color: var(--text-body);
            max-width: 550px;
            margin: 0 auto 2.5rem;
            text-shadow: var(--hero-text-shadow-subtitle);
            opacity: 0;
            animation: fadeSlideUpDelayed 0.9s cubic-bezier(0.25, 0.8, 0.25, 1) 0.8s forwards;
            text-align: center;
        }
        [data-theme="dark"] .hero-subtitle { color: #cccccc; }
        .hero-cta {
            display: inline-flex;
            gap: 1rem;
            flex-wrap: wrap;
            justify-content: center;
            opacity: 0;
            animation: fadeSlideUpDelayed 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 1.2s forwards;
        }
        .btn-hero-primary {
            background: var(--azul-nube);
            color: #fff;
            font-weight: 700;
            font-size: 0.95rem;
            padding: 0.8rem 2.4rem;
            border-radius: 3.5rem;
            text-decoration: none;
            transition: all 0.4s ease;
            box-shadow: 0 8px 35px rgba(0, 191, 255, 0.35);
            position: relative;
            overflow: hidden;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-hero-primary::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 60%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        .btn-hero-primary:hover::after { opacity: 1; }
        .btn-hero-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 45px rgba(0, 191, 255, 0.45);
            color: #fff;
            background: #0099cc;
        }
        .btn-hero-outline {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            color: var(--text-heading);
            font-weight: 600;
            font-size: 0.95rem;
            padding: 0.8rem 2.4rem;
            border-radius: 3.5rem;
            border: 2px solid var(--naranja);
            text-decoration: none;
            transition: all 0.4s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        [data-theme="dark"] .btn-hero-outline { background: rgba(0, 0, 0, 0.35); }
        .btn-hero-outline:hover {
            background: var(--naranja);
            color: #fff;
            border-color: var(--naranja);
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(255, 136, 0, 0.30);
        }
        .hero-scroll-indicator {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            animation: floatDown 2.2s ease-in-out infinite;
            color: var(--azul-nube);
            font-size: 1.8rem;
            opacity: 0.5;
            cursor: pointer;
            transition: opacity 0.3s ease;
        }
        .hero-scroll-indicator:hover { opacity: 1; }
        @keyframes floatDown {
            0%,100% { transform: translateX(-50%) translateY(0); }
            50% { transform: translateX(-50%) translateY(14px); }
        }

        /* ── SECCIONES ── */
        .section-paquetes { padding: 5rem 0 3rem; background: var(--bg-section-alt); }
        .section-premium-compact { padding: 4.5rem 0; background: var(--bg-section-main); }
        .section-beneficios { padding: 5rem 0; background: var(--bg-section-main); }
        .section-testimonios { padding: 5rem 0 3.5rem; background: var(--bg-section-alt); }
        .section-galeria { padding: 5rem 0 4rem; background: var(--bg-section-main); }
        .section-pilotos { padding: 5rem 0 4rem; background: var(--bg-section-alt); }
        .section-estadisticas { padding: 4rem 0; background: var(--bg-section-alt); }
        .section-mapa { padding: 4rem 0; background: var(--bg-section-main); }
        .section-reserva { padding: 4.5rem 0 5rem; background: var(--bg-section-alt); }
        .section-despegue { padding: 5rem 0; background: var(--bg-section-main); }
        .section-quienes-somos { padding: 5rem 0; background: var(--bg-section-alt); }

        .section-label {
            font-weight: 600;
            font-size: 0.75rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: var(--azul-nube);
            margin-bottom: 0.5rem;
            display: block;
            text-align: center;
        }
        .section-heading {
            font-family: var(--font-titulos);
            font-weight: 700;
            font-size: clamp(1.7rem, 3.2vw, 2.4rem);
            margin-bottom: 0.8rem;
            color: var(--text-heading);
            text-align: center;
        }
        .section-heading span.destacado { color: var(--azul-nube); }

        /* ── SWIPER PAQUETES ── */
        .swiper-paquetes-outer { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
        .swiper-paquetes { width: 100%; padding: 2rem 0 4.5rem; overflow: hidden; }
        .package-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-xl);
            overflow: hidden;
            transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
            box-shadow: var(--shadow-sm);
        }
        .package-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--azul-nube); }
        .package-card:active { transform: scale(0.98); transition: transform 0.15s ease; }
        .package-card.destacado { box-shadow: 0 8px 40px rgba(0, 191, 255, 0.12); background: var(--bg-card-alt); border-color: rgba(0, 191, 255, 0.25); }
        .package-img-wrapper { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: var(--gris-piedra-claro); position: relative; }
        .package-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .package-card:hover .package-img-wrapper img { transform: scale(1.08); }
        .package-badge {
            position: absolute;
            top: 1rem; right: 1rem;
            background: var(--naranja);
            color: #fff;
            font-weight: 700;
            font-size: 0.68rem;
            padding: 0.3rem 1rem;
            border-radius: 2rem;
            z-index: 2;
            box-shadow: 0 4px 16px rgba(255, 136, 0, 0.30);
            animation: pulseBadge 2.5s ease-in-out infinite;
        }
        @keyframes pulseBadge {
            0%,100% { box-shadow: 0 4px 16px rgba(255, 136, 0, 0.30); }
            50% { box-shadow: 0 4px 28px rgba(255, 136, 0, 0.50); }
        }
        .package-body { padding: 1.6rem; display: flex; flex-direction: column; flex-grow: 1; }
        .package-icon {
            width: 48px; height: 48px;
            border-radius: var(--radius-md);
            background: rgba(0, 191, 255, 0.06);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            color: var(--azul-nube);
            margin-bottom: 1rem;
            transition: all 0.4s ease;
        }
        .package-card h3 { font-family: var(--font-titulos); font-weight: 700; font-size: 1.25rem; margin-bottom: 0.4rem; color: var(--text-heading); }
        .package-card .precio { font-family: var(--font-titulos); font-weight: 700; font-size: 1.8rem; color: var(--azul-nube); margin: 0.6rem 0 1rem; }
        .package-features { list-style: none; padding: 0; margin: 0 0 1.5rem; flex-grow: 1; }
        .package-features li { padding: 0.4rem 0; border-bottom: 1px solid var(--border-color); font-size: 0.83rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.6rem; }
        .package-features li i { color: var(--azul-nube); font-size: 0.9rem; flex-shrink: 0; }
        .btn-package {
            background: transparent;
            border: 2px solid var(--azul-nube);
            color: var(--azul-nube);
            font-weight: 600;
            padding: 0.65rem 1.6rem;
            border-radius: 3rem;
            text-align: center;
            text-decoration: none;
            transition: all 0.35s ease;
            display: inline-block;
            align-self: center;
            margin-top: auto;
        }
        .btn-package:hover { background: var(--azul-nube); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 22px rgba(0, 191, 255, 0.25); }
        .btn-package.destacado-btn {
            background: linear-gradient(135deg, #ff8800 0%, #ffbb33 100%);
            color: #fff;
            border: none;
            font-weight: 700;
            box-shadow: 0 6px 25px rgba(255, 136, 0, 0.25);
        }
        .btn-package.destacado-btn:hover { background: linear-gradient(135deg, #e07000 0%, #ff9900 100%); box-shadow: 0 10px 35px rgba(255, 136, 0, 0.40); transform: translateY(-3px); color: #fff; }

        /* ── PREMIUM COMPACT ── */
        .premium-compact-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 0;
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
            box-shadow: var(--shadow-sm);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        .premium-compact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--azul-nube); }
        .premium-compact-card .premium-badge-top {
            position: absolute;
            top: 12px; right: 12px;
            z-index: 2;
            background: linear-gradient(135deg, #ff8800, #ffbb33);
            color: #fff;
            font-size: 0.6rem;
            font-weight: 700;
            padding: 0.25rem 0.7rem;
            border-radius: 20px;
            letter-spacing: 0.05em;
        }
        .premium-img-wrapper { width: 100%; height: 150px; overflow: hidden; background: var(--gris-piedra-claro); flex-shrink: 0; position: relative; }
        .premium-img-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .premium-compact-card:hover .premium-img-wrapper img { transform: scale(1.08); }
        .premium-compact-body { padding: 1.2rem 1.2rem 1.5rem; display: flex; flex-direction: column; flex-grow: 1; align-items: center; }
        .premium-compact-icon { font-size: 1.8rem; color: var(--azul-nube); margin-bottom: 0.4rem; display: inline-block; margin-top: -0.2rem; }
        .premium-compact-card h4 { font-family: var(--font-titulos); font-weight: 700; font-size: 1rem; color: var(--text-heading); margin-bottom: 0.3rem; }
        .premium-compact-card .premium-precio { font-family: var(--font-titulos); font-weight: 700; font-size: 1.4rem; color: var(--naranja); margin: 0.4rem 0 0.6rem; }
        .premium-compact-card p { color: var(--text-muted); font-size: 0.78rem; margin: 0 0 0.8rem; line-height: 1.5; flex-grow: 1; }
        .btn-premium-sm {
            background: var(--azul-nube);
            color: #fff;
            font-weight: 600;
            font-size: 0.75rem;
            padding: 0.5rem 1.3rem;
            border-radius: 25px;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
            border: none;
            cursor: pointer;
            margin-top: auto;
        }
        .btn-premium-sm:hover { background: #0099cc; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0, 191, 255, 0.3); color: #fff; }

        /* ── BENEFICIOS ── */
        .beneficio-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 2.2rem 1.5rem;
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
            box-shadow: var(--shadow-sm);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }
        .beneficio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--azul-nube); }
        .beneficio-icon { font-size: 2.8rem; color: var(--azul-nube); margin-bottom: 1rem; display: block; }
        .beneficio-card h3 { font-family: var(--font-titulos); font-weight: 600; font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--text-heading); }
        .beneficio-card p { color: var(--text-muted); font-size: 0.85rem; margin: 0; }

        /* ── TESTIMONIOS ── */
        .testimonio-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 2rem 1.8rem;
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
            box-shadow: var(--shadow-sm);
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .testimonio-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
        .testimonio-avatar {
            width: 70px; height: 70px;
            border-radius: 50%;
            background: var(--azul-nube);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 2rem;
            color: #fff;
            font-weight: 700;
            flex-shrink: 0;
        }
        .testimonio-card blockquote {
            font-style: italic;
            color: var(--text-muted);
            font-size: 0.95rem;
            margin: 0 0 0.5rem;
            quotes: "「" "」";
            flex-grow: 1;
        }
        .testimonio-card blockquote::before { content: "「"; }
        .testimonio-card blockquote::after { content: "」"; }
        .testimonio-card .autor { font-weight: 600; color: var(--text-heading); margin-top: 0.5rem; }
        .testimonio-card .rol { font-size: 0.8rem; color: var(--azul-nube); }

        /* ── GALERÍA ── */
        .galeria-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.2rem; max-width: 1100px; margin: 0 auto; }
        .galeria-item {
            border-radius: var(--radius-md);
            overflow: hidden;
            aspect-ratio: 1/1;
            background: var(--gris-piedra-claro);
            cursor: pointer;
            transition: all 0.4s ease;
            position: relative;
            box-shadow: var(--shadow-sm);
            border: none;
            display: block;
            text-decoration: none;
        }
        .galeria-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .galeria-item:hover img { transform: scale(1.08); }
        .galeria-item::after {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 191, 255, 0);
            transition: background 0.4s ease;
            pointer-events: none;
        }
        .galeria-item:hover::after { background: rgba(0, 191, 255, 0.08); }

        /* ── PILOTOS ── */
        .piloto-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-xl);
            overflow: hidden;
            transition: all 0.4s ease;
            height: 100%;
            box-shadow: var(--shadow-sm);
            text-align: center;
            padding-bottom: 1.8rem;
            display: flex;
            flex-direction: column;
        }
        .piloto-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--azul-nube); }
        .piloto-card .piloto-foto { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: var(--gris-piedra-claro); flex-shrink: 0; }
        .piloto-card .piloto-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .piloto-card:hover .piloto-foto img { transform: scale(1.05); }
        .piloto-card .piloto-info { padding: 1.2rem 1rem 0.5rem; flex-grow: 1; display: flex; flex-direction: column; align-items: center; }
        .piloto-card .piloto-info h3 { font-family: var(--font-titulos); font-weight: 700; font-size: 1.1rem; color: var(--text-heading); margin-bottom: 0.2rem; }
        .piloto-card .piloto-info .piloto-especialidad { color: var(--azul-nube); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.04em; }
        .piloto-card .piloto-info .piloto-experiencia { color: var(--text-muted); font-size: 0.8rem; margin-top: 0.5rem; }

        /* ── ESTADÍSTICAS ── */
        .estadistica-item { text-align: center; }
        .estadistica-numero { font-family: var(--font-titulos); font-weight: 800; font-size: 2.8rem; color: var(--azul-nube); line-height: 1.2; }
        .estadistica-label { color: var(--text-muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }

        /* ── MAPA ── */
        .mapa-wrapper { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: none; max-width: 1000px; margin: 0 auto; }
        .mapa-wrapper iframe { width: 100%; height: 350px; border: 0; display: block; }

        /* ── DESPEGUE ── */
        .globo-ascendente {
            text-align: center;
            max-width: 550px;
            margin: 0 auto;
            padding: 3rem 2rem;
            background: var(--bg-card);
            border-radius: var(--radius-xl);
            box-shadow: var(--shadow-sm);
            transition: transform 0.5s ease, box-shadow 0.5s ease;
            border: 1px solid var(--border-color);
        }
        .globo-ascendente:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--azul-nube); }
        .globo-emoji { font-size: 4.5rem; display: inline-block; animation: floatGlobo 4s ease-in-out infinite; }
        @keyframes floatGlobo {
            0%,100% { transform: translateY(0); }
            40% { transform: translateY(-18px); }
            60% { transform: translateY(-8px); }
        }

        /* ── FORMULARIO ── */
        .form-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-xl);
            padding: 2.8rem 2.8rem;
            max-width: 680px;
            margin: 0 auto;
            box-shadow: var(--shadow-sm);
            transition: all 0.4s ease;
            position: relative;
        }
        .form-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--azul-nube), var(--naranja));
            border-radius: var(--radius-xl) var(--radius-xl) 0 0;
        }
        .form-card:focus-within { box-shadow: var(--shadow-md), 0 0 0 1px var(--azul-nube) inset; }
        .form-header { text-align: center; margin-bottom: 2rem; }
        .form-header-icon { font-size: 2.5rem; color: var(--azul-nube); margin-bottom: 0.5rem; display: inline-block; }
        .form-header h4 { font-family: var(--font-titulos); font-weight: 700; font-size: 1.3rem; color: var(--text-heading); margin-bottom: 0.3rem; }
        .form-header p { color: var(--text-muted); font-size: 0.82rem; margin: 0; }
        .form-label-mini { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 0.3rem; display: block; font-weight: 600; }
        .form-control {
            background: var(--bg-input) !important;
            border: 1.5px solid var(--border-input) !important;
            color: var(--text-body) !important;
            border-radius: var(--radius-md) !important;
            padding: 0.85rem 1.2rem !important;
            font-size: 0.9rem !important;
            transition: all 0.3s ease !important;
            font-family: var(--font-cuerpo) !important;
            min-height: 50px;
        }
        .form-control::placeholder { color: var(--text-muted); opacity: 0.5; }
        .form-control:focus { border-color: var(--azul-nube) !important; box-shadow: 0 0 0 4px rgba(0, 191, 255, 0.08) !important; background: var(--bg-card) !important; outline: none !important; }
        .form-select { cursor: pointer; }
        .form-select option { background: var(--bg-card); color: var(--text-body); }

        .phone-group {
            display: flex;
            align-items: stretch;
            border-radius: var(--radius-md);
            overflow: hidden;
            border: 1.5px solid var(--border-input);
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
            background: var(--bg-input);
        }
        .phone-group:focus-within {
            border-color: var(--azul-nube);
            box-shadow: 0 0 0 4px rgba(0, 191, 255, 0.08);
        }
        .phone-group select {
            flex: 0 0 auto;
            width: auto;
            min-width: 90px;
            border: none !important;
            background: transparent !important;
            color: var(--text-body);
            padding: 0.85rem 0.8rem;
            font-size: 0.9rem;
            font-family: var(--font-cuerpo);
            border-radius: 0;
            outline: none;
            appearance: none;
            background-image: none;
        }
        .phone-group select option { background: var(--bg-card); color: var(--text-body); }
        .phone-group input {
            flex: 1 1 auto;
            border: none !important;
            background: transparent !important;
            color: var(--text-body);
            padding: 0.85rem 1.2rem;
            font-size: 0.9rem;
            font-family: var(--font-cuerpo);
            outline: none;
            min-height: auto;
            box-shadow: none !important;
        }
        .phone-group input::placeholder { color: var(--text-muted); opacity: 0.5; }

        .btn-enviar-reserva {
            background: linear-gradient(135deg, #ff8800 0%, #ffbb33 100%);
            color: #fff;
            font-weight: 700;
            font-size: 0.95rem;
            padding: 0.9rem 2.5rem;
            border-radius: 3.5rem;
            width: 100%;
            border: none;
            cursor: pointer;
            transition: all 0.4s ease;
            box-shadow: 0 8px 30px rgba(255, 136, 0, 0.25);
            position: relative;
            overflow: hidden;
            letter-spacing: 0.02em;
            min-height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }
        .btn-enviar-reserva::before {
            content: '';
            position: absolute;
            top: 50%; left: 50%;
            width: 0; height: 0;
            background: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s ease, height 0.6s ease;
        }
        .btn-enviar-reserva:hover::before { width: 400px; height: 400px; }
        .btn-enviar-reserva:hover { transform: translateY(-3px); box-shadow: 0 14px 45px rgba(255, 136, 0, 0.35); background: linear-gradient(135deg, #e07000 0%, #ff9900 100%); }
        .btn-enviar-reserva:active { transform: scale(0.96); transition: transform 0.15s ease; }
        .btn-enviar-reserva:disabled { cursor: not-allowed; opacity: 0.7; transform: none; }

        /* Select2 */
        .select2-container--bootstrap-5 .select2-selection {
            background: var(--bg-input) !important;
            border: 1.5px solid var(--border-input) !important;
            color: var(--text-body) !important;
            border-radius: var(--radius-md) !important;
            min-height: 50px !important;
            display: flex !important;
            align-items: center !important;
        }
        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered { color: var(--text-body) !important; line-height: 1.5 !important; }
        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__placeholder { color: var(--text-muted) !important; opacity: 0.5; }
        .select2-container--bootstrap-5 .select2-dropdown { background: var(--bg-card) !important; border: 1px solid var(--border-input) !important; border-radius: var(--radius-md) !important; box-shadow: var(--shadow-md) !important; color: var(--text-body) !important; }
        .select2-container--bootstrap-5 .select2-results__option--highlighted { background: rgba(0, 191, 255, 0.12) !important; color: var(--text-heading) !important; }
        .select2-container--bootstrap-5 .select2-search__field { background: var(--bg-input) !important; color: var(--text-body) !important; border: 1px solid var(--border-input) !important; border-radius: var(--radius-sm) !important; }

        /* ── SWIPER NAVIGATION ── */
        .swiper-button-next,
        .swiper-button-prev {
            color: var(--azul-nube) !important;
            background: var(--bg-card);
            width: 44px !important; height: 44px !important;
            border-radius: 50%;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid var(--border-color);
            transition: all 0.3s ease;
            box-shadow: var(--shadow-sm);
        }
        .swiper-button-next:hover,
        .swiper-button-prev:hover { background: var(--bg-card-alt); border-color: var(--azul-nube); }
        .swiper-button-next::after,
        .swiper-button-prev::after { font-size: 1rem !important; font-weight: 700; }
        .swiper-pagination-bullet { background: var(--text-muted) !important; opacity: 0.3; transition: all 0.3s ease; }
        .swiper-pagination-bullet-active { background: var(--azul-nube) !important; opacity: 1; width: 24px !important; border-radius: 6px !important; }

        /* ── QUIENES SOMOS ── */
        .quienes-somos-card {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-xl);
            padding: 2.5rem 2rem;
            height: 100%;
            box-shadow: var(--shadow-sm);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        .quienes-somos-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--azul-nube); }
        .quienes-somos-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 4px; height: 100%;
            background: linear-gradient(180deg, var(--azul-nube), var(--naranja));
            border-radius: 0 4px 4px 0;
        }
        .quienes-somos-icon { font-size: 2.6rem; color: var(--azul-nube); margin-bottom: 1rem; display: inline-block; }
        .quienes-somos-card h3 { font-family: var(--font-titulos); font-weight: 700; font-size: 1.3rem; margin-bottom: 0.8rem; color: var(--text-heading); }
        .quienes-somos-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.8; margin: 0; flex-grow: 1; }
        .indicacion-item {
            background: var(--bg-card);
            border: 1px solid var(--border-color);
            border-radius: var(--radius-lg);
            padding: 1.8rem 1.5rem;
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
            box-shadow: var(--shadow-sm);
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .indicacion-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--naranja); }
        .indicacion-item .indicacion-icon { font-size: 2.5rem; color: var(--naranja); margin-bottom: 0.8rem; display: block; }
        .indicacion-item h4 { font-family: var(--font-titulos); font-weight: 600; font-size: 1rem; margin-bottom: 0.5rem; color: var(--text-heading); }
        .indicacion-item p { color: var(--text-muted); font-size: 0.83rem; margin: 0; flex-grow: 1; }
        .experiencia-badge-large {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(0, 191, 255, 0.08);
            border: 1px solid rgba(0, 191, 255, 0.2);
            color: var(--azul-nube);
            padding: 0.6rem 1.6rem;
            border-radius: 3rem;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.06em;
            margin-bottom: 1.2rem;
        }

        /* ── FOOTER ── */
        .footer-premium { background: var(--bg-footer); color: var(--text-footer); padding: 3rem 0 2rem; font-size: 0.83rem; border-top: none; text-align: center; }
        .footer-premium a { color: var(--text-footer); text-decoration: none; transition: color 0.3s ease; }
        .footer-premium a:hover { color: var(--azul-nube); }
        .footer-social-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px; height: 38px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.3s ease;
            font-size: 1.1rem;
            color: var(--text-footer);
        }
        .footer-social-link:hover { background: var(--azul-nube); border-color: var(--azul-nube); transform: translateY(-2px); color: #fff; }

        /* ── BOTONES FLOTANTES ── */
        .btn-fixed-reservar {
            display: none;
            position: fixed;
            bottom: 1.2rem;
            bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px));
            left: 50%;
            transform: translateX(-50%);
            z-index: 1040;
            background: linear-gradient(135deg, #ff8800 0%, #ffbb33 100%);
            color: #fff;
            font-weight: 700;
            font-size: 0.85rem;
            padding: 0.8rem 2.2rem;
            border-radius: 50px;
            text-decoration: none;
            box-shadow: 0 12px 44px rgba(255, 136, 0, 0.35);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            white-space: nowrap;
            letter-spacing: 0.03em;
        }
        .btn-fixed-reservar:active { transform: translateX(-50%) scale(0.94); }
        .btn-fixed-reservar.hidden { opacity: 0; pointer-events: none; transform: translateX(-50%) translateY(20px); }

        /* ── FANCYBOX ── */
        .fancybox__container { --fancybox-bg: rgba(0, 0, 0, 0.92); }
        [data-theme="dark"] .fancybox__container { --fancybox-bg: rgba(0, 0, 0, 0.96); }
        .fancybox__caption { font-family: var(--font-cuerpo); font-weight: 500; }

        /* ── Air Datepicker dark theme ── */
        [data-theme="dark"] .air-datepicker {
            --adp-background-color: #121212;
            --adp-background-color-hover: #1e1e1e;
            --adp-background-color-active: #00bfff;
            --adp-color: #b0b0b0;
            --adp-color-secondary: #6a6a6a;
            --adp-border-color: #292929;
            --adp-cell-background-color-selected: #00bfff;
            --adp-cell-background-color-selected-hover: #0099cc;
            --adp-cell-color: #b0b0b0;
            --adp-cell-color-hover: #fff;
        }

        /* ── MEDIA QUERIES ── */
        @media (max-width: 1199px) {
            .hero-video-section { height: 100vh; height: 100dvh; min-height: 480px; border-radius: 0 0 36px 36px; }
            .hero-content { padding: 2rem 1.5rem; }
            .swiper-paquetes-outer { padding: 0 1rem; }
            .section-paquetes { padding: 3.5rem 0 2rem; }
            .section-premium-compact { padding: 3rem 0; }
            .section-beneficios { padding: 3.5rem 0; }
            .section-testimonios { padding: 3.5rem 0 2.5rem; }
            .section-galeria { padding: 3.5rem 0 3rem; }
            .section-pilotos { padding: 3.5rem 0 3rem; }
            .section-estadisticas { padding: 3rem 0; }
            .section-mapa { padding: 3rem 0; }
            .section-reserva { padding: 3.5rem 0 4rem; }
            .section-despegue { padding: 3.5rem 0; }
            .section-quienes-somos { padding: 3.5rem 0; }
            .package-body { padding: 1.2rem; }
            .package-card h3 { font-size: 1.1rem; }
            .package-card .precio { font-size: 1.5rem; }
            .premium-img-wrapper { height: 120px; }
            .premium-compact-body { padding: 1rem 1rem 1.3rem; }
            .premium-compact-card h4 { font-size: 0.9rem; }
            .premium-compact-card .premium-precio { font-size: 1.2rem; }
            .estadistica-numero { font-size: 2.2rem; }
            .galeria-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.8rem; }
            .form-card { padding: 2rem 1.8rem; }
            .mapa-wrapper { max-width: 100%; }
            .mapa-wrapper iframe { height: 300px; }
        }

        @media (max-width: 991px) {
            html { scroll-padding-top: 70px; }
            .navbar-modern { top: 10px; width: calc(100% - 20px); border-radius: 44px; padding: 0 1rem 0 1.3rem; height: 54px; }
            .navbar-modern.scrolled { top: 6px; width: calc(100% - 16px); height: 46px; border-radius: 36px; padding: 0 0.8rem 0 1.1rem; }
            .nav-links-modern { display: none; }
            .btn-cta-modern { display: none; }
            .toggler-modern { display: flex; }
            .hero-title { font-size: clamp(1.7rem, 4.5vw, 2.2rem); }
            .hero-subtitle { font-size: 0.85rem; max-width: 400px; }
            .btn-fixed-reservar { display: inline-block; }
            .swiper-button-next,
            .swiper-button-prev { display: none !important; }
            .galeria-grid { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 0.7rem; }
            .form-card { padding: 1.8rem 1.4rem; max-width: 100%; }
            .offcanvas-mobile { max-width: 100%; border-radius: 0; }
            .swiper-paquetes { padding: 1.5rem 0 3.5rem; }
            .premium-img-wrapper { height: 130px; }
            .swiper-paquetes-outer { padding: 0 0.5rem; }
            .mapa-wrapper { max-width: 100%; }
            .mapa-wrapper iframe { height: 280px; }
        }

        @media (max-width: 767px) {
            html { scroll-padding-top: 60px; }
            .navbar-modern { top: 8px; width: calc(100% - 14px); border-radius: 36px; height: 46px; padding: 0 0.8rem 0 1rem; }
            .navbar-modern.scrolled { top: 4px; width: calc(100% - 10px); height: 40px; border-radius: 30px; }
            .brand-logo-wrapper { width: 34px; height: 34px; border-radius: 10px; }
            .brand-text-modern .brand-name { font-size: 0.85rem; }
            .hero-content { padding: 1.5rem 1rem; }
            .hero-title { font-size: 1.5rem; line-height: 1.2; }
            .hero-subtitle { font-size: 0.78rem; max-width: 320px; margin-bottom: 1.8rem; }
            .section-heading { font-size: clamp(1.4rem, 3vw, 1.8rem); }
            .section-paquetes { padding: 2.8rem 0 1.5rem; }
            .section-premium-compact { padding: 2.5rem 0; }
            .premium-img-wrapper { height: 110px; }
            .premium-compact-body { padding: 0.9rem 0.8rem 1.2rem; }
            .premium-compact-card h4 { font-size: 0.82rem; }
            .premium-compact-card .premium-precio { font-size: 1.1rem; }
            .premium-compact-card p { font-size: 0.7rem; }
            .btn-premium-sm { font-size: 0.7rem; padding: 0.4rem 1rem; }
            .form-card { padding: 1.5rem 1rem; }
            .btn-fixed-reservar { bottom: 0.8rem; font-size: 0.75rem; padding: 0.65rem 1.5rem; }
            .globo-emoji { font-size: 2.8rem; }
            .galeria-grid { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; }
            .swiper-paquetes-outer { padding: 0 0.3rem; }
            .hero-scroll-indicator { bottom: 1rem; font-size: 1.4rem; }
            .hero-cta { gap: 0.6rem; }
            .btn-hero-primary,
            .btn-hero-outline { font-size: 0.8rem; padding: 0.65rem 1.5rem; }
            .offcanvas-nav-link { padding: 0.75rem 1rem; font-size: 0.9rem; }
            .mapa-wrapper iframe { height: 240px; }
        }

        @media (max-width: 380px) {
            .hero-title { font-size: 1.3rem; }
            .brand-text-modern .brand-tagline { display: none; }
            .theme-toggle-btn { width: 32px; height: 32px; font-size: 1rem; margin-left: 0.3rem; }
            .premium-img-wrapper { height: 90px; }
            .btn-hero-primary,
            .btn-hero-outline { font-size: 0.72rem; padding: 0.55rem 1.2rem; }
            .galeria-grid { grid-template-columns: repeat(2, 1fr); gap: 0.4rem; }
        }

        @media (min-width: 992px) {
            .hero-video-section { height: 100vh; height: 100dvh; margin-top: 0; border-radius: 0; }
        }

        @media (hover: none) and (pointer: coarse) {
            .btn-hero-primary:active,
            .btn-hero-outline:active,
            .btn-package:active,
            .btn-premium-sm:active,
            .btn-enviar-reserva:active { transform: scale(0.94); transition: transform 0.1s ease; }
            .package-card:active { transform: scale(0.97); }
        }