/**
 * Home-specific styles
 * Most styles are in style.css; these are front-page-only tweaks.
 */

/* Hero stats alignment on home */
.home .stat-grid {
    margin-top: 40px;
}

/* Tighter devis section spacing on home */
.home .devis-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .home .stat-grid {
        margin-top: 25px;
    }
}
