/* Mobile scroll perf — marketing homepage (paired with index-dark-hustle). */

@media (max-width: 768px) {
    html {
        scroll-behavior: auto;
    }
    html[data-ab-dark="hustle"] main::before {
        display: none !important;
    }
    html[data-ab-dark="hustle"] .dark-ab-glow {
        display: none !important;
    }
    html[data-ab-dark="hustle"] .hero-slab::before {
        display: none !important;
    }
    #homeHeroRoot .home-hero-demo-video-stage::after,
    .home-pricing-cta-card::before,
    .home-community-cta a::before,
    #homeHeroRoot .df-btn-primary {
        animation: none !important;
        background-size: 100% 100% !important;
    }
}