.elementor-471 .elementor-element.elementor-element-6530996{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2248651 */*{
    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;
    color:#111827;
    font-weight:800;
    margin-bottom:15px;
}

.legal-header p{
    color:#6b7280;
    font-size:15px;
}

.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);
}

.legal-intro p{
    margin-bottom:16px;
}

.legal-intro p:last-child{
    margin-bottom:0;
}

.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{
    font-size:24px;
    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;
    border-radius:12px;
    padding:14px 18px;
    font-weight:600;
    transition:.3s;
}

.table-of-contents a:hover{
    background:#2563eb;
    color:#fff;
    transform:translateY(-2px);
}

.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;
    font-size:28px;
    margin-bottom:20px;
    color:#111827;
}

.legal-section h2::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:34px;
    border-radius:20px;
    background:#2563eb;
}

.legal-section p{
    margin-bottom:18px;
}

.legal-section ul{
    margin:18px 0 18px 22px;
}

.legal-section li{
    margin-bottom:10px;
}

.cookie-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin-top:25px;
}

.cookie-card{
    background:#f8fbff;
    border:1px solid #dbeafe;
    border-radius:16px;
    padding:24px;
    transition:.3s;
}

.cookie-card:hover{
    transform:translateY(-5px);
    border-color:#2563eb;
    box-shadow:0 15px 35px rgba(37,99,235,.12);
}

.cookie-card h3{
    color:#111827;
    margin-bottom:12px;
    font-size:18px;
}

.cookie-card p{
    margin:0;
    color:#6b7280;
}

::selection{
    background:#2563eb;
    color:#fff;
}

@media(max-width:768px){

    .legal-page{
        padding:50px 15px;
    }

    .legal-header,
    .legal-intro,
    .table-of-contents,
    .legal-section{
        padding:25px;
        border-radius:16px;
    }

    .legal-header h1{
        font-size:30px;
    }

    .legal-section h2{
        font-size:22px;
    }

    .table-of-contents ul,
    .cookie-grid{
        grid-template-columns:1fr;
    }

}/* End custom CSS */