.page-index-hi88-club-advantages {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text is light */
  background-color: #121212; /* Matches shared.css body background */
}

.page-index-hi88-club-advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-hi88-club-advantages__hero-section {
  position: relative;
  padding: 100px 0; /* Adjust as needed, will be overridden by padding-top */
  text-align: center;
  background-color: #0A2463;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-index-hi88-club-advantages__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-index-hi88-club-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-index-hi88-club-advantages__section {
  padding: 60px 0;
}

.page-index-hi88-club-advantages__dark-bg {
  background-color: #0A2463;
  color: #ffffff;
}

.page-index-hi88-club-advantages__light-bg {
  background-color: #1C1C1C; /* Slightly lighter dark for visual contrast, still dark */
  color: #ffffff;
}

.page-index-hi88-club-advantages__section-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
}

.page-index-hi88-club-advantages__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-index-hi88-club-advantages__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-index-hi88-club-advantages__text-block {
  flex: 1;
}

.page-index-hi88-club-advantages__text-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-index-hi88-club-advantages__text-block a {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-hi88-club-advantages__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-index-hi88-club-advantages__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-hi88-club-advantages__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-index-hi88-club-advantages__btn-primary,
.page-index-hi88-club-advantages__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}

.page-index-hi88-club-advantages__btn-primary {
  background-color: #FFD700;
  color: #0A2463;
  border: 2px solid #FFD700;
}

.page-index-hi88-club-advantages__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-index-hi88-club-advantages__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-hi88-club-advantages__btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
}

/* FAQ Section */
.page-index-hi88-club-advantages__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-hi88-club-advantages__faq-item {
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-index-hi88-club-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 1.1em;
  font-weight: bold;
  color: #FFD700;
  transition: background-color 0.3s ease;
}

.page-index-hi88-club-advantages__faq-question h3 {
  margin: 0;
  color: #FFD700;
  font-size: 1.1em;
}

.page-index-hi88-club-advantages__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.page-index-hi88-club-advantages__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-index-hi88-club-advantages__faq-item.active .page-index-hi88-club-advantages__faq-toggle {
  transform: rotate(45deg); /* Changes '+' to 'x' or similar effect */
}

.page-index-hi88-club-advantages__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-index-hi88-club-advantages__faq-item.active .page-index-hi88-club-advantages__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-index-hi88-club-advantages__faq-answer p {
  margin: 0;
}

.page-index-hi88-club-advantages__cta-section {
  text-align: center;
  padding: 80px 0;
  background-color: #0A2463;
}

.page-index-hi88-club-advantages__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-index-hi88-club-advantages__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-index-hi88-club-advantages__cta-description a {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-index-hi88-club-advantages__hero-title {
    font-size: 2.2em;
  }

  .page-index-hi88-club-advantages__section-title {
    font-size: 1.8em;
  }

  .page-index-hi88-club-advantages__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-index-hi88-club-advantages__content-wrapper--reverse {
    flex-direction: column;
  }

  .page-index-hi88-club-advantages__image-wrapper {
    margin-top: 30px;
  }
}