        :root {
            --cyber-red: #E30613;
            --cyber-red-glow: rgba(227, 6, 19, 0.3);
            --cyber-black: #0A0A0C;
            --cyber-dark-gray: #16161A;
            --light-bg: #FFFFFF;
            --text-dark: #1A1A1A;
            --text-gray: #888888;
            --border-light: rgba(0,0,0,0.08);
            --terminal-green: #00FF41;
            --whatsapp-green: #25D366;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Outfit', sans-serif; }
        a { text-decoration: none; }
        ul { list-style: none; }

        #cyber-preloader {
            position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
            background: #FFFFFF;
            z-index: 99999;
            display: flex; flex-direction: column;
            justify-content: center; align-items: center;
            transition: opacity 0.8s ease, visibility 0.8s;
            overflow: hidden;
            pointer-events: all;
        }
        .preloader-hidden { 
            opacity: 0 !important; 
            visibility: hidden !important; 
            pointer-events: none !important;
        }

        #cyber-preloader::before {
            content: ''; position: absolute; inset: 0;
            background-image:
                linear-gradient(rgba(227,6,19,0.04) 1px, transparent 1px),
                linear-gradient(90deg, rgba(227,6,19,0.04) 1px, transparent 1px);
            background-size: 40px 40px;
            pointer-events: none;
        }

        .cyber-lock {
            width: 48px; height: 48px; margin-bottom: 24px;
            color: var(--cyber-red);
            animation: pulseLock 1.5s ease-in-out infinite alternate;
        }
        @keyframes pulseLock {
            0% { filter: drop-shadow(0 0 2px rgba(227,6,19,0.2)); transform: scale(0.95); }
            100% { filter: drop-shadow(0 0 12px rgba(227,6,19,0.5)); transform: scale(1.05); }
        }

        .sl-title {
            font-family: 'Outfit', sans-serif; font-size: 36px; font-weight: 800;
            color: var(--text-dark); letter-spacing: 4px; text-transform: uppercase;
            position: relative; margin-bottom: 20px; overflow: hidden;
            padding: 0 10px;
        }

        .sl-scanner {
            position: absolute; top: 0; left: -30%; width: 25%; height: 100%;
            background: linear-gradient(90deg, transparent, rgba(227,6,19,0.5), transparent);
            transform: skewX(-20deg);
            animation: scanLight 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
        }
        @keyframes scanLight { 0% { left: -30%; } 100% { left: 130%; } }

        .sl-status {
            font-family: 'Courier New', monospace; font-size: 13px;
            color: var(--text-gray); letter-spacing: 1px; font-weight: 600;
            display: flex; flex-direction: column; align-items: center; gap: 10px;
        }
        .sl-progress-bar {
            width: 200px; height: 4px; background: rgba(0,0,0,0.08);
            border-radius: 2px; overflow: hidden; position: relative;
        }
        .sl-progress-fill {
            height: 100%; background: var(--cyber-red); width: 0%;
            transition: width 0.1s linear; box-shadow: 0 0 8px var(--cyber-red-glow);
        }

        .cyber-topbar { 
            background-color: #FFFFFF; 
            height: 48px; 
            font-size: 14px; 
            font-family: 'Inter', sans-serif; 
            position: relative; 
            overflow: hidden; 
            border-bottom: 1px solid #EAEAEA;
            z-index: 100;
        }
        .topbar-bg-dark { 
            position: absolute; 
            top: 0; left: -5%; width: 45%; height: 100%; 
            background-color: #1f2428; 
            transform: skewX(-25deg); 
            transform-origin: bottom left; 
            z-index: 0; 
        }
        .topbar-inner { 
            max-width: 1400px; width: 100%; margin: 0 auto; padding: 0 40px; 
            display: flex; justify-content: space-between; align-items: center; 
            height: 100%; position: relative; z-index: 1; 
        }
        .topbar-left { display: flex; color: #FFFFFF; font-weight: 500; }
        .topbar-left .topbar-link { 
            color: var(--cyber-red); font-weight: 700; margin-left: 6px; 
            text-decoration: none; display: flex; align-items: center; 
            transition: color 0.3s; pointer-events: auto; 
        }
        .topbar-left .topbar-link:hover { color: #FFFFFF; }
        .topbar-right { display: flex; align-items: center; gap: 20px; }
        .topbar-phone { display: flex; align-items: center; gap: 8px; color: #1A1A1A; font-weight: 600; }
        .topbar-phone svg { width: 16px; height: 16px; color: var(--cyber-red); }
        .topbar-divider { width: 1px; height: 24px; background-color: #E0E0E0; transform: rotate(15deg); }
        
        .topbar-socials { display: flex; align-items: center; gap: 10px; }
        .topbar-socials span { font-weight: 700; color: #111; margin-right: 8px; }
        .topbar-socials a {
            width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
            border-radius: 50%; background: #f5f5f5; color: #E30613; transition: all 0.3s ease; pointer-events: auto;
        }
        .topbar-socials a i { font-size: 15px; }
        .topbar-socials a:hover { background: #E30613; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(227,6,19,0.25); }

        .main-header { 
            display: flex; justify-content: space-between; align-items: center; 
            padding: 0 40px; height: 90px; position: sticky; top: 20px; z-index: 1000; 
            max-width: 1400px; margin: 0 auto; pointer-events: auto;
        }
        .header-glass-bg { 
            position: absolute; top: 0; left: 0; right: 0; bottom: 0; 
            background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%); 
            backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); 
            border-radius: 24px; border: 1px solid rgba(0,0,0,0.05); 
            box-shadow: 0 15px 35px rgba(0,0,0,0.05), inset 0 1px 1px rgba(255,255,255,1); 
            overflow: hidden; z-index: 0; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); pointer-events: none;
        }
        #nav-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0.4; z-index: 0; }
        .main-header:hover .header-glass-bg { border-color: rgba(0,0,0,0.08); box-shadow: 0 20px 45px rgba(0,0,0,0.08), inset 0 1px 1px rgba(255,255,255,1); transform: translateY(-2px); }
        .logo-container, .nav-menu, .header-actions, .mobile-toggle, .mobile-call-btn { position: relative; z-index: 2; pointer-events: auto; }
        .logo-container img { height: 45px; display: block; transition: transform 0.3s; pointer-events: auto; }
        .logo-container:hover img { transform: scale(1.05); }

        .nav-menu { display: flex; align-items: center; gap: 32px; height: 100%; pointer-events: auto; }
        .nav-item { height: 100%; display: flex; align-items: center; position: relative; pointer-events: auto; }
        .nav-link { 
            color: var(--text-dark); font-weight: 800; font-size: 13px; text-transform: uppercase; 
            letter-spacing: 1px; transition: color 0.3s ease; position: relative; padding: 10px 0; 
            display: flex; align-items: center; gap: 4px; pointer-events: auto;
        }
        .nav-link::after { 
            content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%) scale(0); 
            width: 6px; height: 6px; border-radius: 50%; background-color: var(--cyber-red); 
            transition: transform 0.3s cubic-bezier(0.25,1,0.5,1); box-shadow: 0 0 10px var(--cyber-red-glow); pointer-events: none;
        }
        .nav-item:hover .nav-link { color: var(--cyber-red); }
        .nav-item:hover .nav-link::after { transform: translateX(-50%) scale(1); }

        #servicesItem { position: relative; pointer-events: auto; }
        .premium-mega-menu {
            position: absolute; top: calc(100% - 10px); left: 50%; width: 1300px; max-width: 95vw; background: #FFFFFF; 
            opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(-50%) translateY(15px);
            transition: all 0.4s cubic-bezier(0.16,1,0.3,1); z-index: 999; display: flex; border-radius: 16px;
            overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.05);
        }
        #servicesItem:hover .premium-mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
        .premium-sidebar { width: 280px; background-color: #F8F9FA; padding: 20px 0; flex-shrink: 0; position: relative; z-index: 2; color: var(--cyber-black); border-right: 1px solid rgba(0,0,0,0.05); pointer-events: auto; }
        .mega-tab { padding: 16px 25px; color: var(--text-dark); font-size: 14px; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 12px; transition: all 0.3s ease; position: relative; border-left: 3px solid transparent; pointer-events: auto; }
        .mega-tab svg { width: 18px; height: 18px; opacity: 0.7; transition: all 0.3s ease; pointer-events: none; color: var(--text-dark); }
        .mega-tab:hover, .mega-tab.active { color: #E30613; background: rgba(227, 6, 19, 0.05); border-left-color: var(--cyber-red); }
        .mega-tab.active svg { color: var(--cyber-red); opacity: 1; }

        .premium-content { flex-grow: 1; background: #FFFFFF; padding: 30px 40px; position: relative; z-index: 1; pointer-events: auto; max-height: 500px; overflow-y: auto; }
        .mega-panel { display: none; animation: fadeInRight 0.3s ease forwards; }
        .mega-panel.active { display: block; }
        @keyframes fadeInRight { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

        .panel-header-sm { margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
        .panel-header-sm h3 { font-size: 20px; font-weight: 800; color: var(--cyber-black); display: flex; align-items: center; gap: 10px; }
        .panel-header-sm h3 svg { width: 22px; height: 22px; color: var(--cyber-red); }

        .premium-pill-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
        .premium-pill-grid li a { display: flex; align-items: center; gap: 12px; background: #FFFFFF; padding: 12px 16px; border-radius: 8px; color: var(--cyber-black); font-weight: 600; font-size: 13.5px; transition: all 0.3s; border: 1px solid rgba(0, 0, 0, 0.08); box-shadow: 0 2px 5px rgba(0,0,0,0.02); height: 100%; pointer-events: auto; cursor: pointer; text-decoration: none; }
        .premium-pill-grid li a svg { width: 16px; height: 16px; color: var(--cyber-red); background: rgba(227,6,19,0.1); padding: 6px; border-radius: 6px; box-sizing: content-box; transition: all 0.3s; flex-shrink: 0; pointer-events: none; }
        .premium-pill-grid li a:hover { background: #FFFFFF; border-color: rgba(227,6,19,0.3); box-shadow: 0 4px 12px rgba(227,6,19,0.1); transform: translateY(-2px); color: var(--cyber-red); }
        .premium-pill-grid li a:hover svg { background: var(--cyber-red); color: #FFF; transform: scale(1.1); }

        .has-mega::after { content: ''; position: absolute; top: 100%; left: -50%; width: 200%; height: 25px; pointer-events: none; }
        .mega-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(20px); width: 900px; background-color: var(--cyber-black); border: 1px solid rgba(255,255,255,0.05); border-top: 3px solid var(--cyber-red); box-shadow: 0 40px 80px rgba(0,0,0,0.6); border-radius: 12px; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); display: flex; overflow: hidden; z-index: 999; }
        .has-mega:hover .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(10px); }
        .mega-menu.light-mega { width: 850px; max-width: 96vw; background-color: #FFFFFF; border: 1px solid var(--border-light); border-radius: 12px; padding: 30px; display: none; flex-direction: column; box-shadow: 0 20px 50px rgba(0,0,0,0.1); pointer-events: auto; }
        #grcItem:hover .mega-menu.light-mega { display: flex; }
        
        .detailed-panel .panel-header { margin-bottom: 30px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
        .detailed-panel .panel-header h4 { display: flex; align-items: center; gap: 10px; font-size: 22px; color: var(--cyber-black); font-weight: 800; margin-bottom: 8px; }
        .detailed-panel .panel-header h4 svg { width: 28px; height: 28px; flex-shrink: 0; min-width: 28px; pointer-events: none; }
        .detailed-panel .panel-header p { color: #666; font-size: 14px; }

        .icon-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
        .icon-list-grid li a { display: flex; align-items: center; gap: 14px; background: #F9F9FB; padding: 16px; border-radius: 8px; color: var(--cyber-black); font-weight: 600; font-size: 15px; transition: all 0.3s; border: 1px solid transparent; pointer-events: auto; cursor: pointer; text-decoration: none; }
        .icon-list-grid li a svg { width: 20px; height: 20px; color: var(--cyber-red); background: rgba(227,6,19,0.1); padding: 8px; border-radius: 6px; box-sizing: content-box; transition: all 0.3s; pointer-events: none; }
        .icon-list-grid li a:hover { background: #FFF; border-color: rgba(227,6,19,0.2); box-shadow: 0 10px 20px rgba(0,0,0,0.05); transform: translateY(-2px); }
        .icon-list-grid li a:hover svg { background: var(--cyber-red); color: #FFF; }

        .cta-btn { background-color: var(--cyber-black); color: #FFFFFF; padding: 14px 28px; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; transition: all 0.3s ease; position: relative; z-index: 1; display: inline-block; box-shadow: 0 4px 15px rgba(0,0,0,0.2); overflow: hidden; pointer-events: auto; cursor: pointer; border: none; text-decoration: none; }
        .cta-btn::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: var(--cyber-red); z-index: -1; transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease; border-radius: 50px; }
        .cta-btn:hover { color: #FFFFFF; box-shadow: 0 8px 25px var(--cyber-red-glow); transform: translateY(-2px); }
        .cta-btn:hover::before { transform: scaleX(1); transform-origin: left; }

        .mobile-call-btn { display: none; width: 42px; height: 42px; border-radius: 8px; background: transparent; color: var(--cyber-red); border: none; padding: 0; cursor: pointer; align-items: center; justify-content: center; transition: all 0.3s ease; pointer-events: auto; }
        .mobile-call-btn:active { transform: scale(0.95); }
        .mobile-call-btn svg { width: 24px; height: 24px; pointer-events: none; }

        .mobile-toggle { display: none; background: none; border: none; cursor: pointer; width: 42px; height: 42px; flex-direction: column; justify-content: center; align-items: center; gap: 6px; border-radius: 8px; position: relative; z-index: 1001; transition: background 0.3s; pointer-events: auto; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
        .mobile-toggle:active { background: rgba(227,6,19,0.08); }
        .mobile-toggle .bar { display: block; width: 24px; height: 2px; background: var(--cyber-black); border-radius: 2px; transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s ease, width 0.3s ease; transform-origin: center; }
        .mobile-toggle .bar-mid { width: 18px; }
        .mobile-toggle.active .bar-top { transform: translateY(8px) rotate(45deg); width: 24px; }
        .mobile-toggle.active .bar-mid { opacity: 0; transform: scaleX(0); }
        .mobile-toggle.active .bar-bot { transform: translateY(-8px) rotate(-45deg); width: 24px; }

        .mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(7,7,9,0.6); backdrop-filter: blur(4px); z-index: 997; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
        .mobile-overlay.active { opacity: 1; pointer-events: auto; }

        @media (max-width: 1024px) {
            .cyber-topbar { display: block !important; height: auto; padding: 6px 0; }
            .topbar-bg-dark, .topbar-left, .topbar-phone { display: none; }
            .topbar-inner { padding: 0 15px; justify-content: center; }
            .topbar-right { width: 100%; justify-content: center; }
            .topbar-socials { justify-content: center; width: 100%; }
            .main-header { padding: 0 16px; top: 10px; margin: 0 10px; width: calc(100% - 20px); height: 70px; pointer-events: auto; gap: 10px; }
            .mobile-call-btn { display: flex; }
            .header-actions { display: none; }
            .nav-menu { position: fixed; top: 0; right: -100%; width: min(340px, 85vw); height: 100vh; background: #0e0e12; flex-direction: column; align-items: stretch; justify-content: flex-start; padding: 90px 0 40px; gap: 0; z-index: 999; transition: right 0.45s cubic-bezier(0.16, 1, 0.3, 1); overflow-y: auto; box-shadow: -20px 0 60px rgba(0,0,0,0.5); border-left: 1px solid rgba(227,6,19,0.2); pointer-events: auto; }
            .nav-menu.active { right: 0; pointer-events: auto; }
            .nav-item { width: 100%; height: auto; border-bottom: 1px solid rgba(255,255,255,0.05); flex-direction: column; align-items: stretch; position: relative !important; pointer-events: auto; }
            .nav-link { color: #fff; padding: 18px 28px; font-size: 14px; letter-spacing: 1.5px; width: 100%; justify-content: space-between; border-left: 3px solid transparent; transition: all 0.3s ease; pointer-events: auto; touch-action: manipulation; }
            .nav-link:hover, .nav-link.active-link { color: var(--cyber-red); border-left-color: var(--cyber-red); background: rgba(227,6,19,0.06); }
            .nav-link::after { display: none; }
            .premium-mega-menu { position: static; width: 100%; transform: none !important; box-shadow: none; border-radius: 0; border: none; border-top: 1px solid rgba(227,6,19,0.15); display: none; opacity: 1; visibility: visible; pointer-events: auto; flex-direction: column; max-height: none; }
            .nav-item.has-mega.mob-open .premium-mega-menu { display: flex; }
            .premium-sidebar { width: 100%; padding: 10px; background: #F8F9FA; pointer-events: auto; }
            .mega-tab { padding: 12px 15px; font-size: 13px; pointer-events: auto; touch-action: manipulation; }
            .premium-content { padding: 20px; background: #FFFFFF; pointer-events: auto; max-height: none; }
            .premium-pill-grid { grid-template-columns: 1fr; }
            .premium-pill-grid li a { pointer-events: auto; touch-action: manipulation; }
            .mega-menu { position: static; width: 100%; transform: none !important; flex-direction: column; box-shadow: none; border-radius: 0; border: none; border-top: 1px solid rgba(227,6,19,0.15); display: none; opacity: 1; visibility: visible; pointer-events: auto; }
            .nav-item.has-mega.mob-open .mega-menu { display: flex; }
            .mega-menu.light-mega { width: 100% !important; padding: 0 !important; background: #FFFFFF !important; pointer-events: auto; }
            .icon-list-grid { grid-template-columns: 1fr; gap: 12px; }
            .detailed-panel .panel-header { padding: 15px 20px; margin-bottom: 15px; }
            .detailed-panel .panel-header h4 { font-size: 18px; color: var(--cyber-black) !important; }
            .detailed-panel .panel-header p { color: #666 !important; font-size: 13px; }
            .icon-list-grid li a { background: #FFFFFF !important; border: 1px solid rgba(0,0,0,0.08) !important; box-shadow: 0 4px 10px rgba(0,0,0,0.02); color: var(--cyber-black) !important; padding: 16px !important; border-radius: 8px; pointer-events: auto; touch-action: manipulation; }
            .mobile-toggle { display: flex; }
            .mobile-overlay { display: block; }
            .mobile-nav-cta { display: block !important; margin: 24px 28px 0; }
            .mobile-nav-cta a { display: block; text-align: center; background: var(--cyber-red); color: #fff; padding: 15px 28px; border-radius: 50px; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; box-shadow: 0 8px 25px rgba(227,6,19,0.35); transition: transform 0.3s, box-shadow 0.3s; pointer-events: auto; touch-action: manipulation; cursor: pointer; text-decoration: none; }
        }

        .floating-tools { position: fixed; bottom: 30px; right: 30px; display: flex; flex-direction: column; gap: 15px; align-items: flex-end; z-index: 9998; pointer-events: auto; }
        .float-wrapper { position: relative; pointer-events: auto; display: flex; align-items: center; justify-content: flex-end; }
        .wa-tooltip { position: absolute; right: calc(100% + 15px); background: var(--cyber-black); color: #FFF; padding: 8px 16px; border-radius: 6px; font-size: 13px; font-weight: 600; white-space: nowrap; opacity: 0; visibility: hidden; transform: translateX(10px); transition: all 0.3s cubic-bezier(0.25,1,0.5,1); border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 5px 15px rgba(0,0,0,0.3); pointer-events: none; }
        .wa-tooltip::after { content: ''; position: absolute; top: 50%; right: -5px; transform: translateY(-50%); border-width: 5px 0 5px 5px; border-style: solid; border-color: transparent transparent transparent var(--cyber-black); }
        .float-wrapper:hover .wa-tooltip { opacity: 1; visibility: visible; transform: translateX(0); }
        .float-btn { display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; border-radius: 50%; color: #FFF; cursor: pointer; box-shadow: 0 10px 25px rgba(0,0,0,0.3); transition: all 0.4s cubic-bezier(0.25,1,0.5,1); position: relative; overflow: hidden; pointer-events: auto; touch-action: manipulation; -webkit-user-select: none; user-select: none; border: none; padding: 0; background-color: transparent; }
        .float-btn svg { width: 28px; height: 28px; z-index: 2; transition: transform 0.3s; pointer-events: none; }
        .float-btn:active { transform: translateY(-3px); }
        .wa-btn { background-color: var(--whatsapp-green); box-shadow: 0 10px 25px rgba(37,211,102,0.4); }
        .wa-btn:hover { background-color: #128C7E; box-shadow: 0 15px 35px rgba(37,211,102,0.6); }
        .scroll-top-btn { background-color: var(--cyber-black); border: 1px solid rgba(255,255,255,0.1); opacity: 0; visibility: hidden; transform: translateY(20px); }
        .scroll-top-btn.visible { opacity: 1; visibility: visible; transform: translateY(0); }
        .scroll-top-btn:hover { background-color: var(--cyber-red); border-color: var(--cyber-red); }
        .mobile-nav-cta { display: none; }
        
        .mega-header-text { font-size: 20px; font-weight: 800; color: var(--cyber-black); display: flex; align-items: center; gap: 10px; }
        .mega-header-text svg { width: 22px; height: 22px; color: var(--cyber-red); }
        .mega-header-title { display: flex; align-items: center; gap: 10px; font-size: 22px; color: var(--cyber-black); font-weight: 800; margin-bottom: 8px; }
        .mega-header-title svg { width: 28px; height: 28px; flex-shrink: 0; min-width: 28px; pointer-events: none; }
