html {
  scroll-behavior: smooth;
}

.gold-gradient {
  background: linear-gradient(135deg, #D4AF37 0%, #AA8C2C 100%);
}

.gold-text-gradient {
  background: linear-gradient(135deg, #D4AF37 0%, #AA8C2C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Modal styles */
.modal {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.modal.active {
  display: flex;
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
