/* Eğitim Kategorisi Tema */
:root {
    --primary-color: #6366F1;
    --secondary-color: #4F46E5;
    --accent-color: #818CF8;
    --background-color: #EEF2FF;
    --text-color: #312E81;
}

.hero {
    background: linear-gradient(135deg, #6366F1 0%, #4F46E5 100%);
}

.feature-icon {
    background: linear-gradient(135deg, #6366F1, #818CF8);
}

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

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

.btn-outline {
    color: #6366F1;
    border-color: #6366F1;
}

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

.read-more {
    color: #6366F1;
}

.read-more:hover {
    color: #4F46E5;
}

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