.page-index-review-tot88 {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

/* Fixed Navbar Padding for desktop */
.page-index-review-tot88__hero-section {
  padding-top: 180px; /* Desktop: Adjust based on fixed header height */
  padding-bottom: 60px;
}

.page-index-review-tot88__hero-section.page-index-review-tot88__dark-bg {
  background: linear-gradient(135deg, #1E3A8A, #3A5BBF); /* Darker gradient for hero */
  color: #ffffff;
}

.page-index-review-tot88__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-tot88__main-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-index-review-tot88__main-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-index-review-tot88__title-link,
.page-index-review-tot88__description-link {
  color: #F59E0B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-tot88__title-link:hover,
.page-index-review-tot88__description-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-review-tot88__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-tot88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88__btn-primary {
  background: #F59E0B;
  color: #1E3A8A;
  border: 2px solid #F59E0B;
}

.page-index-review-tot88__btn-primary:hover {
  background: #FFD700;
  border-color: #FFD700;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88__btn-secondary {
  background: #1E3A8A;
  color: #ffffff;
  border: 2px solid #1E3A8A;
}

.page-index-review-tot88__btn-secondary:hover {
  background: #3A5BBF;
  border-color: #3A5BBF;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88__content-section {
  padding: 60px 20px;
  background: #f1f3f5; /* Light background for content area */
  color: #333333; /* Dark text for light background */
}

.page-index-review-tot88__light-bg {
  background: #f1f3f5;
  color: #333333;
}

.page-index-review-tot88__content-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-index-review-tot88__text-block {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 30px;
}

.page-index-review-tot88__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #1E3A8A;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-index-review-tot88__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #F59E0B;
  padding-left: 15px;
}

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

.page-index-review-tot88 li {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #333333;
  list-style-type: disc;
  margin-left: 20px;
}

.page-index-review-tot88 ol li {
  list-style-type: decimal;
}

.page-index-review-tot88__text-link {
  color: #1E3A8A;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-tot88__text-link:hover {
  text-decoration: underline;
  color: #F59E0B;
}

.page-index-review-tot88__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-index-review-tot88__pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-tot88__card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border: 1px solid #e0e0e0;
}

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

.page-index-review-tot88__pros-card ul li {
  color: #333333;
}

.page-index-review-tot88__cons-card ul li {
  color: #333333;
}

/* FAQ Section */
.page-index-review-tot88__faq-section {
  padding: 60px 20px;
  background: #f1f3f5;
  color: #333333;
}

.page-index-review-tot88__faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-index-review-tot88__faq-list {
  margin-top: 30px;
}

.page-index-review-tot88__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-review-tot88__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
}

.page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
}

.page-index-review-tot88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-index-review-tot88__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-index-review-tot88__faq-question:active {
  background: #eeeeee;
}

.page-index-review-tot88__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #333333;
}

.page-index-review-tot88__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #1E3A8A;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-toggle {
  color: #F59E0B;
  transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-tot88__main-title {
    font-size: 36px;
  }
  .page-index-review-tot88__section-title {
    font-size: 28px;
  }
  .page-index-review-tot88__sub-title {
    font-size: 22px;
  }
  .page-index-review-tot88 p,
  .page-index-review-tot88 li {
    font-size: 16px;
  }
  .page-index-review-tot88__hero-description {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88 {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Mobile: Adjust padding-top for fixed header */
  .page-index-review-tot88__hero-section {
    padding-top: 140px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-review-tot88__main-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .page-index-review-tot88__hero-description {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .page-index-review-tot88__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }

  .page-index-review-tot88__content-section,
  .page-index-review-tot88__faq-section {
    padding: 30px 15px;
  }

  .page-index-review-tot88__text-block {
    padding: 25px;
    margin-bottom: 20px;
  }

  .page-index-review-tot88__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page-index-review-tot88__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .page-index-review-tot88 p,
  .page-index-review-tot88 li {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .page-index-review-tot88__content-image {
    margin: 20px auto;
  }

  .page-index-review-tot88__pros-cons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-review-tot88__card {
    padding: 20px;
  }

  .page-index-review-tot88__card-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .page-index-review-tot88__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-index-review-tot88__faq-question h3 {
    font-size: 16px;
    width: calc(100% - 40px);
  }
  
  .page-index-review-tot88__faq-toggle {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
  
  .page-index-review-tot88__faq-answer {
    padding: 0 15px;
  }
  
  .page-index-review-tot88__faq-item.active .page-index-review-tot88__faq-answer {
    padding: 15px !important;
  }

  /* Ensure all images are responsive and do not overflow */
  .page-index-review-tot88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-review-tot88__section,
  .page-index-review-tot88__card,
  .page-index-review-tot88__container,
  .page-index-review-tot88__hero-section,
  .page-index-review-tot88__content-section,
  .page-index-review-tot88__faq-section,
  .page-index-review-tot88__text-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}