/* Coreformance Custom Overrides */

/* Reduce hero overlay opacity so background shows through more */
.hero-overlay,
section.relative .absolute.inset-0:nth-child(2) {
  background-color: rgba(245, 240, 232, 0.45) !important;
}

/* Ensure hero text stays visible */
section.relative h1,
section.relative p {
  position: relative;
  z-index: 10;
}
