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

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

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

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

.page-index-review-tot88__section-title {
  font-size: 38px;
  color: #FFD700; /* Màu vàng kim */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 10px;
  position: relative;
}

.page-index-review-tot88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-review-tot88__section-description {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  color: #B0B0B0;
  line-height: 1.6;
}

.page-index-review-tot88 h3 {
  font-size: 28px;
  color: #FFD700; /* Màu vàng kim */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-review-tot88 p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-index-review-tot88 ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-index-review-tot88 ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 17px;
  color: #E0E0E0;
}

.page-index-review-tot88 ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

.page-index-review-tot88 ol {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-index-review-tot88 ol li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #E0E0E0;
}

/* Hero Section */
.page-index-review-tot88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: #1A1A1A;
}

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

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

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

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

.page-index-review-tot88__hero-content h1 {
  font-size: 52px;
  color: #FFD700; /* Vàng kim */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}

.page-index-review-tot88__hero-content p {
  font-size: 22px;
  color: #F0F0F0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.page-index-review-tot88__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
  border: none;
  cursor: pointer;
}

.page-index-review-tot88__cta-button:hover {
  background: linear-gradient(90deg, #FFA500, #FFD700);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(255, 215, 0, 0.4);
}

/* General Buttons */
.page-index-review-tot88__button {
  display: inline-block;
  padding: 12px 30px;
  background: #FFD700; /* Vàng kim */
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-review-tot88__button:hover {
  background: #FFA500; /* Cam vàng */
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

.page-index-review-tot88__button--secondary {
  background: #333333;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-index-review-tot88__button--secondary:hover {
  background: #444444;
  color: #FFA500;
  border-color: #FFA500;
}

/* Grid Layouts */
.page-index-review-tot88__grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-index-review-tot88__grid-2-col-reverse {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  flex-direction: row-reverse;
}

.page-index-review-tot88__image-wrapper {
  text-align: center;
}

.page-index-review-tot88__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88__mt-40 {
  margin-top: 40px;
}

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

.page-index-review-tot88__game-card {
  background-color: #222222;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-tot88__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.page-index-review-tot88__game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-review-tot88__game-card h3 {
  font-size: 22px;
  color: #FFD700;
  margin: 15px 15px 10px;
  text-align: center;
}

.page-index-review-tot88__game-card p {
  font-size: 15px;
  color: #B0B0B0;
  padding: 0 15px;
  flex-grow: 1;
}

.page-index-review-tot88__card-link {
  display: block;
  text-align: center;
  padding: 10px 15px;
  background-color: #333333;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: auto;
}

.page-index-review-tot88__card-link:hover {
  background-color: #FFD700;
  color: #1A1A1A;
}

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

.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #2A2A2A;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.faq-question:hover {
  background: #3A3A3A;
  border-color: #FFD700;
}

.faq-question h3 {
  font-size: 19px;
  color: #FFD700;
  margin: 0;
  font-weight: 600;
}

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

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #1A1A1A;
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 20px;
  background: #222222;
  border-color: rgba(255, 215, 0, 0.3);
}

.faq-item.active .faq-answer p {
  color: #E0E0E0;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-tot88__hero-content h1 {
    font-size: 42px;
  }
  .page-index-review-tot88__hero-content p {
    font-size: 18px;
  }
  .page-index-review-tot88__cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-index-review-tot88__section-title {
    font-size: 32px;
  }
  .page-index-review-tot88 h3 {
    font-size: 24px;
  }
  .page-index-review-tot88 p, .page-index-review-tot88 ul li, .page-index-review-tot88 ol li {
    font-size: 16px;
  }
  .page-index-review-tot88__grid-2-col, .page-index-review-tot88__grid-2-col-reverse {
    grid-template-columns: 1fr;
  }
  .page-index-review-tot88__grid-2-col-reverse {
    flex-direction: column;
  }
  .page-index-review-tot88__game-categories {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88__hero-section {
    padding: 60px 15px;
  }
  .page-index-review-tot88__hero-content h1 {
    font-size: 32px;
  }
  .page-index-review-tot88__hero-content p {
    font-size: 16px;
  }
  .page-index-review-tot88__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-tot88__section {
    padding: 40px 0;
  }
  .page-index-review-tot88__section-title {
    font-size: 28px;
  }
  .page-index-review-tot88 h3 {
    font-size: 20px;
  }
  .page-index-review-tot88 p, .page-index-review-tot88 ul li, .page-index-review-tot88 ol li {
    font-size: 15px;
  }
  .faq-question h3 {
    font-size: 17px;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .page-index-review-tot88__game-card h3 {
    font-size: 20px;
  }
  .page-index-review-tot88__game-card p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88__hero-content h1 {
    font-size: 28px;
  }
  .page-index-review-tot88__hero-content p {
    font-size: 14px;
  }
  .page-index-review-tot88__cta-button {
    padding: 10px 25px;
    font-size: 14px;
  }
  .page-index-review-tot88__section-title {
    font-size: 24px;
  }
  .page-index-review-tot88 h3 {
    font-size: 18px;
  }
  .page-index-review-tot88__game-categories {
    grid-template-columns: 1fr;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
}