/* ============================================================
   sozlesme.css — Kullanım sözleşmesi sayfası (standalone)
   ============================================================ */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8fafc;
    color: #1e293b;
    line-height: 1.7;
}

.page-nav {
    max-width: 860px;
    margin: 24px auto 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s;
}

.btn-back { background: #e2e8f0; color: #475569; }
.btn-back:hover { background: #cbd5e1; color: #1e293b; text-decoration: none; }
.btn-home { background: #0ea5e9; color: white; }
.btn-home:hover { background: #0284c7; color: white; text-decoration: none; }

.agreement-container {
    max-width: 860px;
    margin: 20px auto 40px;
    background: white;
    padding: 44px 48px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.agreement-header {
    text-align: center;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.agreement-header h1 {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.agreement-header .meta {
    font-size: 0.82rem;
    color: #94a3b8;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 1.05rem;
    border-left: 4px solid #0ea5e9;
    padding-left: 12px;
}

.section-heading i { color: #0ea5e9; font-size: 1rem; }

p {
    margin-bottom: 14px;
    text-align: justify;
    color: #334155;
    font-size: 0.93rem;
}

.alert-important {
    background-color: #fff7ed;
    border-left: 5px solid #f97316;
    color: #9a3412;
    padding: 14px 18px;
    border-radius: 8px;
    margin: 0 0 28px;
    font-size: 0.9rem;
}

ul {
    margin-bottom: 14px;
    padding-left: 22px;
}

li {
    margin-bottom: 9px;
    color: #334155;
    font-size: 0.93rem;
}

.footer-note {
    text-align: center;
    margin-top: 44px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    font-size: 0.85rem;
    color: #94a3b8;
}

.footer-note a { color: #0ea5e9; text-decoration: none; }
.footer-note a:hover { text-decoration: underline; }

@media (max-width: 600px) {
    .agreement-container {
        padding: 28px 20px;
        margin: 12px;
        border-radius: 14px;
    }
}
