.elementor-477 .elementor-element.elementor-element-714ad6d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-01c5e25 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#f8fafc;
    color:#4b5563;
    line-height:1.8;
}

.legal-page{
    padding:80px 20px;
}

.container{
    max-width:1000px;
    margin:auto;
}

.legal-header{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:45px;
    margin-bottom:30px;
    box-shadow:0 15px 40px rgba(15,23,42,.05);
}

.legal-header h1{
    font-size:42px;
    font-weight:800;
    color:#111827;
    margin-bottom:15px;
}

.legal-header p{
    color:#6b7280;
}

.legal-intro{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:35px;
    margin-bottom:30px;
    box-shadow:0 10px 35px rgba(15,23,42,.04);
}

.report-box{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    color:#fff;
    padding:35px;
    border-radius:20px;
    margin-bottom:35px;
    box-shadow:0 20px 45px rgba(37,99,235,.25);
}

.report-box h3{
    font-size:26px;
    margin-bottom:12px;
}

.report-box p{
    margin-bottom:18px;
    opacity:.95;
}

.report-box a{
    display:inline-block;
    background:#fff;
    color:#2563eb;
    text-decoration:none;
    padding:12px 22px;
    border-radius:10px;
    font-weight:600;
}

.report-box.bottom{
    margin-top:35px;
}

.table-of-contents{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:35px;
    margin-bottom:35px;
    box-shadow:0 10px 35px rgba(15,23,42,.04);
}

.table-of-contents h2{
    margin-bottom:22px;
    color:#111827;
}

.table-of-contents ul{
    list-style:none;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:15px;
}

.table-of-contents a{
    display:block;
    text-decoration:none;
    color:#2563eb;
    background:#f8fbff;
    border:1px solid #dbeafe;
    padding:14px 18px;
    border-radius:12px;
    transition:.3s;
    font-weight:600;
}

.table-of-contents a:hover{
    background:#2563eb;
    color:#fff;
}

.legal-section{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:40px;
    margin-bottom:25px;
    box-shadow:0 10px 35px rgba(15,23,42,.04);
    scroll-margin-top:100px;
}

.legal-section h2{
    position:relative;
    padding-left:18px;
    margin-bottom:20px;
    font-size:28px;
    color:#111827;
}

.legal-section h2::before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:5px;
    height:34px;
    border-radius:20px;
    background:#2563eb;
}

.legal-section p{
    margin-bottom:18px;
}

.legal-section ul{
    margin-left:22px;
    margin-top:18px;
}

.legal-section li{
    margin-bottom:12px;
}

::selection{
    background:#2563eb;
    color:#fff;
}

@media(max-width:768px){

    .legal-page{
        padding:50px 15px;
    }

    .legal-header,
    .legal-intro,
    .report-box,
    .table-of-contents,
    .legal-section{
        padding:25px;
        border-radius:16px;
    }

    .legal-header h1{
        font-size:30px;
    }

    .report-box h3{
        font-size:22px;
    }

    .legal-section h2{
        font-size:22px;
    }

    .table-of-contents ul{
        grid-template-columns:1fr;
    }

}/* End custom CSS */