        :root {
            --bg-base: #0A0A0F;
            --bg-elevated: #111116;
            --bg-panel: rgba(14, 14, 20, 0.75);
            --surface-1: #141418;
            --surface-2: #1A1A1F;
            --gold-light: #F2D272;
            --gold-base: #D4AF37;
            --gold-dark: #8C7323;
            --red-dim: #ef4444;
            --green-neon: #4ADE80;
            --border-subtle: rgba(255, 255, 255, 0.06);
            --border-hover: rgba(255, 255, 255, 0.12);
            --border-focus: rgba(212, 175, 55, 0.3);
            --glass-blur: blur(24px);
            --text-primary: #F0F0F0;
            --text-secondary: #A1A1AA;
            --text-muted: #52525B;
            --gold-gradient: linear-gradient(135deg, #F2D272 0%, #D4AF37 50%, #8C7323 100%);
            --steel-gradient: linear-gradient(180deg, #27272A 0%, #18181B 100%);
            --ease-premium: cubic-bezier(.2, 1, .2, 1);
            --duration-fast: 200ms;
            --duration-normal: 400ms;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { background: var(--bg-base); -webkit-tap-highlight-color: transparent; }

        body {
            font-family: 'DM Sans', sans-serif;
            background-color: var(--bg-base);
            background-image: linear-gradient(180deg, var(--bg-base) 0%, #08080D 40%, #0C0C12 100%);
            background-attachment: fixed;
            color: var(--text-primary);
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding-bottom: 40px;
        }

        ::-webkit-scrollbar { width: 6px; }
        ::-webkit-scrollbar-track { background: var(--bg-base); }
        ::-webkit-scrollbar-thumb { background: rgba(212, 175, 55, 0.25); border-radius: 3px; }
        ::-webkit-scrollbar-thumb:hover { background: rgba(212, 175, 55, 0.45); }

        .scroll-progress { position: fixed; top: 0; left: 0; height: 2px; background: var(--gold-gradient); z-index: 10000; transform-origin: left; transform: scaleX(0); will-change: transform; }

        .noise-overlay { position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

        .terminal-grid { position: fixed; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(ellipse at 30% 20%, black 15%, transparent 65%); -webkit-mask-image: radial-gradient(ellipse at 30% 20%, black 15%, transparent 65%); }
        .hero-glow { position: fixed; top: -15%; left: 30%; transform: translateX(-50%); width: 1200px; height: 1200px; background: radial-gradient(ellipse, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0.04) 40%, transparent 65%); pointer-events: none; z-index: 0; will-change: opacity; animation: glowPulse 6s ease-in-out infinite; }
        @keyframes glowPulse { 0%,100% { opacity: 0.7; } 50% { opacity: 1; } }
        .depth-glow { position: fixed; bottom: -30%; right: -10%; width: 1000px; height: 1000px; background: radial-gradient(ellipse, rgba(59, 130, 246, 0.09) 0%, rgba(59, 130, 246, 0.03) 40%, transparent 70%); pointer-events: none; z-index: 0; will-change: transform, opacity; animation: depthPulse 10s ease-in-out infinite; }
        @keyframes depthPulse { 0%,100% { opacity: 0.8; transform: scale(1); } 50% { opacity: 1; transform: scale(1.05); } }
        .aurora-1 { position: fixed; top: -20%; left: 0%; width: 1100px; height: 1100px; background: radial-gradient(circle, rgba(212,175,55,0.12) 0%, rgba(212,175,55,0.03) 40%, transparent 60%); filter: blur(60px); pointer-events: none; z-index: 0; will-change: transform; animation: auroraA 18s ease-in-out infinite; }
        .aurora-2 { position: fixed; top: 30%; right: -10%; width: 900px; height: 900px; background: radial-gradient(circle, rgba(59,130,246,0.09) 0%, rgba(59,130,246,0.02) 40%, transparent 60%); filter: blur(60px); pointer-events: none; z-index: 0; will-change: transform; animation: auroraB 22s ease-in-out infinite; }
        .aurora-3 { position: fixed; bottom: 0%; left: 20%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(139,92,246,0.07) 0%, rgba(139,92,246,0.02) 40%, transparent 60%); filter: blur(60px); pointer-events: none; z-index: 0; will-change: transform; animation: auroraC 20s ease-in-out infinite; }
        @keyframes auroraA { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(120px,50px) scale(1.15); } 66% { transform: translate(-40px,80px) scale(1.05); } }
        @keyframes auroraB { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(-80px,-60px) scale(1.1); } 66% { transform: translate(50px,-30px) scale(1.05); } }
        @keyframes auroraC { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(60px,-40px) scale(1.12); } 66% { transform: translate(-50px,50px) scale(1.03); } }
        .hero-particles { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
        .hero-particles::before { content: ''; position: absolute; width: 3px; height: 3px; border-radius: 50%; background: transparent; box-shadow: 120px 80px 0 rgba(212,175,55,0.6), 350px 200px 0 rgba(212,175,55,0.35), 700px 150px 0 rgba(59,130,246,0.45), 950px 400px 0 rgba(212,175,55,0.3), 1250px 100px 0 rgba(139,92,246,0.4), 250px 500px 0 rgba(212,175,55,0.45), 600px 350px 0 rgba(59,130,246,0.35), 1100px 550px 0 rgba(212,175,55,0.35), 450px 650px 0 rgba(139,92,246,0.3), 800px 50px 0 rgba(212,175,55,0.5), 1400px 300px 0 rgba(212,175,55,0.25), 50px 400px 0 rgba(59,130,246,0.4), 1050px 250px 0 rgba(212,175,55,0.4), 300px 700px 0 rgba(139,92,246,0.3), 170px 250px 0 rgba(212,175,55,0.35), 1350px 500px 0 rgba(59,130,246,0.3), 550px 50px 0 rgba(212,175,55,0.45), 850px 600px 0 rgba(139,92,246,0.25); animation: particleDriftA 35s ease-in-out infinite; }
        .hero-particles::after { content: ''; position: absolute; width: 2px; height: 2px; border-radius: 50%; background: transparent; box-shadow: 80px 300px 0 rgba(212,175,55,0.4), 500px 100px 0 rgba(59,130,246,0.35), 1000px 300px 0 rgba(212,175,55,0.45), 200px 450px 0 rgba(139,92,246,0.35), 750px 520px 0 rgba(212,175,55,0.3), 1300px 180px 0 rgba(59,130,246,0.4), 400px 50px 0 rgba(212,175,55,0.35), 950px 620px 0 rgba(212,175,55,0.3), 150px 150px 0 rgba(212,175,55,0.5), 1150px 450px 0 rgba(139,92,246,0.3), 650px 500px 0 rgba(212,175,55,0.35), 1200px 100px 0 rgba(59,130,246,0.3), 320px 380px 0 rgba(139,92,246,0.25); animation: particleDriftB 45s ease-in-out infinite; }
        @keyframes particleDriftA { 0%,100% { transform: translate(0,0); } 25% { transform: translate(-25px,15px); } 50% { transform: translate(15px,-25px); } 75% { transform: translate(-15px,-8px); } }
        @keyframes particleDriftB { 0%,100% { transform: translate(0,0); } 25% { transform: translate(20px,-18px); } 50% { transform: translate(-18px,22px); } 75% { transform: translate(12px,10px); } }
        .hero-sweep { position: fixed; top: 0; left: 0; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(212,175,55,0.05), transparent); pointer-events: none; z-index: 0; will-change: transform, opacity; animation: sweepMove 8s ease-in-out infinite; }
        @keyframes sweepMove { 0% { transform: translateX(-100%) skewX(-15deg); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateX(280%) skewX(-15deg); opacity: 0; } }

        .fintech-ticker { position: fixed; top: 0; left: 0; right: 0; height: 32px; background: rgba(10, 10, 15, 0.95); border-bottom: 1px solid var(--border-subtle); z-index: 1001; display: flex; align-items: center; overflow: hidden; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.5px; }
        .ticker-track { display: flex; gap: 48px; white-space: nowrap; animation: tickerScroll 40s linear infinite; }
        .ticker-track:hover { animation-play-state: paused; }
        .t-item { display: flex; align-items: center; gap: 8px; }
        .t-sym { color: var(--text-muted); }
        .t-prc { color: var(--text-primary); font-weight: 500; }
        .t-chg { padding: 2px 6px; border-radius: 2px; font-weight: 700; }
        .t-chg.up { background: rgba(34, 197, 94, 0.1); color: var(--green-neon); }
        .t-chg.down { background: rgba(239, 68, 68, 0.1); color: #F87171; }
        @keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

        .nav { position: fixed; top: 32px; left: 0; right: 0; z-index: 1000; padding: 20px 0; transition: all var(--duration-normal) var(--ease-premium); border-bottom: 1px solid transparent; }
        .nav.scrolled { padding: 16px 0; background: rgba(10, 10, 15, 0.85); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid var(--border-subtle); }
        .nav-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; }
        .logo { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: var(--text-primary); text-decoration: none; letter-spacing: 4px; display: flex; align-items: center; gap: 14px; }
        .nav-sys-status { display: flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--text-secondary); border: 1px solid var(--border-subtle); padding: 6px 12px; border-radius: 4px; background: rgba(255,255,255,0.02); }
        .nav-sys-status .dot { width: 6px; height: 6px; background: var(--green-neon); border-radius: 50%; box-shadow: 0 0 8px rgba(74, 222, 128, 0.6); animation: pulse 2s infinite; }
        .nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; z-index: 1002; }
        .nav-burger span { display: block; width: 20px; height: 1.5px; background: var(--text-primary); transition: all 0.3s ease; }
        .nav-burger.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
        .nav-burger.active span:nth-child(2) { opacity: 0; }
        .nav-burger.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }
        .mobile-nav { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.95); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); z-index: 1001; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
        .mobile-nav.open { display: flex; }
        .mobile-nav a { font-family: 'Sora', sans-serif; font-size: 24px; font-weight: 700; color: var(--text-primary); text-decoration: none; letter-spacing: 2px; text-transform: uppercase; transition: color 0.3s ease; }
        .mobile-nav a:hover { color: var(--gold-base); }

        .container { max-width: 1400px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
        .text-gold { background: var(--gold-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .badge { display: inline-flex; align-items: center; font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--gold-base); padding: 6px 12px; border: 1px solid rgba(212, 175, 55, 0.2); border-radius: 4px; background: rgba(212, 175, 55, 0.05); margin-bottom: 32px; }
        .section-header { margin-bottom: 80px; max-width: 700px; }
        .section-title { font-family: 'Sora', sans-serif; font-size: clamp(32px, 5vw, 56px); font-weight: 700; line-height: 1.1; margin-bottom: 24px; letter-spacing: -1px; }
        .s-sub { font-size: 16px; color: var(--text-secondary); line-height: 1.7; max-width: 500px; }

        .btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--gold-gradient); color: #0A0A0F; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1.5px; padding: 18px 36px; border: none; border-radius: 4px; cursor: pointer; text-decoration: none; position: relative; overflow: hidden; transition: transform var(--duration-fast) var(--ease-premium), box-shadow var(--duration-fast) var(--ease-premium); box-shadow: 0 0 20px rgba(212, 175, 55, 0.1), inset 0 1px 0 rgba(255,255,255,0.4); }
        .btn-primary::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transform: skewX(-20deg); transition: left 0.6s ease; }
        .btn-primary:hover::after { left: 150%; }
        .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(212, 175, 55, 0.25); }
        .btn-secondary { display: inline-flex; align-items: center; justify-content: center; background: var(--bg-panel); color: var(--text-primary); font-family: 'Sora', sans-serif; font-weight: 500; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; padding: 16px 32px; border: 1px solid var(--border-subtle); border-radius: 4px; cursor: pointer; text-decoration: none; backdrop-filter: blur(10px); transition: all var(--duration-fast) var(--ease-premium); }
        .btn-secondary:hover { border-color: var(--border-focus); background: rgba(212, 175, 55, 0.04); }

        #hero { min-height: 100vh; min-height: 100svh; display: flex; align-items: center; padding-top: 100px; padding-bottom: 60px; position: relative; overflow: hidden; }
        .hero-video-bg { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 380px; height: 380px; z-index: 1; opacity: 0.18; mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%); pointer-events: none; }
        .hero-video-bg video { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; filter: blur(2px) saturate(1.1); }
        .hero-content { position: relative; z-index: 2; max-width: 900px; }
        .hero-h1 { font-family: 'Sora', sans-serif; font-size: clamp(48px, 7vw, 84px); font-weight: 700; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 24px; }
        .hero-h1 .hero-line { display: block; overflow: hidden; }
        .hero-h1 .hero-line-inner { display: block; transform: translateY(105%); }
        .hero-h1 .text-fade { background: linear-gradient(180deg, #FFFFFF 0%, rgba(240,240,240,0.82) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .hero-sub { font-size: 17px; color: var(--text-secondary); line-height: 1.7; max-width: 540px; margin-bottom: 36px; font-weight: 400; }
        .hero-actions { display: flex; gap: 20px; align-items: center; margin-bottom: 48px; }
        .hero-metrics { display: flex; gap: 48px; padding-top: 32px; border-top: 1px solid var(--border-subtle); }
        .metric-box { display: flex; flex-direction: column; gap: 8px; }
        .m-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; }
        .m-value { font-family: 'JetBrains Mono', monospace; font-size: 20px; color: var(--text-primary); font-weight: 400; }
        .m-value.highlight { color: var(--gold-light); text-shadow: 0 0 10px rgba(212, 175, 55, 0.2); }

        .proof-strip { padding: 80px 0; border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); position: relative; z-index: 2; }
        .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }
        .proof-item { display: flex; flex-direction: column; gap: 8px; }
        .proof-num { font-family: 'Sora', sans-serif; font-size: 40px; font-weight: 700; color: var(--gold-light); text-shadow: 0 0 20px rgba(212, 175, 55, 0.2); }
        .proof-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; }

        #vs { padding: 140px 0; position: relative; z-index: 2; }
        .vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 60px; }
        
        .vs-card { 
            padding: 56px 48px; 
            border-radius: 16px; 
            background: linear-gradient(180deg, rgba(20, 20, 24, 0.4) 0%, rgba(14, 14, 20, 0.8) 100%);
            backdrop-filter: blur(24px); 
            -webkit-backdrop-filter: blur(24px); 
            transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative; 
            overflow: hidden; 
        }
        
        /* Premium Inner Border via Pseudo-element */
        .vs-card::before { 
            content: ''; 
            position: absolute; 
            inset: 0; 
            border-radius: 16px; 
            padding: 1px; 
            background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%); 
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); 
            -webkit-mask-composite: xor; 
            mask-composite: exclude; 
            pointer-events: none; 
            transition: background 0.5s ease;
        }

        .vs-card:hover { transform: translateY(-8px); }

        /* Retail Card (Red Theme) */
        .vs-card.retail { 
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
        }
        .vs-card.retail:hover { 
            box-shadow: 0 20px 60px -10px rgba(239, 68, 68, 0.08), 0 0 40px rgba(239, 68, 68, 0.05); 
        }
        .vs-card.retail:hover::before {
            background: linear-gradient(180deg, rgba(239, 68, 68, 0.2) 0%, rgba(239, 68, 68, 0.02) 100%); 
        }
        .vs-card.retail h3 { 
            color: var(--red-dim); 
            margin-bottom: 32px; 
            font-family: 'Sora', sans-serif; 
            font-size: 26px; 
            font-weight: 700; 
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 16px;
        }

        /* XAULAB Card (Gold Theme) */
        .vs-card.xaulab { 
            background: linear-gradient(180deg, rgba(26, 23, 16, 0.4) 0%, rgba(14, 14, 20, 0.9) 100%);
            box-shadow: 0 0 40px rgba(212, 175, 55, 0.03), inset 0 1px 0 rgba(212, 175, 55, 0.1); 
        }
        .vs-card.xaulab::before {
             background: linear-gradient(180deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.02) 100%); 
        }
        .vs-card.xaulab:hover { 
            box-shadow: 0 30px 80px -15px rgba(212, 175, 55, 0.15), 0 0 60px rgba(212, 175, 55, 0.08); 
        }
        .vs-card.xaulab:hover::before {
            background: linear-gradient(180deg, rgba(212, 175, 55, 0.4) 0%, rgba(212, 175, 55, 0.05) 100%); 
        }
        .vs-card.xaulab h3 { 
            color: var(--gold-light); 
            margin-bottom: 32px; 
            font-family: 'Sora', sans-serif; 
            font-size: 26px; 
            font-weight: 700; 
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .vs-list { list-style: none; }
        .vs-list li { 
            margin-bottom: 24px; 
            display: flex; 
            align-items: center; 
            gap: 16px; 
            color: var(--text-secondary); 
            font-size: 16px; 
            line-height: 1.6;
            font-weight: 400;
        }
        .vs-list li svg { flex-shrink: 0; }

        #metrics { padding: 140px 0; position: relative; z-index: 2; background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.3), transparent); }
        .metrics-matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border-subtle); border: 1px solid var(--border-subtle); border-radius: 8px; overflow: hidden; margin-bottom: 40px; }
        .matrix-item { background: var(--surface-1); padding: 40px 20px; text-align: center; }
        .matrix-val { font-family: 'JetBrains Mono', monospace; font-size: 32px; font-weight: 700; color: var(--gold-light); margin-bottom: 8px; text-shadow: 0 0 15px rgba(212, 175, 55, 0.15); }
        .matrix-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; color: var(--text-muted); letter-spacing: 2px; }
        .chart-container { height: 420px; background: var(--surface-1); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 24px; overflow: hidden; position: relative; }

        #tech { padding: 160px 0; position: relative; background: linear-gradient(to bottom, transparent, var(--bg-elevated), transparent); }
        .tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .tech-card { background: var(--surface-1); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 48px 40px; backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur); position: relative; overflow: hidden; transition: border-color var(--duration-normal) var(--ease-premium), transform var(--duration-fast) var(--ease-premium); }
        .tech-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--border-subtle); transition: background var(--duration-normal) var(--ease-premium); }
        .tech-card:hover { border-color: var(--border-hover); transform: translateY(-3px); }
        .tech-card:hover::before { background: var(--gold-gradient); }
        .tech-card::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 2px; background: var(--gold-base); box-shadow: 0 0 15px 3px rgba(212, 175, 55, 0.5); opacity: 0; transition: opacity 0.3s; pointer-events: none; }
        .tech-card:hover::after { opacity: 1; animation: laserScan 2s linear infinite; }
        @keyframes laserScan { 0% { top: -10%; } 100% { top: 110%; } }
        .tc-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 40px; }
        .tc-icon { color: var(--text-primary); }
        .tc-code { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--text-muted); }
        .tc-title { font-family: 'Sora', sans-serif; font-size: 24px; font-weight: 700; margin-bottom: 16px; letter-spacing: -0.5px; }
        .tc-desc { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }

        #offer { padding: 120px 0; position: relative; z-index: 2; }
        .offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 48px; }
        .offer-item { display: flex; align-items: flex-start; gap: 16px; padding: 24px; background: var(--surface-1); border: 1px solid var(--border-subtle); border-radius: 8px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: border-color var(--duration-fast) var(--ease-premium); }
        .offer-item:hover { border-color: var(--border-hover); }
        .offer-check { flex-shrink: 0; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; background: rgba(212, 175, 55, 0.1); border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 4px; color: var(--gold-base); font-size: 14px; }
        .offer-text h4 { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 4px; }
        .offer-text p { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }

        #qualify { padding: 120px 0 200px; position: relative; }
        .quiz-wrapper { max-width: 640px; margin: 0 auto; }
        .urgency-badge { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--gold-light); padding: 8px 16px; border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 4px; background: rgba(212, 175, 55, 0.08); margin-bottom: 24px; animation: urgencyPulse 2s ease-in-out infinite; }
        @keyframes urgencyPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.2); } 50% { box-shadow: 0 0 20px 0 rgba(212, 175, 55, 0.15); } }
        .capacity-bar { width: 200px; height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; display: inline-block; vertical-align: middle; margin-left: 12px; }
        .capacity-fill { height: 100%; background: var(--gold-gradient); border-radius: 2px; animation: capacityGlow 3s ease-in-out infinite; }
        @keyframes capacityGlow { 0%, 100% { opacity: 0.8; } 50% { opacity: 1; } }

        @property --border-angle { inherits: false; initial-value: 0deg; syntax: "<angle>"; }
        .terminal-window { --border-angle: 0deg; background: linear-gradient(rgba(10, 10, 15, 0.92), rgba(10, 10, 15, 0.92)) padding-box, conic-gradient(from var(--border-angle), transparent 60%, var(--gold-base) 80%, transparent 100%) border-box; border: 2px solid transparent; border-radius: 12px; backdrop-filter: var(--glass-blur); -webkit-backdrop-filter: var(--glass-blur); box-shadow: 0 40px 100px rgba(0,0,0,0.8), 0 0 30px rgba(212, 175, 55, 0.05); overflow: hidden; animation: rotateBorder 6s linear infinite; }
        @keyframes rotateBorder { to { --border-angle: 360deg; } }
        @supports not (background: conic-gradient(from 0deg, red, blue)) {
            .terminal-window { border: 2px solid rgba(212,175,55,0.2); animation: none; }
        }
        .terminal-header { background: var(--steel-gradient); padding: 16px 24px; border-bottom: 1px solid var(--border-subtle); display: flex; align-items: center; justify-content: space-between; }
        .term-dots { display: flex; gap: 8px; }
        .term-dot { width: 10px; height: 10px; border-radius: 50%; background: #333; }
        .term-title { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--text-secondary); display: flex; align-items: center; gap: 8px; }
        .term-title svg { width: 12px; height: 12px; stroke: var(--gold-base); }
        .terminal-body { padding: 48px; min-height: 400px; position: relative; }
        .q-progress { display: flex; gap: 4px; margin-bottom: 40px; }
        .q-prog-bar { flex: 1; height: 2px; background: var(--border-subtle); transition: background 0.4s ease; }
        .q-prog-bar.active { background: var(--gold-base); box-shadow: 0 0 8px rgba(212, 175, 55, 0.5); }
        .q-prog-bar.done { background: var(--text-muted); }
        .quiz-step { display: none; animation: termFadeIn 0.4s var(--ease-premium) forwards; }
        .quiz-step.active { display: block; }
        @keyframes termFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
        .q-question { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 600; margin-bottom: 36px; color: #fff; letter-spacing: -0.01em; line-height: 1.3; }
        .q-options { display: flex; flex-direction: column; gap: 14px; }
        .q-opt { padding: 22px 28px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; cursor: pointer; font-size: 15px; color: #e4e4e7; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; gap: 18px; font-family: inherit; width: 100%; text-align: left; outline: none; position: relative; font-weight: 500; opacity: 0; transform: translateY(12px); line-height: 1.5; }
        .q-opt.q-visible { opacity: 1; transform: translateY(0); }
        .q-txt { display: flex; flex-direction: column; gap: 5px; }
        .q-txt-title { color: #f0f0f0; font-weight: 500; font-size: 15px; letter-spacing: 0.005em; }
        .q-sub { display: block; font-size: 12.5px; color: rgba(255,255,255,0.35); font-weight: 400; line-height: 1.45; letter-spacing: 0.01em; transition: color 0.3s ease; }
        .q-opt::before { content: '\203A'; font-family: 'JetBrains Mono', monospace; font-size: 18px; color: rgba(255,255,255,0.15); opacity: 0; transform: translateX(-8px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; line-height: 1; }
        .q-opt:hover { border-color: rgba(212, 175, 55, 0.35); color: #fff; background: rgba(212, 175, 55, 0.05); transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(212, 175, 55, 0.08); }
        .q-opt.q-visible:hover { transform: translateY(-2px); }
        .q-opt:hover .q-txt-title { color: #fff; }
        .q-opt:hover .q-sub { color: rgba(255,255,255,0.5); }
        .q-opt:hover::before { opacity: 1; transform: translateX(0); color: var(--gold-base); }
        .q-opt:active { transform: translateY(0) !important; transition-duration: 0.1s; }
        .q-opt.q-selected { border-color: rgba(212, 175, 55, 0.6); background: rgba(212, 175, 55, 0.08); color: #fff; box-shadow: 0 0 24px rgba(212, 175, 55, 0.1), inset 0 1px 0 rgba(212, 175, 55, 0.12); }
        .q-opt.q-selected::before { opacity: 1; transform: translateX(0); color: var(--gold-base); }
        .q-opt.q-selected .q-txt-title { color: #fff; }
        .q-opt.q-selected .q-sub { color: rgba(242, 210, 114, 0.55); }
        .f-group { margin-bottom: 24px; }
        .f-label { display: block; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--text-muted); margin-bottom: 8px; text-transform: uppercase; }
        .f-input { width: 100%; padding: 18px 20px; background: rgba(0,0,0,0.5); border: 1px solid var(--border-subtle); color: var(--text-primary); font-family: 'JetBrains Mono', monospace; font-size: 14px; border-radius: 2px; outline: none; transition: border-color 0.3s; }
        .f-input:focus { border-color: var(--gold-base); box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.2); }
        .f-input::placeholder { color: #333; }
        .f-submit { width: 100%; margin-top: 16px; }
        /* Consent checkbox */
        .consent-check { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0 4px; cursor: pointer; user-select: none; -webkit-user-select: none; }
        .consent-check input { position: absolute; opacity: 0; width: 0; height: 0; }
        .consent-mark { flex-shrink: 0; width: 20px; height: 20px; border: 1.5px solid rgba(255,255,255,0.15); border-radius: 4px; background: rgba(255,255,255,0.03); transition: all 0.25s ease; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
        .consent-mark::after { content: ''; display: block; width: 5px; height: 9px; border: solid var(--gold-base); border-width: 0 2px 2px 0; transform: rotate(45deg) scale(0); transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1); margin-top: -1px; }
        .consent-check input:checked ~ .consent-mark { border-color: rgba(212, 175, 55, 0.5); background: rgba(212, 175, 55, 0.1); }
        .consent-check input:checked ~ .consent-mark::after { transform: rotate(45deg) scale(1); }
        .consent-text { font-size: 12.5px; color: rgba(255,255,255,0.4); line-height: 1.5; letter-spacing: 0.01em; }
        .consent-check.shake { animation: consentShake 0.5s ease; }
        .consent-check.shake .consent-mark { border-color: #ef4444; box-shadow: 0 0 8px rgba(239, 68, 68, 0.3); }
        .consent-check.shake .consent-text { color: #ef4444; }
        @keyframes consentShake { 0%,100% { transform: translateX(0); } 20%,60% { transform: translateX(-6px); } 40%,80% { transform: translateX(6px); } }
        /* Toast */
        .q-toast { position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(20px); background: rgba(15,15,20,0.95); border: 1px solid rgba(239, 68, 68, 0.3); color: #f0f0f0; padding: 14px 24px; border-radius: 10px; font-size: 13px; font-family: 'JetBrains Mono', monospace; z-index: 9999; opacity: 0; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0,0,0,0.4); max-width: 90vw; text-align: center; }
        .q-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
        .processing-state { display: none; text-align: center; padding: 60px 0; font-family: 'JetBrains Mono', monospace; color: var(--gold-base); }
        .term-spinner { display: inline-block; margin-bottom: 16px; font-size: 28px; }

        #faq { padding: 120px 0; position: relative; z-index: 2; }
        .faq-list { max-width: 700px; margin: 48px auto 0; }
        .faq-item { border-bottom: 1px solid var(--border-subtle); }
        .faq-q { width: 100%; padding: 24px 0; background: none; border: none; color: var(--text-primary); font-family: 'Sora', sans-serif; font-size: 17px; font-weight: 500; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: color 0.3s ease; }
        .faq-q:hover { color: var(--gold-light); }
        .faq-q::after { content: '+'; font-family: 'JetBrains Mono', monospace; font-size: 20px; color: var(--text-muted); transition: transform var(--duration-fast) var(--ease-premium), color var(--duration-fast) var(--ease-premium); }
        .faq-item.open .faq-q::after { content: '\2212'; color: var(--gold-base); }
        .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
        .faq-item.open .faq-a { max-height: 500px; padding-bottom: 24px; }

        footer { border-top: 1px solid var(--border-subtle); padding: 40px 0; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--text-muted); }
        .foot-c { display: flex; justify-content: space-between; align-items: center; }

        .live-logs { position: fixed; bottom: 100px; right: 40px; width: 340px; height: 180px; background: rgba(5, 5, 12, 0.92); border: 1px solid rgba(212,175,55,0.1); z-index: 90; font-family: 'JetBrains Mono', monospace; font-size: 10px; padding: 16px; overflow: hidden; pointer-events: none; border-radius: 8px; box-shadow: 0 20px 80px rgba(0,0,0,0.9), 0 0 40px rgba(212,175,55,0.03); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
        .live-logs-header { font-size: 9px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border-subtle); display: flex; align-items: center; gap: 6px; }
        .live-logs-header .ll-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--green-neon); box-shadow: 0 0 6px var(--green-neon); animation: pulse 1.5s infinite; }
        .log-line { margin-bottom: 4px; opacity: 0; transform: translateY(6px); animation: logIn 0.3s forwards; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .log-time { color: var(--text-muted); }
        .log-ok { color: var(--green-neon); }
        @keyframes logIn { to { opacity: 0.8; transform: translateY(0); } }

        .trust-bar { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(10, 10, 15, 0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid var(--border-subtle); z-index: 1001; display: flex; justify-content: center; align-items: center; gap: 40px; padding: 10px 0; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1px; }
        .tb-item { display: flex; align-items: center; gap: 8px; color: var(--text-muted); }
        .tb-val { font-weight: 700; }
        .tb-val.green { color: var(--green-neon); text-shadow: 0 0 10px rgba(74, 222, 128, 0.4); }
        .tb-val.gold { color: var(--gold-light); text-shadow: 0 0 10px rgba(212, 175, 55, 0.3); }
        .tb-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green-neon); box-shadow: 0 0 8px rgba(74, 222, 128, 0.6); animation: pulse 2s infinite; }

        .floating-cta { display: none; position: fixed; bottom: 52px; left: 16px; right: 16px; z-index: 1000; text-align: center; opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease, transform 0.4s ease; pointer-events: none; }
        .floating-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
        .floating-cta a { display: block; width: 100%; padding: 16px; border-radius: 4px; }

        /* SOCIAL PROOF TOAST */
        .sp-toast { position: fixed; bottom: 24px; left: 24px; z-index: 1100; background: rgba(14,14,20,0.92); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 14px 20px; display: flex; align-items: center; gap: 12px; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transform: translateX(-120%); opacity: 0; transition: transform 0.5s var(--ease-premium), opacity 0.4s ease; pointer-events: none; max-width: 340px; }
        .sp-toast.show { transform: translateX(0); opacity: 1; }
        .sp-toast-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(212,175,55,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .sp-toast-text { font-size: 13px; color: var(--text-secondary); line-height: 1.4; }
        .sp-toast-name { color: var(--text-primary); font-weight: 600; }
        .sp-toast-time { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

        /* EXIT INTENT POPUP */
        .exit-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 2000; display: none; align-items: center; justify-content: center; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
        .exit-overlay.show { display: flex; }
        .exit-modal { background: var(--bg-elevated); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 48px; max-width: 480px; width: 90%; text-align: center; position: relative; animation: termFadeIn 0.4s var(--ease-premium) forwards; }
        .exit-close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: var(--text-muted); font-size: 20px; cursor: pointer; padding: 4px 8px; }
        .exit-close:hover { color: var(--text-primary); }
        .exit-modal h3 { font-family: 'Sora', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 12px; }
        .exit-modal p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 24px; }

        /* COUNTDOWN TIMER */
        .countdown-strip { position: relative; z-index: 2; background: rgba(212,175,55,0.06); border-top: 1px solid rgba(212,175,55,0.1); border-bottom: 1px solid rgba(212,175,55,0.1); padding: 12px 0; text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 13px; color: var(--gold-light); letter-spacing: 1px; }
        .countdown-strip span { color: var(--gold-base); font-weight: 700; }

        /* TELEGRAM WIDGET */
        .tg-widget { position: fixed; bottom: 52px; right: 24px; z-index: 1050; }
        .tg-btn { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, #D4AF37, #8C7323); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(212,175,55,0.3); transition: transform 0.2s ease, box-shadow 0.2s ease; }
        .tg-btn:hover { transform: scale(1.08); box-shadow: 0 6px 30px rgba(212,175,55,0.4); }
        .tg-btn svg { width: 26px; height: 26px; fill: #0A0A0F; }
        .tg-tooltip { position: absolute; bottom: 68px; right: 0; background: var(--bg-elevated); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 12px 16px; font-size: 13px; color: var(--text-secondary); white-space: nowrap; opacity: 0; transform: translateY(8px); transition: opacity 0.3s ease, transform 0.3s ease; pointer-events: none; }
        .tg-widget:hover .tg-tooltip { opacity: 1; transform: translateY(0); }

        /* SCROLL-TRIGGERED PROOF BAR */
        .scroll-proof { position: fixed; top: 0; left: 0; right: 0; z-index: 1200; background: rgba(10,10,15,0.95); border-bottom: 1px solid var(--border-subtle); padding: 10px 0; text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--text-secondary); letter-spacing: 1px; transform: translateY(-100%); transition: transform 0.4s var(--ease-premium); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
        .scroll-proof.show { transform: translateY(0); }
        .scroll-proof strong { color: var(--gold-base); }

        /* TESTIMONIALS — Horizontal Carousel */
        #testimonials { padding: 120px 0; position: relative; z-index: 2; overflow: hidden; }
        .testimonial-track-wrap { position: relative; margin-top: 48px; }
        .testimonial-grid { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 8px 0 24px; }
        .testimonial-grid::-webkit-scrollbar { display: none; }
        .testimonial-card { flex: 0 0 480px; max-width: 85vw; scroll-snap-align: start; background: var(--surface-1); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 40px 32px; position: relative; overflow: hidden; transition: border-color var(--duration-fast) var(--ease-premium), transform var(--duration-fast) var(--ease-premium); }
        .testimonial-card::before { content: '\201C'; position: absolute; top: 16px; left: 24px; font-family: 'Sora', sans-serif; font-size: 64px; color: rgba(212,175,55,0.1); line-height: 1; pointer-events: none; }
        .testimonial-card:hover { border-color: var(--border-hover); transform: translateY(-3px); }
        .test-hook { font-family: 'Sora', sans-serif; font-size: 16px; font-weight: 600; color: var(--gold-light); margin-bottom: 16px; line-height: 1.4; position: relative; z-index: 1; }
        .test-quote { font-size: 14px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 28px; position: relative; z-index: 1; }
        .test-author { display: flex; align-items: center; gap: 12px; }
        .test-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(212,175,55,0.1); border: 1px solid rgba(212,175,55,0.2); display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 16px; color: var(--gold-base); flex-shrink: 0; }
        .test-name { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 14px; }
        .carousel-nav { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
        .carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border-subtle); border: none; cursor: pointer; padding: 0; transition: background 0.3s ease, transform 0.3s ease; }
        .carousel-dot.active { background: var(--gold-base); transform: scale(1.3); box-shadow: 0 0 8px rgba(212,175,55,0.4); }
        .carousel-arrows { display: flex; gap: 12px; justify-content: center; margin-top: 20px; }
        .carousel-arr { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.04); border: 1px solid var(--border-subtle); color: var(--text-secondary); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 18px; transition: all 0.2s ease; }
        .carousel-arr:hover { border-color: var(--gold-base); color: var(--gold-base); background: rgba(212,175,55,0.05); }
        .test-meta { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--text-muted); letter-spacing: 0.5px; }

        .rv { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s var(--ease-premium); }
        .rv.a { opacity: 1; transform: translateY(0); }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

        @media(max-width: 1024px) {
            .hero-h1 { font-size: clamp(40px, 8vw, 64px); }
            .tech-grid, .vs-grid, .metrics-matrix { grid-template-columns: 1fr; }
            .hero-metrics { flex-wrap: wrap; gap: 24px; }
            .offer-grid { grid-template-columns: 1fr; }
            .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
            .live-logs { display: none; }
            .aurora-1, .aurora-2, .aurora-3 { filter: blur(30px); }
            .hero-video-bg { display: none; }
        }
        @media(max-width: 768px) {
            /* ── Performance: kill heavy effects on mobile ── */
            .aurora-1, .aurora-2, .aurora-3 { display: none !important; }
            .hero-particles { display: none !important; }
            .hero-sweep { display: none !important; }
            .terminal-grid { display: none !important; }
            .depth-glow { display: none !important; }
            .hero-glow { width: 600px; height: 600px; animation: none; opacity: 0.8; will-change: auto; }
            .noise-overlay { display: none !important; }
            body { background-attachment: scroll; background-image: linear-gradient(180deg, var(--bg-base) 0%, #08080D 30%, #0D0B12 60%, #0A0A0F 100%); }
            .nav.scrolled { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
            .vs-card { backdrop-filter: none; -webkit-backdrop-filter: none; }
            .terminal-window { animation: none; border: 2px solid rgba(212,175,55,0.2); }

            /* ── Fixed elements: clean stacking, no overlap ── */
            .fintech-ticker { display: none; }
            .nav { top: 0; padding: 14px 0; }
            .nav.scrolled { padding: 10px 0; }
            .trust-bar { display: none; }
            .floating-cta { display: block; bottom: 0; left: 0; right: 0; z-index: 1040; border-radius: 0; padding-bottom: env(safe-area-inset-bottom, 0px); }
            .floating-cta a { padding: 18px; font-size: 14px; border-radius: 0; width: 100%; display: block; text-align: center; letter-spacing: 2px; }
            .tg-widget { bottom: calc(68px + env(safe-area-inset-bottom, 0px)); right: 16px; z-index: 1050; }
            .tg-btn { width: 44px; height: 44px; box-shadow: 0 2px 12px rgba(212,175,55,0.25); }
            .tg-btn svg { width: 20px; height: 20px; }
            .tg-tooltip { display: none; }
            .sp-toast { bottom: calc(68px + env(safe-area-inset-bottom, 0px)); left: 12px; right: auto; max-width: 280px; font-size: 12px; z-index: 1060; }
            .sp-toast-text { font-size: 12px; }
            .scroll-proof { font-size: 11px; padding: 8px 16px; }
            .exit-overlay { z-index: 2000; }
            .exit-modal { padding: 28px 20px; width: 94%; max-height: 85vh; overflow-y: auto; }
            .exit-modal h3 { font-size: 20px; }
            .exit-modal p { font-size: 14px; }

            /* ── Layout ── */
            .container { padding: 0 20px; }
            .nav-container { padding: 0 20px; }
            .nav-sys-status { display: none; }
            .nav-burger { display: flex; padding: 12px; min-width: 44px; min-height: 44px; justify-content: center; align-items: center; }
            body.nav-open { overflow: hidden; }

            /* ── Hero ── */
            #hero { padding-top: 80px; padding-bottom: 40px; min-height: auto; }
            .hero-actions { flex-direction: column; width: 100%; align-items: stretch; gap: 12px; }
            .hero-actions a { text-align: center; font-size: 14px; padding: 18px 24px; -webkit-tap-highlight-color: rgba(212,175,55,0.2); }
            .hero-sub { font-size: 15px; line-height: 1.7; margin-bottom: 28px; }
            .hero-metrics { gap: 16px; padding-top: 24px; flex-wrap: wrap; }
            .metric-box { min-width: calc(50% - 8px); }
            .m-value { font-size: 16px; }
            .m-label { font-size: 11px; }

            /* ── Proof strip ── */
            .proof-strip { padding: 48px 0; }
            .proof-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
            .proof-num { font-size: 32px; }
            .proof-label { font-size: 10px; letter-spacing: 1px; }
            .countdown-strip { font-size: 12px; padding: 12px 16px; text-align: center; line-height: 1.6; }

            /* ── Sections ── */
            #vs, #metrics, #tech { padding: 72px 0; }
            #offer, #faq { padding: 72px 0; }
            #qualify { padding: 72px 0 100px; }
            #testimonials { padding: 72px 0; }
            .section-header { margin-bottom: 40px; }
            .section-title { font-size: clamp(26px, 6vw, 40px); }
            .s-sub { font-size: 14px; line-height: 1.7; }
            .badge { font-size: 10px; margin-bottom: 20px; }

            /* ── VS cards ── */
            .vs-card { padding: 28px 20px; }
            .vs-card.retail h3, .vs-card.xaulab h3 { font-size: 20px; gap: 10px; }
            .vs-list li { font-size: 14px; gap: 12px; margin-bottom: 16px; line-height: 1.5; }
            .vs-list li svg { width: 16px; height: 16px; min-width: 16px; }

            /* ── Metrics ── */
            .metrics-matrix { grid-template-columns: repeat(2, 1fr); }
            .matrix-item { padding: 20px 12px; }
            .matrix-val { font-size: 24px; }
            .matrix-label { font-size: 11px; letter-spacing: 1px; }
            .chart-container { height: 260px; padding: 12px; }

            /* ── Tech cards ── */
            .tech-card { padding: 28px 20px; }
            .tc-header { margin-bottom: 20px; }
            .tc-title { font-size: 18px; }
            .tc-desc { font-size: 14px; line-height: 1.7; }

            /* ── Offer ── */
            .offer-item { padding: 20px 16px; gap: 12px; }
            .offer-text h4 { font-size: 15px; }
            .offer-text p { font-size: 13px; line-height: 1.6; }

            /* ── Testimonials (Kirill qoladi) ── */
            .testimonial-card { flex: 0 0 300px; max-width: 85vw; padding: 24px 18px; }
            .test-hook { font-size: 14px; line-height: 1.5; margin-bottom: 12px; }
            .test-quote { font-size: 13px; line-height: 1.75; margin-bottom: 20px; }
            .test-name { font-size: 13px; }
            .test-meta { font-size: 11px; }
            .carousel-arr { width: 36px; height: 36px; font-size: 16px; }

            /* ── Quiz form ── */
            .terminal-body { padding: 24px 18px; min-height: auto; }
            .q-question { font-size: 19px; margin-bottom: 28px; }
            .q-opt { padding: 18px 20px; font-size: 14px; min-height: 48px; gap: 14px; }
            .q-txt-title { font-size: 14px; }
            .q-sub { font-size: 12px; }
            .f-input { padding: 16px; font-size: 16px !important; }
            .f-submit { padding: 18px; font-size: 14px; }
            .capacity-bar { display: none; }
            .urgency-badge { font-size: 11px; text-align: center; flex-wrap: wrap; justify-content: center; }

            /* ── FAQ ── */
            .faq-q { font-size: 15px; padding: 20px 0; min-height: 48px; }
            .faq-item.open .faq-a { max-height: 600px; }
            .faq-a { font-size: 14px; line-height: 1.7; }

            /* ── Footer ── */
            .foot-c { flex-direction: column; gap: 24px; text-align: center; }
            .foot-c > div:last-child { text-align: center; align-items: center; }
            footer { padding: 32px 0 calc(80px + env(safe-area-inset-bottom, 0px)); }

            /* ── Buttons: touch-friendly ── */
            .btn-primary { font-size: 13px; padding: 16px 28px; -webkit-tap-highlight-color: rgba(212,175,55,0.2); }
            .btn-secondary { font-size: 13px; padding: 14px 24px; -webkit-tap-highlight-color: rgba(212,175,55,0.2); }
        }
        @media(max-width: 480px) {
            .container { padding: 0 16px; }
            .nav-container { padding: 0 16px; }
            .hero-h1 { font-size: clamp(32px, 9vw, 48px); }
            .hero-sub { font-size: 14px; }
            .proof-grid { gap: 16px; }
            .proof-num { font-size: 28px; }
            .vs-list li { font-size: 13px; gap: 10px; }
            .q-question { font-size: 17px; margin-bottom: 22px; }
            .q-opt { padding: 16px 18px; font-size: 13px; gap: 12px; }
            .q-txt-title { font-size: 13px; }
            .q-sub { font-size: 11px; }
            .faq-q { font-size: 14px; }
            .section-title { font-size: clamp(24px, 7vw, 36px); }
            .countdown-strip { font-size: 11px; }
            .metrics-matrix { border-radius: 6px; }
            .matrix-val { font-size: 20px; }
            .hero-metrics { gap: 12px; }
            .m-value { font-size: 14px; }
            .testimonial-card { flex: 0 0 280px; padding: 20px 16px; }
            .test-hook { font-size: 13px; }
            .test-quote { font-size: 12px; line-height: 1.8; }
            .sp-toast { max-width: 240px; padding: 10px 14px; gap: 8px; }
            .offer-item { padding: 16px 14px; }
            .tech-card { padding: 24px 18px; }
            .tc-title { font-size: 17px; }
        }

        /* GSAP ScrollTrigger enhanced reveal classes */
        .st-reveal { opacity: 0; transform: translateY(60px); }
        .st-reveal-left { opacity: 0; transform: translateX(-60px); }
        .st-reveal-right { opacity: 0; transform: translateX(60px); }
        .st-reveal-scale { opacity: 0; transform: scale(0.9); }

        /* Cinematic section divider */
        .section-divider { position: relative; height: 120px; overflow: hidden; z-index: 2; }
        .section-divider::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 1px; height: 60px; background: linear-gradient(to bottom, transparent, var(--gold-base), transparent); opacity: 0.4; }

        /* Gold shimmer bar between sections */
        .gold-line { width: 60px; height: 1px; background: var(--gold-gradient); margin: 0 auto; opacity: 0.3; }

        @media (max-width: 768px) {
            .hero-video-bg { display: none; }
            .section-divider { height: 60px; }
        }

        @media (prefers-reduced-motion: reduce) {
            *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
            .ticker-track { animation: none !important; }
            .hero-particles, .hero-sweep { display: none !important; }
            .aurora-1, .aurora-2, .aurora-3, .hero-glow, .depth-glow { animation: none !important; }
            .st-reveal, .st-reveal-left, .st-reveal-right, .st-reveal-scale { opacity: 1 !important; transform: none !important; }
        }

/* ══════════════════════════════════════════════════════
   Inline SVG styles (extracted from HTML)
   ══════════════════════════════════════════════════════ */

/* Logo candle animation */
                    .cr-bar { transform-origin: bottom; animation: barMove 2s ease-in-out infinite; }
                    .cr-wick { animation: wickPulse 2s ease-in-out infinite; }
                    @keyframes barMove { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(0.6); } }
                    @keyframes wickPulse { 0%, 100% { opacity: 1; transform: translateY(0); } 50% { opacity: 0.5; transform: translateY(2px); } }

/* Candleradar scan animation */
.scan-line{animation:scanMove 3s linear infinite}.crosshair{animation:crossRotate 8s linear infinite;transform-origin:center}@keyframes scanMove{0%{transform:translateY(0);opacity:0}50%{opacity:1}100%{transform:translateY(12px);opacity:0}}@keyframes crossRotate{to{transform:rotate(360deg)}}

/* Server LED animation */
.sv-led{animation:svBlink 0.6s infinite alternate}.sv-line{animation:svData 2s linear infinite;stroke-dasharray:4}@keyframes svBlink{0%{fill:rgba(212,175,55,0.2)}100%{fill:#D4AF37;filter:drop-shadow(0 0 4px #D4AF37)}}@keyframes svData{to{stroke-dashoffset:-8}}

/* Pulse path animation */
.pulse-path{stroke-dasharray:100;stroke-dashoffset:100;animation:pulseFlow 2.5s linear infinite}@keyframes pulseFlow{0%{stroke-dashoffset:100;opacity:0}10%{opacity:1}90%{opacity:1}100%{stroke-dashoffset:-100;opacity:0}}

/* AI Terminal Animations */
@keyframes terminal-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes terminal-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes terminal-heartbeat { 0%, 100% { transform: scale(1); } 10% { transform: scale(1.1); } 20% { transform: scale(1); } 30% { transform: scale(1.1); } 40% { transform: scale(1); } }

.ani-radar { animation: terminal-spin 10s linear infinite; transform-origin: center; }
.ani-server { animation: terminal-pulse 2s ease-in-out infinite; }
.ani-pulse { animation: terminal-heartbeat 3s ease-in-out infinite; transform-origin: center; }



/* --- UI FX KEYFRAMES --- */
@keyframes cyberGlitch {
  0%, 100% { text-shadow: none; transform: skew(0deg); }
  2% { text-shadow: 3px 0 rgba(212,175,55,0.8), -3px 0 rgba(0,255,255,0.6); transform: skew(-4deg); }
  4% { text-shadow: -3px 0 rgba(212,175,55,0.8), 3px 0 rgba(0,255,255,0.6); transform: skew(4deg); }
  6% { text-shadow: none; transform: skew(0deg); }
}
@keyframes dataFlicker {
  0%, 100% { opacity: 1; filter: drop-shadow(0 0 10px rgba(212,175,55,0.6)); }
  3% { opacity: 0.2; } 4% { opacity: 1; } 5% { opacity: 0.4; } 6% { opacity: 1; }
}

.fx-glitch { animation: cyberGlitch 8s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94); display: inline-block; }
.fx-flicker { animation: dataFlicker 6s infinite cubic-bezier(0.1, 0.8, 0.1, 1); will-change: opacity, filter; }

.fx-3d-card { transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease; perspective: 1000px; transform-style: preserve-3d; }
.fx-3d-card:hover { transform: translateY(-8px) rotateX(6deg) rotateY(-4deg) translateZ(25px); box-shadow: -15px 25px 40px -10px rgba(212, 175, 55, 0.2), inset 0 0 20px rgba(212, 175, 55, 0.08); border-color: rgba(212,175,55,0.5); z-index: 10; }

/* 1. Hardware LED Strobe (Sharp, realistic server lights) */
@keyframes ledStrobe {
  0%, 100% { opacity: 1; box-shadow: 0 0 10px var(--green-neon), 0 0 20px var(--green-neon); }
  30% { opacity: 0.2; box-shadow: 0 0 2px var(--green-neon); }
}

/* 2. Terminal Cursor Blink (Console typing effect) */
@keyframes cursorBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

/* 3. Metallic Badge Scan (Premium reflection) */
@keyframes badgeScan {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* 4. Button Aura (Subtle deep breathing shadow) */
@keyframes buttonAura {
  0%, 100% { box-shadow: 0 0 20px rgba(212, 175, 55, 0.1), inset 0 1px 0 rgba(255,255,255,0.4); }
  50% { box-shadow: 0 0 35px rgba(212, 175, 55, 0.3), inset 0 1px 0 rgba(255,255,255,0.6); }
}

/* --- APPLYING TO EXISTING ELEMENTS --- */
.tb-dot, .live-logs-header .ll-dot { 
  animation: ledStrobe 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite !important; 
}
.tc-code::after, .badge::after {
  content: "_";
  display: inline-block;
  margin-left: 4px;
  color: inherit;
  opacity: 0.7;
  animation: cursorBlink 1s step-end infinite;
}
.badge {
  background: linear-gradient(90deg, rgba(212,175,55,0.05) 0%, rgba(212,175,55,0.2) 50%, rgba(212,175,55,0.05) 100%) !important;
  background-size: 200% auto !important;
  animation: badgeScan 5s linear infinite !important;
  border-color: rgba(212,175,55,0.3) !important;
}
.btn-primary {
  animation: buttonAura 4s ease-in-out infinite;
}


/* === ANIMATION ADDITIONS === */

/* 1. Tech Cards 3D Tilt & Shine Sweep */
.tech-card { 
    position: relative; 
    overflow: hidden; 
    transform-style: preserve-3d; 
    will-change: transform; 
}
.tech-card::before { 
    content: ''; 
    position: absolute; 
    top: 0; 
    left: -150%; 
    width: 50%; 
    height: 100%; 
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.08), transparent); 
    transform: skewX(-25deg); 
    transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1); 
    pointer-events: none; 
    z-index: 5; 
}
.tech-card:hover::before { left: 200%; }

/* 2. Offer Cards Hover Lift */
.offer-card, .price-card, .pricing-card { 
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.5s ease; 
    will-change: transform, box-shadow; 
}
.offer-card:hover, .price-card:hover, .pricing-card:hover { 
    transform: translateY(-12px) scale(1.02); 
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.6), 0 0 25px rgba(212,175,55,0.15); 
    border-color: rgba(212,175,55,0.4);
}

/* 3. Quiz Terminal Matrix Rain */
.quiz-matrix-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.04;
    background: repeating-linear-gradient(180deg, rgba(212,175,55,0) 0%, rgba(212,175,55,0.8) 50%, rgba(212,175,55,0) 100%);
    background-size: 100% 200%;
    animation: matrixFall 8s linear infinite;
    mix-blend-mode: color-dodge;
    z-index: 0;
}
@keyframes matrixFall {
    0% { background-position: 0% -1000%; }
    100% { background-position: 0% 1000%; }
}

/* 4. FAQ Smooth Accordion */
.faq-a { 
    max-height: 0; 
    overflow: hidden; 
    opacity: 0; 
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding 0.5s ease; 
    will-change: max-height, opacity; 
}
.faq-item.active .faq-a { 
    opacity: 1; 
    padding-top: 16px; 
}
.faq-q { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    cursor: pointer;
}
.faq-q::after { 
    content: '+'; 
    font-size: 24px; 
    font-weight: 300;
    color: var(--gold-base); 
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
}
.faq-item.active .faq-q::after { 
    transform: rotate(135deg); 
    color: #FFF;
}

/* 5. Floating CTA Glassmorphism */
.floating-cta { 
    background: rgba(10, 10, 15, 0.7) !important; 
    backdrop-filter: blur(16px); 
    -webkit-backdrop-filter: blur(16px); 
    border-top: 1px solid rgba(212,175,55,0.1); 
    will-change: transform, opacity; 
    visibility: hidden;
}

/* 6. Performance & Mobile Optimizations */
@media (max-width: 768px) {
    .tech-card { transform: none !important; }
    .tech-card::before { display: none; }
    .quiz-matrix-bg { animation: none; opacity: 0.02; }
}
@media (prefers-reduced-motion: reduce) {
    *, ::before, ::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* === QUIZ ANIMATION CSS === */

/* Terminal Boot-up Base */
.terminal-window {
    will-change: transform, box-shadow, border-color;
    transform: translateZ(0);
}
.term-dot {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Options (q-opt) Hover & Idle */
.q-opt {
    position: relative;
    overflow: hidden;
    will-change: transform, border-color, box-shadow;
    transform: translateZ(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s ease, box-shadow 0.3s ease !important;
}
.q-opt::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.08), transparent);
    transform: skewX(-25deg);
    transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 0;
}
.q-opt:hover {
    transform: translateY(-2px) scale(1.01);
    border-color: rgba(212,175,55,0.5) !important;
    box-shadow: 0 4px 15px rgba(212,175,55,0.1), inset 0 0 10px rgba(212,175,55,0.05);
}
.q-opt:hover::before { left: 200%; }

/* Click/Select Flash Animation */
@keyframes optFlash {
    0% { background: rgba(212,175,55,0.2); transform: scale(0.98); }
    50% { background: rgba(212,175,55,0.1); transform: scale(1.02); }
    100% { background: transparent; transform: scale(1); }
}
.q-opt.clicked-fx {
    animation: optFlash 0.4s ease-out forwards;
    border-color: var(--gold-base) !important;
}

/* Progress Bar Smooth Fill */
.q-progress {
    display: flex;
    gap: 4px;
}

/* Processing State Effects */
@keyframes spinPulse {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.2); text-shadow: 0 0 10px var(--gold-base); }
    100% { transform: rotate(360deg) scale(1); }
}
.term-spinner {
    display: inline-block;
    animation: spinPulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: transform;
}
.processing-scan {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 5px;
    background: var(--gold-base);
    opacity: 0.3;
    box-shadow: 0 0 15px var(--gold-base);
    animation: scanLine 2s linear infinite;
    pointer-events: none;
    z-index: 10;
}
@keyframes scanLine {
    0% { top: 0; opacity: 0; }
    10% { opacity: 0.3; }
    90% { opacity: 0.3; }
    100% { top: 100%; opacity: 0; }
}

/* Success SVG Checkmark */
#quizSuccess svg path, #quizSuccess svg polyline {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .q-opt:hover { transform: none; box-shadow: none; }
    .q-opt::before { display: none; }
    .terminal-window { box-shadow: none !important; }
}
@media (prefers-reduced-motion: reduce) {
    .q-opt, .term-spinner, .processing-scan { animation: none !important; transition: none !important; }
}

/* === TRUST SIGNALS CSS === */

/* 1. Live Indicator */
.ts-live-badge { 
    display: inline-flex; 
    align-items: center; 
    gap: 8px; 
    font-family: 'JetBrains Mono', monospace; 
    font-size: 11px; 
    color: #10B981; 
    background: rgba(16, 185, 129, 0.05); 
    padding: 8px 16px; 
    border-radius: 4px; 
    border: 1px solid rgba(16, 185, 129, 0.2); 
    margin-top: 20px; 
    letter-spacing: 1px;
}
.ts-dot { 
    width: 6px; 
    height: 6px; 
    background: #10B981; 
    border-radius: 50%; 
    box-shadow: 0 0 8px #10B981; 
    animation: tsPulse 2s infinite; 
}
@keyframes tsPulse { 
    0%, 100% { opacity: 1; transform: scale(1); } 
    50% { opacity: 0.4; transform: scale(0.8); } 
}

/* 2. Social Proof Toast */
.ts-toast { 
    position: fixed; 
    bottom: 24px; 
    left: 24px; 
    background: rgba(14, 14, 20, 0.95); 
    border-left: 2px solid var(--gold-base); 
    padding: 16px 24px; 
    border-radius: 4px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.6); 
    z-index: 9999; 
    transform: translateX(-150%); 
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s; 
    opacity: 0; 
    font-family: 'Sora', sans-serif; 
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
}
.ts-toast.show { 
    transform: translateX(0); 
    opacity: 1; 
}
.ts-toast-title { 
    font-size: 13px; 
    font-weight: 600; 
    color: #FFF; 
    margin-bottom: 4px; 
}
.ts-toast-time { 
    font-size: 11px; 
    color: var(--gold-base); 
    font-family: 'JetBrains Mono', monospace; 
}

/* 3. Micro-Trust Bar */
.ts-micro-bar { 
    display: flex; 
    justify-content: center; 
    gap: 32px; 
    padding: 16px 20px; 
    border-top: 1px solid rgba(212,175,55,0.1); 
    border-bottom: 1px solid rgba(212,175,55,0.1); 
    background: rgba(10,10,15,0.6); 
    font-family: 'JetBrains Mono', monospace; 
    font-size: 11px; 
    color: var(--text-secondary); 
    margin-top: 60px; 
    overflow-x: auto; 
    white-space: nowrap; 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.ts-micro-bar::-webkit-scrollbar { display: none; }
.ts-micro-item { display: inline-flex; align-items: center; gap: 8px; letter-spacing: 1px; }

/* 4. Metrics Real-time Effect */
.ts-tick { 
    font-size: 11px; 
    margin-left: 8px; 
    vertical-align: super; 
    padding: 2px 6px; 
    border-radius: 3px; 
    font-weight: 600; 
    font-family: 'JetBrains Mono', monospace;
    opacity: 0;
    transition: opacity 0.3s;
}
.ts-tick.show { opacity: 1; }
.ts-tick.up { color: #10B981; background: rgba(16,185,129,0.1); }
.ts-tick.down { color: #EF4444; background: rgba(239,68,68,0.1); }
.ts-last-updated { 
    font-family: 'JetBrains Mono', monospace; 
    font-size: 10px; 
    color: var(--text-muted); 
    text-align: right; 
    margin-top: 12px; 
    letter-spacing: 1px;
}

/* 5. Terminal Trust Signals */
.ts-term-badge { 
    font-size: 10px; 
    color: var(--gold-base); 
    opacity: 0.7; 
    margin-left: auto; 
    display: flex; 
    align-items: center; 
    gap: 4px; 
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ts-privacy-text { 
    font-size: 11px; 
    color: var(--text-muted); 
    text-align: center; 
    margin-top: 20px; 
    font-family: 'JetBrains Mono', monospace; 
}

/* 6. Footer Badges */
.ts-footer-badges { display: flex; gap: 12px; margin-top: 16px; }
.ts-footer-badge { 
    padding: 6px 10px; 
    border: 1px solid rgba(255,255,255,0.1); 
    border-radius: 4px; 
    font-size: 10px; 
    color: var(--text-muted); 
    font-family: 'JetBrains Mono', monospace;
    background: rgba(255,255,255,0.02);
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .ts-toast { left: 16px; bottom: 120px; right: 16px; padding: 14px; pointer-events: none; z-index: 1045; }
    .ts-micro-bar { justify-content: flex-start; padding: 16px; margin-top: 40px; gap: 24px; }
    .ts-live-badge { width: 100%; justify-content: center; }
}
