        :root {
            --neon-cyan: #00ffff;
            --neon-pink: #ff00ff;
            --neon-blue: #0066ff;
            --neon-purple: #9d00ff;
            --neon-green: #00ff88;
            --dark-bg: #000000;
            --glass-bg: rgba(0, 255, 255, 0.05);
            --glass-border: rgba(0, 255, 255, 0.2);
            --text-primary: #ffffff;
            --text-secondary: #00cccc;

            /* Dropdown "Precios" (header) */
            --dropdown-bg-alpha: 1;
            /* 1 = sólido. Ej: 0.95 = levemente translúcido */

            /* Offset para anclas con header fijo */
            --header-scroll-offset: 140px;

            /* ========================================
               CONTROLES DE VIDEO BACKGROUND HERO
               ======================================== */
            /* ACTIVAR/DESACTIVAR VIDEO: true = activado, false = desactivado */
            --hero-video-enabled: true;

            /* NOMBRE DEL ARCHIVO DE VIDEO (cambiar según tu archivo) */
            /* Ej: 'background.mp4', 'hero-video.webm', etc. */
            --hero-video-file: 'public/media/fondo.mp4';

            /* BRILLO DEL VIDEO: valor entre 0.1 (muy oscuro) y 1.0 (brillo normal) */
            /* Valores recomendados: 0.3 - 0.6 */
            --hero-video-brightness: 0.6;

            /* BLUR DEL VIDEO: valor en px (0px = sin blur, 10px = muy difuminado) */
            /* Valores recomendados: 0px - 5px */
            --hero-video-blur: 0px;

            /* OPACIDAD DEL VIDEO: valor entre 0 (invisible) y 1 (completamente visible) */
            /* Valores recomendados: 0.3 - 0.7 */
            --hero-video-opacity: 0.5;

            /* ======================================== */
        }

        /* Evitar que el header fijo tape títulos al navegar por anclas */
        #inicio,
        #como-funciona,
        /*#Workers,*/
        #precios,
        #precios-chatbot,
        /*#precios-workers,*/
        #agentes-operativos,
        #precios-bolsas,
        #bolsas-interacciones {
            scroll-margin-top: var(--header-scroll-offset);
        }

        @font-face {
            font-family: 'Arista Pro';
            src: url('../media/Arista-Pro-Bold-trial.ttf') format('truetype');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Rajdhani', sans-serif;
            background: var(--dark-bg);
            color: var(--text-primary);
            overflow-x: hidden;
            line-height: 1.6;
        }

        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background:
                linear-gradient(0deg, transparent 24%, rgba(0, 255, 255, 0.05) 25%, rgba(0, 255, 255, 0.05) 26%, transparent 27%, transparent 74%, rgba(0, 255, 255, 0.05) 75%, rgba(0, 255, 255, 0.05) 76%, transparent 77%, transparent),
                linear-gradient(90deg, transparent 24%, rgba(0, 255, 255, 0.05) 25%, rgba(0, 255, 255, 0.05) 26%, transparent 27%, transparent 74%, rgba(0, 255, 255, 0.05) 75%, rgba(0, 255, 255, 0.05) 76%, transparent 77%, transparent);
            background-size: 50px 50px;
            z-index: -1;
            pointer-events: none;
        }

        .neon-text {
            font-family: 'Arista Pro', 'Orbitron', sans-serif;
            color: #fff;
            text-shadow: 0 0 5px var(--neon-cyan), 0 0 10px rgba(0, 242, 255, 0.7);
            animation: neonFlicker 3s infinite alternate;
        }

        @keyframes neonFlicker {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.85;
            }
        }

        .glass {
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            border-radius: 12px;
            box-shadow:
                0 8px 32px rgba(0, 255, 255, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        .site-header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            padding: 1.5rem 5%;
            background: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--glass-border);
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }

        /*
        .logo-container {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .logo-container img {
            height: 50px;
            filter: drop-shadow(0 0 10px var(--neon-cyan));
        }
*/
        .logo-container a {
            display: flex !important;
            /* Esto es la clave: alinea los centros de las imágenes */
            align-items: center !important;
            /* Alinea el contenido al inicio del contenedor */
            justify-content: flex-start !important;
            gap: 0.8rem;
            text-decoration: none;
            height: 60px;
            /* Damos un aire al contenedor */
        }

        .logo-container img {
            /* Eliminamos cualquier alineación de texto residual */
            display: block;
        }

        /* Isotipo: Lo subimos un poco para que se vea con presencia */
        .logo-container a img:first-child {
            height: 35px !important;
            /* Prueba con 35px */
            width: auto;
            filter: drop-shadow(0 0 10px var(--neon-cyan));
        }

        /* Logo Texto: Lo escalamos para que sea el líder */
        .logo-container a img:last-child {
            height: 70px !important;
            /* Subimos a 45px para que se vea grande */
            width: auto;
        }

        /* AJUSTE PARA SMARTPHONES */
        @media (max-width: 768px) {
            .logo-container a {
                height: 50px;
                /* Reducimos la altura del contenedor en móvil */
                gap: 0.5rem;
                /* Acortamos el espacio entre isotipo y logo */
            }

            .logo-container a img:first-child {
                height: 25px !important;
                /* El isotipo baja un poco */
            }

            .logo-container a img:last-child {
                height: 45px !important;
                /* El logo de 70px bajaría a 45px para no romper el nav */
            }
        }


        .nav-links {
            display: flex;
            gap: 2rem;
            list-style: none;
            align-items: center;
        }

        .nav-links a {
            color: var(--text-primary);
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--neon-cyan);
            box-shadow: 0 0 10px var(--neon-cyan);
            transition: width 0.3s ease;
        }

        .nav-links a:hover::after {
            width: 100%;
        }

        .nav-links a:hover {
            color: var(--neon-cyan);
            text-shadow: 0 0 10px var(--neon-cyan);
        }

        .cta-button {
            background: linear-gradient(135deg, var(--neon-cyan), var(--neon-blue));
            color: var(--dark-bg);
            padding: 0.8rem 2rem;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
            text-decoration: none;
            display: inline-block;
            font-family: 'Orbitron', sans-serif;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 0 40px rgba(0, 255, 255, 0.8);
        }

        .secondary-button {
            background: transparent;
            color: var(--neon-cyan);
            padding: 0.8rem 2rem;
            border: 2px solid var(--neon-cyan);
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            font-family: 'Orbitron', sans-serif;
        }

        .secondary-button:hover {
            background: var(--neon-cyan);
            color: var(--dark-bg);
            box-shadow: 0 0 30px var(--neon-cyan);
            transform: translateY(-3px);
        }

        /* Floating Registration Button */
        .floating-btn {
            position: fixed;
            top: 100px;
            right: 20px;
            background: linear-gradient(135deg, var(--neon-cyan), var(--neon-blue));
            color: var(--dark-bg);
            padding: 12px 20px;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            z-index: 999;
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            font-family: 'Orbitron', sans-serif;
        }

        .floating-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 0 30px rgba(0, 255, 255, 0.8);
        }

        @media (max-width: 768px) {
            .floating-btn {
                top: auto;
                bottom: 20px;
                right: 20px;
                padding: 12px;
            }

            .floating-btn span {
                display: none;
            }
        }

        /* Hero */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8rem 5% 4rem;
            position: relative;
            overflow: hidden;
        }

        /* ========================================
           VIDEO BACKGROUND HERO
           ======================================== 
           El video se muestra solo si --hero-video-enabled es true
           Se aplican automáticamente los efectos de brillo, blur y opacidad
        */
        .hero-video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
            /* Aplicar efectos configurables */
            filter: brightness(var(--hero-video-brightness)) blur(var(--hero-video-blur));
            opacity: var(--hero-video-opacity);
            /* Ocultar si video está deshabilitado */
            display: var(--hero-video-enabled, block);
        }

        .hero-video-background.disabled {
            display: none !important;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(0, 255, 255, 0.1) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
            z-index: 1;
        }

        @keyframes pulse {

            0%,
            100% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 1;
            }

            50% {
                transform: translate(-50%, -50%) scale(1.1);
                opacity: 0.8;
            }
        }

        .hero-content {
            max-width: 1400px;
            text-align: center;
            z-index: 2;
            position: relative;
        }

        /* CAMBIO 1: Logo Michia en lugar de texto 
        .hero-logo {
            max-width: 500px;
            width: 90%;
            height: auto;
            margin: 0 auto 2rem;
            display: block;
            filter: drop-shadow(0 0 20px var(--neon-cyan));
            animation: neonFlicker 3s infinite alternate;
        }
		*/

        .hero-logo {
            max-width: 500px;
            width: 90%;
            height: auto;
            margin: 0 auto 2rem;
            display: block;
            /* Resetear TODOS los estilos visuales heredados */
            filter: none !important;
            box-shadow: none !important;
            text-shadow: none !important;
            border: none !important;
            outline: none !important;
            background: transparent !important;
            /* Aislar de transformaciones y efectos del contenedor */
            transform: none !important;
            opacity: 1 !important;
            /* Importante: evitar que herede estilos de elementos de texto */
            font-family: inherit;
            color: inherit;
        }

        .hero h1 {
            font-size: 4.5rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            font-family: 'Orbitron', sans-serif;
        }

        .hero h1 .highlight {
            background: linear-gradient(135deg, var(--neon-cyan), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero p {
            font-size: 1.5rem;
            margin-bottom: 3rem;
            color: var(--text-secondary);
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Hero carousel (título/subtítulo rotativos) */
        .hero {
            /* Variables para flechas del carrusel en hero */
            --hero-carousel-arrow-size: 56px;
            --hero-carousel-edge: clamp(0.75rem, 3vw, 2rem);
        }

        .hero-carousel {
            margin: 0 auto 1.5rem;
        }

        .hero-carousel-copy {
            min-width: 0;
            max-width: 1100px;
            margin: 0 auto;
        }

        #heroCarouselTitle.is-transitioning,
        #heroCarouselSubtitle.is-transitioning {
            opacity: 0;
            transform: translateY(6px);
        }

        #heroCarouselTitle,
        #heroCarouselSubtitle {
            transition: opacity 0.25s ease, transform 0.25s ease;
        }

        .hero-carousel-arrow {
            /* Flechas ancladas al viewport (no varían entre slides) */
            position: fixed;
            top: 50vh;
            transform: translateY(-50%);

            width: var(--hero-carousel-arrow-size, 56px);
            height: var(--hero-carousel-arrow-size, 56px);
            border-radius: 14px;
            border: 1px solid rgba(0, 255, 255, 0.25);
            background: rgba(10, 10, 30, 0.55);
            color: var(--neon-cyan);
            font-size: 2.2rem;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
            user-select: none;
            z-index: 900;
            /* sobre el video/copy; bajo modales */

            opacity: 0;
            pointer-events: none;
        }

        .hero.hero-carousel-arrows-visible .hero-carousel-arrow {
            opacity: 1;
            pointer-events: auto;
        }

        .hero-carousel-prev {
            left: var(--hero-carousel-edge, clamp(0.75rem, 3vw, 2rem));
        }

        .hero-carousel-next {
            right: var(--hero-carousel-edge, clamp(0.75rem, 3vw, 2rem));
        }

        .hero-carousel-arrow:hover {
            background: rgba(0, 255, 255, 0.08);
            box-shadow: 0 0 22px rgba(0, 255, 255, 0.25);
            transform: translateY(calc(-50% - 1px));
        }

        .hero-carousel-dots {
            display: flex;
            justify-content: center;
            gap: 0.6rem;
            margin: 1.25rem 0 0;
        }

        .hero-carousel-dot {
            width: 10px;
            height: 10px;
            border-radius: 999px;
            border: 1px solid rgba(0, 255, 255, 0.35);
            background: rgba(0, 255, 255, 0.08);
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .hero-carousel-dot.active {
            background: var(--neon-cyan);
            box-shadow: 0 0 14px rgba(0, 255, 255, 0.55);
            transform: scale(1.1);
        }

        .hero-buttons {
            display: flex;
            gap: 1.5rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .trust-badge {
            margin-top: 4rem;
            padding: 1.5rem;
            background: rgba(0, 255, 255, 0.03);
            border: 1px solid rgba(0, 255, 255, 0.15);
            border-radius: 12px;
            display: inline-block;
        }

        .trust-badge p {
            font-size: 0.95rem;
            margin-bottom: 0.5rem;
            color: var(--text-secondary);
        }

        .trust-badge .stats {
            display: flex;
            gap: 3rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-top: 1rem;
        }

        .stat-item {
            text-align: center;
        }

        .stat-item .number {
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--neon-cyan);
            text-shadow: 0 0 10px var(--neon-cyan);
            font-family: 'Orbitron', sans-serif;
        }

        .stat-item .label {
            font-size: 0.9rem;
            color: var(--text-secondary);
        }

        /* Sections */
        .section {
            padding: 6rem 5%;
            position: relative;
        }

        .section-content {
            max-width: 1400px;
            margin: 0 auto;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 900;
            margin-bottom: 1.5rem;
            text-align: center;
            font-family: 'Orbitron', sans-serif;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.3rem;
            color: var(--text-secondary);
            margin-bottom: 4rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        /* How it Works - Steps */
        .steps-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .step-card {
            padding: 2.5rem;
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            border-radius: 16px;
            transition: all 0.3s ease;
            position: relative;
            text-align: center;
        }

        .step-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--neon-cyan), var(--neon-pink));
            transform: scaleX(0);
            transition: transform 0.3s ease;
            border-radius: 16px 16px 0 0;
        }

        .step-card:hover {
            transform: translateY(-5px);
            border-color: var(--neon-cyan);
            box-shadow: 0 10px 40px rgba(0, 255, 255, 0.2);
        }

        .step-card:hover::before {
            transform: scaleX(1);
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--neon-cyan), var(--neon-blue));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            font-weight: 900;
            font-family: 'Orbitron', sans-serif;
            color: var(--dark-bg);
            margin: 0 auto 1.5rem;
            box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
        }

        .step-card h3 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: var(--neon-cyan);
            font-family: 'Orbitron', sans-serif;
        }

        .step-card p {
            font-size: 1.05rem;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.85);
        }

        /* Agents Grid */
        /*
        .agents-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
		*/

        /* Agents Grid - CORREGIDO PARA 3 COLUMNAS */
        .agents-grid {
            display: grid;
            /* Cambiamos auto-fit por un número fijo para evitar la 4ta columna en Edge/Firefox */
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 3rem;
            max-width: 1200px;
            /* Evita que las tarjetas se estiren demasiado */
            margin-left: auto;
            margin-right: auto;
        }

        .agent-card {
            padding: 2.5rem;
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            border-radius: 16px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            /* For soon-badge clipping */
        }

        .agent-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--neon-pink), var(--neon-purple));
            transform: scaleX(0);
            transition: transform 0.3s ease;
            border-radius: 16px 16px 0 0;
        }

        .agent-card:hover {
            transform: translateY(-5px);
            border-color: var(--neon-pink);
            box-shadow: 0 10px 40px rgba(255, 0, 255, 0.2);
        }

        .agent-card:hover::before {
            transform: scaleX(1);
        }

        .agent-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .agent-card h4 {
            font-size: 1.8rem;
            margin-bottom: 1rem;
            color: var(--neon-pink);
            font-family: 'Orbitron', sans-serif;
        }

        .agent-card p {
            font-size: 1.05rem;
            line-height: 1.7;
            color: rgba(255, 255, 255, 0.85);
        }

        .soon-badge {
            position: absolute;
            top: 12px;
            right: -32px;
            width: 120px;
            background: linear-gradient(135deg, var(--neon-pink), var(--neon-purple));
            color: #fff;
            text-align: center;
            font-size: 0.75rem;
            font-weight: 900;
            font-family: 'Orbitron', sans-serif;
            text-transform: uppercase;
            padding: 4px 0;
            transform: rotate(45deg);
            box-shadow: 0 0 10px rgba(255, 0, 255, 0.4);
            z-index: 10;
            letter-spacing: 1px;
            pointer-events: none;
        }

        .custom-agent {
            grid-column: 1 / -1;
            background: linear-gradient(135deg, rgba(0, 255, 255, 0.05), rgba(255, 0, 255, 0.05));
            border: 2px solid var(--neon-cyan);
            text-align: center;
            padding: 3rem;
        }

        .custom-agent h4 {
            font-size: 2.2rem;
            color: var(--neon-cyan);
            margin-bottom: 1rem;
        }

        /* Pricing */
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2.5rem;
            margin-top: 3rem;
        }

        .pricing-card {
            padding: 3rem;
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            border-radius: 16px;
            transition: all 0.3s ease;
            position: relative;
        }

        .pricing-card.featured {
            border: 2px solid var(--neon-cyan);
            transform: scale(1.05);
            box-shadow: 0 20px 60px rgba(0, 255, 255, 0.3);
        }

        .pricing-card.featured::before {
            content: 'MÁS ELEGIDO POR NUESTROS CLIENTES';
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, var(--neon-cyan), var(--neon-pink));
            color: var(--dark-bg);
            padding: 0.5rem 2rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 900;
            font-family: 'Orbitron', sans-serif;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
            border-color: var(--neon-cyan);
            box-shadow: 0 20px 60px rgba(0, 255, 255, 0.2);
        }

        .pricing-card h3 {
            font-size: 2rem;
            margin-bottom: 1rem;
            color: var(--neon-cyan);
            font-family: 'Orbitron', sans-serif;
        }

        .pricing-card .price {
            font-size: 3rem;
            font-weight: 900;
            color: var(--text-primary);
            margin-bottom: 0.5rem;
            font-family: 'Orbitron', sans-serif;
        }

        .pricing-card .price span {
            font-size: 1.2rem;
            color: var(--text-secondary);
        }

        .pricing-card .billing {
            font-size: 1rem;
            color: var(--text-secondary);
            margin-bottom: 0.5rem;
        }

        .pricing-card .queries {
            font-size: 1.3rem;
            color: var(--neon-green);
            margin-bottom: 2rem;
            font-weight: 700;
        }

        .pricing-card ul {
            list-style: none;
            padding: 0;
            margin: 2rem 0;
        }

        .pricing-card ul li {
            padding: 1rem 0;
            border-bottom: 1px solid rgba(0, 255, 255, 0.1);
            font-size: 1.05rem;
        }

        .pricing-card ul li::before {
            content: '✓';
            color: var(--neon-cyan);
            font-weight: bold;
            margin-right: 1rem;
            font-size: 1.3rem;
        }

        .addon-tag {
            display: inline-block;
            background: rgba(255, 0, 255, 0.1);
            border: 1px solid var(--neon-pink);
            color: var(--neon-pink);
            padding: 0.3rem 0.8rem;
            border-radius: 12px;
            font-size: 0.8rem;
            margin-left: 0.5rem;
            font-weight: 600;
        }

        .agents-section {
            margin-top: 4rem;
        }

        .pricing-note {
            margin-top: 4rem;
            padding: 2rem;
            background: var(--glass-bg);
            border: 1px solid var(--glass-border);
            border-radius: 12px;
            text-align: center;
        }

        .pricing-note h3 {
            color: var(--neon-cyan);
            margin-bottom: 1rem;
            font-family: 'Orbitron', sans-serif;
        }

        .pricing-note p {
            font-size: 1.1rem;
            max-width: 800px;
            margin: 0 auto;
        }

        /* Footer */
        footer {
            padding: 4rem 5% 2rem;
            background: rgba(0, 0, 0, 0.9);
            border-top: 1px solid var(--glass-border);
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .footer-logo {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .footer-logo img {
            height: 60px;
            filter: drop-shadow(0 0 10px var(--neon-cyan));
            align-self: flex-start;
        }

        .footer-section h4 {
            font-size: 1.3rem;
            color: var(--neon-cyan);
            margin-bottom: 1.5rem;
            font-family: 'Orbitron', sans-serif;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 1rem;
        }

        .footer-section ul li a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.05rem;
            cursor: pointer;
        }

        .footer-section ul li a:hover {
            color: var(--neon-cyan);
            text-shadow: 0 0 10px var(--neon-cyan);
            padding-left: 5px;
        }

        .social-links {
            display: flex;
            gap: 1.5rem;
            margin-top: 1.5rem;
        }

        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background: var(--glass-bg);
            border: 1px solid var(--glass-border);
            border-radius: 50%;
            color: var(--neon-cyan);
            text-decoration: none;
            font-size: 1.3rem;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: var(--neon-cyan);
            color: var(--dark-bg);
            box-shadow: 0 0 20px var(--neon-cyan);
            transform: translateY(-5px);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(0, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.5);
            font-size: 0.95rem;
        }

        .footer-bottom p {
            margin: 0.5rem 0;
        }

        /* Modal */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(10px);
            z-index: 10000;
            justify-content: center;
            align-items: center;
            animation: fadeIn 0.3s ease;
            overflow: hidden;
            padding: 1rem;
            box-sizing: border-box;
        }

        .modal::-webkit-scrollbar {
            display: none;
        }

        .modal.active {
            display: flex;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        .modal-content {
            background: var(--dark-bg);
            border: 2px solid var(--neon-cyan);
            border-radius: 16px;
            padding: 3rem;
            max-width: 800px;
            width: 90%;
            position: relative;
            box-shadow: 0 20px 60px rgba(0, 255, 255, 0.3);
            animation: slideUp 0.3s ease;
            max-height: 85vh;
            overflow-y: auto;
            margin: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .modal-content::-webkit-scrollbar {
            display: none;
        }

        /* reCAPTCHA Styling */
        .g-recaptcha {
            border: 1px solid var(--glass-border);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .g-recaptcha:hover {
            box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
            border-color: var(--neon-cyan);
        }

        @keyframes slideUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .modal-close {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            background: transparent;
            border: none;
            color: var(--neon-cyan);
            font-size: 2rem;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-close:hover {
            color: var(--text-primary);
            transform: rotate(90deg);
        }

        .modal-content h2 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: var(--neon-cyan);
            font-family: 'Orbitron', sans-serif;
        }

        .modal-content h3 {
            font-size: 1.8rem;
            margin: 2rem 0 1rem;
            color: var(--neon-cyan);
            font-family: 'Orbitron', sans-serif;
        }

        .modal-content p {
            font-size: 1.1rem;
            color: var(--text-secondary);
            margin-bottom: 1.5rem;
            line-height: 1.7;
        }

        .modal-content ul {
            margin: 1rem 0 1rem 2rem;
            color: rgba(255, 255, 255, 0.85);
        }

        .modal-content ul li {
            margin-bottom: 0.8rem;
            line-height: 1.6;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            color: var(--neon-cyan);
            font-size: 1rem;
            font-weight: 600;
        }

        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 1rem;
            background: rgba(0, 255, 255, 0.05);
            border: 1px solid var(--glass-border);
            border-radius: 8px;
            color: var(--text-primary);
            font-size: 1rem;
            font-family: 'Rajdhani', sans-serif;
            transition: all 0.3s ease;
        }

        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: var(--neon-cyan);
            box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 100px;
        }

        .form-buttons {
            display: flex;
            gap: 1rem;
            margin-top: 2rem;
        }

        .form-buttons button {
            flex: 1;
        }

        /* ===============================================================
           NOTIFICATION TOAST SYSTEM - Estilos
           (markup en `index.php`: #toastNotification, #toastMessage, #toastCTA)
           =============================================================== */

        .toast-notification {
            position: fixed;
            left: 1.5rem;
            bottom: 1.5rem;
            width: min(360px, calc(100vw - 3rem));
            background: rgba(10, 10, 30, 0.98);
            border: 1px solid rgba(0, 255, 255, 0.25);
            border-radius: 14px;
            box-shadow: 0 20px 60px rgba(0, 255, 255, 0.18);
            backdrop-filter: blur(14px);
            z-index: 5000;
            /* debajo de modales (10000) */

            opacity: 0;
            transform: translateY(16px);
            pointer-events: none;
            transition: opacity 0.25s ease, transform 0.25s ease;
        }

        .toast-notification.show {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }

        .toast-notification.hiding {
            opacity: 0;
            transform: translateY(16px);
            pointer-events: none;
        }

        .toast-header {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1.1rem 1.1rem 0.9rem;
        }

        .toast-message {
            margin: 0;
            flex: 1;
            color: rgba(255, 255, 255, 0.9);
            line-height: 1.5;
            font-weight: 600;
        }

        .toast-close {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            background: transparent;
            border: 1px solid rgba(0, 255, 255, 0.25);
            color: var(--neon-cyan);
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .toast-close:hover {
            background: rgba(0, 255, 255, 0.08);
            box-shadow: 0 0 18px rgba(0, 255, 255, 0.25);
            transform: translateY(-1px);
        }

        .toast-cta {
            width: calc(100% - 2.2rem);
            margin: 0 1.1rem 1.1rem;
            padding: 0.85rem 1rem;
            border-radius: 12px;
            border: 0;
            cursor: pointer;
            font-weight: 900;
            letter-spacing: 0.2px;
            font-family: 'Orbitron', sans-serif;
            background: linear-gradient(135deg, var(--neon-cyan), var(--neon-blue));
            color: var(--dark-bg);
            box-shadow: 0 0 22px rgba(0, 255, 255, 0.35);
            transition: all 0.2s ease;
        }

        .toast-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 0 34px rgba(0, 255, 255, 0.55);
        }

        @media (max-width: 480px) {
            .toast-notification {
                left: 1rem;
                bottom: 1rem;
                width: calc(100vw - 2rem);
            }
        }

        /* Hamburger Menu */
        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 5px;
        }

        .hamburger span {
            width: 30px;
            height: 3px;
            background: var(--neon-cyan);
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero h1 {
                font-size: 3.5rem;
            }

            .footer-content {
                grid-template-columns: 1fr 1fr;
            }

            /* Ajustar logo hero en tablets */
            .hero-logo {
                max-width: 400px;
            }
        }

        @media (max-width: 768px) {
            .hamburger {
                display: flex;
            }

            .nav-links {
                position: fixed;
                top: 80px;
                left: -100%;
                width: 100%;
                background: rgba(0, 0, 0, 0.98);
                flex-direction: column;
                padding: 2rem;
                gap: 1.5rem;
                border-top: 1px solid var(--glass-border);
                transition: left 0.3s ease;
            }

            .nav-links.active {
                left: 0;
                display: flex;
            }

            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.2rem;
            }

            .hero-carousel {
                /* Reservar espacio visual para que el copy no se sienta apretado */
                padding-left: calc(var(--hero-carousel-arrow-size, 44px) + 1rem);
                padding-right: calc(var(--hero-carousel-arrow-size, 44px) + 1rem);
            }

            .hero-carousel-arrow {
                border-radius: 12px;
                font-size: 1.9rem;
            }

            .section-title {
                font-size: 2.2rem;
            }

            .pricing-grid {
                grid-template-columns: 1fr;
            }

            .pricing-card.featured {
                transform: scale(1);
            }

            .footer-content {
                grid-template-columns: 1fr;
            }

            .modal-content {
                padding: 2rem 1.5rem;
                max-width: 95%;
            }

            /* Logo hero más pequeño en mobile */
            .hero-logo {
                max-width: 300px;
            }
        }

        /* ===============================================================
   ARTICLE PAGE - ESTILOS DEFINITIVOS
   PRIORIDAD MÁXIMA - NO TOCAR
   =============================================================== */

        /* Container principal del artículo */
        body.article-page .article-page-container {
            min-height: 100vh;
            padding: 15rem 5% 4rem !important;
            /* MÁS espacio arriba */
            width: 100%;
            max-width: 100%;
        }

        body.article-page .article-page-wrapper {
            max-width: 900px;
            margin: 0 auto;
            width: 100%;
        }

        /* Breadcrumb */
        body.article-page .breadcrumb {
            margin-bottom: 2rem;
            font-size: 0.95rem;
            text-align: left;
        }

        body.article-page .breadcrumb a {
            color: var(--text-secondary);
            text-decoration: none;
        }

        body.article-page .breadcrumb span {
            color: rgba(255, 255, 255, 0.5);
            margin: 0 0.5rem;
        }

        /* Header del artículo */
        body.article-page .article-page-header {
            margin-bottom: 3rem;
            text-align: center;
            width: 100%;
            display: block;
        }

        /* TÍTULO - MÁXIMA PRIORIDAD */
        body.article-page .article-page-header .article-page-title {
            font-size: 2rem !important;
            font-weight: 700 !important;
            font-family: 'Orbitron', sans-serif !important;
            color: var(--neon-cyan) !important;
            text-shadow: 0 0 10px var(--neon-cyan) !important;
            margin: 0 auto 2rem !important;
            padding: 0 2rem !important;
            line-height: 1.5 !important;
            text-align: center !important;
            display: block !important;
            width: 100% !important;
            max-width: 800px !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            hyphens: auto !important;
            white-space: normal !important;
            overflow: visible !important;
        }

        /* Resumen */
        body.article-page .article-page-summary {
            font-size: 1.2rem !important;
            color: var(--text-secondary) !important;
            text-align: center !important;
            margin: 0 auto 2rem !important;
            line-height: 1.7 !important;
            font-style: italic !important;
            max-width: 700px !important;
            padding: 0 2rem !important;
            display: block !important;
        }

        /* Meta info */
        body.article-page .article-meta {
            display: flex;
            justify-content: center;
            gap: 2rem;
            font-size: 1.05rem;
            color: var(--text-secondary);
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }

        body.article-page .article-author {
            color: var(--neon-green);
            font-weight: 600;
        }

        /* Contenido del artículo */
        body.article-page .article-content {
            background: var(--glass-bg);
            backdrop-filter: blur(10px);
            border: 1px solid var(--glass-border);
            border-radius: 16px;
            padding: 3rem;
            margin-bottom: 4rem;
        }

        body.article-page .article-content h2 {
            font-size: 2rem;
            color: var(--neon-cyan);
            margin: 2rem 0 1rem;
            font-family: 'Orbitron', sans-serif;
        }

        body.article-page .article-content p {
            font-size: 1.15rem;
            line-height: 1.8;
            margin-bottom: 1.5rem;
            color: rgba(255, 255, 255, 0.9);
        }

        body.article-page .article-content ul,
        body.article-page .article-content ol {
            margin: 1.5rem 0 1.5rem 2rem;
            line-height: 1.8;
        }

        body.article-page .article-content li {
            margin-bottom: 0.8rem;
            font-size: 1.1rem;
        }

        body.article-page .article-content img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            margin: 2rem auto;
            display: block;
        }

        body.article-page .article-content a {
            color: var(--neon-cyan);
            text-decoration: none;
            border-bottom: 1px solid var(--neon-cyan);
        }

        body.article-page .article-content strong {
            color: var(--neon-green);
        }

        /* Artículos relacionados */
        body.article-page .related-section {
            margin-top: 4rem;
        }

        body.article-page .related-section h2 {
            font-size: 2.5rem;
            font-family: 'Orbitron', sans-serif;
            color: var(--neon-cyan);
            text-align: center;
            margin-bottom: 2rem;
        }

        body.article-page .related-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        body.article-page .related-card {
            background: var(--glass-bg);
            border: 1px solid var(--glass-border);
            border-radius: 12px;
            padding: 2rem;
            transition: all 0.3s ease;
        }

        body.article-page .related-card:hover {
            transform: translateY(-5px);
            border-color: var(--neon-cyan);
            box-shadow: 0 10px 30px rgba(0, 255, 255, 0.2);
        }

        body.article-page .related-card h3 {
            font-size: 1.4rem;
            color: var(--neon-cyan);
            margin-bottom: 1rem;
        }

        body.article-page .related-card h3 a {
            color: inherit;
            text-decoration: none;
        }

        /* Botón volver */
        body.article-page .back-to-blog {
            display: inline-block;
            margin-bottom: 2rem;
            padding: 0.8rem 2rem;
            background: transparent;
            border: 2px solid var(--neon-cyan);
            border-radius: 8px;
            color: var(--neon-cyan);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        body.article-page .back-to-blog:hover {
            background: var(--neon-cyan);
            color: var(--dark-bg);
            box-shadow: 0 0 20px var(--neon-cyan);
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            body.article-page .article-page-container {
                padding: 12rem 3% 3rem !important;
            }

            body.article-page .article-page-header .article-page-title {
                font-size: 1.6rem !important;
                padding: 0 1rem !important;
            }

            body.article-page .article-page-summary {
                font-size: 1.1rem !important;
                padding: 0 1rem !important;
            }

            body.article-page .article-content {
                padding: 2rem 1.5rem;
            }
        }

        @media (max-width: 480px) {
            body.article-page .article-page-container {
                padding: 11rem 2% 2rem !important;
            }

            body.article-page .article-page-header .article-page-title {
                font-size: 1.4rem !important;
            }
        }

        /* ===============================================================
   DROPDOWN MENU - Menú desplegable de Precios (consolidado)
   Estructura HTML: li.dropdown > a.dropdown-toggle + ul.dropdown-menu
   =============================================================== */

        /* Container del dropdown */
        .dropdown {
            position: relative;
        }

        /* Flecha indicadora en el item "Precios" */
        .dropdown-toggle::after {
            content: '▼';
            font-size: 0.7rem;
            margin-left: 0.4rem;
            transition: transform 0.3s ease;
            display: inline-block;
        }

        .dropdown:hover .dropdown-toggle::after {
            transform: rotate(180deg);
        }

        /* Menú desplegable */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%) translateY(10px);
            min-width: 220px;
            background: rgba(10, 10, 30, var(--dropdown-bg-alpha));
            backdrop-filter: blur(20px);
            border: 1px solid var(--glass-border);
            border-radius: 12px;
            padding: 0.8rem 0;
            margin: 0;
            list-style: none;
            box-shadow: 0 15px 40px rgba(0, 255, 255, 0.3);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            z-index: 1000;
        }

        /* Mostrar el menú al hacer hover */
        .dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }

        /* Items del dropdown */
        .dropdown-menu li {
            padding: 0;
            margin: 0;
        }

        .dropdown-menu li a {
            display: block;
            padding: 0.8rem 1.5rem;
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        /* Efecto de hover en items */
        .dropdown-menu li a::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background: var(--neon-cyan);
            transform: scaleY(0);
            transition: transform 0.3s ease;
        }

        .dropdown-menu li a:hover {
            background: rgba(0, 255, 255, 0.1);
            color: var(--neon-cyan);
            padding-left: 2rem;
        }

        .dropdown-menu li a:hover::before {
            transform: scaleY(1);
        }

        /* Separador sutil entre items */
        .dropdown-menu li:not(:last-child) a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* Efecto glow en el dropdown al hacer hover */
        .dropdown:hover .dropdown-menu::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(135deg, var(--neon-cyan), var(--neon-pink));
            border-radius: 12px;
            z-index: -1;
            opacity: 0.2;
            animation: subtleGlow 3s ease-in-out infinite;
        }

        @keyframes subtleGlow {

            0%,
            100% {
                opacity: 0.1;
            }

            50% {
                opacity: 0.3;
            }
        }

        /* RESPONSIVE - Mobile */
        @media (max-width: 768px) {

            /* En mobile, el dropdown se muestra como items normales cuando el menú está abierto */
            .dropdown-menu {
                position: static;
                transform: none;
                opacity: 1;
                visibility: visible;
                background: rgba(10, 10, 30, 0.5);
                border: none;
                border-left: 3px solid var(--neon-cyan);
                border-radius: 0;
                box-shadow: none;
                padding: 0.5rem 0 0.5rem 1rem;
                margin-top: 0.5rem;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease;
            }

            /* Mostrar dropdown en mobile cuando está activo */
            .dropdown.active .dropdown-menu {
                max-height: 300px;
            }

            .dropdown-toggle::after {
                float: right;
            }

            .dropdown.active .dropdown-toggle::after {
                transform: rotate(180deg);
            }

            .dropdown-menu li a {
                padding: 0.6rem 1rem;
                font-size: 0.9rem;
            }

            .dropdown-menu li a:hover {
                padding-left: 1.5rem;
            }

            /* Hacer que el item "Precios" sea clickeable en mobile */
            .dropdown-toggle {
                cursor: pointer;
            }
        }


        /* Terms Validation Modal */
        .terms-validation-modal {
            z-index: 2000 !important;
        }

        .terms-validation-modal .modal-content {
            animation: modalAppear 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        @keyframes modalAppear {
            from {
                opacity: 0;
                transform: scale(0.95) translateY(20px);
            }
            to {
                opacity: 1;
                transform: scale(1) translateY(0);
            }
        }

        #termsContentBody::-webkit-scrollbar {
            width: 8px;
        }

        #termsContentBody::-webkit-scrollbar-track {
            background: #000;
        }

        #termsContentBody::-webkit-scrollbar-thumb {
            background: var(--neon-cyan);
            border-radius: 4px;
            box-shadow: 0 0 10px var(--neon-cyan);
        }

        #termsContentBody h2,
        #termsContentBody h3 {
            color: var(--neon-cyan);
            font-family: 'Orbitron', sans-serif;
            margin-top: 1.5rem;
            margin-bottom: 1rem;
        }

        #termsContentBody ul {
            margin-left: 1.5rem;
            margin-bottom: 1rem;
        }

        #termsContentBody p {
            margin-bottom: 1rem;
        }