/* 
 * Sigortam Dijital - Kurumsal Sayfalar CSS
 * Basit ve temiz tasarım
 */

/* Ana Container */
.kurumsal-content { 
    font-family: 'DIN Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important; 
}

.kurumsal-content h1, 
.kurumsal-content h2, 
.kurumsal-content h3 { 
    font-weight: 600; 
}

/* Responsive Design - Sadece Mobile */
@media (max-width: 767px) {
    .kurumsal-content .hero-section h1 {
        font-size: 2rem !important;
    }
    
    .kurumsal-content .hero-section p {
        font-size: 1.1rem !important;
    }
}