.elementor-459 .elementor-element.elementor-element-dd335a8{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2d44a03 *//* ==========================
   TERMS & CONDITIONS PAGE
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#f8fafc;
    color:#374151;
    line-height:1.8;
}

.legal-page{
    padding:80px 20px;
}

.container{
    max-width:1000px;
    margin:auto;
}

/* ==========================
   HEADER
========================== */

.legal-header{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:45px;
    margin-bottom:35px;
    box-shadow:0 15px 40px rgba(15,23,42,.05);
}

.legal-header h1{
    font-size:42px;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
    line-height:1.2;
}

.legal-header p{
    color:#6b7280;
    font-size:15px;
    margin:4px 0;
}

/* ==========================
   TABLE OF CONTENTS
========================== */

.table-of-contents{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:35px;
    margin-bottom:35px;
    box-shadow:0 10px 30px rgba(15,23,42,.04);
}

.table-of-contents h2{
    font-size:24px;
    color:#111827;
    margin-bottom:22px;
}

.table-of-contents ul{
    list-style:none;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:14px;
}

.table-of-contents li{
    margin:0;
}

.table-of-contents a{
    display:block;
    text-decoration:none;
    color:#2563eb;
    font-weight:500;
    background:#f8fbff;
    border:1px solid #dbeafe;
    border-radius:12px;
    padding:14px 18px;
    transition:.3s ease;
}

.table-of-contents a:hover{
    background:#2563eb;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 12px 24px rgba(37,99,235,.18);
}

/* ==========================
   CONTENT SECTIONS
========================== */

.legal-section{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:38px;
    margin-bottom:24px;
    box-shadow:0 10px 35px rgba(15,23,42,.04);
    scroll-margin-top:100px;
}

.legal-section h2{
    font-size:28px;
    color:#111827;
    margin-bottom:18px;
    font-weight:700;
    position:relative;
    padding-left:18px;
}

.legal-section h2::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:32px;
    border-radius:20px;
    background:#2563eb;
}

.legal-section p{
    margin-bottom:18px;
    color:#4b5563;
    font-size:16px;
}

.legal-section ul{
    margin:20px 0 20px 22px;
}

.legal-section li{
    margin-bottom:12px;
    color:#4b5563;
}

.legal-section strong{
    color:#111827;
}

/* ==========================
   TEXT SELECTION
========================== */

::selection{
    background:#2563eb;
    color:#fff;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:768px){

    .legal-page{
        padding:50px 15px;
    }

    .legal-header,
    .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{
        grid-template-columns:1fr;
    }
}/* End custom CSS */