/* Araç Kategorisi Tema */
:root {
    --primary-color: #3B82F6;
    --secondary-color: #1E40AF;
    --accent-color: #60A5FA;
    --background-color: #F8FAFC;
    --text-color: #1E293B;
}

.hero {
    background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%);
}

.feature-icon {
    background: linear-gradient(135deg, #3B82F6, #60A5FA);
}

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

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

.btn-outline {
    color: #3B82F6;
    border-color: #3B82F6;
}

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

.read-more {
    color: #3B82F6;
}

.read-more:hover {
    color: #1E40AF;
}

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