/* Sağlık Kategorisi Tema */
:root {
    --primary-color: #EF4444;
    --secondary-color: #DC2626;
    --accent-color: #F87171;
    --background-color: #FEF2F2;
    --text-color: #991B1B;
}

.hero {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}

.feature-icon {
    background: linear-gradient(135deg, #EF4444, #F87171);
}

.btn-primary {
    background: #EF4444;
    color: white;
    border-color: #EF4444;
}

.btn-primary:hover {
    background: #DC2626;
    border-color: #DC2626;
}

.btn-outline {
    color: #EF4444;
    border-color: #EF4444;
}

.btn-outline:hover {
    background: #EF4444;
    color: white;
}

.read-more {
    color: #EF4444;
}

.read-more:hover {
    color: #DC2626;
}

.social-links a:hover {
    background: #EF4444;
}
