.elementor-517 .elementor-element.elementor-element-b8a333b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1f60b35 */:root {
            --accent: #38BDF8;
            --glass-bg: rgba(255, 255, 255, 0.08);
            --glass-border: rgba(255, 255, 255, 0.18);
            --text-main: #f8fafc;
            --text-muted: #94a3b8;
            --bg-color: #020617;
            --glass-surface: rgba(255, 255, 255, 0.03);
            --accent-cyan: #22d3ee;
            --accent-blue: #3b82f6;
            --navy: #163253;
            --text-secondary: #94a3b8;
            --font-heading: 'Orbitron', sans-serif;
            --font-body: 'Outfit', sans-serif;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--bg-color);
            color: var(--text-main);
            overflow-x: hidden;
            line-height: 1.8;
            scroll-behavior: smooth;
        }

        h1, h2, h3 { font-family: 'Orbitron', sans-serif; }

       
    

        /* ===== LEGAL DOC CSS ===== */
        .legal-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 140px 20px 80px;
            position: relative;
            z-index: 2;
        }

        .legal-card {
            background: var(--glass-surface);
            border: 1px solid var(--glass-border);
            border-radius: 16px;
            padding: 50px;
            backdrop-filter: blur(20px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.4);
        }

        .legal-header {
            text-align: center;
            margin-bottom: 50px;
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .legal-header h1 {
            font-size: clamp(2rem, 4vw, 3.5rem);
            background: linear-gradient(135deg, var(--accent-cyan), #fff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
        }

        .legal-header p {
            color: var(--text-secondary);
            font-size: 0.95rem;
        }

        .legal-content h2 {
            font-size: 1.5rem;
            color: #fff;
            margin: 40px 0 20px;
        }

        .legal-content h2:first-child {
            margin-top: 0;
        }

        .legal-content p {
            color: var(--text-secondary);
            margin-bottom: 20px;
            font-size: 1.05rem;
        }

        .legal-content ul {
            color: var(--text-secondary);
            margin-bottom: 20px;
            padding-left: 20px;
            font-size: 1.05rem;
        }

        .legal-content li {
            margin-bottom: 10px;
        }
        
        .legal-content a {
            color: var(--accent-cyan);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .legal-content a:hover {
            color: #fff;
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .legal-card { padding: 30px; }
            .ht-nav { padding: 15px 20px; }
        }/* End custom CSS */