   /* Global Neon Styles */
body {
  background-color: #000;
  color: #0ff; /* Neon cyan */
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 5px #0ff;
}

/* Header */
header {
  background-color: #000;
  border-bottom: 2px solid #ff00ff; /* Neon magenta border */
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px #ff00ff;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 200px;
  height: auto;
  filter: drop-shadow(0 0 5px #ff00ff);
}

/* Header buttons */
.header-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.header-buttons a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: linear-gradient(45deg, #ff00ff, #0ff);
  border: 2px solid #0ff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px #0ff;
}

.header-buttons a:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #ff00ff;
}

/* Wrap Container */
.wrap {
  width: 1220px;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #39ff14; /* Neon green */
  border-radius: 5px;
  box-shadow: 0 0 15px #39ff14;
}

/* Neon Button (m_but) */
.m_but {
  padding: 10px 20px;
  font-size: 14px;
  color: #000;
  background: linear-gradient(to right, #39ff14, #0ff);
  border: 2px solid #0ff;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px #0ff;
}

.m_but:hover {
  box-shadow: 0 0 20px #ff00ff;
  transform: translateY(-2px);
}

/* Footer */
footer {
  background-color: #000;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
  border-top: 2px solid #ff00ff;
  box-shadow: 0 -2px 20px #ff00ff;
}

footer .wrap {
  color: #0ff;
}

footer a {
  color: #0ff;
  text-decoration: none;
  margin: 0 15px;
}

footer a:hover {
  text-decoration: underline;
}

/* Content Sections (Neon Variant) */
.monetizing,
.content-block {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  border: 2px solid #39ff14;
  border-radius: 5px;
  margin-top: 20px;
  box-shadow: 0 0 15px #39ff14;
}

h1, h2, h3 {
  color: #0ff;
  text-shadow: 0 0 5px #0ff;
}

/* Paragraphs and Lists */
p,
li {
  color: #0ff;
  line-height: 1.6;
}

/* Tables - Neon Style */
table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #0ff;
  text-align: left;
  text-shadow: 0 0 3px #0ff;
}

table th {
  background-color: #000;
  color: #0ff;
}

table td {
  background-color: rgba(0, 0, 0, 0.8);
}

/* FAQ Section - Neon Style */
.faq-item {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px;
  margin-top: 15px;
  border: 2px solid #ff00ff;
  border-radius: 5px;
  box-shadow: 0 0 10px #ff00ff;
}

.faq-item h3 {
  margin: 0;
  color: #0ff;
  cursor: pointer;
}

.faq-item p {
  display: none;
  color: #0ff;
  margin-top: 10px;
}

/* Promo Image */
.promo-image {
  margin-top: 20px;
  text-align: center;
}

.promo-image img {
  width: 100%;
  max-width: 1220px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 15px #ff00ff;
}

/* Neon Promo Code Block */
.top_exc_st_id_input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 2px solid #0ff;
  border-radius: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  line-height: 40px;
  box-shadow: 0 0 10px #0ff;
}

.centered-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.top_exc_st_id_sub {
  display: inline-block;
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #000;
  background: linear-gradient(to right, #39ff14, #0ff);
  border: 2px solid #0ff;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #0ff;
}

.top_exc_st_id_sub:hover {
  background: linear-gradient(to right, #0ff, #39ff14);
  box-shadow: 0 0 20px #ff00ff;
}

.top_exc_st_id_sub:active {
  background: linear-gradient(to right, #00ccff, #33ff99);
}

.highlight-link {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.highlight-link:hover {
    color: #cc5500 ;
    text-decoration: none;
}


/* Media Queries for Mobile Optimization */
@media (max-width: 768px) {
  header {
    flex-direction: column;
  }

  .logo img {
    width: 150px;
  }

  .header-buttons {
    margin-top: 10px;
  }

  .m_but {
    font-size: 12px;
    padding: 8px 15px;
  }

  .wrap {
    width: 100%;
    padding: 10px;
  }

  .top_exc_st_id_input,
  .top_exc_st_id_sub {
    width: 100%;
    max-width: 100%;
  }

  table {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .logo img {
    width: 120px;
  }

  .m_but {
    font-size: 13px;
    padding: 15px 25px;
  }

  .wrap {
    padding: 10px;
  }
}
