/* MOBILE CENTERING FIX - LOADS LAST TO OVERRIDE EVERYTHING */
@media (max-width: 768px) {
    .hero-layout,
    .hero-text,
    .hero-title,
    .hero-subtitle,
    .hero-form,
    .hero-form h3,
    .hero-form .form-subtitle {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .hero-subtitle {
        max-width: 100% !important;
        width: 100% !important;
    }

    .hero-cta,
    .cta-buttons {
        justify-content: center !important;
        text-align: center !important;
    }
}
