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

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

.page-index-review-tot88__hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #FF4500, #007BFF);
  color: #ffffff;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

.page-index-review-tot88__hero-image {
  width: 100%;
  max-width: 900px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-tot88__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-index-review-tot88__hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.2;
}

.page-index-review-tot88__hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700; /* Gold for highlight */
  color: #333333;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-index-review-tot88__cta-button:hover {
  background: #FFA500; /* Orange for hover */
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88__section {
  padding: 60px 0;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-index-review-tot88__section:nth-of-type(even) {
  background-color: #f2f4f6;
}

.page-index-review-tot88__section h2 {
  font-size: 2.5em;
  color: #FF4500;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-review-tot88__section h3 {
  font-size: 1.8em;
  color: #007BFF;
  margin-top: 30px;
  margin-bottom: 15px;
}

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

.page-index-review-tot88__section ul,
.page-index-review-tot88__section ol {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-index-review-tot88__section ul li,
.page-index-review-tot88__section ol li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #555555;
}

.page-index-review-tot88__section ul li::marker {
  color: #FF4500;
}

.page-index-review-tot88__section ol li::marker {
  color: #007BFF;
}

.page-index-review-tot88__section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-review-tot88__game-category {
  margin-bottom: 40px;
  padding: 25px;
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-tot88__game-category h3 {
  color: #FF4500;
  border-bottom: 2px solid #007BFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.page-index-review-tot88__button {
  display: inline-block;
  padding: 12px 25px;
  background: #007BFF;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-tot88__button:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

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

.page-index-review-tot88__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #FF4500;
}

.page-index-review-tot88__card h3 {
  color: #FF4500;
  font-size: 1.6em;
  margin-bottom: 20px;
  border-bottom: none;
  padding-bottom: 0;
}

.page-index-review-tot88__card ul {
  list-style-type: disc;
  padding-left: 25px;
}

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

.page-index-review-tot88__card:nth-child(2) {
  border-top: 5px solid #007BFF;
}

.page-index-review-tot88__card:nth-child(2) h3 {
  color: #007BFF;
}

/* FAQ styles */
.page-index-review-tot88__faq .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-index-review-tot88__faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fefefe;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-review-tot88__faq .faq-question:hover {
  background: #f5f5f5;
}

.page-index-review-tot88__faq .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333333;
  border-bottom: none;
  padding-bottom: 0;
}

.page-index-review-tot88__faq .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FF4500;
  transition: transform 0.3s ease;
}

.page-index-review-tot88__faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #ffffff;
  color: #555555;
}

.page-index-review-tot88__faq .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px 25px;
}

.page-index-review-tot88__faq .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #007BFF;
}

.page-index-review-tot88__faq .faq-answer p {
  margin-bottom: 0;
}

.page-index-review-tot88 .highlight {
  color: #FF4500;
  font-weight: bold;
}

/* Responsive design */
@media (max-width: 992px) {
  .page-index-review-tot88__hero-content h1 {
    font-size: 2.5em;
  }

  .page-index-review-tot88__hero-content p {
    font-size: 1.1em;
  }

  .page-index-review-tot88__section h2 {
    font-size: 2em;
  }

  .page-index-review-tot88__section h3 {
    font-size: 1.5em;
  }

  .page-index-review-tot88__section p,
  .page-index-review-tot88__section ul li,
  .page-index-review-tot88__section ol li {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88__hero {
    padding: 40px 15px;
  }

  .page-index-review-tot88__hero-content h1 {
    font-size: 2em;
  }

  .page-index-review-tot88__hero-content p {
    font-size: 1em;
  }

  .page-index-review-tot88__cta-button {
    padding: 15px 30px;
    font-size: 1em;
  }

  .page-index-review-tot88__section {
    padding: 40px 0;
  }

  .page-index-review-tot88__section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-index-review-tot88__grid {
    grid-template-columns: 1fr;
  }

  .page-index-review-tot88__faq .faq-question {
    padding: 15px 20px;
  }

  .page-index-review-tot88__faq .faq-question h3 {
    font-size: 1.1em;
  }

  .page-index-review-tot88__faq .faq-answer {
    padding: 0 20px;
  }

  .page-index-review-tot88__faq .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88__hero-content h1 {
    font-size: 1.6em;
  }

  .page-index-review-tot88__hero-content p {
    font-size: 0.9em;
  }

  .page-index-review-tot88__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-index-review-tot88__section h2 {
    font-size: 1.5em;
  }

  .page-index-review-tot88__section h3 {
    font-size: 1.3em;
  }

  .page-index-review-tot88__section p,
  .page-index-review-tot88__section ul li,
  .page-index-review-tot88__section ol li {
    font-size: 0.9em;
  }
}