/* KVKK ve Gizlilik Sayfası Stilleri */
#kvkk_den { width:100%; max-width:1200px; margin:0 auto; padding:20px; box-sizing:border-box; font-family:'Arial',sans-serif; line-height:1.6; color:#333; }
#kvkk_den .content-section { border-radius:8px; padding:30px; margin-bottom:30px; }
#kvkk_den h2 { color:#2c3e50; font-size:24px; margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #eee; }
#kvkk_den h2 i { margin-right:10px; color:#3498db; }
#kvkk_den p { font-size:16px; margin-bottom:15px; }
#kvkk_den strong { color:#2c3e50; font-weight:600; }

/* Responsive Ayarlar */
@media (max-width:768px) { 
    #kvkk_den { padding:15px; } 
    #kvkk_den .content-section { padding:20px; } 
    #kvkk_den h2 { font-size:20px; } 
    #kvkk_den p { font-size:14px; } 
}
@media (max-width:480px) { 
    #kvkk_den .content-section { padding:15px; } 
    #kvkk_den h2 { font-size:18px; } 
}