/* ==========================================================================
   Mobile Responsive Rules (Clean Viewport Management)
   ========================================================================== */
@media (max-width: 992px) {
    /* Completely hides the milestone CTA banner on mobile screens */
    .stats-bar-wrapper .milestone-cta {
        display: none !important;
    }

    /* Completely hides the stats ribbon capsule on mobile screens */
    body .stats-ribbon {
        display: none !important;
    }
    
    /* Disables the neon glow background layer safely */
    body .stats-ribbon::before {
        display: none !important;
    }
}