/* Hero polish to match production design reference */

/* Homepage hero image */
img[src="/images/misc/tuition-thumbnail.png"] {
  max-height: min(540px, 72vh);
  filter: drop-shadow(0 24px 48px rgba(15, 23, 42, 0.1));
}

/* Cleaner hero typography on large screens */
@media (min-width: 1024px) {
  h1.font-heading {
    letter-spacing: -0.02em;
  }
}

/* Feature pills: compact on desktop like reference */
@media (min-width: 640px) {
  .grid.grid-cols-1.sm\:grid-cols-3.gap-3.mb-10 .text-sm.font-semibold {
    font-size: 0.8125rem;
  }
}

/* Stats row: align with reference proportions */
@media (min-width: 768px) {
  .grid.grid-cols-3.gap-2.sm\:gap-6.items-start.divide-x.divide-slate-100 p.text-sm {
    font-size: 1.5rem;
  }
}
