/* Hero section */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url('/assets/img/hero-gençay.jpg') no-repeat center center/cover;
    min-height: 70vh;
}

/* Footer */
footer {
    font-size: 0.9rem;
}

/* Responsive tweaks si besoin plus tard */

.card .btn-sm {
    font-size: 0.85rem;
}