.elementor-372 .elementor-element.elementor-element-486d19a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-372:not(.elementor-motion-effects-element-type-background), body.elementor-page-372 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030712;}/* Start custom CSS for html, class: .elementor-element-d88d1fe */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;800;900&display=swap');

    .now-legal-page {
        --accent: #007cf0;
        --accent-alt: #00dfd8;
        --bg: #030712;
        --glass: rgba(255, 255, 255, 0.02);
        --glass-border: rgba(255, 255, 255, 0.06);
        
        background-color: var(--bg);
        font-family: 'Plus Jakarta Sans', sans-serif;
        color: #fff;
        padding: 100px 8% 120px 8%;
        line-height: 1.7;
        position: relative;
        overflow: hidden;
    }

    .legal-container { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }

    /* --- HERO HEADER --- */
    .legal-header { text-align: center; margin-bottom: 80px; }
    
    .legal-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px 24px;
        border-radius: 100px;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: var(--accent-alt);
        margin-bottom: 30px;
    }

    .legal-title {
        font-size: clamp(40px, 7vw, 80px);
        font-weight: 900;
        letter-spacing: -4px;
        line-height: 0.9;
        margin-bottom: 20px;
        background: linear-gradient(to bottom, #fff 60%, #444);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .last-updated { font-size: 14px; color: #4b5563; font-weight: 600; }

    /* --- BENTO SUMMARY --- */
    .legal-bento {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 80px;
    }

    .bento-item {
        background: var(--glass);
        border: 1px solid var(--glass-border);
        border-radius: 24px;
        padding: 30px;
        backdrop-filter: blur(10px);
    }

    .bento-item h4 { color: var(--accent); font-weight: 800; margin-bottom: 10px; font-size: 16px; text-transform: uppercase; letter-spacing: 1px;}
    .bento-item p { font-size: 14px; color: #888; margin: 0; }

    /* --- CONTENT SECTIONS --- */
    .legal-section { margin-bottom: 60px; }
    .legal-section h2 { 
        font-size: 28px; 
        font-weight: 800; 
        margin-bottom: 25px; 
        color: #fff; 
        letter-spacing: -1px;
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .legal-section h2::before {
        content: '';
        width: 4px;
        height: 24px;
        background: var(--accent);
        border-radius: 10px;
    }

    .legal-section p { color: #94a3b8; font-size: 17px; margin-bottom: 20px; }
    .legal-section ul { padding-left: 20px; margin-bottom: 20px; color: #94a3b8; }
    .legal-section li { margin-bottom: 12px; }

    /* --- HIGHLIGHT BOX --- */
    .alert-box {
        background: rgba(251, 2, 0, 0.03);
        border: 1px solid rgba(251, 2, 0, 0.1);
        padding: 30px;
        border-radius: 20px;
        margin: 40px 0;
    }
    .alert-box strong { color: #fb0200; }

    /* --- BACKGROUND AURA --- */
    .now-legal-page::before {
        content: '';
        position: absolute;
        top: 0; left: 50%; transform: translateX(-50%);
        width: 100%; height: 600px;
        background: radial-gradient(circle at 50% 0%, rgba(0, 124, 240, 0.1) 0%, transparent 70%);
        pointer-events: none;
    }

    /* --- MOBILE --- */
    @media (max-width: 768px) {
        .legal-bento { grid-template-columns: 1fr; }
        .legal-title { font-size: 48px; letter-spacing: -2px; }
        .now-legal-page { padding: 80px 20px; }
    }/* End custom CSS */