.page-index-review-go88 {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
  background-color: #0D1B2A; /* Nền chính tối */
  line-height: 1.6;
}

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

.page-index-review-go88__section {
  padding: 60px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-go88__section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.page-index-review-go88__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Tiêu đề màu vàng */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.page-index-review-go88__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #B0B0B0;
}

/* Hero Review Section */
.page-index-review-go88__hero-review {
  background: linear-gradient(135deg, #1A2B3C, #0D1B2A);
  padding: 80px 20px;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}

.page-index-review-go88__hero-title {
  font-size: 3.8em;
  color: #FFD700; /* Tiêu đề chính màu vàng */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-index-review-go88__hero-description {
  font-size: 1.3em;
  color: #D0D0D0;
  max-width: 900px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.page-index-review-go88__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700; /* Nút CTA màu vàng */
  color: #1A2B3C; /* Chữ trên nút CTA màu tối */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.page-index-review-go88__cta-button:hover {
  background: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.page-index-review-go88__cta-button--small {
  padding: 12px 30px;
  font-size: 1em;
}

.page-index-review-go88__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

/* About Section */
.page-index-review-go88__about .page-index-review-go88__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-index-review-go88__text-content {
  flex: 1;
}

.page-index-review-go88__text-content h3 {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-review-go88__text-content p {
  font-size: 1.05em;
  color: #C0C0C0;
  margin-bottom: 15px;
}

.page-index-review-go88__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-index-review-go88__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Games Section */
.page-index-review-go88__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-review-go88__game-card {
  background-color: #1A2B3C;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-review-go88__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.page-index-review-go88__card-image {
  width: 100%;
  height: 200px; /* Đảm bảo hình ảnh có kích thước đủ lớn */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.page-index-review-go88__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-review-go88__card-description {
  font-size: 1em;
  color: #C0C0C0;
}

/* Promotions Section */
.page-index-review-go88__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-review-go88__promo-card {
  background-color: #1A2B3C;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-review-go88__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

/* Register Guide Section */
.page-index-review-go88__steps-list {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.page-index-review-go88__steps-list li {
  background-color: #1A2B3C;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 70px;
  border-left: 5px solid #FFD700;
}

.page-index-review-go88__steps-list li::before {
  counter-increment: step-counter;
  content: "Bước " counter(step-counter);
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #FFD700;
  color: #1A2B3C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1em;
}

.page-index-review-go88__steps-list h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-index-review-go88__steps-list p {
  color: #C0C0C0;
  font-size: 1em;
}

/* Transactions Section */
.page-index-review-go88__content-wrapper--reversed {
  flex-direction: row-reverse;
}

/* Security and Support Section */
.page-index-review-go88__security-support .page-index-review-go88__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* Conclusion Section */
.page-index-review-go88__conclusion .page-index-review-go88__section-description {
  margin-bottom: 50px;
}

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

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1A2B3C; /* Nền câu hỏi tối */
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #2A3E50; /* Nền câu hỏi sáng hơn khi hover */
}

.faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: #FFD700; /* Chữ câu hỏi màu vàng */
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700; /* Icon toggle màu vàng */
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #0D1B2A; /* Nền câu trả lời tối */
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Đủ cao để chứa nội dung */
  padding: 20px 25px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-top: none;
}

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

.faq-answer p {
  margin: 0;
  color: #C0C0C0; /* Chữ câu trả lời màu nhạt */
  font-size: 1em;
}

/* Links */
.page-index-review-go88__link-inline {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-go88__link-inline:hover {
  color: #E6C200;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-go88__hero-title {
    font-size: 3em;
  }
  .page-index-review-go88__section-title {
    font-size: 2.2em;
  }
  .page-index-review-go88__about .page-index-review-go88__content-wrapper,
  .page-index-review-go88__security-support .page-index-review-go88__content-wrapper {
    flex-direction: column;
  }
  .page-index-review-go88__content-wrapper--reversed {
    flex-direction: column;
  }
  .page-index-review-go88__text-content,
  .page-index-review-go88__image-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-index-review-go88__hero-title {
    font-size: 2.5em;
  }
  .page-index-review-go88__hero-description {
    font-size: 1.1em;
  }
  .page-index-review-go88__section {
    padding: 40px 0;
  }
  .page-index-review-go88__section-title {
    font-size: 1.8em;
  }
  .page-index-review-go88__section-description {
    font-size: 1em;
  }
  .page-index-review-go88__cta-button {
    padding: 15px 30px;
    font-size: 1em;
  }
  .page-index-review-go88__game-card,
  .page-index-review-go88__promo-card {
    padding: 20px;
  }
  .page-index-review-go88__card-title {
    font-size: 1.5em;
  }
  .page-index-review-go88__steps-list li {
    padding-left: 60px;
  }
  .page-index-review-go88__steps-list li::before {
    width: 35px;
    height: 35px;
    font-size: 1em;
    left: 15px;
    top: 15px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-go88__hero-title {
    font-size: 2em;
  }
  .page-index-review-go88__hero-description {
    font-size: 0.95em;
  }
  .page-index-review-go88__section-title {
    font-size: 1.6em;
  }
  .page-index-review-go88__cta-button {
    width: 100%;
    box-sizing: border-box;
  }
  .page-index-review-go88__game-grid,
  .page-index-review-go88__promo-grid {
    grid-template-columns: 1fr;
  }
}