.page-index-review-tot88 {
  --primary-color: #FFD700;
  --secondary-color: #000080;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f4f4f4;
  --bg-dark: #1a1a1a;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

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

.page-index-review-tot88__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-review-tot88__section:nth-of-type(even) {
  background-color: var(--bg-light);
}

.page-index-review-tot88__section-title {
  font-size: 36px;
  color: var(--secondary-color);
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-review-tot88__paragraph {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}

/* Hero Section */
.page-index-review-tot88__hero {
  position: relative;
  width: 100%;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--text-light);
}

.page-index-review-tot88__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-index-review-tot88__hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--text-light);
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88__hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--text-light);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

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

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

.page-index-review-tot88__cta-button:hover {
  background: var(--text-light);
  color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88__cta-button--large {
  padding: 20px 50px;
  font-size: 24px;
}

/* 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: var(--text-light);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-tot88__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-review-tot88__feature-title {
  font-size: 22px;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-index-review-tot88__game-card {
  background: var(--text-light);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-tot88__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-tot88__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid var(--border-color);
}

.page-index-review-tot88__game-title {
  font-size: 24px;
  color: var(--secondary-color);
  padding: 20px 15px 10px;
  font-weight: bold;
}

.page-index-review-tot88__game-card p {
  padding: 0 15px 20px;
  font-size: 15px;
  text-align: left;
  flex-grow: 1;
}

.page-index-review-tot88__game-link {
  display: block;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 12px 15px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 0 0 10px 10px;
}

.page-index-review-tot88__game-link:hover {
  background: var(--secondary-color);
  color: var(--text-light);
}

/* Promotion List */
.page-index-review-tot88__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-index-review-tot88__promo-list li {
  background: var(--text-light);
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-tot88__promo-title {
  font-size: 22px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-review-tot88__promo-list p {
  font-size: 16px;
  line-height: 1.7;
}

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

.page-index-review-tot88__payment-item {
  background: var(--text-light);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-index-review-tot88__payment-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-review-tot88__payment-title {
  font-size: 22px;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

/* Customer Service */
.page-index-review-tot88__support-channels {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-index-review-tot88__support-channels li {
  background: var(--text-light);
  margin-bottom: 15px;
  padding: 18px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  font-size: 17px;
}

.page-index-review-tot88__support-icon {
  font-size: 24px;
  margin-right: 15px;
  color: var(--primary-color);
}

/* User Experience */
.page-index-review-tot88__ux-features {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-index-review-tot88__ux-features li {
  background: var(--text-light);
  margin-bottom: 15px;
  padding: 18px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: flex-start;
  font-size: 17px;
}

.page-index-review-tot88__ux-features li strong {
  color: var(--secondary-color);
}

.page-index-review-tot88__ux-icon {
  font-size: 24px;
  margin-right: 15px;
  color: var(--primary-color);
}

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

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

.faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: var(--text-light);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: bold;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: var(--bg-light);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border-top: 1px solid var(--border-color);
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  color: var(--text-dark);
}

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

.page-index-review-tot88__article-card {
  background: var(--text-light);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-tot88__article-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 1px solid var(--border-color);
}

.page-index-review-tot88__article-title {
  font-size: 22px;
  padding: 20px 20px 10px;
}

.page-index-review-tot88__article-title a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-tot88__article-title a:hover {
  color: var(--primary-color);
}

.page-index-review-tot88__article-summary {
  font-size: 15px;
  color: #666;
  padding: 0 20px 15px;
}

.page-index-review-tot88__article-date {
  display: block;
  font-size: 13px;
  color: #999;
  padding: 0 20px 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .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: 30px;
  }

  .page-index-review-tot88__cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-index-review-tot88__cta-button--large {
    padding: 18px 40px;
    font-size: 20px;
  }
}

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

  .page-index-review-tot88__hero {
    padding: 60px 15px;
  }

  .page-index-review-tot88__hero-title {
    font-size: 32px;
  }

  .page-index-review-tot88__hero-subtitle {
    font-size: 16px;
  }

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

  .page-index-review-tot88__paragraph {
    font-size: 15px;
  }

  .page-index-review-tot88__feature-grid, 
  .page-index-review-tot88__game-categories, 
  .page-index-review-tot88__payment-options, 
  .page-index-review-tot88__article-grid {
    grid-template-columns: 1fr;
  }

  .page-index-review-tot88__feature-item, 
  .page-index-review-tot88__game-card, 
  .page-index-review-tot88__payment-item, 
  .page-index-review-tot88__promo-list li, 
  .page-index-review-tot88__support-channels li, 
  .page-index-review-tot88__ux-features li, 
  .page-index-review-tot88__article-card {
    margin-bottom: 15px;
    padding: 20px;
  }

  .page-index-review-tot88__feature-icon, .page-index-review-tot88__payment-icon {
    width: 80px;
    height: 80px;
  }

  .faq-question h3 {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88__hero-title {
    font-size: 28px;
  }

  .page-index-review-tot88__hero-subtitle {
    font-size: 14px;
  }

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

  .page-index-review-tot88__section-title {
    font-size: 22px;
  }

  .page-index-review-tot88__game-title, .page-index-review-tot88__feature-title, .page-index-review-tot88__payment-title, .page-index-review-tot88__promo-title, .page-index-review-tot88__article-title {
    font-size: 20px;
  }
}