.page-index-review-tot88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background: var(--dark-bg-1); /* Inherited from shared.css, assuming a dark background */
  padding-top: 120px; /* Default padding for desktop, adjusted for fixed header */
}

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

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

.page-index-review-tot88__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #0A2463;
  text-align: center;
  margin-bottom: 30px;
}

.page-index-review-tot88__sub-section-title {
  font-size: 24px;
  font-weight: bold;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-tot88__card-title {
  font-size: 20px;
  font-weight: bold;
  color: #0A2463;
  margin-bottom: 10px;
}

.page-index-review-tot88__highlight {
  color: #E3B505;
  font-weight: bold;
}

.page-index-review-tot88__text-link {
  color: #0A2463;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-tot88__text-link:hover {
  color: #E3B505;
}

/* HERO Banner */
.page-index-review-tot88__hero-banner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px; /* Base padding */
  padding-top: 180px; /* Desktop: Adjusted for fixed header */
  background: linear-gradient(135deg, #0A2463, #3A506B); /* Darker gradient for contrast */
  color: #ffffff;
}

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

.page-index-review-tot88__hero-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  color: #f0f0f0;
}

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

.page-index-review-tot88__cta-button:hover {
  background: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* General Card Styling for light background areas */
.page-index-review-tot88__light-bg-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 30px;
  color: #333333;
}

.page-index-review-tot88__dark-bg {
  background: #0A2463;
  color: #ffffff;
}

/* Overview Section */
.page-index-review-tot88__overview p {
  margin-bottom: 15px;
}

/* Bonus Program Section */
.page-index-review-tot88__ordered-list,
.page-index-review-tot88__unordered-list {
  margin-left: 20px;
  margin-bottom: 15px;
}

.page-index-review-tot88__ordered-list li,
.page-index-review-tot88__unordered-list li {
  margin-bottom: 8px;
}

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

.page-index-review-tot88__card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #f0f0f0;
  height: 100%; /* Ensure cards have equal height */
  display: flex;
  flex-direction: column;
}

.page-index-review-tot88__card p {
  color: #f0f0f0;
}

.page-index-review-tot88__card .page-index-review-tot88__card-title {
  color: #E3B505;
}

/* Pros and Cons Section */
.page-index-review-tot88__flex-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.page-index-review-tot88__advantage-card,
.page-index-review-tot88__disadvantage-card {
  flex: 1;
  min-width: 300px;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-index-review-tot88__advantage-card .page-index-review-tot88__card-title {
  color: #28a745; /* Green for advantages */
}

.page-index-review-tot88__disadvantage-card .page-index-review-tot88__card-title {
  color: #dc3545; /* Red for disadvantages */
}

.page-index-review-tot88__advantage-card ul,
.page-index-review-tot88__disadvantage-card ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0;
}

/* Images */
.page-index-review-tot88 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}

.page-index-review-tot88__image-content {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: cover;
}

.page-index-review-tot88__image-small {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
}

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

.page-index-review-tot88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.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;
  padding: 0 15px;
  opacity: 0;
}

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

.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: 5px;
  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: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #333333;
}

.page-index-review-tot88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  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: 28px;
  height: 28px;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-tot88__hero-title {
    font-size: 40px;
  }
  .page-index-review-tot88__hero-subtitle {
    font-size: 18px;
  }
  .page-index-review-tot88__section-title {
    font-size: 28px;
  }
  .page-index-review-tot88__sub-section-title {
    font-size: 22px;
  }
  .page-index-review-tot88__light-bg-card {
    padding: 30px;
  }
  .page-index-review-tot88__card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88 {
    padding-top: 140px !important; /* Mobile: Adjusted for fixed header */
    font-size: 16px;
    line-height: 1.6;
  }
  .page-index-review-tot88__container {
    padding: 0 15px;
  }
  .page-index-review-tot88__hero-banner {
    padding-top: 140px !important; /* Mobile: Ensure hero is visible */
    padding-bottom: 40px;
  }
  .page-index-review-tot88__hero-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .page-index-review-tot88__hero-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-index-review-tot88__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-tot88__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-index-review-tot88__sub-section-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-index-review-tot88__light-bg-card {
    padding: 25px;
  }
  .page-index-review-tot88__grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-tot88__card {
    padding: 20px;
  }
  .page-index-review-tot88__flex-container {
    flex-direction: column;
    gap: 20px;
  }
  .page-index-review-tot88__advantage-card,
  .page-index-review-tot88__disadvantage-card {
    padding: 25px;
  }
  .page-index-review-tot88__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-index-review-tot88__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-index-review-tot88__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .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;
  }
  /* Mobile image specific styles */
  .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 {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}