/* =========================
   KVKK & HUKUKİ SAYFALAR
========================= */

.legal-wrapper { 
    background-color: #E8F6FF;
    padding-bottom: 100px; 
    color: #0F2A6B; 
    font-family: 'Inter', sans-serif; 
}

.legal-hero { 
    background: linear-gradient(135deg, #0F2A6B 0%, #1E88E5 100%); 
    color: white; 
    padding: 120px 0 100px; 
    text-align: center; 
}

.legal-hero h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero-subtitle { 
    font-size: 18px;
    opacity: 0.9; 
    font-weight: 400;
}

.legal-card { 
    background: #ffffff; 
    max-width: 1000px; 
    margin: -80px auto 0; 
    padding: 60px; 
    border-radius: 30px; 
    box-shadow: 0 30px 60px rgba(15, 42, 107, 0.08); 
    line-height: 1.8; 
    position: relative;
    z-index: 10;
}

.policy-group { 
    margin-bottom: 35px; 
    padding: 30px; 
    border-radius: 20px; 
    border: 1px solid rgba(245, 124, 34, 0.1); 
    background-color: rgba(245, 124, 34, 0.02);
}

.policy-group h2 { 
    color: #0F2A6B; 
    font-size: 20px; 
    font-weight: 700;
    margin-bottom: 20px; 
    border-left: 5px solid #F57C22; 
    padding-left: 15px; 
    text-transform: uppercase; 
    letter-spacing: 0.5px;
}

.policy-group ul { 
    padding-left: 20px; 
    margin-top: 15px; 
}

.policy-group li { 
    margin-bottom: 12px; 
    position: relative;
}

.legal-footer-info { 
    text-align: center; 
    color: #94a3b8; 
    font-size: 14px; 
    margin-top: 50px; 
    border-top: 1px solid #edf2f7;
    padding-top: 30px;
}

.wp-dynamic-content {
    margin-top: 30px;
}


























/* ================================================================
   KVKK & HUKUKİ SAYFALAR MOBİL DÜZENLEME (768px VE ALTI)
   ================================================================ */
@media screen and (max-width: 768px) {
    
    /* 1. Hero Alanı */
    .legal-hero {
        padding: 100px 15px 70px !important;
    }

    .legal-hero h1 {
        font-size: 26px !important; /* 42px çok büyüktü */
        line-height: 1.3 !important;
    }

    .hero-subtitle {
        font-size: 15px !important;
        margin-top: 10px !important;
    }

    /* 2. Ana Kart (Legal Card) */
    .legal-card {
        margin: -35px 12px 0 !important; /* Kartın hero üzerine binişini azalttık */
        padding: 30px 18px !important;
        border-radius: 20px !important;
    }

    /* 3. Politika Grupları */
    .policy-group {
        padding: 20px 15px !important;
        margin-bottom: 20px !important;
        border-radius: 15px !important;
    }

    .policy-group h2 {
        font-size: 17px !important; /* Başlık boyutunu dengeledik */
        padding-left: 12px !important;
        line-height: 1.4 !important;
    }

    /* 4. Liste ve Metin Ayarları */
    .policy-group ul {
        padding-left: 15px !important;
    }

    .policy-group li, 
    .policy-group p {
        font-size: 14px !important; /* Mobilde ideal okuma boyutu */
        line-height: 1.6 !important;
        margin-bottom: 10px !important;
    }

    /* 5. Alt Bilgi */
    .legal-footer-info {
        margin-top: 30px !important;
        padding-top: 20px !important;
        font-size: 12px !important;
    }
}