body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: linear-gradient(135deg, #1b1b1b 0%, #3d3d3d 100%);
  color: #fff;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background: #111;
}

.logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFD700; /* Gold */
}


nav .menu-btn {
  background: #FFD700;
  border: none;
  padding: 10px 15px;
  font-size: 1.2em;
  border-radius: 5px;
  cursor: pointer;
}

.hero {
  text-align: center;
  padding: 100px 20px;
  background: linear-gradient(135deg, #111 0%, #333 100%);
  position: relative;
}

.badge {
  display: inline-block;
  background: #FFD700;
  color: #111;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.badge-value {
  font-size: 1.5em;
  color: #000000;
}

.hero h1 {
  font-size: 2.5em;
  max-width: 600px;
  margin: 0 auto 20px;
}

.hero span {
  color: #FFD700;
}

.hero p {
  max-width: 500px;
  margin: 0 auto 30px;
  font-size: 1.1em;
  color: #ddd;
}

.cta-btn {
  display: inline-block;
  background: #FFD700;
  color: #111;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #e6c200;
}

.info-card {
  background: #1b1b1b;
  border-radius: 20px;
  color: #fff;
  padding: 40px 30px;
  margin: 40px auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.info-card .info-icon {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold accent */
}

.info-card h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.info-card p {
  color: #ddd;
  margin-bottom: 20px;
  line-height: 1.6;
}

.info-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.info-card ul li {
  margin: 10px 0;
  font-weight: bold;
}

.card-link {
  display: inline-block;
  text-decoration: none;
  background: #FFD700;
  color: #111;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.card-link:hover {
  background: #e6c200;
}
/* Account Card */
.account-card {
  background: #111;
  border-radius: 20px;
  max-width: 700px;
  margin: 60px auto;
  padding: 40px 30px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.account-icon {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.account-card h3 {
  font-size: 1.5em;
  color: #FFD700;
}

.account-card h2 {
  font-size: 2em;
  margin: 10px 0;
}

.account-card p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.account-card .cta-btn {
  margin: 20px 0;
}

.account-features p {
  margin: 10px 0;
  font-weight: bold;
}

.account-features ul {
  list-style: none;
  padding: 0;
}

.account-features ul li {
  margin: 8px 0;
  font-weight: bold;
}

.account-features ul li::before {
  content: "✔️ ";
  margin-right: 5px;
  color: #FFD700;
}
footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 60px 20px 30px;
}

.footer-top .logo {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 10px;
}

.footer-top p {
  margin: 10px 0 20px;
  font-size: 1.2em;
}

footer .cta-btn {
  display: inline-block;
  background: #FFD700;
  color: #111;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

footer .cta-btn:hover {
  background: #e6c200;
}

.newsletter {
  margin: 40px auto;
  max-width: 500px;
}

.newsletter h4 {
  margin-bottom: 15px;
  font-size: 1.3em;
}

.newsletter form {
  display: flex;
  justify-content: center;
}

.newsletter input {
  padding: 12px;
  flex: 1;
  border: none;
  border-radius: 50px 0 0 50px;
  outline: none;
}

.newsletter button {
  background: #FFD700;
  border: none;
  padding: 12px 20px;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  font-size: 1.2em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}

.footer-links div {
  margin: 0 30px;
}

.footer-links h5 {
  margin-bottom: 10px;
  color: #FFD700;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin: 8px 0;
}

.footer-links ul li a {
  text-decoration: none;
  color: #ddd;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.socials a {
  margin: 0 10px;
  font-size: 1.5em;
  text-decoration: none;
}

.footer-bottom p {
  margin-top: 15px;
  color: #999;
}

.footer-bottom span {
  color: #FFD700;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111;
  padding: 20px 30px;
  position: relative; /* important! */
  z-index: 1000;       /* make it sit above other sections */
}


.menu-btn {
  background: #FFD700;
  border: none;
  padding: 10px 15px;
  font-size: 1.5em;
  border-radius: 5px;
  cursor: pointer;
}

.nav-links {
  position: absolute;
  top: 70px;
  right: 30px;
  background: #111;
  border: 2px solid #FFD700;
  border-radius: 10px;
  display: none;
  flex-direction: column;
  width: 200px;
  text-align: left;
  z-index: 9999; /* key for layering */
}


.nav-links a {
  color: #fff;
  padding: 15px 20px;
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.nav-links a:last-child {
  border-bottom: none;
}

.nav-links a:hover {
  background: #FFD700;
  color: #111;
}

.nav-links.active {
  display: flex;
}

@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
  .nav-links {
    position: static;
    display: flex !important;
    flex-direction: row;
    border: none;
    width: auto;
  }
  .nav-links a {
    border: none;
    margin-left: 20px;
  }
}
/* Fade-in + slide-up effect */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
