/* GridOptimaPower — minor custom tweaks (Tailwind handles most styling) */

/* Ensure hero overlay text stays readable over background image */
.hero-overlay {
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.6) 0%, rgba(15, 23, 42, 0.4) 100%);
}
