body {
  font-family: "Inter", sans-serif;
  background-color: #0d0126; 
  color: #fff;
  scroll-behavior: smooth;
}

.text-neon-gold {
  color: #facc15;
}
.bg-gradient-luna {
  background: linear-gradient(
  rgba(35, 0, 70, 0.85) 0%,
  rgba(20, 0, 50, 0.6) 40%,
  rgba(0, 0, 0, 0.4) 100%
), url('../assets/images/IMG-20251005-WA0042.jpg') center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  /* background: linear-gradient(135deg, #1f0842 0%, #0d0126 100%); */
}

.bg-gradient-luna-tokenomics {
    background: linear-gradient(
  rgba(35, 0, 70, 0.85) 0%,
  rgba(20, 0, 50, 0.6) 40%,
  rgba(0, 0, 0, 0.4) 100%
), url('../assets/images/IMG-20251005-WA0037.jpg') center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* background: linear-gradient(135deg, #1f0842 0%, #0d0126 100%); */
}
.bg-gradient-luna-roadmap{
  background: linear-gradient(135deg, #1f0842 0%, #0d0126 100%);
}


.navbar {
  background-color: rgba(13, 1, 38, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(139, 92, 246, 0.5);
}

.btn-gold {
  background-color: #facc15;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.3s;
}

.btn-gold:hover {
  background-color: #ffde59;
  transform: scale(1.05);
}

.roadmap-card {
  background-color: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 1.2rem;
  padding: 1.5rem;
  transition: all 0.4s ease;
}

.roadmap-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 0 25px rgba(250, 204, 21, 0.25);
}

footer {
  border-top: 1px solid rgba(139, 92, 246, 0.4);
  background-color: #0d0126;
}
.text-muted-color{
  color: antiquewhite;
}