/* Override hero section background color */
.bg-gradient-hero {
  background: #FF5F01 !important;
}

/* Also override any nested background gradients in hero section */
.bg-gradient-hero .absolute.inset-0 {
  background: transparent !important;
}