body {
  margin: 0;
  font-family: Cinzel, serif;
  background: radial-gradient(circle at top, #5B1FA6, #0B0620);
  color: white;
}

.gold-text {
  background: linear-gradient(90deg, #CFAF5A, #FFD700, #FFF2A8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glow-blue {
  color: #7ED3FF;
  text-shadow: 0 0 10px rgba(126,211,255,0.8);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.hero {
  text-align: center;
  padding: 100px 20px;
}

.btn {
  background: gold;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
}
