/* Page-specific layouts like the hero section */
.hero {
  padding: 2rem;
  background: linear-gradient(180deg, #fff, #f4f6fb);
  border-radius: 8px;
}