.elementor-233 .elementor-element.elementor-element-5c5296b{--display:flex;}.elementor-233 .elementor-element.elementor-element-5c5296b:not(.elementor-motion-effects-element-type-background), .elementor-233 .elementor-element.elementor-element-5c5296b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}/* Start custom CSS for html, class: .elementor-element-d320b69 */.legal-page{
    max-width:900px;
    margin:60px auto;
    padding:40px;
    color:#fff;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:18px;
    font-family:inherit;
    line-height:1.8;
}

.legal-page h1{
    font-size:34px;
    font-weight:800;
    margin-bottom:20px;
    position:relative;
}

.legal-page h1::after{
    content:"";
    width:80px;
    height:4px;
    background:#EE961B;
    display:block;
    margin-top:10px;
    border-radius:10px;
}

.legal-page h2{
    font-size:20px;
    margin-top:30px;
    margin-bottom:10px;
    color:#EE961B;
    font-weight:700;
}

.legal-page p{
    font-size:15px;
    color:rgba(255,255,255,0.85);
    margin:0;
}

.legal-page .intro{
    margin-bottom:30px;
    font-size:16px;
    color:rgba(255,255,255,0.9);
}

/* Hover glow effect (modern 2026 feel) */
.legal-page section{
    padding:18px;
    border-radius:14px;
    transition:0.3s ease;
    margin-bottom:10px;
}

.legal-page section:hover{
    background:rgba(238,150,27,0.05);
    transform:translateY(-2px);
}

/* Mobile */
@media (max-width:768px){
    .legal-page{
        padding:25px;
        margin:30px 15px;
    }

    .legal-page h1{
        font-size:26px;
    }
}/* End custom CSS */