/* Hero Banner Overlay - Venus Reviews */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-hero-overlay);
  pointer-events: none;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero {
  overflow: hidden;
}

.hero-image {
  height: 60vh;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}
