/* Shared button styles used outside the hero (e.g. OccasionsStrip's
   "Explore Occasions"). The hero's own CTA styling lives in hero.css since
   it's visually distinct (pill + ornaments) and only used there. */
.btn-primary {
  background-color: #2D5A43;
  color: white;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease;
  display: inline-block;
}
.btn-primary:hover {
  background-color: #1A3326;
}
