        /* --- CORE STYLES --- */
        :root {
            --gold: #FFD700;
            --gold-glow: rgba(255, 215, 0, 0.3);
        }

        /* --- TAILWIND FALLBACK UTILITIES --- */
        .bg-void { background-color: #000000; }
        .bg-void\/80 { background-color: rgba(0, 0, 0, 0.8); }
        .bg-void\/95 { background-color: rgba(0, 0, 0, 0.95); }

        .bg-carbon { background-color: #1a1a1a; }

        .bg-surface { background-color: #111111; }
        .bg-surface\/50 { background-color: rgba(17, 17, 17, 0.5); }
        .bg-surface\/80 { background-color: rgba(17, 17, 17, 0.8); }

        .bg-gold { background-color: #FFD700; }
        .bg-gold\/0 { background-color: rgba(255, 215, 0, 0); }
        .bg-gold\/5 { background-color: rgba(255, 215, 0, 0.05); }
        .bg-gold\/10 { background-color: rgba(255, 215, 0, 0.1); }
        .bg-gold\/20 { background-color: rgba(255, 215, 0, 0.2); }
        .bg-gold\/30 { background-color: rgba(255, 215, 0, 0.3); }
        .bg-gold\/50 { background-color: rgba(255, 215, 0, 0.5); }

        .text-gold { color: #FFD700; }
        .text-gold\/50 { color: rgba(255, 215, 0, 0.5); }
        .text-gold\/80 { color: rgba(255, 215, 0, 0.8); }

        .border-gold { border-color: #FFD700; }
        .border-gold\/20 { border-color: rgba(255, 215, 0, 0.2); }
        .border-gold\/30 { border-color: rgba(255, 215, 0, 0.3); }

        .text-cyber-blue { color: #FFD700; }
        .text-cyber-purple { color: #FFEC8B; }
        .text-cyber-red { color: #b88b00; }

        .bg-cyber-blue { background-color: #FFD700; }
        .bg-cyber-purple { background-color: #FFEC8B; }
        .bg-cyber-red { background-color: #b88b00; }

        .text-green-500,
        .text-blue-500,
        .text-red-500 {
            color: #FFD700 !important;
        }

        .group:hover .group-hover\:text-green-500,
        .group:hover .group-hover\:text-blue-500,
        .group:hover .group-hover\:text-red-500 {
            color: #FFD700 !important;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        html {
            scroll-behavior: auto;
            overflow-x: hidden;
            width: 100%;
        }

        section[id] {
            scroll-margin-top: 96px;
        }
        
        body {
            background-color: #000000;
            color: #e5e5e5;
            overflow-x: hidden;
            width: 100%;
            font-family: 'Rajdhani', sans-serif;
        }

        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }

            #cursor-ui,
            .scanlines {
                display: none !important;
            }
        }

        .reduce-motion *,
        .reduce-motion *::before,
        .reduce-motion *::after {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            transition-duration: 0.01ms !important;
            scroll-behavior: auto !important;
        }

        .reduce-motion #cursor-ui,
        .reduce-motion .scanlines {
            display: none !important;
        }

        ::selection {
            background-color: #FFD700;
            color: #1b1400;
        }

        ::-moz-selection {
            background-color: #FFD700;
            color: #1b1400;
        }

        a:focus-visible,
        button:focus-visible,
        input:focus-visible,
        textarea:focus-visible,
        select:focus-visible,
        [role="button"]:focus-visible {
            outline: 2px solid rgba(255, 215, 0, 0.85);
            outline-offset: 4px;
        }

        nav {
            z-index: 9990 !important;
        }

        #loading {
            z-index: 99999;
        }

        #scroll-progress {
            height: 2px;
            background: linear-gradient(90deg, rgba(255, 215, 0, 0) 0%, #FFD700 35%, #FFEC8B 50%, #FFD700 65%, rgba(255, 215, 0, 0) 100%);
            border-radius: 999px;
            box-shadow: 0 0 10px rgba(255, 215, 0, 0.55), 0 0 18px rgba(255, 236, 139, 0.35);
            overflow: hidden;
            pointer-events: none;
            will-change: transform;
        }

        #scroll-progress::before {
            content: '';
            position: absolute;
            inset: -4px 0;
            background: linear-gradient(90deg, rgba(255, 215, 0, 0.35), rgba(255, 236, 139, 0.6), rgba(255, 215, 0, 0.35));
            opacity: 0.5;
            filter: blur(6px);
        }

        #scroll-progress::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(255, 236, 139, 0.85), transparent);
            opacity: 0.7;
            transform: translateX(-100%);
            animation: progress-sheen 3s linear infinite;
        }

        @keyframes progress-sheen {
            to { transform: translateX(100%); }
        }

        .site-nav {
            transition: background-color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
            will-change: transform;
            width: 100%;
            max-width: 100vw;
            overflow: visible;
        }

        .site-nav .nav-inner {
            transition: padding 0.25s ease;
            width: 100%;
            min-width: 0;
        }

        .site-nav .nav-tagline {
            max-height: 1rem;
            overflow: hidden;
            transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease;
        }

        .site-nav.is-compact {
            background-color: rgba(0, 0, 0, 0.92);
            border-color: rgba(255, 255, 255, 0.12);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
        }

        .site-nav.is-compact .nav-inner {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

        .site-nav.is-compact .nav-tagline {
            opacity: 0;
            transform: translateY(-6px);
            max-height: 0;
        }

        .site-nav.is-hidden {
            transform: translateY(-100%);
        }

        .site-nav:focus-within {
            transform: translateY(0) !important;
        }

        body.nav-open {
            overflow: hidden;
        }

        #mobile-menu-button [data-menu-icon="close"] {
            display: none;
        }

        #mobile-menu-button[aria-expanded="true"] [data-menu-icon="open"] {
            display: none;
        }

        #mobile-menu-button[aria-expanded="true"] [data-menu-icon="close"] {
            display: inline-block;
        }

        #mobile-menu {
            width: 100%;
            max-width: 100vw;
            z-index: 9992;
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transform: translateY(-8px) scale(0.98);
            transform-origin: top center;
            pointer-events: none;
            transition: opacity 0.2s ease, transform 0.25s ease, max-height 0.3s ease;
            will-change: opacity, transform, max-height;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
        }

        #mobile-menu[data-state="open"] {
            max-height: calc(100vh - 72px);
            overflow-y: auto;
            opacity: 1;
            transform: translateY(0) scale(1);
            pointer-events: auto;
        }

        #mobile-menu .mobile-menu-item {
            opacity: 0;
            transform: translateY(-6px);
            transition: opacity 0.2s ease, transform 0.25s ease;
        }

        #mobile-menu[data-state="open"] .mobile-menu-item {
            opacity: 1;
            transform: translateY(0);
        }

        #mobile-menu[data-state="open"] .mobile-menu-item:nth-child(1) {
            transition-delay: 0.04s;
        }

        #mobile-menu[data-state="open"] .mobile-menu-item:nth-child(2) {
            transition-delay: 0.08s;
        }

        #mobile-menu[data-state="open"] .mobile-menu-item:nth-child(3) {
            transition-delay: 0.12s;
        }

        #mobile-menu[data-state="open"] .mobile-menu-item:nth-child(4) {
            transition-delay: 0.16s;
        }

        #mobile-menu[data-state="open"] .mobile-menu-item:nth-child(5) {
            transition-delay: 0.2s;
        }

        #mobile-menu[data-state="open"] .mobile-menu-item:nth-child(6) {
            transition-delay: 0.24s;
        }

        .mobile-menu-backdrop {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.55);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease;
            z-index: 9985;
        }

        .mobile-menu-backdrop[data-state="open"] {
            opacity: 1;
            pointer-events: auto;
        }

        @media (prefers-reduced-motion: reduce) {
            #mobile-menu,
            .mobile-menu-backdrop,
            #mobile-menu .mobile-menu-item {
                transition: none;
            }
        }

        @media (max-width: 1023px) {
            .nav-cta {
                display: none !important;
            }

            .backdrop-blur-sm,
            .backdrop-blur-md,
            .backdrop-blur-lg,
            .backdrop-filter {
                backdrop-filter: none !important;
                -webkit-backdrop-filter: none !important;
            }

            .card-3d,
            .testimonial-nav,
            .team-modal-panel,
            .offer-modal-panel {
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
            }

            .card-3d {
                background: rgba(10, 10, 10, 0.9);
            }
        }

        @media (pointer: coarse) {
            a,
            button {
                min-height: 44px;
                min-width: 44px;
            }

            a:not(.block):not(.w-full):not(.card-3d) {
                display: inline-flex;
                align-items: center;
            }
        }

        @media (hover: none), (pointer: coarse) {
            #three-bg {
                background:
                    radial-gradient(circle at 20% 20%, rgba(255, 215, 0, 0.2), transparent 50%),
                    radial-gradient(circle at 80% 10%, rgba(255, 215, 0, 0.12), transparent 55%);
                opacity: 0.2;
            }

            #three-bg canvas {
                display: none !important;
            }

            .terminal-wrapper {
                display: none !important;
            }

            .terminal-mobile {
                display: block !important;
            }

            .hero-grid {
                grid-template-columns: 1fr !important;
                justify-items: center;
            }
        }

        /* --- PREMIUM TECH CURSOR STYLES --- */
        body.cursor-ready:not(.keyboard-nav) {
            cursor: none;
        }

        body.cursor-ready:not(.keyboard-nav) a,
        body.cursor-ready:not(.keyboard-nav) button,
        body.cursor-ready:not(.keyboard-nav) input,
        body.cursor-ready:not(.keyboard-nav) textarea,
        body.cursor-ready:not(.keyboard-nav) select,
        body.cursor-ready:not(.keyboard-nav) label,
        body.cursor-ready:not(.keyboard-nav) [role="button"],
        body.cursor-ready:not(.keyboard-nav) .hover-trigger,
        body.cursor-ready:not(.keyboard-nav) [data-nav-link] {
            cursor: none !important;
        }

        #cursor-ui {
            pointer-events: none;
            will-change: transform;
            opacity: 0;
            transition: opacity 0.2s ease;
            z-index: 10050;
            mix-blend-mode: normal;
        }
        
        body.cursor-ready #cursor-ui {
            opacity: 1;
        }

        body.keyboard-nav {
            cursor: auto;
        }

        body.keyboard-nav #cursor-ui {
            opacity: 0 !important;
        }

        /* Base States */
        .cursor-box {
            box-shadow: 0 0 16px rgba(255, 215, 0, 0.2), inset 0 0 12px rgba(255, 215, 0, 0.08);
            border-color: rgba(255, 215, 0, 0.5);
            background: radial-gradient(circle at center, rgba(255, 215, 0, 0.08), transparent 65%);
        }

        .cursor-box::before {
            content: '';
            position: absolute;
            inset: 6px;
            border: 1px dashed rgba(255, 215, 0, 0.25);
            border-radius: 6px;
            opacity: 0.6;
            transition: border-color 0.2s ease, opacity 0.2s ease;
        }

        .cursor-box::after {
            content: '';
            position: absolute;
            inset: -6px;
            border: 1px solid rgba(255, 215, 0, 0.18);
            border-radius: 10px;
            opacity: 0.4;
            transition: border-color 0.2s ease, opacity 0.2s ease, inset 0.2s ease;
        }

        .cursor-dot {
            box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
            transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
        }

        .cursor-lines {
            filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.4));
        }

        .cursor-box > div {
            box-shadow: 0 0 8px rgba(255, 215, 0, 0.2);
        }

        /* --- HOVER STATE (Namierzanie) --- */
        #cursor-ui.is-hovering .cursor-box {
            width: 48px;
            height: 48px;
            border-color: rgba(255, 215, 0, 0.1);
            background-color: rgba(255, 215, 0, 0.03);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        #cursor-ui.is-hovering .cursor-box::before {
            border-color: rgba(255, 215, 0, 0.5);
            opacity: 0.8;
        }

        #cursor-ui.is-hovering .cursor-box::after {
            border-color: rgba(255, 215, 0, 0.35);
            inset: -10px;
            opacity: 0.6;
        }

        #cursor-ui.is-hovering .cursor-lines {
            opacity: 1;
            animation: scan-lines 1.8s ease-in-out infinite;
        }

        #cursor-ui.is-hovering .cursor-dot {
            background-color: #FFD700;
            box-shadow: 0 0 10px #FFD700;
        }

        #cursor-ui.is-hovering .cursor-box > div {
            border-color: #FFD700;
        }

        /* --- CLICK STATE (Odrzut/Recoil) --- */
        #cursor-ui.is-clicking .cursor-box {
            width: 36px;
            height: 36px;
            border-color: #FFD700;
            background-color: rgba(255, 215, 0, 0.1);
            transform: translate(-50%, -50%) scale(0.9);
        }

        #cursor-ui.is-clicking .cursor-box::before,
        #cursor-ui.is-clicking .cursor-box::after {
            border-color: rgba(255, 215, 0, 0.6);
            opacity: 0.8;
        }

        #cursor-ui.is-clicking .cursor-box > div {
            border-color: #FFD700;
        }
 
        #cursor-ui.is-clicking .cursor-dot {
            background-color: #FFD700;
            box-shadow: 0 0 15px #FFD700;
            transform: translate(-50%, -50%) scale(2);
        }
        
        .cursor-label {
            background: rgba(0, 0, 0, 0.7);
            border: 1px solid rgba(255, 215, 0, 0.3);
            border-radius: 999px;
            padding: 2px 8px;
            text-shadow: 0 0 12px rgba(255, 215, 0, 0.45);
            transform: translate(8px, 8px);
            transition: opacity 0.2s ease, transform 0.2s ease;
        }
        
        #cursor-ui.is-label .cursor-label {
            opacity: 1;
            transform: translate(14px, 14px);
        }

        #cursor-ui.is-text .cursor-box {
            width: 56px;
            height: 28px;
            border-color: rgba(255, 215, 0, 0.3);
            background-color: rgba(255, 215, 0, 0.04);
            transform: translate(-50%, -50%);
        }

        #cursor-ui.is-text .cursor-lines {
            opacity: 0;
        }

        @keyframes scan-lines {
            0% {
                transform: translate(-50%, -50%) scale(0.85) rotate(0deg);
                opacity: 0.35;
            }
            45% {
                transform: translate(-50%, -50%) scale(1.05) rotate(24deg);
                opacity: 0.95;
            }
            70% {
                transform: translate(-50%, -50%) scale(1.02) rotate(24deg);
                opacity: 0.8;
            }
            100% {
                transform: translate(-50%, -50%) scale(0.85) rotate(0deg);
                opacity: 0.35;
            }
        }

        /* --- GLITCH EFFECTS --- */
        .glitch-container {
            position: relative;
            display: inline-block;
        }
        
        .glitch-text {
            position: relative;
            display: inline-block;
            color: #fff;
            text-shadow: 0 0 12px rgba(255, 215, 0, 0.18);
        }
        
        .glitch-text::before,
        .glitch-text::after {
            content: attr(data-text);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            pointer-events: none;
            mix-blend-mode: screen;
        }
        
        .glitch-text::before {
            color: #FFEC8B;
        }
        
        .glitch-text::after {
            color: #b88b00;
        }
        
        .glitch-text.is-glitch::before {
            opacity: 0.7;
            animation: glitch-slice-1 0.85s steps(1, end) infinite;
        }

        .glitch-text.is-glitch::after {
            opacity: 0.6;
            animation: glitch-slice-2 1.05s steps(1, end) infinite;
        }

        @keyframes glitch-slice-1 {
            0% { clip-path: inset(0 0 0 0); transform: translate(0); }
            10% { clip-path: inset(6% 0 82% 0); transform: translate(-2px, -1px); }
            20% { clip-path: inset(16% 0 65% 0); transform: translate(2px, 1px); }
            30% { clip-path: inset(40% 0 42% 0); transform: translate(-1px, 0); }
            40% { clip-path: inset(70% 0 8% 0); transform: translate(2px, -2px); }
            50% { clip-path: inset(10% 0 75% 0); transform: translate(-3px, 2px); }
            60% { clip-path: inset(45% 0 35% 0); transform: translate(1px, -1px); }
            70% { clip-path: inset(80% 0 4% 0); transform: translate(-2px, 1px); }
            80% { clip-path: inset(20% 0 60% 0); transform: translate(2px, 0); }
            90% { clip-path: inset(55% 0 25% 0); transform: translate(-1px, -2px); }
            100% { clip-path: inset(0 0 0 0); transform: translate(0); }
        }
        
        @keyframes glitch-slice-2 {
            0% { clip-path: inset(0 0 0 0); transform: translate(0); }
            12% { clip-path: inset(78% 0 4% 0); transform: translate(2px, -1px); }
            24% { clip-path: inset(8% 0 74% 0); transform: translate(-2px, 2px); }
            36% { clip-path: inset(50% 0 30% 0); transform: translate(1px, -2px); }
            48% { clip-path: inset(28% 0 54% 0); transform: translate(-1px, 1px); }
            60% { clip-path: inset(66% 0 12% 0); transform: translate(3px, 0); }
            72% { clip-path: inset(18% 0 62% 0); transform: translate(-2px, -1px); }
            84% { clip-path: inset(42% 0 38% 0); transform: translate(1px, 2px); }
            100% { clip-path: inset(0 0 0 0); transform: translate(0); }
        }

        /* --- CYBER BUTTONS --- */
        .cyber-btn {
            position: relative;
            display: inline-block;
            padding: 1rem 2.5rem;
            background: transparent;
            color: #FFD700;
            font-family: 'JetBrains Mono', monospace;
            font-weight: 600;
            font-size: 0.875rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            border: 1px solid rgba(255, 215, 0, 0.3);
            overflow: hidden;
            clip-path: polygon(
                0.5rem 0,
                calc(100% - 0.5rem) 0,
                100% 0.5rem,
                100% calc(100% - 0.5rem),
                calc(100% - 0.5rem) 100%,
                0.5rem 100%,
                0 calc(100% - 0.5rem),
                0 0.5rem
            );
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .cyber-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.2), transparent);
            transition: left 0.7s ease;
        }
        
        .cyber-btn::after {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #FFD700, #FFEC8B, #FFD700);
            z-index: -1;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .cyber-btn:hover {
            color: #000;
            border-color: #FFD700;
        }
        
        .cyber-btn:hover::before {
            left: 100%;
        }
        
        .cyber-btn:hover::after {
            opacity: 1;
        }
        
        .cyber-btn:active {
            transform: translate3d(var(--magnet-x, 0px), var(--magnet-y, 0px), 0) scale(0.98);
        }

        /* --- CTA ENERGY --- */
        .magnetic {
            --magnet-x: 0px;
            --magnet-y: 0px;
            transform: translate3d(var(--magnet-x), var(--magnet-y), 0);
            will-change: transform;
        }

        .cta-glow {
            box-shadow: 0 0 0 rgba(255, 215, 0, 0);
            animation: cta-glow 3.2s ease-in-out infinite;
        }

        @keyframes cta-glow {
            0% {
                box-shadow: 0 0 0 rgba(255, 215, 0, 0);
            }
            45% {
                box-shadow: 0 0 18px rgba(255, 215, 0, 0.45), 0 0 36px rgba(255, 236, 139, 0.18);
            }
            100% {
                box-shadow: 0 0 0 rgba(255, 215, 0, 0);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .cta-glow {
                animation: none;
            }
        }

        /* --- 3D CARD EFFECTS --- */
        .card-3d {
            background: rgba(10, 10, 10, 0.7);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.05);
            position: relative;
            overflow: hidden;
            transform-style: preserve-3d;
            transition: transform 0.1s ease-out;
        }
        
        .card-3d::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #FFD700, transparent);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }
        
        .card-3d:hover::before {
            transform: translateX(100%);
        }
        
        .card-content {
            transform: translateZ(20px);
        }
        
        .card-border {
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 1px;
            background: linear-gradient(45deg, rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 0.1), rgba(255, 215, 0, 0.3));
            -webkit-mask: 
                linear-gradient(#fff 0 0) content-box, 
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask: 
                linear-gradient(#fff 0 0) content-box, 
                linear-gradient(#fff 0 0);
            mask-composite: exclude;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .card-3d:hover .card-border {
            opacity: 1;
        }

        /* --- OFFER CARDS --- */
        .offer-card {
            background: linear-gradient(160deg, rgba(12, 12, 12, 0.96), rgba(6, 6, 6, 0.96));
            border: 1px solid rgba(255, 215, 0, 0.2);
            box-shadow: 0 32px 70px rgba(0, 0, 0, 0.6), 0 0 25px rgba(255, 215, 0, 0.08);
        }

        .offer-card::after {
            content: '';
            position: absolute;
            inset: -30% -15%;
            background:
                radial-gradient(circle at 15% 20%, rgba(255, 215, 0, 0.22), transparent 55%),
                radial-gradient(circle at 85% 80%, rgba(255, 215, 0, 0.12), transparent 55%);
            opacity: 0.4;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .offer-card:hover::after {
            opacity: 0.6;
        }

        .offer-card .card-border {
            opacity: 0.35;
        }

        .offer-card:hover .card-border {
            opacity: 0.85;
        }

        .offer-card .card-content {
            position: relative;
            z-index: 1;
        }

        .offer-card--muted {
            background: linear-gradient(160deg, rgba(8, 8, 8, 0.98), rgba(2, 2, 2, 0.98));
            border-color: rgba(255, 215, 0, 0.12);
            box-shadow: 0 24px 50px rgba(0, 0, 0, 0.72), 0 0 18px rgba(255, 215, 0, 0.05);
        }

        .offer-card--muted::after {
            opacity: 0.18;
        }

        .offer-card--muted .card-border {
            opacity: 0.2;
        }

        .offer-card--muted:hover .card-border {
            opacity: 0.5;
        }

        .offer-card--featured {
            border-color: rgba(255, 215, 0, 0.45);
            box-shadow: 0 52px 110px rgba(0, 0, 0, 0.75), 0 0 70px rgba(255, 215, 0, 0.32);
            background: linear-gradient(165deg, rgba(18, 12, 4, 0.98), rgba(6, 6, 6, 0.96));
            isolation: isolate;
        }

        .offer-card--featured::after {
            opacity: 0.9;
        }

        .offer-icon {
            border: 1px solid rgba(255, 215, 0, 0.35);
            background: radial-gradient(circle at 30% 20%, rgba(255, 215, 0, 0.45), rgba(0, 0, 0, 0.85));
            box-shadow: 0 14px 26px rgba(0, 0, 0, 0.45), inset 0 0 14px rgba(255, 215, 0, 0.2);
        }

        .offer-card--featured .offer-icon {
            box-shadow: 0 18px 34px rgba(0, 0, 0, 0.55), 0 0 26px rgba(255, 215, 0, 0.35);
        }

        .offer-card--featured.card-3d::before {
            height: 2px;
            background: linear-gradient(90deg, transparent, rgba(255, 236, 139, 0.9), rgba(255, 215, 0, 0.45), transparent);
            box-shadow: 0 0 18px rgba(255, 215, 0, 0.5);
        }

        .offer-tag {
            letter-spacing: 0.28em;
            color: rgba(255, 215, 0, 0.85);
        }

        .offer-card--featured .offer-tag {
            color: rgba(255, 236, 139, 0.95);
        }

        .offer-list li {
            gap: 0.75rem;
            align-items: flex-start;
        }

        .offer-list i {
            width: 18px;
            height: 18px;
            border-radius: 999px;
            background: rgba(255, 215, 0, 0.12);
            border: 1px solid rgba(255, 215, 0, 0.35);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.65rem;
            margin-right: 0.65rem;
        }

        .offer-list span {
            line-height: 1.4;
        }

        .offer-cta {
            font-size: 0.75rem;
            letter-spacing: 0.22em;
            box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
        }

        .offer-card--featured .offer-cta {
            background: linear-gradient(135deg, #FFD700 0%, #FFEC8B 50%, #FFD700 100%);
            color: #1b1400;
            border-color: rgba(255, 215, 0, 0.85);
            text-shadow: 0 0 12px rgba(255, 215, 0, 0.45);
            box-shadow: 0 18px 38px rgba(255, 215, 0, 0.35), 0 12px 24px rgba(0, 0, 0, 0.55);
        }

        .offer-card--featured .offer-cta::before {
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
        }

        .offer-card--featured .offer-cta::after {
            opacity: 0.9;
            filter: blur(0.4px);
        }

        .offer-card--featured .offer-cta:hover {
            transform: translateY(-2px) scale(1.02);
            color: #1b1400;
            box-shadow: 0 24px 45px rgba(255, 215, 0, 0.45), 0 16px 28px rgba(0, 0, 0, 0.6);
        }

        .offer-card--featured .offer-cta:active {
            transform: translateY(0) scale(0.99);
        }

        .offer-badge {
            letter-spacing: 0.18em;
            border-bottom-left-radius: 12px;
            box-shadow: 0 16px 26px rgba(0, 0, 0, 0.45);
            background: linear-gradient(120deg, #FFD700, #FFEC8B);
        }

        /* --- ABOUT SECTION --- */
        .about-section {
            background: transparent;
            position: relative;
            overflow: hidden;
            isolation: isolate;
        }

        .about-section::before {
            content: none;
        }

        .about-section::after {
            content: none;
        }

        .about-motif {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: min(520px, 55vw);
            pointer-events: none;
            z-index: 0;
            opacity: 0.18;
            background-image:
                linear-gradient(90deg, rgba(255, 215, 0, 0.12) 1px, transparent 1px),
                linear-gradient(0deg, rgba(255, 215, 0, 0.06) 1px, transparent 1px);
            background-size: 120px 120px;
            background-position: right top;
            mask-image: radial-gradient(circle at 70% 35%, #000 0%, #000 45%, transparent 75%);
        }

        .about-motif::before {
            content: '';
            position: absolute;
            top: 28%;
            left: 12%;
            width: 62%;
            height: 1px;
            background: linear-gradient(90deg, rgba(255, 215, 0, 0.55), transparent);
            opacity: 0.65;
        }

        .about-motif::after {
            content: '';
            position: absolute;
            top: 28%;
            left: 12%;
            width: 7px;
            height: 7px;
            border: 1px solid rgba(255, 215, 0, 0.8);
            background: rgba(255, 215, 0, 0.08);
            transform: translate(-50%, -50%) rotate(45deg);
            box-shadow: 0 0 12px rgba(255, 215, 0, 0.35);
        }

        .about-content {
            position: relative;
            z-index: 1;
        }

        .about-badge {
            letter-spacing: 0.28em;
        }

        .about-badge::before {
            content: none;
        }

        .about-title {
            text-shadow: 0 12px 28px rgba(0, 0, 0, 0.55);
        }

        .about-title::after {
            content: none;
        }

        .about-title .text-gradient-gold {
            filter: none;
        }

        .about-copy {
            max-width: 560px;
            padding: 0 0 0 1rem;
            border-left: 1px solid rgba(255, 215, 0, 0.25);
        }

        .about-lede {
            color: #f0e6c0;
            line-height: 1.7;
        }

        .about-stats {
            align-items: stretch;
        }

        .about-stat {
            border-radius: 0;
            background: none;
            box-shadow: none;
            transition: none;
        }

        .about-subtitle {
            letter-spacing: 0.28em;
        }

        .about-tech-grid {
            gap: 0.75rem;
        }

        .about-tech-constellation {
            position: relative;
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 0.6rem;
            padding: 0.4rem 0;
            perspective: 1200px;
            transform-style: preserve-3d;
            transform: rotateX(1.5deg) rotateY(-1.5deg);
        }

        .about-tech-constellation::before {
            content: '';
            position: absolute;
            inset: -12% 6%;
            background: radial-gradient(circle at 50% 40%, rgba(255, 215, 0, 0.08), rgba(0, 0, 0, 0) 65%);
            opacity: 0.6;
            pointer-events: none;
        }

        @media (max-width: 1279px) {
            .about-tech-constellation {
                grid-template-columns: repeat(5, minmax(0, 1fr));
            }
        }

        @media (max-width: 1023px) {
            .about-tech-constellation {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }

        .about-tech-constellation .tech-constellation-item {
            --z: 18px;
            --rx: 0deg;
            --ry: 0deg;
            --lift: 0px;
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 46px;
            padding: 0.25rem 0.5rem;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(10, 10, 10, 0.65);
            color: #cfcfcf;
            font-family: "JetBrains Mono", "Space Grotesk", monospace;
            font-size: 0.66rem;
            letter-spacing: 0.04em;
            text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
            transform:
                translate3d(0, var(--lift), var(--z))
                rotateX(var(--rx))
                rotateY(var(--ry));
            transition:
                transform 0.35s ease,
                border-color 0.3s ease,
                background-color 0.3s ease,
                color 0.3s ease,
                box-shadow 0.3s ease;
        }

        .about-tech-constellation .tech-constellation-item:hover {
            --lift: -8px;
            border-color: rgba(255, 215, 0, 0.6);
            color: #ffffff;
            background: rgba(18, 18, 18, 0.8);
            box-shadow:
                0 14px 24px rgba(0, 0, 0, 0.4),
                0 0 18px rgba(255, 215, 0, 0.18);
        }

        .about-tech-constellation .about-tech-item::after {
            display: none;
        }

        .about-tech-constellation .about-tech-item i {
            display: none;
        }

        .about-tech-constellation .about-tech-item span {
            display: inline-block;
        }

        .about-tech-item {
            border-radius: 0;
            overflow: hidden;
            position: relative;
            isolation: isolate;
            box-shadow: none;
            transition:
                border-color 0.25s ease,
                background-color 0.25s ease,
                color 0.25s ease,
                transform 0.25s ease,
                box-shadow 0.25s ease,
                opacity 0.25s ease,
                filter 0.25s ease;
        }

        .about-tech-item::after {
            content: '';
            position: absolute;
            inset: 0;
            background:
                linear-gradient(90deg, rgba(255, 215, 0, 0.9), rgba(255, 236, 139, 0.9)) 0 0 / 0 1px no-repeat,
                linear-gradient(180deg, rgba(255, 215, 0, 0.9), rgba(255, 236, 139, 0.9)) 100% 0 / 1px 0 no-repeat,
                linear-gradient(270deg, rgba(255, 215, 0, 0.9), rgba(255, 236, 139, 0.9)) 100% 100% / 0 1px no-repeat,
                linear-gradient(0deg, rgba(255, 215, 0, 0.9), rgba(255, 236, 139, 0.9)) 0 100% / 1px 0 no-repeat;
            opacity: 0;
            filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.35));
            pointer-events: none;
        }

        .about-tech-item i {
            transition: transform 0.25s ease, text-shadow 0.25s ease, filter 0.25s ease;
        }

        .about-tech-item:hover::after {
            opacity: 1;
            animation: tech-border-draw 0.9s ease-out forwards;
        }

        .about-tech-item:hover i {
            transform: translateY(-1px);
            color: #FFD700;
            text-shadow:
                0 0 2px rgba(255, 215, 0, 0.9),
                0 0 6px rgba(255, 215, 0, 0.45),
                0 0 14px rgba(255, 215, 0, 0.22);
            filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.35));
        }

        .about-tech-grid.is-filtered .about-tech-item.is-dimmed {
            opacity: 0.45;
            filter: saturate(0.7);
        }

        @keyframes tech-border-draw {
            0% {
                background-size: 0 1px, 1px 0, 0 1px, 1px 0;
            }
            25% {
                background-size: 100% 1px, 1px 0, 0 1px, 1px 0;
            }
            50% {
                background-size: 100% 1px, 1px 100%, 0 1px, 1px 0;
            }
            75% {
                background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0;
            }
            100% {
                background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
            }
        }

        .about-tech-item.is-active {
            border-color: rgba(255, 215, 0, 0.7);
            background-color: rgba(255, 215, 0, 0.08);
            box-shadow: 0 0 18px rgba(255, 215, 0, 0.18);
            transform: translateY(-2px);
        }

        .about-tech-constellation .about-tech-item.is-active {
            --lift: -8px;
            transform:
                translate3d(0, var(--lift), var(--z))
                rotateX(var(--rx))
                rotateY(var(--ry));
            box-shadow:
                0 14px 24px rgba(0, 0, 0, 0.4),
                0 0 20px rgba(255, 215, 0, 0.2);
        }

        .about-tech-item.is-active span {
            color: #ffffff;
        }

        .about-team-title {
            letter-spacing: 0.06em;
        }

        .team-card {
            position: relative;
            overflow: hidden;
            isolation: isolate;
            border-radius: 0;
            background:
                radial-gradient(circle at 10% 10%, rgba(255, 215, 0, 0.1), transparent 45%),
                linear-gradient(150deg, rgba(12, 12, 12, 0.98), rgba(6, 6, 6, 0.98));
            border: 1px solid rgba(255, 215, 0, 0.22);
            box-shadow: 0 22px 40px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
            padding: 24px;
            transition:
                transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1),
                border-color 0.3s ease,
                box-shadow 0.5s ease;
            animation: team-card-attention 7.2s ease-in-out infinite;
            will-change: transform;
        }

        .team-card::before {
            content: '';
            position: absolute;
            inset: -40% -10%;
            background: linear-gradient(120deg, transparent 35%, rgba(255, 215, 0, 0.18), transparent 65%);
            opacity: 0;
            transform: translateX(-30%);
            transition: opacity 0.2s ease;
            pointer-events: none;
        }

        .team-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
            background-size: 28px 28px;
            opacity: 0.18;
            mix-blend-mode: screen;
            pointer-events: none;
        }

        .team-card:hover {
            transform: translateY(-4px) scale(1.01);
            border-color: rgba(255, 215, 0, 0.55);
            box-shadow: 0 30px 55px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 215, 0, 0.22);
        }

        .team-card:hover::before {
            opacity: 1;
            animation: team-border-sweep 1.4s ease-out forwards;
        }

        .team-card:focus-visible {
            outline: 2px solid rgba(255, 215, 0, 0.85);
            outline-offset: 6px;
        }

        .team-card-shell {
            position: relative;
            z-index: 2;
            display: grid;
            gap: 16px;
        }

        .team-card-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .team-card-id {
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.6rem;
            letter-spacing: 0.32em;
            text-transform: uppercase;
            color: #f3d58c;
            background: rgba(255, 215, 0, 0.12);
            border: 1px solid rgba(255, 215, 0, 0.35);
            padding: 4px 8px;
        }

        .team-card-status {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 0.6rem;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.55);
        }

        .team-card-status-dot {
            width: 6px;
            height: 6px;
            border-radius: 999px;
            background: rgba(255, 215, 0, 0.95);
            box-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
            animation: team-signal 2.4s ease-in-out infinite;
        }

        .team-card-main {
            display: grid;
            grid-template-columns: 108px 1fr;
            gap: 16px;
            align-items: start;
        }

        .team-card-photo {
            position: relative;
            width: 108px;
            height: 108px;
            border-radius: 0;
            overflow: hidden;
            background: #0a0a0a;
            border: 1px solid rgba(255, 215, 0, 0.35);
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.18);
            filter: grayscale(0.7);
            transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
        }

        .team-card-photo::before {
            content: '';
            position: absolute;
            inset: 8px;
            border: 1px solid rgba(255, 215, 0, 0.22);
            pointer-events: none;
        }

        .team-card-photo::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.18), rgba(0, 0, 0, 0.4));
            opacity: 0.6;
            pointer-events: none;
        }

        .team-card-photo img {
            transition: transform 0.4s ease;
        }

        .team-card-info {
            display: grid;
            gap: 8px;
        }

        .team-card-bio {
            line-height: 1.5;
        }

        .team-card-role {
            color: #d1b15b;
        }

        .team-card-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 8px;
        }

        .team-card-tag {
            font-size: 0.65rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            padding: 4px 8px;
            border: 1px solid rgba(255, 215, 0, 0.28);
            color: #ffd98a;
            background: rgba(255, 215, 0, 0.08);
        }

        .team-card-details {
            display: grid;
            gap: 12px;
            margin-top: 12px;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        }

        #team-modal .team-card-details {
            margin-top: 4px;
        }

        .team-card-section {
            border: 1px solid rgba(255, 255, 255, 0.06);
            background: rgba(255, 255, 255, 0.03);
            padding: 10px 12px;
        }

        .team-card-section-title {
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.6rem;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: rgba(255, 215, 0, 0.85);
            margin-bottom: 6px;
            line-height: 1.4;
        }

        #team-modal .team-card-section-title {
            font-size: 0.65rem;
        }

        .team-card-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            gap: 4px;
            font-size: 0.75rem;
            color: #b9b9b9;
            line-height: 1.4;
        }

        #team-modal .team-card-list {
            font-size: 0.8rem;
        }

        .team-card-list li {
            display: flex;
            align-items: flex-start;
            gap: 6px;
        }

        .team-card-list li::before {
            content: '•';
            color: rgba(255, 215, 0, 0.75);
        }

        .team-card-skillset,
        .team-card-proof {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .team-card-skillset span,
        .team-card-proof span {
            font-size: 0.6rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            border: 1px solid rgba(255, 215, 0, 0.25);
            color: #f1d07a;
            background: rgba(255, 215, 0, 0.06);
            padding: 4px 8px;
        }

        #team-modal .team-card-skillset span,
        #team-modal .team-card-proof span {
            font-size: 0.65rem;
        }

        .team-card-proof span {
            border-color: rgba(255, 255, 255, 0.12);
            color: rgba(255, 255, 255, 0.7);
            background: rgba(255, 255, 255, 0.04);
        }

        .team-card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 12px;
            margin-top: 4px;
            gap: 12px;
        }

        .team-card-meta {
            font-size: 0.6rem;
            letter-spacing: 0.32em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.6);
        }

        .team-card-cta {
            font-size: 0.6rem;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: rgba(255, 215, 0, 0.95);
            position: relative;
            padding-right: 16px;
        }

        .team-card-cta::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            width: 10px;
            height: 1px;
            background: rgba(255, 215, 0, 0.7);
            box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
            transform: translateY(-50%);
        }

        .team-card:hover .team-card-photo {
            filter: grayscale(0);
            transform: translateY(-2px);
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.35);
        }

        .team-card:hover .team-card-photo img {
            transform: scale(1.04);
        }

        .team-card:hover .team-card-cta {
            color: #fff3c4;
        }

        @keyframes team-card-attention {
            0%, 100% {
                border-color: rgba(255, 215, 0, 0.18);
                box-shadow: 0 22px 40px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
            }
            50% {
                border-color: rgba(255, 215, 0, 0.38);
                box-shadow: 0 26px 48px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 215, 0, 0.18);
            }
        }

        @keyframes team-border-sweep {
            0% {
                transform: translateX(-30%);
            }
            100% {
                transform: translateX(30%);
            }
        }

        @keyframes team-signal {
            0%, 100% {
                transform: scale(0.8);
                opacity: 0.6;
            }
            50% {
                transform: scale(1.2);
                opacity: 1;
            }
        }

        .about-team-list .team-card:nth-child(2) {
            animation-delay: 1.4s;
        }

        .about-team-list .team-card:nth-child(3) {
            animation-delay: 2.8s;
        }

        @media (max-width: 640px) {
            .team-card {
                padding: 20px;
            }

            .team-card-top {
                flex-direction: column;
                align-items: flex-start;
            }

            .team-card-main {
                grid-template-columns: 1fr;
            }

            .team-card-photo {
                width: 120px;
                height: 120px;
            }

            .team-card-footer {
                flex-direction: column;
                align-items: flex-start;
            }

            .team-card-details {
                grid-template-columns: 1fr;
            }

            .team-card-section {
                padding: 10px;
            }
        }

        .tech-divider {
            position: relative;
            height: 64px;
            margin: 12px 0 32px;
            background-image: repeating-linear-gradient(
                90deg,
                rgba(255, 215, 0, 0.14) 0,
                rgba(255, 215, 0, 0.14) 1px,
                transparent 1px,
                transparent 26px
            );
            background-position: 0 50%;
            background-repeat: repeat-x;
        }

        .tech-divider::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.55), transparent);
        }

        .tech-divider::after {
            content: '';
            position: absolute;
            left: -20%;
            right: -20%;
            top: 50%;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 0.75), rgba(255, 215, 0, 0.3), transparent);
            opacity: 0.6;
            transform: translateX(-40%);
            animation: tech-divider-sweep 5.2s linear infinite;
        }

        .tech-divider__node {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 7px;
            height: 7px;
            border: 1px solid rgba(255, 215, 0, 0.8);
            background: rgba(255, 215, 0, 0.08);
            transform: translate(-50%, -50%) rotate(45deg);
            box-shadow: 0 0 16px rgba(255, 215, 0, 0.45), 0 0 28px rgba(255, 215, 0, 0.2);
        }

        @keyframes tech-divider-sweep {
            to {
                transform: translateX(40%);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .team-card {
                transition: none;
                animation: none;
            }

            .team-card:hover {
                transform: none;
                animation: none;
            }

            .team-card:hover::before {
                animation: none;
            }

            .team-card-status-dot {
                animation: none;
            }

            .tech-divider::after {
                animation: none;
            }
        }

        @keyframes about-grid-drift {
            0% { background-position: 0 0, 0 0; }
            100% { background-position: 200px 360px, -200px -360px; }
        }

        @media (prefers-reduced-motion: reduce) {
            .about-section::after {
                animation: none;
            }
        }

        @media (max-width: 768px) {
            .about-section::after {
                background-size: 220px 220px;
                opacity: 0.18;
            }

            .about-motif {
                width: 70vw;
                opacity: 0.12;
            }
        }

        /* --- UTILITY CLASSES --- */
        .hero-headline {
            perspective: 1000px;
        }

        .hero-headline.hero-centered {
            text-align: center;
        }

        .hero-headline.hero-centered .hero-line {
            text-align: center;
        }

        body.hero-terminal-closed .hero-content {
            text-align: center;
        }

        body.hero-terminal-closed .hero-description {
            border-left: 0;
            padding-left: 0;
            border-top: 1px solid rgba(255, 215, 0, 0.25);
            padding-top: 1rem;
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
        }

        body.hero-terminal-closed .hero-cta {
            justify-content: center;
        }

        body.hero-terminal-closed .hero-stats {
            max-width: 720px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .hero-line {
            display: inline-block;
            transform-origin: 0% 100%;
            will-change: transform, opacity, filter;
        }

        .text-gradient-gold {
            background: linear-gradient(135deg, #FFD700 0%, #FFEC8B 50%, #FFD700 100%);
            background-size: 200% auto;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: shine 3s ease-in-out infinite;
        }
        
        @keyframes shine {
            to { background-position: 200% center; }
        }
        
        .bg-grid {
            background-size: 50px 50px;
            background-image: 
                linear-gradient(to right, rgba(255, 215, 0, 0.03) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(255, 215, 0, 0.03) 1px, transparent 1px);
        }

        /* --- CAPABILITIES MERGE --- */
        .capabilities-section {
            background: transparent;
        }

        .capabilities-ambient {
            display: none;
        }

        .capabilities-ambient::before,
        .capabilities-ambient::after {
            content: '';
            position: absolute;
            inset: -20% -10%;
            pointer-events: none;
            opacity: 0.35;
        }

        .capabilities-ambient::before {
            content: none;
        }

        .capabilities-ambient::after {
            content: none;
        }

        .capabilities-card {
            position: relative;
            border-radius: 28px;
            padding: clamp(2.5rem, 4vw, 3.5rem);
            border: 1px solid rgba(255, 215, 0, 0.18);
            background: transparent;
            box-shadow: none;
            backdrop-filter: none;
            overflow: hidden;
        }

        .capabilities-card::before {
            content: none;
        }

        .capabilities-card::after {
            content: none;
        }

        .capabilities-block {
            position: relative;
            z-index: 1;
        }

        .capabilities-divider {
            height: 1px;
            margin: clamp(2.5rem, 4vw, 3.5rem) 0;
            background: linear-gradient(90deg, rgba(255, 215, 0, 0), rgba(255, 236, 139, 0.7), rgba(255, 215, 0, 0.5), rgba(255, 215, 0, 0));
            position: relative;
            z-index: 1;
        }

        .capabilities-divider::after {
            content: '';
            position: absolute;
            inset: -10px 0;
            background: radial-gradient(circle, rgba(255, 215, 0, 0.35), transparent 60%);
            opacity: 0.4;
        }

        .capabilities-anchor {
            scroll-margin-top: 96px;
        }

        .capabilities-label {
            display: inline-flex;
            align-items: center;
            padding: 0.35rem 0.75rem;
            border: 1px solid rgba(255, 215, 0, 0.65);
            color: #FFD700;
            background: transparent;
            letter-spacing: 0.22em;
            animation: capabilities-label-glow 2.8s ease-in-out infinite;
        }

        @keyframes capabilities-label-glow {
            0%, 100% {
                border-color: rgba(255, 215, 0, 0.45);
                box-shadow: 0 0 0 rgba(255, 215, 0, 0);
            }
            50% {
                border-color: rgba(255, 215, 0, 0.9);
                box-shadow: 0 0 18px rgba(255, 215, 0, 0.25);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .capabilities-label {
                animation: none;
            }
        }

        /* --- TESTIMONIALS --- */
        .testimonials-section {
            position: relative;
            overflow: hidden;
            background: transparent;
        }

        .testimonials-header {
            position: relative;
            padding-bottom: 1.5rem;
        }

        .testimonials-controls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            margin-top: 1.5rem;
        }

        .testimonial-nav {
            width: 42px;
            height: 42px;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.35);
            background: rgba(8, 8, 8, 0.65);
            color: #FFD700;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
            box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .testimonial-nav:hover {
            transform: translateY(-2px);
            border-color: rgba(255, 215, 0, 0.7);
            box-shadow: 0 18px 34px rgba(0, 0, 0, 0.5), 0 0 18px rgba(255, 215, 0, 0.28);
        }

        .testimonial-nav:focus-visible {
            outline: 2px solid rgba(255, 215, 0, 0.65);
            outline-offset: 3px;
        }

        .testimonials-metrics {
            text-align: left;
        }

        .testimonial-metric {
            position: relative;
            overflow: hidden;
            border-radius: 16px;
            padding: 18px 20px;
            border: 1px solid rgba(255, 215, 0, 0.22);
            background: linear-gradient(145deg, rgba(12, 12, 12, 0.95), rgba(7, 7, 7, 0.94));
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
            display: flex;
            flex-direction: column;
            gap: 10px;
            min-height: 168px;
        }

        .testimonial-metric::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            height: 1px;
            background: linear-gradient(90deg, rgba(255, 215, 0, 0.85), transparent);
            opacity: 0.75;
        }

        .testimonial-metric::after {
            content: '';
            position: absolute;
            inset: 6px;
            border: 1px solid rgba(255, 215, 0, 0.08);
            pointer-events: none;
        }

        .metric-head {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .metric-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            border: 1px solid rgba(255, 215, 0, 0.35);
            background: rgba(255, 215, 0, 0.08);
            color: #FFD700;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.85rem;
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.4);
        }

        .metric-label {
            font-size: 0.62rem;
            font-family: 'JetBrains Mono', monospace;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: #9ca3af;
        }

        .metric-value {
            font-size: 1.9rem;
            font-family: 'Space Grotesk', sans-serif;
            color: #FFD700;
        }

        .metric-foot {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: auto;
        }

        .metric-caption {
            font-size: 0.6rem;
            font-family: 'JetBrains Mono', monospace;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(156, 163, 175, 0.85);
            white-space: nowrap;
        }

        .metric-signal {
            position: relative;
            flex: 1;
            height: 2px;
            background: rgba(255, 215, 0, 0.12);
            overflow: hidden;
        }

        .metric-signal::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(255, 215, 0, 0.2), rgba(255, 236, 139, 0.8), rgba(255, 215, 0, 0.2));
            transform: translateX(-60%);
            animation: metric-sheen 4.6s linear infinite;
        }

        @keyframes metric-sheen {
            to { transform: translateX(60%); }
        }

        .testimonials-slider {
            position: relative;
            perspective: 1600px;
            perspective-origin: center;
        }

        .testimonials-track {
            position: relative;
            height: 260px;
            margin: 1.6rem 0 2.8rem;
            overflow: visible;
            transform-style: preserve-3d;
            cursor: grab;
            user-select: none;
            -webkit-user-select: none;
            touch-action: pan-y;
        }

        .testimonials-track.is-dragging {
            cursor: grabbing;
        }

        .testimonials-track::-webkit-scrollbar {
            height: 0;
        }

        .testimonials-track::-webkit-scrollbar-thumb {
            background: transparent;
        }

        .testimonials-track::-webkit-scrollbar-track {
            background: transparent;
        }

        .testimonials-track {
            scrollbar-width: none;
        }

        .testimonial-card {
            position: absolute;
            overflow: hidden;
            border-radius: 0;
            top: 50%;
            left: 50%;
            width: min(76vw, 320px);
            height: min(52vw, 220px);
            padding: 22px;
            border: 1px solid rgba(255, 215, 0, 0.2);
            background: linear-gradient(165deg, rgba(12, 12, 12, 0.72), rgba(6, 6, 6, 0.92));
            box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 24px rgba(255, 215, 0, 0.08);
            isolation: isolate;
            transform-style: preserve-3d;
            will-change: transform, opacity;
            transition: border-color 0.35s ease, box-shadow 0.4s ease, opacity 0.3s ease;
            display: flex;
            flex-direction: column;
            backface-visibility: hidden;
        }

        .testimonial-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.18), rgba(255, 215, 0, 0) 55%, rgba(255, 236, 139, 0.18));
            opacity: 0.2;
            transition: opacity 0.35s ease;
            pointer-events: none;
            z-index: 0;
        }

        .testimonial-card::after {
            content: '';
            position: absolute;
            inset: 6px;
            border-radius: 0;
            border: 1px solid rgba(255, 215, 0, 0.08);
            pointer-events: none;
            z-index: 0;
        }

        .testimonial-card > * {
            position: relative;
            z-index: 1;
        }

        .testimonial-card.is-active {
            border-color: rgba(255, 215, 0, 0.45);
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), 0 0 32px rgba(255, 215, 0, 0.16);
        }

        .testimonial-card:hover {
            border-color: rgba(255, 215, 0, 0.55);
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.62), 0 0 32px rgba(255, 215, 0, 0.18);
        }

        .testimonial-card:hover::before {
            opacity: 0.45;
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 16px;
        }

        .testimonial-rating {
            display: flex;
            gap: 4px;
            color: #FFD700;
            font-size: 0.75rem;
            text-shadow: 0 0 12px rgba(255, 215, 0, 0.35);
        }

        .testimonial-rating i {
            font-size: 0.75rem;
        }

        .testimonial-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 4px 8px;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.35);
            background: rgba(255, 215, 0, 0.08);
            color: #FFD700;
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.55rem;
            letter-spacing: 0.2em;
            text-transform: uppercase;
        }

        .testimonial-quote {
            position: relative;
            padding-left: 18px;
            font-style: italic;
            color: #d1d5db;
            line-height: 1.7;
            font-size: 0.95rem;
            flex: 1;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .testimonial-quote::before {
            content: '\"';
            position: absolute;
            left: 0;
            top: -6px;
            font-size: 2rem;
            color: rgba(255, 215, 0, 0.35);
        }

        .testimonial-meta {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: auto;
            padding-top: 18px;
        }

        .testimonial-avatar {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            border: 1px solid rgba(255, 215, 0, 0.35);
            background: linear-gradient(135deg, rgba(255, 215, 0, 0.18), rgba(255, 236, 139, 0.08));
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.75rem;
            letter-spacing: 0.12em;
            color: #FFD700;
        }

        .testimonial-name {
            font-weight: 700;
            color: #ffffff;
        }

        .testimonial-role {
            margin-top: 4px;
            font-size: 0.6rem;
            font-family: 'JetBrains Mono', monospace;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: #9ca3af;
        }

        .testimonial-tags {
            margin-top: 6px;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .testimonial-tags span {
            padding: 2px 6px;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.18);
            background: rgba(255, 215, 0, 0.06);
            color: #FFD700;
            font-size: 0.55rem;
            font-family: 'JetBrains Mono', monospace;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        @media (max-width: 640px) {
            .testimonials-track {
                height: 300px;
                margin: 1.4rem 0 2.2rem;
            }

            .testimonial-card {
                width: min(84vw, 340px);
                height: min(66vw, 270px);
                padding: 18px;
            }

            .testimonial-quote {
                font-size: 1rem;
                line-height: 1.75;
                -webkit-line-clamp: 5;
                line-clamp: 5;
            }

            .testimonial-name {
                font-size: 1rem;
            }

            .testimonial-role {
                font-size: 0.65rem;
                letter-spacing: 0.16em;
            }

            .testimonial-badge {
                font-size: 0.6rem;
                letter-spacing: 0.18em;
            }

            .testimonial-tags span {
                font-size: 0.6rem;
            }
        }

        @media (min-width: 768px) {
            .testimonial-card {
                width: 340px;
                height: 220px;
            }
        }

        @media (min-width: 1024px) {
            .testimonials-header {
                padding-right: 140px;
            }

            .testimonials-controls {
                position: absolute;
                top: 0;
                right: 0;
                margin-top: 0;
            }

            .testimonial-card {
                width: 380px;
                height: 240px;
            }

            .testimonial-quote {
                -webkit-line-clamp: 5;
                line-clamp: 5;
            }

            .testimonials-track {
                height: 300px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .testimonial-card {
                transition: none;
                transform: none;
                opacity: 1;
            }

            .testimonials-track {
                scroll-behavior: auto;
            }

            .metric-signal::after {
                animation: none;
            }
        }

        .scanlines {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
            background: linear-gradient(
                to bottom,
                transparent 50%,
                rgba(0, 0, 0, 0.2) 50%
            );
            background-size: 100% 4px;
            opacity: 0.15;
        }

        .scroll-indicator {
            pointer-events: auto;
            text-shadow: 0 0 16px rgba(255, 215, 0, 0.55);
            opacity: 1;
            transition: opacity 0.35s ease;
            filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.25));
            background: transparent;
            border: 0;
            padding: 0;
            appearance: none;
            cursor: pointer;
            --scroll-height: 84px;
            --scroll-rail-width: 8px;
            --scroll-dot-size: 8px;
            --scroll-glow-size: 34px;
            --scroll-duration: 2.6s;
            --scroll-pulse-duration: 2.6s;
        }

        .scroll-indicator.is-hidden {
            opacity: 0;
            pointer-events: none;
        }

        .scroll-indicator:focus-visible {
            outline: 2px solid rgba(255, 215, 0, 0.55);
            outline-offset: 6px;
        }

        .scroll-track {
            height: var(--scroll-height);
            width: var(--scroll-rail-width);
            position: relative;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255, 215, 0, 0.08), rgba(255, 215, 0, 0.02));
            border: 1px solid rgba(255, 215, 0, 0.28);
            box-shadow: inset 0 0 12px rgba(255, 215, 0, 0.18), 0 0 16px rgba(255, 215, 0, 0.45);
        }

        .scroll-track::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 8px;
            bottom: 8px;
            width: 2px;
            transform: translateX(-50%);
            background: linear-gradient(180deg, rgba(255, 215, 0, 0), rgba(255, 236, 139, 0.95), rgba(255, 215, 0, 0));
            box-shadow: 0 0 10px rgba(255, 215, 0, 0.65);
            border-radius: 999px;
        }

        .scroll-track::after {
            content: '';
            position: absolute;
            inset: 2px;
            border-radius: inherit;
            border: 1px solid rgba(255, 215, 0, 0.12);
            opacity: 0.8;
        }

        .scroll-dot {
            left: 50%;
            width: var(--scroll-dot-size);
            height: var(--scroll-dot-size);
            border-radius: 2px;
            background: linear-gradient(135deg, #FFD700 0%, #FFEC8B 50%, #FFD700 100%);
            border: 1px solid rgba(255, 236, 139, 0.75);
            box-shadow: 0 0 16px rgba(255, 215, 0, 0.85), 0 0 28px rgba(255, 215, 0, 0.35);
            transform: translateX(-50%) rotate(45deg);
            animation: scroll-drop var(--scroll-duration) cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
        }

        .scroll-dot::after {
            content: '';
            position: absolute;
            inset: -6px;
            border-radius: 6px;
            background: radial-gradient(circle, rgba(255, 215, 0, 0.45), rgba(255, 215, 0, 0));
            opacity: 0.8;
        }

        .scroll-glow {
            left: 50%;
            width: var(--scroll-glow-size);
            height: var(--scroll-glow-size);
            background: radial-gradient(circle, rgba(255, 215, 0, 0.4), rgba(255, 215, 0, 0));
            transform: translateX(-50%) scale(0.8);
            filter: blur(2px);
            animation: scroll-pulse var(--scroll-pulse-duration) cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
        }

        @keyframes scroll-drop {
            0% { top: 0; opacity: 0; transform: translateX(-50%) rotate(45deg) scale(0.6); }
            15% { opacity: 1; transform: translateX(-50%) rotate(45deg) scale(1); }
            70% { top: 70%; opacity: 1; }
            100% { top: 100%; opacity: 0; transform: translateX(-50%) rotate(45deg) scale(0.75); }
        }

        @keyframes scroll-pulse {
            0% { top: 0; opacity: 0; transform: translateX(-50%) scale(0.75); }
            18% { opacity: 0.45; }
            70% { top: 70%; opacity: 0.35; }
            100% { top: 100%; opacity: 0; transform: translateX(-50%) scale(1.05); }
        }

        body.modal-open {
            overflow: hidden;
        }

        #team-modal {
            z-index: 10005;
            padding: 0;
            align-items: stretch;
            justify-content: stretch;
            perspective: 1400px;
        }

        .team-modal-panel {
            width: 100%;
            height: 100%;
            max-height: none;
            background:
                radial-gradient(circle at 20% 20%, rgba(255, 215, 0, 0.12), transparent 45%),
                linear-gradient(155deg, rgba(14, 14, 14, 0.98), rgba(6, 6, 6, 0.98));
            border: 1px solid rgba(255, 215, 0, 0.2);
            border-radius: 0;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 40px 90px rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(18px);
            overflow: hidden;
            transform-style: preserve-3d;
        }

        .team-modal-panel::before {
            content: '';
            position: absolute;
            inset: 0 0 auto 0;
            height: 2px;
            background: linear-gradient(90deg, rgba(255, 215, 0, 0), rgba(255, 236, 139, 0.9), rgba(255, 215, 0, 0));
        }

        .team-modal-panel::after {
            content: '';
            position: absolute;
            inset: 22px;
            border-radius: 0;
            border: 1px solid rgba(255, 215, 0, 0.12);
            pointer-events: none;
        }

        .team-modal-content {
            position: relative;
            padding: clamp(24px, 3vw, 56px);
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 24px;
            overflow: hidden;
        }

        .team-modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .team-modal-body {
            flex: 1;
            display: grid;
            grid-template-columns: minmax(240px, 340px) 1fr;
            grid-template-rows: auto 1fr;
            gap: 32px;
            overflow-y: auto;
            padding-right: 6px;
            min-height: 0;
        }

        .team-modal-left,
        .team-modal-right,
        .team-modal-left-inner {
            display: grid;
            gap: 16px;
            align-content: start;
        }

        .team-modal-heading {
            display: grid;
            gap: 8px;
            align-content: start;
            min-width: 0;
        }

        .team-modal-left {
            grid-column: 1;
            grid-row: 1 / span 2;
        }

        .team-modal-heading {
            grid-column: 2;
            grid-row: 1;
        }

        .team-modal-right {
            grid-column: 2;
            grid-row: 2;
            min-width: 0;
        }

        .team-modal-actions {
            margin-top: 4px;
        }

        .team-modal-photo {
            position: relative;
            border-radius: 0;
            overflow: hidden;
            background: rgba(6, 6, 6, 0.85);
            border: 1px solid rgba(255, 215, 0, 0.4);
            box-shadow: 0 0 35px rgba(255, 215, 0, 0.25);
        }

        .team-modal-photo::before {
            content: '';
            position: absolute;
            inset: 10px;
            border: 1px solid rgba(255, 215, 0, 0.2);
            pointer-events: none;
        }

        .team-modal-photo::after {
            content: '';
            position: absolute;
            inset: 0;
            background:
                linear-gradient(135deg, rgba(255, 215, 0, 0.18), rgba(0, 0, 0, 0.6)),
                linear-gradient(0deg, rgba(255, 255, 255, 0.05), transparent 45%);
            mix-blend-mode: screen;
            pointer-events: none;
        }

        .team-modal-scroll-indicator {
            position: absolute;
            left: 50%;
            bottom: 12px;
            transform: translateX(-50%);
            display: none;
            align-items: center;
            gap: 6px;
            z-index: 2;
            --scroll-height: 56px;
            --scroll-rail-width: 6px;
            --scroll-dot-size: 6px;
            --scroll-glow-size: 24px;
            --scroll-duration: 2.2s;
            --scroll-pulse-duration: 2.2s;
        }

        .team-modal-scroll-label {
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.55rem;
            letter-spacing: 0.3em;
            text-transform: uppercase;
            color: #fbd87a;
        }

        .team-modal-meta {
            background: rgba(8, 8, 8, 0.72);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 10px;
            padding: 12px;
            box-shadow: inset 0 0 0 1px rgba(255, 215, 0, 0.05);
        }

        .team-modal-meta span {
            display: block;
        }

        .team-modal-chip {
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.7rem;
            padding: 4px 10px;
            border-radius: 999px;
            border: 1px solid rgba(255, 215, 0, 0.4);
            color: #fbd87a;
            background: rgba(255, 215, 0, 0.1);
        }

        @media (max-width: 900px) {
            #team-modal {
                padding: 16px;
                align-items: center;
                justify-content: center;
                --team-photo-height: clamp(220px, 40vh, 360px);
            }

            #team-modal.is-scrolled {
                --team-photo-height: clamp(154px, 28vh, 252px);
            }

            .team-modal-panel {
                width: 100%;
                height: calc(100vh - 32px);
                max-height: calc(100vh - 32px);
                height: calc(100dvh - 32px);
                max-height: calc(100dvh - 32px);
                border-radius: 16px;
            }

            .team-modal-body {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto auto;
                gap: 20px;
                padding-right: 0;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

            .team-modal-left,
            .team-modal-heading,
            .team-modal-right {
                grid-column: auto;
                grid-row: auto;
            }

            .team-modal-content {
                padding: 18px;
                gap: 16px;
                height: 100%;
                overflow: hidden;
            }

            .team-modal-left {
                grid-column: 1;
                grid-row: 2;
            }

            .team-modal-left-inner {
                align-self: start;
                position: static;
                padding-bottom: 0;
                background: none;
            }

            .team-modal-heading {
                grid-column: 1;
                grid-row: 1;
                position: sticky;
                top: 0;
                z-index: 2;
                padding-bottom: 12px;
                align-self: start;
                background: linear-gradient(180deg, rgba(6, 6, 6, 0.98) 0%, rgba(6, 6, 6, 0.86) 60%, rgba(6, 6, 6, 0) 100%);
            }

            .team-modal-right {
                grid-column: 1;
                grid-row: 3;
            }

            .team-modal-scroll-indicator {
                display: flex;
            }

            .team-modal-actions {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                margin-top: 6px;
            }

            .team-modal-photo {
                border-radius: 14px;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45), 0 0 20px rgba(255, 215, 0, 0.18);
                height: var(--team-photo-height);
                transition: height 0.25s ease;
            }

            .team-modal-panel::after {
                inset: 12px;
                border-radius: 12px;
            }

            .team-modal-chip {
                font-size: 0.65rem;
            }
        }

        @media (max-width: 600px) {
            .team-modal-content {
                padding: 14px;
            }

            .team-modal-header {
                flex-wrap: wrap;
            }

            .team-modal-panel::after {
                inset: 10px;
                border-radius: 10px;
            }

            .team-modal-actions a {
                width: 100%;
                justify-content: center;
                text-align: center;
            }
        }

        #offer-modal {
            z-index: 10006;
        }

        .offer-modal-panel {
            width: min(860px, 92vw);
            max-height: 85vh;
            background: linear-gradient(155deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.98));
            border: 1px solid rgba(255, 215, 0, 0.22);
            border-radius: 18px;
            box-shadow: 0 35px 90px rgba(0, 0, 0, 0.65), 0 0 45px rgba(255, 215, 0, 0.08);
            backdrop-filter: blur(18px);
            overflow: hidden;
        }

        .offer-modal-panel::before {
            content: '';
            position: absolute;
            inset: 0 0 auto 0;
            height: 2px;
            background: linear-gradient(90deg, rgba(255, 215, 0, 0), rgba(255, 236, 139, 0.9), rgba(255, 215, 0, 0));
        }

        .offer-modal-panel::after {
            content: '';
            position: absolute;
            inset: 10px;
            border-radius: 14px;
            border: 1px solid rgba(255, 215, 0, 0.08);
            pointer-events: none;
        }

        .offer-modal-content {
            position: relative;
            padding: 28px;
            overflow-y: auto;
            max-height: 85vh;
        }

        @media (max-width: 640px) {
            #offer-modal {
                padding: 16px;
            }

            .offer-modal-panel {
                width: 100%;
                max-height: calc(100vh - 32px);
                border-radius: 14px;
            }

            .offer-modal-content {
                padding: 20px;
                max-height: calc(100vh - 32px);
            }
        }

        @media (hover: none) {
            .card-3d:hover {
                transform: none !important;
            }

            .cyber-btn:hover::before {
                left: -100%;
            }
        }

        input,
        textarea,
        select {
            font-size: 16px;
        }

        .text-gray-400 {
            color: #a0a0a0 !important;
        }

        @keyframes terminal {
            0%, 49% { opacity: 1; }
            50%, 100% { opacity: 0; }
        }
        
        .terminal-cursor {
            display: inline-block;
            width: 8px;
            height: 1.2em;
            background-color: #FFD700;
            margin-left: 2px;
            animation: terminal 1s steps(2) infinite;
        }

        .terminal-card {
            clip-path: inset(0 0 0 0);
            will-change: transform, opacity, clip-path;
        }

        .terminal-control {
            appearance: none;
            border: 0;
            padding: 0;
            line-height: 0;
            cursor: pointer;
            background: transparent;
            display: block;
            pointer-events: auto;
            box-shadow: 0 0 0 rgba(255, 215, 0, 0);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .terminal-control:hover {
            transform: scale(1.1);
            box-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
        }

        .terminal-control:focus-visible {
            outline: 2px solid rgba(255, 215, 0, 0.6);
            outline-offset: 3px;
        }

        /* --- THREE.JS CANVAS --- */
        #three-bg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            opacity: 0.35;
        }

        #three-bg.is-static {
            background:
                radial-gradient(circle at 20% 20%, rgba(255, 215, 0, 0.2), transparent 50%),
                radial-gradient(circle at 80% 10%, rgba(255, 215, 0, 0.12), transparent 55%);
        }

        /* --- MATRIX BACKGROUND --- */
        #code-matrix {
            position: fixed;
            inset: 0;
            pointer-events: none;
            z-index: 0;
            overflow: hidden;
            font-family: 'JetBrains Mono', monospace;
            color: rgba(255, 215, 0, 0.6);
            opacity: 0.6;
            mix-blend-mode: screen;
            will-change: opacity;
        }

        #code-matrix .matrix-canvas {
            width: 100%;
            height: 100%;
            display: block;
            position: relative;
            z-index: 1;
        }

        .code-glyph {
            position: absolute;
            font-size: var(--glyph-size, 12px);
            letter-spacing: 0.12em;
            opacity: 0;
            --glyph-push-x: 0px;
            --glyph-push-y: 0px;
            filter: blur(var(--glyph-blur, 0px));
            text-shadow:
                0 0 calc(10px + var(--glyph-glow, 0px)) rgba(255, 215, 0, 0.45),
                0 0 calc(22px + var(--glyph-glow, 0px)) rgba(255, 236, 139, 0.35);
            white-space: pre;
            animation: matrix-flicker var(--glyph-duration, 6s) ease-in-out infinite;
            will-change: opacity, transform, filter;
            transform-origin: center;
        }

        .code-glyph.is-spark {
            color: rgba(255, 236, 139, 0.95);
        }

        .code-glyph.is-white {
            color: rgba(248, 248, 248, 0.95);
            text-shadow:
                0 0 calc(10px + var(--glyph-glow, 0px)) rgba(255, 255, 255, 0.55),
                0 0 calc(22px + var(--glyph-glow, 0px)) rgba(255, 255, 255, 0.35);
        }

        @keyframes matrix-flicker {
            0% {
                opacity: 0;
                transform: translate3d(calc(var(--glyph-x-start, 0px) + var(--glyph-push-x, 0px)), calc(var(--glyph-y-start, 6px) + var(--glyph-push-y, 0px)), 0) scale(0.92) rotate(var(--glyph-rotate, 0deg));
                filter: blur(var(--glyph-blur, 0px)) brightness(0.85);
            }
            18% {
                opacity: var(--glyph-opacity, 0.4);
                filter: blur(var(--glyph-blur-soft, 0px)) brightness(1.15);
            }
            50% {
                opacity: var(--glyph-opacity-soft, 0.3);
                transform: translate3d(calc(var(--glyph-x-mid, 0px) + var(--glyph-push-x, 0px)), calc(var(--glyph-y-mid, -2px) + var(--glyph-push-y, 0px)), 0) scale(1) rotate(var(--glyph-rotate, 0deg));
                filter: blur(var(--glyph-blur-sharp, 0px)) brightness(1.3);
            }
            72% {
                opacity: var(--glyph-opacity-strong, 0.5);
                filter: blur(var(--glyph-blur-sharp, 0px)) brightness(1.55);
            }
            100% {
                opacity: 0;
                transform: translate3d(calc(var(--glyph-x-end, 0px) + var(--glyph-push-x, 0px)), calc(var(--glyph-y-end, -8px) + var(--glyph-push-y, 0px)), 0) scale(1.06) rotate(var(--glyph-rotate, 0deg));
                filter: blur(var(--glyph-blur, 0px)) brightness(0.9);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            #code-matrix {
                display: none;
            }
        }

        /* --- SECTION ANIMATIONS --- */
        .section-reveal {
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        
        .section-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* --- SKELETON PLACEHOLDERS --- */
        .skeleton {
            position: relative;
            overflow: hidden;
        }

        .skeleton::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(
                100deg,
                rgba(255, 255, 255, 0.04),
                rgba(255, 255, 255, 0.14),
                rgba(255, 255, 255, 0.04)
            );
            transform: translateX(-120%);
            animation: skeleton-shimmer 1.3s ease-in-out infinite;
            pointer-events: none;
        }

        .skeleton img {
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .skeleton.is-loaded::after {
            opacity: 0;
            animation: none;
        }

        .skeleton.is-loaded img {
            opacity: 1;
        }

        @keyframes skeleton-shimmer {
            to {
                transform: translateX(120%);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .skeleton::after {
                animation: none;
            }
        }

        /* --- SOUND TOGGLE --- */
        .sound-toggle {
            border-radius: 6px;
            background: rgba(255, 215, 0, 0.04);
        }

        .sound-toggle.is-active {
            background: rgba(255, 215, 0, 0.12);
        }

        .sound-toggle .sound-icons {
            display: inline-flex;
            align-items: center;
        }

        .sound-toggle .sound-icon-on {
            display: none;
        }

        .sound-toggle.is-active .sound-icon-on {
            display: inline-block;
        }

        .sound-toggle.is-active .sound-icon-off {
            display: none;
        }

        .sound-toggle .sound-label {
            font-size: 0.55rem;
            letter-spacing: 0.22em;
        }

        @media (max-width: 639px) {
            .sound-toggle .sound-label {
                display: none;
            }
        }

        /* --- AI CHAT PULSE --- */
        #ai-chatbot {
            right: max(1rem, env(safe-area-inset-right));
            bottom: max(1rem, env(safe-area-inset-bottom));
        }

        @media (min-width: 768px) {
            #ai-chatbot {
                right: max(1.5rem, env(safe-area-inset-right));
                bottom: max(1.5rem, env(safe-area-inset-bottom));
            }
        }

        @media (max-width: 767px) {
            #chat-toggle::after {
                inset: -4px;
            }
        }

        #chat-toggle {
            position: relative;
            overflow: visible;
        }

        #chat-toggle::after {
            content: '';
            position: absolute;
            inset: -6px;
            border-radius: 9999px;
            border: 1px solid rgba(255, 215, 0, 0.5);
            box-shadow: 0 0 22px rgba(255, 215, 0, 0.25);
            opacity: 0;
            pointer-events: none;
            animation: chat-pulse 2.6s ease-out infinite;
        }

        #chat-toggle[aria-expanded="true"]::after {
            animation: none;
            opacity: 0;
        }

        @keyframes chat-pulse {
            0% {
                transform: scale(0.92);
                opacity: 0.6;
            }
            70% {
                transform: scale(1.35);
                opacity: 0;
            }
            100% {
                opacity: 0;
            }
        }

        #chat-toggle .chat-toggle-icon {
            display: inline-flex;
            transform-origin: center;
        }

        #chat-toggle.chat-ringing .chat-toggle-icon {
            animation: chat-ring 0.9s ease-in-out 2;
        }

        @keyframes chat-ring {
            0% {
                transform: rotate(0deg);
            }
            10% {
                transform: rotate(-12deg);
            }
            25% {
                transform: rotate(10deg);
            }
            40% {
                transform: rotate(-8deg);
            }
            55% {
                transform: rotate(6deg);
            }
            70% {
                transform: rotate(-4deg);
            }
            100% {
                transform: rotate(0deg);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            #chat-toggle::after {
                animation: none;
            }
            #chat-toggle.chat-ringing .chat-toggle-icon {
                animation: none;
            }
        }

        /* --- AI CHAT NUDGE --- */
        .chat-nudge {
            position: absolute;
            right: 0;
            bottom: 72px;
            width: min(280px, calc(100vw - 32px));
            background: linear-gradient(150deg, rgba(18, 18, 18, 0.96), rgba(8, 8, 8, 0.98));
            border: 1px solid rgba(255, 215, 0, 0.25);
            border-radius: 14px;
            padding: 12px 14px;
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 215, 0, 0.12);
            transform-origin: bottom right;
            animation: chat-nudge-in 0.35s ease-out;
            z-index: 10003;
        }

        .chat-nudge::after {
            content: '';
            position: absolute;
            right: 18px;
            bottom: -6px;
            width: 12px;
            height: 12px;
            background: #111111;
            border-right: 1px solid rgba(255, 215, 0, 0.25);
            border-bottom: 1px solid rgba(255, 215, 0, 0.25);
            transform: rotate(45deg);
        }

        .chat-nudge-text {
            color: #e5e5e5;
            font-size: 0.75rem;
            line-height: 1.4;
        }

        .chat-nudge-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
        }

        .chat-nudge-cta {
            background: #FFD700;
            color: #0b0b0b;
            border: none;
            border-radius: 6px;
            padding: 6px 10px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.65rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            cursor: pointer;
        }

        .chat-nudge-cta:hover {
            background: #FFEC8B;
        }

        .chat-nudge-close {
            background: transparent;
            color: #cfcfcf;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 6px;
            padding: 6px 10px;
            font-family: 'JetBrains Mono', monospace;
            font-size: 0.65rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            cursor: pointer;
        }

        .chat-nudge-close:hover {
            border-color: rgba(255, 215, 0, 0.45);
            color: #FFD700;
        }

        body.chat-open .chat-nudge {
            display: none;
        }

        @keyframes chat-nudge-in {
            from {
                opacity: 0;
                transform: translateY(8px) scale(0.98);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        /* --- AI CHAT MOBILE --- */
        @media (max-width: 767px) {
            body.chat-open {
                overflow: hidden;
            }

            body.chat-open #chat-toggle {
                opacity: 0;
                pointer-events: none;
            }
        }
    
