/* ==========================================================
   TERMS OF SERVICE PAGE
========================================================== */

/* HERO */

.terms-hero{

    background:linear-gradient(135deg,#07131f,#10283d);

    color:#ffffff;

    padding:90px 20px;

}

.terms-hero-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.terms-hero img{

    width:100%;

    max-width:650px;

    display:block;

    margin:auto;

}

.terms-hero h1{

    font-size:58px;

    line-height:1.15;

    margin-bottom:25px;

}

.terms-hero p{

    font-size:21px;

    line-height:1.8;

    color:#d6d6d6;

    margin-bottom:25px;

}

.hero-badge{

    display:inline-block;

    background:#16c47f;

    color:#ffffff;

    padding:8px 18px;

    border-radius:25px;

    margin-bottom:25px;

    font-size:14px;

    font-weight:bold;

}


/* ==========================================================
   TERMS CONTENT
========================================================== */

.terms-content{

    background:#ffffff;

    padding:90px 20px;

}

.terms-content .container{

    max-width:1000px;

}

.terms-content h2{

    color:#10283d;

    margin-top:50px;

    margin-bottom:20px;

    font-size:32px;

}

.terms-content p{

    font-size:18px;

    line-height:1.9;

    color:#555;

    margin-bottom:20px;

}

.terms-content ul{

    margin:20px 0 30px 30px;

}

.terms-content li{

    margin-bottom:15px;

    font-size:18px;

    line-height:1.8;

    color:#555;

}

.terms-content strong{

    color:#10283d;

}

.terms-content a{

    color:#16c47f;

    text-decoration:none;

    font-weight:600;

}

.terms-content a:hover{

    text-decoration:underline;

}


/* ==========================================================
   CTA
========================================================== */

.terms-cta{

    background:linear-gradient(135deg,#07131f,#10283d);

    color:#ffffff;

    text-align:center;

    padding:100px 20px;

}

.terms-cta h2{

    font-size:46px;

    margin-bottom:25px;

}

.terms-cta p{

    max-width:800px;

    margin:0 auto 40px;

    font-size:20px;

    line-height:1.8;

    color:#d6d6d6;

}

.btn-primary{

    display:inline-block;

    background:#16c47f;

    color:#ffffff;

    text-decoration:none;

    padding:16px 34px;

    border-radius:8px;

    font-weight:bold;

    transition:.3s;

}

.btn-primary:hover{

    background:#12a96d;

}


/* ==========================================================
   RESPONSIVE
========================================================== */

@media(max-width:900px){

.terms-hero-grid{

    grid-template-columns:1fr;

    text-align:center;

}

.terms-hero h1{

    font-size:42px;

}

.terms-hero p{

    font-size:18px;

}

}

@media(max-width:768px){

.terms-content{

    padding:60px 20px;

}

.terms-content h2{

    font-size:28px;

}

.terms-content p,

.terms-content li{

    font-size:17px;

}

.terms-cta h2{

    font-size:34px;

}

.terms-cta p{

    font-size:18px;

}

}
