.page-index-review-hi-88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Sáng trên nền tối */
  background-color: #1A202C; /* Nền chính */
}

.page-index-review-hi-88-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-review-hi-88-section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-review-hi-88-section:nth-child(even) {
  background-color: #2D3748; /* Nền phụ xen kẽ */
}

.page-index-review-hi-88 h1,
.page-index-review-hi-88 h2,
.page-index-review-hi-88 h3 {
  color: #E53E3E; /* Màu tiêu đề nổi bật */
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.page-index-review-hi-88 h1 {
  font-size: 2.8em;
  color: #F6AD55; /* Tiêu đề chính dùng màu vàng sang trọng */
  margin-bottom: 30px;
}

.page-index-review-hi-88 h2 {
  font-size: 2.2em;
  border-bottom: 2px solid #E53E3E;
  padding-bottom: 10px;
  margin-top: 40px;
}

.page-index-review-hi-88 h3 {
  font-size: 1.6em;
  color: #E53E3E;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-hi-88 p {
  margin-bottom: 15px;
  color: #CBD5E0; /* Màu văn bản dễ đọc trên nền tối */
  text-align: justify;
}

.page-index-review-hi-88 strong {
  color: #F6AD55;
}

.page-index-review-hi-88-button {
  display: inline-block;
  background-color: #E53E3E; /* Nút hành động chính */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  text-align: center;
}

.page-index-review-hi-88-button:hover {
  background-color: #C53030;
  transform: translateY(-2px);
}

.page-index-review-hi-88-button-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Hero Section Specific */
.page-index-review-hi-88-hero-section {
  background: linear-gradient(135deg, #1A202C, #2D3748); /* Nền gradient cho hero */
  padding: 80px 0;
  text-align: center;
}

.page-index-review-hi-88-hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-review-hi-88-hero-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  object-fit: cover;
}

/* Game Categories */
.page-index-review-hi-88-game-category {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi-88-game-category h3 {
  color: #F6AD55;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-review-hi-88-game-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Promotions */
.page-index-review-hi-88-promo-item {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-index-review-hi-88-promo-item h3 {
  color: #F6AD55;
  margin-bottom: 15px;
}

.page-index-review-hi-88-promo-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Safety & Support */
.page-index-review-hi-88-info-item {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-index-review-hi-88-info-item h3 {
  color: #F6AD55;
  margin-bottom: 15px;
}

.page-index-review-hi-88-info-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Guide Section */
.page-index-review-hi-88-guide-item {
  background-color: #2D3748;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi-88-guide-item h3 {
  color: #F6AD55;
  text-align: center;
  margin-bottom: 20px;
}

.page-index-review-hi-88-guide-item ol {
  list-style: decimal;
  padding-left: 40px;
  margin-bottom: 20px;
  color: #CBD5E0;
}

.page-index-review-hi-88-guide-item li {
  margin-bottom: 10px;
  color: #CBD5E0;
}

.page-index-review-hi-88-app-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  object-fit: cover;
}

/* FAQ Section */
.page-index-review-hi-88-faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #2D3748;
  border: 1px solid #4A5568;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #4A5568;
}

.faq-question h3 {
  margin: 0;
  color: #F6AD55;
  font-size: 1.2em;
  text-align: left;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E53E3E;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #1A202C;
  border-radius: 0 0 8px 8px;
  color: #CBD5E0;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px;
}

/* Conclusion Section */
.page-index-review-hi-88-conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-index-review-hi-88-conclusion p {
  margin-bottom: 25px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-index-review-hi-88 h1 {
    font-size: 2.2em;
  }

  .page-index-review-hi-88 h2 {
    font-size: 1.8em;
  }

  .page-index-review-hi-88 h3 {
    font-size: 1.4em;
  }

  .page-index-review-hi-88-section {
    padding: 40px 0;
  }

  .page-index-review-hi-88-container {
    padding: 0 15px;
  }

  .page-index-review-hi-88-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-review-hi-88-button-large {
    padding: 15px 35px;
    font-size: 1.1em;
  }

  .faq-question {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }

  .faq-question h3 {
    margin-bottom: 8px;
  }

  .faq-toggle {
    align-self: flex-end;
    margin-top: -30px;
  }

  .faq-answer {
    padding: 0 15px;
  }

  .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-hi-88 h1 {
    font-size: 1.8em;
  }

  .page-index-review-hi-88 h2 {
    font-size: 1.6em;
  }

  .page-index-review-hi-88 h3 {
    font-size: 1.2em;
  }
}