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

.page-index-review-fabet a {
  color: #FFD700; /* Màu vàng đồng cho link */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fabet a:hover {
  color: #FFEB3B;
}

.page-index-review-fabet h1, .page-index-review-fabet h2, .page-index-review-fabet h3 {
  color: #FFD700; /* Màu vàng đồng cho tiêu đề */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-fabet h1 {
  font-size: 3em;
  text-align: center;
  margin-bottom: 30px;
}

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

.page-index-review-fabet h3 {
  font-size: 1.8em;
  color: #E0E0E0; /* Màu chữ nhạt cho h3 */
}

.page-index-review-fabet p {
  margin-bottom: 15px;
  color: #CCCCCC; /* Màu chữ nhạt hơn cho đoạn văn */
}

.page-index-review-fabet ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-index-review-fabet ul li {
  margin-bottom: 8px;
  color: #CCCCCC;
}

/* Banner Section */
.page-index-review-fabet__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1A202C, #2D3748);
  gap: 30px;
}

.page-index-review-fabet__banner-content {
  max-width: 900px;
}

.page-index-review-fabet__banner-image {
  width: 100%;
  max-width: 800px;
}

.page-index-review-fabet__banner-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

/* CTA Button */
.page-index-review-fabet__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700; /* Màu vàng đồng */
  color: #1A202C; /* Màu chữ tối trên nền vàng */
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 25px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
}

.page-index-review-fabet__cta-button:hover {
  background-color: #FFEB3B;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-index-review-fabet__cta-center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Section Styling */
.page-index-review-fabet__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-review-fabet__section:last-of-type {
  border-bottom: none;
}

/* Content with Image Layout */
.page-index-review-fabet__content-with-image {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-index-review-fabet__content-with-image--reverse {
  flex-direction: row-reverse;
}

.page-index-review-fabet__text-content {
  flex: 1;
  min-width: 300px;
}

.page-index-review-fabet__image-container {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-index-review-fabet__image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* Game Grid */
.page-index-review-fabet__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-fabet__game-item {
  background-color: #2D3748; /* Nền tối hơn cho từng mục game */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fabet__game-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet__game-item img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-index-review-fabet__game-item h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-index-review-fabet__game-item h3 a {
  color: #FFD700;
}

.page-index-review-fabet__game-item h3 a:hover {
  color: #FFEB3B;
}

.page-index-review-fabet__game-item p {
  font-size: 0.95em;
  color: #B0B0B0;
}

/* FAQ Section */
.page-index-review-fabet__faq .faq-container {
  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: 18px 25px;
  background: #2D3748; /* Nền tối hơn cho câu hỏi */
  border: 1px solid #3A475A;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #3A475A;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #FFD700; /* Màu vàng đồng cho câu hỏi */
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #1F2633; /* Nền rất tối cho câu trả lời */
  color: #CCCCCC;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Đủ lớn để chứa nội dung */
  padding: 20px 25px;
  border-radius: 0 0 8px 8px;
}

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

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fabet h1 {
    font-size: 2.5em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.8em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.4em;
  }
  .page-index-review-fabet__content-with-image {
    flex-direction: column;
    text-align: center;
  }
  .page-index-review-fabet__content-with-image--reverse {
    flex-direction: column;
  }
  .page-index-review-fabet__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet__banner {
    padding: 40px 15px;
  }
  .page-index-review-fabet h1 {
    font-size: 2em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.6em;
  }
  .page-index-review-fabet__section {
    padding: 30px 15px;
  }
  .page-index-review-fabet__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-review-fabet__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 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-fabet h1 {
    font-size: 1.8em;
  }
  .page-index-review-fabet h2 {
    font-size: 1.4em;
  }
  .page-index-review-fabet__game-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-fabet__game-item {
    padding: 20px;
  }
}