/**
 * Homepage mobile (max 767px): focus on course search tabs + institute-by-course form.
 * Hides blocks below the hero search (certificate verify, categories, marketing sections).
 */
@media (max-width: 767px) {
  .home-mobile-hide-below-search {
    display: none !important;
  }
}
