/* ============================================================
   L'entrée — yasal sayfalar (KVKK, çerez politikası vb.)
   menu-list.css'teki lacivert banner desenini izler
   ============================================================ */
.legal-page {
    background: #ffffff;
    color: #1c2b3a;
    font-family: 'Montserrat', system-ui, sans-serif;
}

/* ---- lacivert banner bandı (sabit header'ın arkasını da doldurur) ---- */
.legal-banner {
    text-align: center;
    background: #0c2340;
    padding: calc(var(--site-header-h, 90px) + 48px) 20px 46px;
}
.legal-banner h1 {
    margin: 0;
    font-family: 'JavaCom', 'Caveat', serif;
    font-weight: 600;
    font-size: clamp(2rem, 6vw, 3.2rem);
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .35);
}

/* ---- içerik ---- */
.legal-content {
    max-width: 900px;
    padding: 50px 20px 70px;
}
.legal-content h2,
.legal-content h3 {
    color: #0c2340;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px;
}
.legal-content h3 {
    font-size: 17px;
}
.legal-content p,
.legal-content li {
    font-size: 14px;
    line-height: 1.8;
    color: #5d6570;
}
.legal-content a {
    color: #0c2340;
    text-decoration: underline;
}
.legal-content table {
    font-size: 13px;
}

/* ---- dar ekran: çerez/KVKK tabloları sayfayı yatay taşırmasın, kendi içinde kaysın (Eylül 2026) ---- */
@media (max-width: 767px) {
    .legal-content {
        overflow-wrap: break-word;
    }
    .legal-content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
