/* Override per hero contatti */
.gf-hero-compact {
    min-height: 50vh;
    padding: 120px 20px 60px;
}

.gf-hero-compact h1 {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    margin-bottom: 16px !important;
}

.gf-hero-compact .gf-hero-subtitle {
    margin-bottom: 0 !important;
}

/* Contact Info Cards */
/* Responsive */
@media (max-width: 600px) {
    .gf-hero-compact {
        min-height: 40vh;
        padding: 100px 20px 50px;
    }
}
