        :root {
            --bg: #030406;
            --accent: #ff4d00; 
            --glass: rgba(255, 255, 255, 0.03);
            --border: rgba(255, 255, 255, 0.08);
        }

        .grain-overlay {
            position: fixed;
            inset: 0;
            z-index: 9999;
            pointer-events: none;
            opacity: 0.04;
            background-image: url("https://grainy-gradients.vercel.app/noise.svg");
        }

        /* Custom Cursor */
        .c-cursor { position: fixed; width: 10px; height: 10px; background: #fff; border-radius: 50%; pointer-events: none; z-index: 10000; mix-blend-mode: difference; transform: translate(-50%, -50%); }
        .c-cursor-follower { position: fixed; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1); transform: translate(-50%, -50%); }

        body { background-color: var(--bg); color: #fff; font-family: 'Manrope', sans-serif; overflow-x: hidden; cursor: none; }
        img { max-width: 100%; height: auto; }

        /* --- UI ELEMENTS --- */
        .status-bar { font-family: 'Space Mono'; font-size: 10px; border-bottom: 1px solid var(--border); background: rgba(3,4,6,0.8); backdrop-filter: blur(10px); z-index: 1100; }
        
        .c-cursor { position: fixed; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; pointer-events: none; z-index: 10000; transform: translate(-50%, -50%); }
        .c-cursor-follower { position: fixed; width: 35px; height: 35px; border: 1px solid var(--accent); border-radius: 50%; pointer-events: none; z-index: 9999; transition: 0.15s; transform: translate(-50%, -50%); }

        .hero-text {
            font-family: 'Bebas Neue';
            font-size: clamp(4rem, 15vw, 10rem);
            line-height: 0.85;
            letter-spacing: 0.01em;
            color: #f6f6f6;
            margin: 0;
        }
        .hero-text .fade-line {
            display: inline-block;
            background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.62) 56%, rgba(255,255,255,0.14) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.25));
        }
        .hero-tagline {
            font-family: 'Space Mono', monospace;
            font-size: clamp(0.78rem, 1.2vw, 0.95rem);
            letter-spacing: 0.24em;
            text-transform: uppercase;
            color: var(--accent);
            margin-top: 1rem;
            margin-bottom: 0.5rem;
            text-shadow: 0 0 12px rgba(255, 77, 0, 0.35);
        }
        .hero-cta {
            position: relative;
            overflow: hidden;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.25);
            padding: 1rem 2rem;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            transition: transform 0.28s ease, color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
            isolation: isolate;
        }
        .hero-cta::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, #d94700, #ff5e00);
            transform: scaleX(0);
            transform-origin: left center;
            transition: transform 0.32s cubic-bezier(0.19, 1, 0.22, 1);
            z-index: -1;
        }
        .hero-cta:hover {
            color: #fff;
            border-color: rgba(255, 94, 0, 0.95);
            transform: translateY(-2px);
            box-shadow: 0 12px 26px rgba(255, 77, 0, 0.32);
        }
        .hero-cta:hover::before {
            transform: scaleX(1);
        }
        .hero-cta.primary {
            background: #fff;
            color: #000;
            border-color: #fff;
        }
        .hero-cta.secondary {
            background: transparent;
            color: #fff;
        }

        /* --- ENHANCED MENU --- */
           /* --- MENU --- */
        #menuOverlay {
            position: fixed; inset: 0; background: #000; z-index: 2000;
            display: grid; grid-template-columns: 1fr 1fr; opacity: 0; pointer-events: none; transition: 0.8s;
        }
        #menuOverlay.active { opacity: 1; pointer-events: all; }
        .menu-left-panel {
            position: relative;
            z-index: 2;
        }
        .menu-link { 
            font-family: 'Bebas Neue'; font-size: 8vw; line-height: 0.9; color: white; transition: 0.4s; 
            text-decoration: none; position: relative; opacity: 1; transform: translateY(0);
        }
        .menu-link:hover { color: var(--accent); padding-left: 2rem; }
        .menu-link span { font-family: 'Space Mono'; font-size: 1rem; color: var(--accent); vertical-align: middle; margin-right: 1rem; }
        .menu-right-panel {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(120% 140% at 90% 10%, rgba(255,77,0,0.16), rgba(10,4,2,0.92) 55%),
                linear-gradient(180deg, rgba(255,77,0,0.08), rgba(0,0,0,0.9));
        }
        .menu-right-panel::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(255, 77, 0, 0.2) 0.5px, transparent 0.5px);
            background-size: 18px 18px;
            opacity: 0.14;
            pointer-events: none;
        }
        .menu-right-inner {
            position: relative;
            z-index: 1;
            max-width: 520px;
        }
        .menu-kicker {
            font-family: 'Space Mono', monospace;
            color: var(--accent);
            font-size: 0.72rem;
            letter-spacing: 0.24em;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        .menu-heading {
            font-family: 'Bebas Neue', sans-serif;
            font-size: clamp(2.5rem, 4.4vw, 4.4rem);
            line-height: 0.92;
            margin-bottom: 1rem;
        }
        .menu-copy {
            color: rgba(255,255,255,0.72);
            font-size: 1rem;
            line-height: 1.7;
            max-width: 48ch;
        }
        .menu-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 1.2rem;
        }
        .menu-badge {
            border: 1px solid rgba(255,255,255,0.16);
            border-radius: 999px;
            padding: 0.45rem 0.85rem;
            font-size: 0.66rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.84);
            background: rgba(255,255,255,0.04);
        }
        .menu-signal {
            margin-top: 1.8rem;
            border: 1px solid rgba(255, 77, 0, 0.38);
            border-radius: 14px;
            padding: 1rem;
            background: rgba(255, 77, 0, 0.08);
        }
        .menu-signal-title {
            font-family: 'Space Mono', monospace;
            color: #ffb089;
            font-size: 0.62rem;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            margin-bottom: 0.6rem;
        }
        .menu-signal-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
        }
        .menu-signal-grid div {
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 10px;
            padding: 0.6rem;
            background: rgba(0,0,0,0.24);
        }
        .menu-signal-grid strong {
            display: block;
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.35rem;
            line-height: 1;
            color: #fff;
        }
        .menu-signal-grid span {
            font-size: 0.6rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.6);
        }
        .menu-cta-row {
            margin-top: 1.2rem;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .menu-cta-btn {
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.18);
            padding: 0.75rem 1.2rem;
            font-size: 0.68rem;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            transition: 0.28s ease;
        }
        .menu-cta-btn.primary {
            background: var(--accent);
            border-color: var(--accent);
            color: #fff;
        }
        .menu-cta-btn.secondary {
            background: transparent;
            color: #fff;
        }
        .menu-cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 22px rgba(255, 77, 0, 0.32);
        }
        .menu-orb {
            position: absolute;
            right: 9%;
            top: 14%;
            width: 58px;
            height: 58px;
            border-radius: 50%;
            border: 1px solid rgba(255,77,0,0.8);
            box-shadow: 0 0 22px rgba(255,77,0,0.45);
            animation: menuOrbFloat 3.6s ease-in-out infinite;
            display: grid;
            place-items: center;
            background: rgba(8, 2, 0, 0.22);
            transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
        }
        .menu-orb img {
            width: 100px;
            height: 50px;
            object-fit: contain;
            filter: brightness(0) saturate(100%) invert(100%);
            transition: filter 0.28s ease;
        }
        .menu-orb:hover {
            transform: translateY(-2px) scale(1.05);
            border-color: rgba(255,77,0,1);
            box-shadow: 0 0 24px rgba(255,77,0,0.66);
        }
        .menu-orb:hover img {
            filter:
                brightness(0) saturate(100%)
                invert(50%) sepia(88%) saturate(4222%) hue-rotate(7deg) brightness(101%) contrast(104%);
        }
        @keyframes menuOrbFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        /* --- BLUEPRINT CARDS --- */
        .arch-card {
            background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0) 100%);
            border: 1px solid var(--border); border-radius: 40px; padding: 4rem 3rem;
            transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1); position: relative; overflow: hidden;
        }
        .arch-card:hover { border-color: var(--accent); transform: translateY(-10px); }
        .blueprint-bg {
            position: absolute; inset: 0; opacity: 0; pointer-events: none;
            background-image: radial-gradient(var(--accent) 0.5px, transparent 0.5px);
            background-size: 20px 20px; transition: 0.6s; z-index: 0;
        }
        .arch-card:hover .blueprint-bg { opacity: 0.1; }

        /* --- TERMINAL --- */
        #terminal {
            position: fixed; bottom: 20px; left: 20px; width: 400px; height: 250px;
            background: rgba(0,0,0,0.9); border: 1px solid var(--accent); border-radius: 10px;
            z-index: 3000; font-family: 'Space Mono'; font-size: 12px; padding: 15px;
            display: none; box-shadow: 0 0 20px rgba(255,77,0,0.2);
        }

          /* Advanced Card UI */
        .arch-card {
            background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(0,0,0,0) 100%);
            border: 1px solid var(--border);
            border-radius: 40px;
            padding: 4rem 3rem;
            transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            overflow: hidden;
        }
        .arch-card:hover {
            border-color: var(--accent);
            transform: translateY(-20px);
            background: rgba(255, 77, 0, 0.02);
        }
        .solutions-intro {
            max-width: 820px;
            margin: 0 auto 3.5rem;
            text-align: center;
        }
        .solutions-intro p {
            color: rgba(255, 255, 255, 0.62);
            font-size: 0.98rem;
            line-height: 1.8;
        }
        .solution-card {
            position: relative;
            height: 100%;
            padding: 2.1rem 2rem 1.9rem;
            border-radius: 26px;
            border: 1px solid rgba(255,255,255,0.12);
            background:
                radial-gradient(120% 140% at 0% 0%, rgba(255,77,0,0.08), transparent 55%),
                linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.01));
            backdrop-filter: blur(8px);
            overflow: hidden;
            transition: transform 0.4s ease, border-color 0.35s ease, box-shadow 0.35s ease;
        }
        .solution-card::after {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            pointer-events: none;
            background-image: radial-gradient(rgba(255, 77, 0, 0.18) 0.55px, transparent 0.55px);
            background-size: 14px 14px;
            opacity: 0;
            transition: opacity 0.35s ease;
        }
        .solution-card:hover {
            transform: translateY(-8px);
            border-color: rgba(255, 77, 0, 0.48);
            box-shadow: 0 20px 40px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,77,0,0.15) inset;
        }
        .solution-card:hover::after { opacity: 0.2; }
        .solution-index {
            font-family: 'Space Mono', monospace;
            color: var(--accent);
            font-size: 0.72rem;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            margin-bottom: 1rem;
            display: inline-block;
        }
        .solution-title {
            font-family: 'Bebas Neue', sans-serif;
            font-size: clamp(1.9rem, 3vw, 2.6rem);
            line-height: 0.95;
            letter-spacing: 0.03em;
            margin-bottom: 1rem;
        }
        .solution-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 0.42rem;
        }
        .solution-list li {
            position: relative;
            color: rgba(255,255,255,0.74);
            font-size: 0.9rem;
            line-height: 1.52;
            padding-left: 1rem;
        }
        .solution-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.56rem;
            width: 6px;
            height: 6px;
            border-radius: 999px;
            background: linear-gradient(180deg, #ffa476, var(--accent));
            box-shadow: 0 0 10px rgba(255,77,0,0.55);
        }

        /* Roadmap Timeline */
        .roadmap-section {
            position: relative;
            isolation: isolate;
        }
        .roadmap-section::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(52% 42% at 50% 50%, rgba(255,77,0,0.12), rgba(0,0,0,0) 75%);
            z-index: -1;
        }
        .roadmap-wrap {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            padding: 0.8rem 0;
            --roadmap-progress: 0;
        }
        .roadmap-wrap::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            width: 380px;
            height: 100%;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(255,77,0,0), rgba(255,77,0,0.12), rgba(255,77,0,0));
            filter: blur(32px);
            opacity: 0.45;
            animation: roadmapScan 7s linear infinite;
        }
        .roadmap-axis {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 2px;
            transform: translateX(-50%);
            background: linear-gradient(180deg, rgba(255,77,0,0.04) 0%, rgba(255,77,0,0.28) 50%, rgba(255,77,0,0.04) 100%);
            z-index: 1;
        }
        .roadmap-progress {
            position: absolute;
            left: 50%;
            top: 0;
            width: 3px;
            height: calc(var(--roadmap-progress) * 1%);
            transform: translateX(-50%);
            background: linear-gradient(180deg, rgba(255,141,89,0.8) 0%, rgba(255,77,0,1) 70%, rgba(255,77,0,0.2) 100%);
            box-shadow: 0 0 14px rgba(255,77,0,0.5), 0 0 24px rgba(255,77,0,0.2);
            z-index: 2;
            pointer-events: none;
        }
        .roadmap-progress::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -8px;
            width: 16px;
            height: 16px;
            border-radius: 999px;
            transform: translateX(-50%);
            background: rgba(255, 155, 106, 0.9);
            box-shadow: 0 0 24px rgba(255,77,0,0.75), 0 0 50px rgba(255,77,0,0.35);
            animation: roadmapBeacon 2.1s ease-in-out infinite;
        }
        .roadmap-item {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 80px 1fr;
            align-items: center;
            margin-bottom: 2.2rem;
        }
        .roadmap-item:last-child { margin-bottom: 0; }
        .roadmap-card {
            border: 1px solid rgba(255,255,255,0.12);
            border-radius: 18px;
            padding: 1.25rem 1.2rem;
            background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
            backdrop-filter: blur(6px);
            transition: 0.35s ease;
        }
        .roadmap-card::before {
            content: "";
            position: absolute;
            inset: -2px;
            border-radius: inherit;
            pointer-events: none;
            background: linear-gradient(120deg, rgba(255,77,0,0), rgba(255,140,90,0.24), rgba(255,77,0,0));
            opacity: 0;
            transition: opacity 0.35s ease;
        }
        .roadmap-card:hover {
            border-color: rgba(255,77,0,0.5);
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(0,0,0,0.3);
        }
        .roadmap-card:hover::before { opacity: 1; }
        .roadmap-phase {
            font-family: 'Space Mono', monospace;
            color: var(--accent);
            font-size: 0.68rem;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            margin-bottom: 0.65rem;
            display: inline-block;
        }
        .roadmap-title {
            font-family: 'Bebas Neue', sans-serif;
            font-size: clamp(1.8rem, 2.6vw, 2.4rem);
            line-height: 0.94;
            margin-bottom: 0.65rem;
        }
        .roadmap-copy {
            color: rgba(255,255,255,0.7);
            font-size: 0.92rem;
            line-height: 1.55;
            margin: 0;
        }
        .roadmap-node {
            width: 26px;
            height: 26px;
            border-radius: 999px;
            border: 3px solid #000;
            margin: 0 auto;
            background: #fff;
            box-shadow: 0 0 0 1px rgba(255,255,255,0.35), 0 0 18px rgba(255,255,255,0.26);
            z-index: 2;
        }
        .roadmap-node::after {
            content: "";
            position: absolute;
            inset: -7px;
            border-radius: 999px;
            border: 1px solid rgba(255, 77, 0, 0.55);
            opacity: 0;
            transform: scale(0.8);
        }
        .roadmap-node.active {
            background: var(--accent);
            box-shadow: 0 0 0 1px rgba(255,77,0,0.7), 0 0 24px rgba(255,77,0,0.5);
        }
        .roadmap-item.is-active .roadmap-card {
            border-color: rgba(255,77,0,0.45);
            box-shadow: 0 14px 30px rgba(0,0,0,0.32), 0 0 22px rgba(255,77,0,0.12);
        }
        .roadmap-item.is-active .roadmap-node::after {
            animation: roadmapPulse 1.8s ease-out infinite;
        }
        .roadmap-meta {
            color: rgba(255,255,255,0.66);
            font-family: 'Space Mono', monospace;
            font-size: 0.66rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            margin-top: 0.7rem;
        }
        .roadmap-item.right .roadmap-card { grid-column: 3; }
        .roadmap-item.right .roadmap-node { grid-column: 2; }
        .roadmap-item.left .roadmap-card { grid-column: 1; text-align: right; }
        .roadmap-item.left .roadmap-node { grid-column: 2; }
        @keyframes roadmapPulse {
            0% { opacity: 0.85; transform: scale(0.6); }
            100% { opacity: 0; transform: scale(1.55); }
        }
        @keyframes roadmapBeacon {
            0%, 100% { transform: translateX(-50%) scale(0.9); opacity: 0.78; }
            50% { transform: translateX(-50%) scale(1.15); opacity: 1; }
        }
        @keyframes roadmapScan {
            0% { transform: translateX(-50%) translateY(-22%); opacity: 0.2; }
            50% { transform: translateX(-50%) translateY(10%); opacity: 0.48; }
            100% { transform: translateX(-50%) translateY(42%); opacity: 0.2; }
        }

        @media (max-width: 991px) {
            .roadmap-axis {
                left: 18px;
                transform: none;
            }
            .roadmap-item {
                grid-template-columns: 40px 1fr;
                gap: 0.6rem;
                margin-bottom: 1rem;
            }
            .roadmap-item.left .roadmap-card,
            .roadmap-item.right .roadmap-card {
                grid-column: 2;
                text-align: left;
            }
            .roadmap-item.left .roadmap-node,
            .roadmap-item.right .roadmap-node {
                grid-column: 1;
            }
        }

        /* Tech Weaponry Grid */
        .tech-grid span {
            transition: 0.4s;
            cursor: crosshair;
        }
        .tech-grid:hover span { opacity: 0.2; filter: blur(2px); }
        .tech-grid span:hover { opacity: 1; filter: blur(0); color: var(--accent); transform: scale(1.2); }

        /* Status Bar */
        .status-bar {
            font-family: 'Space Mono', monospace;
            font-size: 10px;
            border-bottom: 1px solid var(--border);
            background: rgba(3,4,6,0.8);
            backdrop-filter: blur(10px);
        }

        .c-cursor { position: fixed; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; pointer-events: none; z-index: 10000; transform: translate(-50%, -50%); }
        .c-cursor-follower { position: fixed; width: 35px; height: 35px; border: 1px solid var(--accent); border-radius: 50%; pointer-events: none; z-index: 9999; transition: 0.15s; transform: translate(-50%, -50%); }
        .brand-badge {
            position: fixed;
            top: 1.75rem;
            left: 2rem;
            z-index: 2100;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
        }
        .brand-badge img {
            width: 42px;
            height: auto;
            display: block;
            filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.18));
            transition: filter 0.35s ease, transform 0.35s ease;
            animation: bugFloat 3.2s ease-in-out infinite;
        }
        .brand-badge:hover img {
            /* Shift white logo into orange on hover */
            filter:
                brightness(0) saturate(100%)
                invert(50%) sepia(88%) saturate(4222%) hue-rotate(7deg) brightness(101%) contrast(104%)
                drop-shadow(0 0 14px rgba(255, 77, 0, 0.65));
            transform: translateY(-2px) scale(1.06) rotate(-6deg);
        }
        .brand-badge.on-orange .bridge {
            color: #000;
        }
        .brand-badge.on-orange:hover img {
            filter: brightness(0) saturate(100%) drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
            transform: translateY(-2px) scale(1.06) rotate(-6deg);
        }
        .brand-badge.menu-open .bridge {
            color: var(--accent) !important;
        }
        .brand-badge.menu-open:hover img {
            filter:
                brightness(0) saturate(100%)
                invert(50%) sepia(88%) saturate(4222%) hue-rotate(7deg) brightness(101%) contrast(104%)
                drop-shadow(0 0 14px rgba(255, 77, 0, 0.65));
        }
        .brand-title {
            display: flex;
            align-items: baseline;
            gap: 8px;
            line-height: 1;
        }
        .brand-title .biz {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.7rem;
            letter-spacing: 0.1em;
            color: #fff;
        }
        .brand-title .bridge {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 1.7rem;
            letter-spacing: 0.1em;
            color: var(--accent);
        }
        .brand-title .connect {
            font-family: 'Space Mono', monospace;
            font-size: 0.66rem;
            letter-spacing: 0.35em;
            color: rgba(255, 255, 255, 0.75);
            text-transform: uppercase;
            transform: translateY(-2px);
        }
        @keyframes bugFloat {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-2px) rotate(3deg); }
        }
  /* Glass Cards */
        .glass-card {
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(10px);
            border: 1px solid var(--border);
            border-radius: 24px;
            transition: all 0.4s ease;
        }
        .glass-card:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: var(--accent);
        }

        /* Pricing Toggle Animation */
        .price-card {
            position: relative;
            overflow: hidden;
            border: 1px solid var(--border);
            border-radius: 30px;
            transition: 0.5s;
        }
        .price-card.featured {
            border-color: var(--accent);
            background: linear-gradient(180deg, rgba(255, 77, 0, 0.1) 0%, transparent 100%);
        }
        .platform-section {
            background: linear-gradient(180deg, #ff5a00 0%, #f45100 100%);
            color: #090909;
            position: relative;
            overflow: hidden;
        }
        .platform-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(0,0,0,0.16) 0.6px, transparent 0.6px);
            background-size: 18px 18px;
            opacity: 0.28;
            pointer-events: none;
        }
        .platform-section::after {
            content: "";
            position: absolute;
            width: 640px;
            height: 640px;
            right: -180px;
            top: -140px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(0,0,0,0.22) 0%, rgba(0,0,0,0) 68%);
            pointer-events: none;
            animation: platformGlowDrift 8s ease-in-out infinite;
        }
        .platform-intro {
            max-width: 440px;
            position: relative;
            z-index: 1;
        }
        .platform-kicker {
            font-family: 'Space Mono', monospace;
            font-size: 0.68rem;
            letter-spacing: 0.24em;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.72);
            margin-bottom: 1rem;
        }
        .platform-heading {
            font-family: 'Bebas Neue', sans-serif;
            font-size: clamp(3.1rem, 6.8vw, 5.8rem);
            line-height: 0.9;
            margin-bottom: 1rem;
        }
        .platform-copy {
            font-size: 1.03rem;
            line-height: 1.8;
            color: rgba(0, 0, 0, 0.82);
        }
        .product-tile {
            position: relative;
            z-index: 1;
            border: 1px solid rgba(255,255,255,0.16);
            border-radius: 22px;
            background: #060606;
            color: #fff;
            padding: 1.35rem 1.35rem 1.1rem;
            transition: none;
            overflow: hidden;
        }
        .product-tile::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(110deg, rgba(255, 95, 0, 0.22), rgba(255, 95, 0, 0));
            opacity: 0.35;
            pointer-events: none;
        }
        .product-tile::after {
            content: "";
            position: absolute;
            inset: -160% -40%;
            background: linear-gradient(120deg, rgba(255,255,255,0) 44%, rgba(255,255,255,0.14) 50%, rgba(255,255,255,0) 56%);
            transform: rotate(8deg) translateX(-45%);
            transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            pointer-events: none;
        }
        .product-tile:hover {
            transform: none;
            border-color: rgba(255,255,255,0.16);
            box-shadow: none;
        }
        .product-tile:hover::after {
            transform: rotate(8deg) translateX(-45%);
        }
        .product-label {
            font-family: 'Space Mono', monospace;
            color: #ff8a47;
            font-size: 0.68rem;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 0.8rem;
        }
        .product-title {
            font-family: 'Bebas Neue', sans-serif;
            font-size: clamp(2rem, 3.6vw, 3rem);
            line-height: 0.94;
            margin-bottom: 0.65rem;
        }
        .product-desc {
            font-size: 0.97rem;
            line-height: 1.65;
            color: rgba(255,255,255,0.82);
            margin-bottom: 0.9rem;
        }
        .product-list {
            margin: 0;
            padding-left: 1rem;
            color: rgba(255,255,255,0.86);
            font-size: 0.87rem;
            line-height: 1.55;
        }
        .product-list li { margin-bottom: 0.3rem; }
        .product-list li::marker { color: #ff6c24; }
        .platform-orbit {
            position: absolute;
            left: 24%;
            top: 22%;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 2px solid rgba(0,0,0,0.72);
            z-index: 1;
            pointer-events: none;
            animation: platformOrbitPulse 2.4s ease-in-out infinite;
        }
        .platform-orbit::after {
            content: "";
            position: absolute;
            inset: 7px;
            border-radius: 50%;
            background: rgba(0,0,0,0.82);
        }
        @keyframes platformOrbitPulse {
            0%, 100% { transform: scale(1); opacity: 1; }
            50% { transform: scale(1.16); opacity: 0.65; }
        }
        @keyframes platformGlowDrift {
            0%, 100% { transform: translate(0, 0); opacity: 0.34; }
            50% { transform: translate(-28px, 20px); opacity: 0.52; }
        }

      /* Marquee */
        @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
        .animate-marquee { display: flex; width: 200%; animation: marquee 30s linear infinite; }

        /* Section Headings */
        .section-title { font-family: 'Bebas Neue'; font-size: clamp(3rem, 8vw, 6rem); line-height: 1; }

        #canvas-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

        /* --- RESPONSIVE LAYOUT --- */
        @media (max-width: 991px) {
            .menu-left-panel,
            .menu-right-panel {
                padding: 2.5rem 1.5rem !important;
            }
            .menu-link {
                font-size: clamp(2.2rem, 11vw, 4.2rem);
            }
            .menu-heading {
                font-size: clamp(2.1rem, 8.5vw, 3.6rem);
            }
            .menu-copy {
                font-size: 0.92rem;
                line-height: 1.6;
            }
            .menu-orb {
                right: 1.2rem;
                top: 1.2rem;
            }
            .brand-badge {
                top: 1rem;
                left: 1rem;
            }
            .brand-title .biz,
            .brand-title .bridge {
                font-size: 1.35rem;
            }
            #menuBtn {
                top: 1.4rem !important;
                right: 1rem !important;
            }
            section.py-32 {
                padding-top: 5rem !important;
                padding-bottom: 5rem !important;
            }
            .platform-section::after {
                width: 420px;
                height: 420px;
                right: -180px;
                top: -140px;
            }
        }

        @media (max-width: 767px) {
            body {
                cursor: auto;
            }
            .c-cursor,
            .c-cursor-follower {
                display: none;
            }
            main.pt-20 {
                padding-top: 4.8rem !important;
            }
            .hero-tagline {
                letter-spacing: 0.15em;
            }
            .hero-cta {
                width: 100%;
                text-align: center;
                justify-content: center;
                padding: 0.95rem 1.1rem;
            }
            .hero-actions {
                width: 100%;
                flex-direction: column;
            }
            #menuOverlay {
                grid-template-columns: 1fr;
                overflow-y: auto;
            }
            .menu-left-panel {
                border-right: 0 !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            }
            .menu-right-panel {
                min-height: auto;
            }
            .menu-link span {
                font-size: 0.8rem;
                margin-right: 0.5rem;
            }
            .menu-signal-grid {
                grid-template-columns: 1fr;
            }
            .menu-cta-row {
                width: 100%;
                flex-direction: column;
            }
            .menu-cta-btn {
                width: 100%;
                text-align: center;
            }
            .menu-orb {
                display: none;
            }
            .brand-title .connect {
                display: none;
            }
            .section-title {
                font-size: clamp(2.1rem, 13vw, 3.2rem);
            }
            .tech-grid {
                font-size: clamp(2rem, 10vw, 3rem) !important;
                gap: 1.5rem !important;
            }
            .gov-row {
                grid-template-columns: 1fr;
                gap: 0.35rem;
            }
            .signal-list li {
                align-items: flex-start;
                gap: 0.4rem;
            }
            .animate-marquee span {
                font-size: clamp(1.7rem, 10vw, 2.5rem) !important;
                padding-left: 1.2rem !important;
                padding-right: 1.2rem !important;
            }
            #terminal {
                width: calc(100vw - 2rem);
                left: 1rem;
                bottom: 1rem;
            }
        }
