.page-index-review-tot88 {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
  padding-bottom: 50px;
}

.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: 36px;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.page-index-review-tot88__sub-title {
  font-size: 28px;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

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

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

.page-index-review-tot88 a:hover {
  color: #FFC000;
  text-decoration: underline;
}

.page-index-review-tot88__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #E0E0E0;
}

.page-index-review-tot88__list li {
  margin-bottom: 10px;
}

.page-index-review-tot88__ordered-list {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #E0E0E0;
}

.page-index-review-tot88__ordered-list li {
  margin-bottom: 10px;
}

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

.page-index-review-tot88__hero-content {
  max-width: 900px;
  z-index: 1;
  margin-bottom: 40px;
}

.page-index-review-tot88__main-title {
  font-size: 48px;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.page-index-review-tot88__hero-description {
  font-size: 22px;
  color: #C0C0C0;
  margin-bottom: 30px;
}

.page-index-review-tot88__hero-image {
  width: 100%;
  max-width: 1000px;
  z-index: 0;
}

.page-index-review-tot88__hero-image .page-index-review-tot88__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-index-review-tot88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #FFD700;
  color: #0A192F;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
  margin-top: 20px;
}

.page-index-review-tot88__cta-button:hover {
  background-color: #FFC000;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
  text-decoration: none;
}

.page-index-review-tot88__cta-button--secondary {
  background-color: #1A2E4E;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: none;
}

.page-index-review-tot88__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.page-index-review-tot88__cta-button--final {
  margin-top: 40px;
  padding: 18px 50px;
  font-size: 22px;
}

.page-index-review-tot88__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 20px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88__image--small {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-index-review-tot88__image--medium {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.page-index-review-tot88__card {
  background-color: #1A2E4E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD700;
}

.page-index-review-tot88__card-title {
  font-size: 24px;
  color: #FFD700;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

/* FAQ Styles */
.page-index-review-tot88 .faq-list {
  margin-top: 40px;
}

.page-index-review-tot88 .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

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

.page-index-review-tot88 .faq-question:hover {
  background: #253F66;
}

.page-index-review-tot88 .faq-question h3 {
  font-size: 20px;
  color: #FFD700;
  margin: 0;
  font-weight: 600;
}

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

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

.page-index-review-tot88 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 25px;
  background: #0A192F;
  color: #E0E0E0;
}

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

.page-index-review-tot88 .faq-answer p {
  margin-bottom: 0;
  font-size: 17px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-tot88__main-title {
    font-size: 42px;
  }
  .page-index-review-tot88__hero-description {
    font-size: 20px;
  }
  .page-index-review-tot88__section-title {
    font-size: 32px;
  }
  .page-index-review-tot88__sub-title {
    font-size: 26px;
  }
  .page-index-review-tot88 p, .page-index-review-tot88__list li {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88__hero {
    padding: 60px 15px 30px;
  }
  .page-index-review-tot88__main-title {
    font-size: 36px;
  }
  .page-index-review-tot88__hero-description {
    font-size: 18px;
  }
  .page-index-review-tot88__cta-button {
    padding: 12px 30px;
    font-size: 18px;
  }
  .page-index-review-tot88__section {
    padding: 40px 0;
  }
  .page-index-review-tot88__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-index-review-tot88__sub-title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-index-review-tot88 p, .page-index-review-tot88__list li {
    font-size: 16px;
  }
  .page-index-review-tot88__card {
    padding: 25px;
  }
  .page-index-review-tot88__card-title {
    font-size: 20px;
  }
  .page-index-review-tot88 .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-tot88 .faq-question h3 {
    font-size: 18px;
  }
  .page-index-review-tot88 .faq-toggle {
    font-size: 24px;
  }
  .page-index-review-tot88 .faq-answer {
    padding: 15px 20px;
  }
  .page-index-review-tot88 .faq-answer p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88__main-title {
    font-size: 30px;
  }
  .page-index-review-tot88__hero-description {
    font-size: 16px;
  }
  .page-index-review-tot88__cta-button {
    padding: 10px 25px;
    font-size: 16px;
  }
  .page-index-review-tot88__section-title {
    font-size: 24px;
  }
  .page-index-review-tot88__sub-title {
    font-size: 20px;
  }
  .page-index-review-tot88__grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-tot88__card {
    padding: 20px;
  }
  .page-index-review-tot88 .faq-question h3 {
    font-size: 16px;
  }
  .page-index-review-tot88 .faq-toggle {
    font-size: 20px;
  }
}