/* Mobile-only visibility refinements */
@media screen and (max-width: 575px) {
  /* Remove the extra footer spacer below newsletter subscription. */
  .cp-mobile-hide-footer-spacer {
    display: none !important;
  }

  /* Hide the complete three-button row in the CTA section. */
  .cp-mobile-hide-cta-buttons {
    display: none !important;
  }

  /* Keep only “Compared Features” on mobile. */
  .cp-mobile-hide-head-to-head {
    display: none !important;
  }

  /* The +350M global audience metric remains desktop/tablet-only. */
  .cp-global-users {
    display: none !important;
  }
}
