/* Hero section – subtle primary green tint to match theme */
.hero {
  background-color: rgba(31, 122, 68, 0.04);
}

@media (prefers-color-scheme: dark) {
  .hero {
    background-color: rgba(31, 122, 68, 0.08);
  }
}
