/* ============================================
   HOMEPAGE - Hide features section completely
   ============================================ */
section > div.max-w-2xl.mx-auto.text-center > h2.text-3xl.md\\:text-4xl.font-bold {
  display: none !important;
}

/* Target: hide the whole features section container.
   The features section is the one with "왜 제주 JobMatch인가요?" title 
   and "grid md:grid-cols-3 gap-5" grid.
   We detect it by finding the grid and then hiding the parent section */
div[class*="md:grid-cols-3 gap-5"] {
  display: none !important;
}

section > div.max-w-2xl {
  display: none !important;
}
