/* Start custom CSS for html, class: .elementor-element-4f7f8b7 */.tos-page{
    background:#101314;
    padding:80px 20px;
    color:#fff;
}

.tos-hero{
    max-width:900px;
    margin:0 auto 50px;
    text-align:center;
}

.tos-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(58,214,210,.12);
    border:1px solid rgba(58,214,210,.25);
    color:#3AD6D2;
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:20px;
}

.tos-hero h1{
    font-size:56px;
    font-weight:800;
    margin-bottom:20px;
    color:#fff;
}

.tos-hero p{
    max-width:650px;
    margin:auto;
    color:#c7d6d8;
    font-size:18px;
    line-height:1.8;
}

.tos-card{
    max-width:950px;
    margin:auto;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(58,214,210,.12);
    border-radius:24px;
    overflow:hidden;
    backdrop-filter:blur(12px);
}

.tos-section{
    padding:35px 40px;
    border-bottom:1px solid rgba(255,255,255,.06);
    transition:.3s;
}

.tos-section:last-child{
    border-bottom:none;
}

.tos-section:hover{
    background:rgba(58,214,210,.03);
}

.tos-section h2{
    color:#3AD6D2;
    font-size:24px;
    margin-bottom:15px;
}

.tos-section p{
    color:#d8e6e8;
    line-height:1.9;
    margin:0;
}

@media(max-width:768px){

    .tos-page{
        padding:50px 15px;
    }

    .tos-card{
        border-radius:16px;
    }

    .tos-section{
        padding:25px;
    }

    .tos-hero h1{
        font-size:38px;
    }

    .tos-hero p{
        font-size:16px;
    }

    .tos-section h2{
        font-size:20px;
    }
}/* End custom CSS */