

/* =========================================================
   KULLANIM ŞARTLARI
========================================================= */

.terms-page{
    background:#090d18;
    color:#dce5f2;
    min-height:70vh;
    padding:80px 20px 90px;
}

.terms-container{
    width:100%;
    max-width:920px;
    margin:0 auto;
}

.terms-header{
    text-align:center;
    margin-bottom:55px;
}

.terms-header .eyebrow{
    color:#d8b35a;
    font-size:13px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:14px;
}

.terms-header h1{
    margin:0 0 18px;
    color:#fff;
    font-size:42px;
    line-height:1.15;
    font-weight:800;
}

.terms-header p{
    max-width:720px;
    margin:0 auto;
    color:#8fa4c2;
    font-size:17px;
    line-height:1.75;
}

.terms-warning{
    background:
        linear-gradient(
            135deg,
            rgba(255,191,34,.12),
            rgba(255,191,34,.04)
        );
    border:1px solid rgba(216,179,90,.35);
    border-left:4px solid #ffbf22;
    border-radius:14px;
    padding:24px 26px;
    margin-bottom:45px;
}

.terms-warning strong{
    display:block;
    color:#ffbf22;
    font-size:18px;
    margin-bottom:8px;
}

.terms-warning p{
    margin:0;
    color:#c8d3e3;
    line-height:1.7;
}

.terms-content{
    background:#0d1628;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:42px 46px;
    box-shadow:0 20px 50px rgba(0,0,0,.18);
}

.terms-content section{
    margin:0 0 42px;
}

.terms-content section:last-child{
    margin-bottom:0;
}

.terms-content h2{
    color:#fff;
    font-size:25px;
    line-height:1.3;
    margin:0 0 15px;
}

.terms-content h3{
    color:#d8b35a;
    font-size:18px;
    margin:25px 0 10px;
}

.terms-content p{
    color:#9db0c9;
    font-size:16px;
    line-height:1.85;
    margin:0 0 15px;
}

.terms-content p:last-child{
    margin-bottom:0;
}

.terms-content ul{
    margin:12px 0 18px;
    padding-left:22px;
}

.terms-content li{
    color:#9db0c9;
    font-size:16px;
    line-height:1.8;
    margin-bottom:8px;
}

.terms-content strong{
    color:#dce5f2;
}

.terms-content a{
    color:#d8b35a;
    text-decoration:none;
}

.terms-content a:hover{
    text-decoration:underline;
}

.terms-date{
    margin-top:35px;
    padding-top:22px;
    border-top:1px solid rgba(255,255,255,.08);
    color:#71859f;
    font-size:14px;
}

@media(max-width:700px){

    .terms-page{
        padding:55px 16px 65px;
    }

    .terms-header{
        margin-bottom:35px;
    }

    .terms-header h1{
        font-size:31px;
    }

    .terms-header p{
        font-size:15px;
    }

    .terms-warning{
        padding:20px;
        margin-bottom:30px;
    }

    .terms-content{
        padding:28px 20px;
        border-radius:14px;
    }

    .terms-content section{
        margin-bottom:34px;
    }

    .terms-content h2{
        font-size:21px;
    }

    .terms-content h3{
        font-size:17px;
    }

    .terms-content p,
    .terms-content li{
        font-size:15px;
        line-height:1.75;
    }

}

