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

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

.page-index-review-fabet__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-review-fabet__section:nth-child(even) {
  background-color: #2A2A2A;
}

.page-index-review-fabet__section-title {
  font-size: 3em;
  color: #FFD700; /* Tiêu đề màu vàng */
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.page-index-review-fabet h3 {
  font-size: 1.8em;
  color: #FFD700; /* Tiêu đề phụ màu vàng */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-fabet p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-index-review-fabet ul {
  list-style: none;
  padding: 0;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-index-review-fabet li {
  background-color: #2A2A2A;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-index-review-fabet a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.page-index-review-fabet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-review-fabet__cta-button:hover {
  background: #E0B000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.page-index-review-fabet__cta-button--small {
  padding: 10px 25px;
  font-size: 1em;
  margin-top: 20px;
}

/* Hero Section */
.page-index-review-fabet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A1A1A, #3A3A3A);
  overflow: hidden;
}

.page-index-review-fabet__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-index-review-fabet__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-fabet__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-index-review-fabet__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-review-fabet__hero-content h1 {
  font-size: 3.8em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-fabet__hero-content p {
  font-size: 1.3em;
  color: #F0F0F0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Intro Section */
.page-index-review-fabet__intro img {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-fabet__game-item {
  background-color: #2A2A2A;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-index-review-fabet__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

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

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

.page-index-review-fabet__read-more {
  display: inline-block;
  margin-top: 20px;
  color: #FFD700;
  font-weight: bold;
  text-decoration: underline;
}

.page-index-review-fabet__read-more:hover {
  color: #FFF;
}

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

.page-index-review-fabet__promo-item {
  background-color: #2A2A2A;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Guide Section */
.page-index-review-fabet__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet__guide-item {
  background-color: #2A2A2A;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__guide-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-fabet__guide-item ol {
  list-style-type: decimal;
  padding-left: 25px;
  text-align: left;
  color: #E0E0E0;
}

.page-index-review-fabet__guide-item ol li {
  background: none;
  border: none;
  padding: 5px 0;
  margin-bottom: 5px;
}

/* Security & Support */
.page-index-review-fabet__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fabet__feature-item {
  background-color: #2A2A2A;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__feature-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Mobile Section */
.page-index-review-fabet__mobile img {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Pros & Cons */
.page-index-review-fabet__grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: left;
  margin-top: 40px;
}

.page-index-review-fabet__pros, .page-index-review-fabet__cons {
  background-color: #2A2A2A;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-fabet__pros h3 {
  color: #4CAF50; /* Màu xanh lá cho ưu điểm */
}

.page-index-review-fabet__cons h3 {
  color: #F44336; /* Màu đỏ cho nhược điểm */
}

.page-index-review-fabet__pros li {
  border-left-color: #4CAF50;
}

.page-index-review-fabet__cons li {
  border-left-color: #F44336;
}

/* FAQ Section */
.page-index-review-fabet__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #333333; /* Nền câu hỏi tối hơn */
  color: #FFD700;
  border: 1px solid #444444;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #444444;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #FFD700;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #2A2A2A; /* Nền câu trả lời */
  color: #E0E0E0;
}

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

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

/* Conclusion Section */
.page-index-review-fabet__conclusion p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Copyright */
.page-index-review-fabet__copyright {
  text-align: center;
  padding: 30px 20px;
  background-color: #111111;
  color: #888888;
  font-size: 0.9em;
  margin-top: 60px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fabet__hero-content h1 {
    font-size: 3em;
  }
  .page-index-review-fabet__section-title {
    font-size: 2.5em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.6em;
  }
  .page-index-review-fabet p {
    font-size: 1em;
  }
  .page-index-review-fabet__grid-2-col {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-review-fabet__section {
    padding: 40px 0;
  }
  .page-index-review-fabet__hero-section {
    padding: 60px 15px;
  }
  .page-index-review-fabet__hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-fabet__hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-fabet__section-title {
    font-size: 2em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.4em;
  }
  .page-index-review-fabet__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-fabet__game-grid, .page-index-review-fabet__promo-list, .page-index-review-fabet__guide-steps, .page-index-review-fabet__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-fabet__game-item, .page-index-review-fabet__promo-item, .page-index-review-fabet__guide-item, .page-index-review-fabet__feature-item {
    padding: 20px;
  }
  .faq-question {
    padding: 15px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 15px;
  }
  .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-fabet__hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-fabet__section-title {
    font-size: 1.8em;
  }
  .page-index-review-fabet h3 {
    font-size: 1.2em;
  }
  .page-index-review-fabet__cta-button {
    width: 100%;
    box-sizing: border-box;
  }
  .page-index-review-fabet__hero-image img, .page-index-review-fabet__intro img, .page-index-review-fabet__mobile img {
    border-radius: 4px;
  }
}