.page-hm88-vip-club-how-to-join {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark gray for readability on light background */
  background-color: #f8f8f8;
}

.page-hm88-vip-club-how-to-join__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-hm88-vip-club-how-to-join__text-content {
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.page-hm88-vip-club-how-to-join__hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hm88-vip-club-how-to-join__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,patterns,dark_blue_gold]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-hm88-vip-club-how-to-join__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-hm88-vip-club-how-to-join__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
  position: relative;
  z-index: 1;
}

.page-hm88-vip-club-how-to-join__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Accent color */
  color: #003366; /* Main color for text on accent background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.page-hm88-vip-club-how-to-join__cta-button:hover {
  background-color: #e6b800; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-hm88-vip-club-how-to-join__cta-button--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
  margin-left: 20px;
}

.page-hm88-vip-club-how-to-join__cta-button--secondary:hover {
  background-color: #002244;
  border-color: #e6b800;
}

.page-hm88-vip-club-how-to-join__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-hm88-vip-club-how-to-join__section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-hm88-vip-club-how-to-join__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-hm88-vip-club-how-to-join__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFCC00;
  padding-left: 15px;
}

.page-hm88-vip-club-how-to-join__text-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.8;
  color: #444444;
}

.page-hm88-vip-club-how-to-join__text-content ul,
.page-hm88-vip-club-how-to-join__text-content ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-hm88-vip-club-how-to-join__text-content li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #555555;
}

.page-hm88-vip-club-how-to-join__text-content a {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
}

.page-hm88-vip-club-how-to-join__text-content a:hover {
  color: #FFCC00;
}

.page-hm88-vip-club-how-to-join__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-hm88-vip-club-how-to-join__image--full-width {
  width: 100%;
  margin: 40px 0;
}

/* Tier Grid for VIP levels */
.page-hm88-vip-club-how-to-join__tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-hm88-vip-club-how-to-join__tier-card {
  background-color: #f0f8ff; /* Light blue tint */
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-hm88-vip-club-how-to-join__tier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-hm88-vip-club-how-to-join__tier-card h4 {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-hm88-vip-club-how-to-join__tier-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.page-hm88-vip-club-how-to-join__tier-card li {
  margin-bottom: 8px;
  font-size: 1em;
  color: #555555;
  position: relative;
  padding-left: 25px;
}

.page-hm88-vip-club-how-to-join__tier-card li::before {
  content: '✔';
  color: #FFCC00;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/* FAQ Section */
.page-hm88-vip-club-how-to-join__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-hm88-vip-club-how-to-join__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-hm88-vip-club-how-to-join__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFCC00;
  transition: transform 0.3s ease;
}

.page-hm88-vip-club-how-to-join__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-hm88-vip-club-how-to-join__faq-answer {
  font-size: 1em;
  color: #666666;
  margin-top: 10px;
  display: none; /* Hidden by default, toggled by JS */
}

.page-hm88-vip-club-how-to-join__faq-answer.active {
  display: block;
}

/* Final CTA Section */
.page-hm88-vip-club-how-to-join__cta-final-section {
  text-align: center;
  padding: 60px 0;
  background-color: #003366;
  color: #ffffff;
  margin-top: 30px;
  border-radius: 8px;
}

.page-hm88-vip-club-how-to-join__cta-final-section .page-hm88-vip-club-how-to-join__section-title {
  color: #FFCC00;
}

.page-hm88-vip-club-how-to-join__cta-final-section .page-hm88-vip-club-how-to-join__section-title::after {
  background-color: #ffffff;
}

.page-hm88-vip-club-how-to-join__cta-final-section p {
  color: #f0f0f0;
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-hm88-vip-club-how-to-join__cta-final-section a {
  color: #FFCC00;
  text-decoration: underline;
}

.page-hm88-vip-club-how-to-join__cta-final-section a:hover {
  color: #ffffff;
}

.page-hm88-vip-club-how-to-join__button-group {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Floating Promotion */
.page-hm88-vip-club-how-to-join__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: #FFCC00;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-hm88-vip-club-how-to-join__floating-promo:hover {
  transform: translateY(-5px);
}

.page-hm88-vip-club-how-to-join__floating-promo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #003366;
  font-weight: bold;
}

.page-hm88-vip-club-how-to-join__floating-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-hm88-vip-club-how-to-join__hero-title {
    font-size: 2.5em;
  }

  .page-hm88-vip-club-how-to-join__hero-subtitle {
    font-size: 1.1em;
  }

  .page-hm88-vip-club-how-to-join__section-title {
    font-size: 2em;
  }

  .page-hm88-vip-club-how-to-join__sub-title {
    font-size: 1.5em;
  }

  .page-hm88-vip-club-how-to-join__tier-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .page-hm88-vip-club-how-to-join__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-hm88-vip-club-how-to-join__cta-button--secondary {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .page-hm88-vip-club-how-to-join__hero-section {
    padding: 60px 0;
  }

  .page-hm88-vip-club-how-to-join__hero-title {
    font-size: 2em;
  }

  .page-hm88-vip-club-how-to-join__hero-subtitle {
    font-size: 1em;
  }

  .page-hm88-vip-club-how-to-join__section-title {
    font-size: 1.8em;
  }

  .page-hm88-vip-club-how-to-join__sub-title {
    font-size: 1.3em;
  }

  .page-hm88-vip-club-how-to-join__text-content {
    padding: 30px 15px;
  }

  .page-hm88-vip-club-how-to-join__floating-promo {
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
  }

  .page-hm88-vip-club-how-to-join__floating-icon {
    width: 25px;
    height: 25px;
  }

  .page-hm88-vip-club-how-to-join__floating-promo span {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-hm88-vip-club-how-to-join__hero-title {
    font-size: 1.8em;
  }

  .page-hm88-vip-club-how-to-join__hero-subtitle {
    font-size: 0.9em;
  }

  .page-hm88-vip-club-how-to-join__cta-button {
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-hm88-vip-club-how-to-join__section-title {
    font-size: 1.5em;
  }

  .page-hm88-vip-club-how-to-join__sub-title {
    font-size: 1.2em;
  }

  .page-hm88-vip-club-how-to-join__tier-grid {
    grid-template-columns: 1fr;
  }

  .page-hm88-vip-club-how-to-join__button-group {
    gap: 10px;
  }
}