.page-index-review-tot88 {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A202C;
  line-height: 1.6;
}

.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, 255, 255, 0.05);
}

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

.page-index-review-tot88 h1, 
.page-index-review-tot88 h2, 
.page-index-review-tot88 h3, 
.page-index-review-tot88 h4 {
  color: #F6AD55;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-index-review-tot88 h1 {
  font-size: 3.2em;
  text-align: center;
  color: #E53E3E;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.page-index-review-tot88 h2 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-review-tot88 h3 {
  font-size: 1.8em;
  color: #F6AD55;
}

.page-index-review-tot88 h4 {
  font-size: 1.4em;
  color: #F6AD55;
}

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

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

.page-index-review-tot88 a:hover {
  color: #F6AD55;
}

.page-index-review-tot88__cta-button {
  display: inline-block;
  background-color: #E53E3E;
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(229, 62, 62, 0.4);
}

.page-index-review-tot88__cta-button:hover {
  background-color: #F6AD55;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(246, 173, 85, 0.5);
}

.page-index-review-tot88__button {
  display: inline-block;
  background-color: #F6AD55;
  color: #1A202C;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-index-review-tot88__button:hover {
  background-color: #E53E3E;
  color: #FFFFFF;
}

/* Hero Banner Section */
.page-index-review-tot88__hero-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  background: linear-gradient(135deg, #1A202C 0%, #303642 100%);
  overflow: hidden;
}

.page-index-review-tot88__hero-image-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.page-index-review-tot88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-index-review-tot88__hero-content p {
  max-width: 800px;
  margin: 0 auto 30px;
  font-size: 1.2em;
  color: #E0E0E0;
}

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

.page-index-review-tot88__feature-item {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.5);
}

.page-index-review-tot88__feature-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.page-index-review-tot88__feature-item h3 {
  color: #E53E3E;
  font-size: 1.6em;
}

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

/* Game Categories */
.page-index-review-tot88__game-category {
  background-color: #2D3748;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

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

.page-index-review-tot88__game-category h3 {
  font-size: 2em;
  margin-bottom: 15px;
}

.page-index-review-tot88__game-category h3 a {
  color: #F6AD55;
}

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

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

.page-index-review-tot88__promo-list li {
  background-color: #2D3748;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  text-align: center;
}

.page-index-review-tot88__promo-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.page-index-review-tot88__promo-list li h4 {
  color: #E53E3E;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-index-review-tot88__promo-list li h4 a {
  color: #E53E3E;
}

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

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

.page-index-review-tot88__content-wrapper--reversed {
  flex-direction: row-reverse;
}

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

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

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

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

.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-color: #2D3748;
  border: 1px solid #3A455A;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

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

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

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background-color: #1A202C;
  border-top: 1px solid #3A455A;
  color: #C0C0C0;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 25px;
  background-color: #2D3748;
}

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

.page-index-review-tot88__text-center {
  text-align: center;
  margin-top: 30px;
}

/* Conclusion */
.page-index-review-tot88__conclusion h2 {
  color: #E53E3E;
}

.page-index-review-tot88__conclusion p {
  font-size: 1.2em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-tot88 h1 {
    font-size: 2.5em;
  }
  .page-index-review-tot88 h2 {
    font-size: 2em;
  }
  .page-index-review-tot88 h3 {
    font-size: 1.5em;
  }
  .page-index-review-tot88__content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .page-index-review-tot88__content-wrapper--reversed {
    flex-direction: column-reverse;
  }
  .page-index-review-tot88__image-content {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88__section {
    padding: 40px 0;
  }
  .page-index-review-tot88 h1 {
    font-size: 2em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-review-tot88__hero-content p {
    font-size: 1em;
  }
  .page-index-review-tot88__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-review-tot88__feature-grid, 
  .page-index-review-tot88__promo-list {
    grid-template-columns: 1fr;
  }
  .page-index-review-tot88__game-category {
    padding: 20px;
  }
  .page-index-review-tot88__game-category h3 {
    font-size: 1.6em;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 1.5em;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 20px;
  }
  .page-index-review-tot88__promo-list li h4 {
    font-size: 1.3em;
  }
  .page-index-review-tot88__feature-icon,
  .page-index-review-tot88__promo-icon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88 h1 {
    font-size: 1.8em;
  }
  .page-index-review-tot88 h2 {
    font-size: 1.5em;
  }
  .page-index-review-tot88__hero-banner {
    padding: 60px 15px 30px;
  }
  .page-index-review-tot88__container {
    padding: 0 15px;
  }
}