.page-promotions-vn68-club-188k-bonus {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C; /* Primary dark background */
  line-height: 1.6;
}

.page-promotions-vn68-club-188k-bonus__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions-vn68-club-188k-bonus__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475d 100%); /* Gradient from primary to a slightly lighter dark blue */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-vn68-club-188k-bonus__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-promotions-vn68-club-188k-bonus__hero-subtitle {
  font-size: 1.4em;
  color: #e5dfd3; /* Light text for subtitle */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-vn68-club-188k-bonus__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-promotions-vn68-club-188k-bonus__section {
  padding: 60px 0;
}

.page-promotions-vn68-club-188k-bonus__section--intro {
  background-color: #2c3546;
}

.page-promotions-vn68-club-188k-bonus__section--how-to {
  background-color: #1A202C;
}

.page-promotions-vn68-club-188k-bonus__section--terms {
  background-color: #2c3546;
}

.page-promotions-vn68-club-188k-bonus__section--why-vn68 {
  background-color: #1A202C;
}

.page-promotions-vn68-club-188k-bonus__section--responsible-gambling {
  background-color: #2c3546;
}

.page-promotions-vn68-club-188k-bonus__section--faq {
  background-color: #1A202C;
}

.page-promotions-vn68-club-188k-bonus__section--cta {
  background: linear-gradient(45deg, #FFD700 0%, #b39700 100%); /* Gold gradient for CTA */
  padding: 80px 0;
  text-align: center;
  color: #1A202C; /* Dark text on gold background */
}

.page-promotions-vn68-club-188k-bonus__section--cta .page-promotions-vn68-club-188k-bonus__heading,
.page-promotions-vn68-club-188k-bonus__section--cta .page-promotions-vn68-club-188k-bonus__text {
  color: #1A202C;
}

.page-promotions-vn68-club-188k-bonus__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for headings */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-promotions-vn68-club-188k-bonus__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-promotions-vn68-club-188k-bonus__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-promotions-vn68-club-188k-bonus__text strong {
  color: #FFD700;
}

.page-promotions-vn68-club-188k-bonus__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-promotions-vn68-club-188k-bonus__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
  border: 2px solid #FFD700;
}

.page-promotions-vn68-club-188k-bonus__btn--primary:hover {
  background-color: #b39700;
  border-color: #b39700;
  color: #e5dfd3;
}

.page-promotions-vn68-club-188k-bonus__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-promotions-vn68-club-188k-bonus__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

.page-promotions-vn68-club-188k-bonus__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
  margin-top: 30px;
}

.page-promotions-vn68-club-188k-bonus__steps-grid,
.page-promotions-vn68-club-188k-bonus__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-vn68-club-188k-bonus__step-item,
.page-promotions-vn68-club-188k-bonus__feature-item {
  background-color: #2c3546; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-promotions-vn68-club-188k-bonus__step-item:hover,
.page-promotions-vn68-club-188k-bonus__feature-item:hover {
  transform: translateY(-5px);
}

.page-promotions-vn68-club-188k-bonus__step-icon,
.page-promotions-vn68-club-188k-bonus__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions-vn68-club-188k-bonus__step-title,
.page-promotions-vn68-club-188k-bonus__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-vn68-club-188k-bonus__step-description,
.page-promotions-vn68-club-188k-bonus__feature-description {
  font-size: 1em;
  color: #e5dfd3;
}

.page-promotions-vn68-club-188k-bonus__step-description a {
  color: #FFD700;
  text-decoration: underline;
}

.page-promotions-vn68-club-188k-bonus__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-promotions-vn68-club-188k-bonus__list-item {
  background-color: #2c3546;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.1em;
  color: #e5dfd3;
}

.page-promotions-vn68-club-188k-bonus__list-item strong {
  color: #FFD700;
}

.page-promotions-vn68-club-188k-bonus__faq-item {
  background-color: #2c3546;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-promotions-vn68-club-188k-bonus__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-vn68-club-188k-bonus__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-vn68-club-188k-bonus__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-vn68-club-188k-bonus__faq-answer {
  font-size: 1em;
  color: #e5dfd3;
  display: none;
  margin-top: 15px;
}

.page-promotions-vn68-club-188k-bonus__faq-answer.active {
  display: block;
}

.page-promotions-vn68-club-188k-bonus__cta-image {
  max-width: 80%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-vn68-club-188k-bonus__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-vn68-club-188k-bonus__hero-subtitle {
    font-size: 1.2em;
  }

  .page-promotions-vn68-club-188k-bonus__heading {
    font-size: 2em;
  }

  .page-promotions-vn68-club-188k-bonus__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-promotions-vn68-club-188k-bonus__steps-grid,
  .page-promotions-vn68-club-188k-bonus__features-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-vn68-club-188k-bonus__hero-section {
    padding: 60px 0;
  }

  .page-promotions-vn68-club-188k-bonus__section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-promotions-vn68-club-188k-bonus__hero-title {
    font-size: 2em;
  }

  .page-promotions-vn68-club-188k-bonus__hero-subtitle {
    font-size: 1em;
  }

  .page-promotions-vn68-club-188k-bonus__heading {
    font-size: 1.8em;
  }

  .page-promotions-vn68-club-188k-bonus__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-vn68-club-188k-bonus__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-promotions-vn68-club-188k-bonus__step-item,
  .page-promotions-vn68-club-188k-bonus__feature-item {
    padding: 20px;
  }

  .page-promotions-vn68-club-188k-bonus__faq-question {
    font-size: 1.1em;
  }
}