/* Ajans Kategorisi Tema */
:root {
    --primary-color: #F97316;
    --secondary-color: #EA580C;
    --accent-color: #FB923C;
    --background-color: #FFF7ED;
    --text-color: #9A3412;
}

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

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

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

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

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

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

.read-more {
    color: #F97316;
}

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

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