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

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

.page-index-review-tot88-section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-index-review-tot88-section:nth-child(even) {
  background-color: #fdfdfd;
}

.page-index-review-tot88 h1,
.page-index-review-tot88 h2 {
  color: #C0392B;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-review-tot88 h3 {
  color: #F39C12;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-tot88 p {
  margin-bottom: 15px;
  color: #555555;
}

.page-index-review-tot88 ul,
.page-index-review-tot88 ol {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #555555;
}

.page-index-review-tot88 ul li,
.page-index-review-tot88 ol li {
  margin-bottom: 8px;
}

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

.page-index-review-tot88-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #C0392B, #F39C12);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

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

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

.page-index-review-tot88-hero h1 {
  color: #ffffff;
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-tot88-hero h1 .highlight {
  color: #F39C12;
}

.page-index-review-tot88-hero p {
  color: #e0e0e0;
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-index-review-tot88-cta-button {
  display: inline-block;
  background-color: #F39C12;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88-cta-button:hover {
  background-color: #e08e0b;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-tot88-image-full-width {
  width: 100%;
  height: auto;
  max-width: 900px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-index-review-tot88-product-card {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-review-tot88-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.page-index-review-tot88-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-tot88-product-card h3 {
  color: #C0392B;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-index-review-tot88-product-card p {
  color: #666666;
  font-size: 0.95em;
  flex-grow: 1;
}

.page-index-review-tot88-link-button {
  display: inline-block;
  background-color: #C0392B;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-tot88-link-button:hover {
  background-color: #a92d21;
  transform: translateY(-2px);
}

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

.page-index-review-tot88-promo-card {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88-promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.page-index-review-tot88-promo-card h3 {
  color: #F39C12;
  font-size: 1.3em;
  margin-top: 0;
}

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

.page-index-review-tot88-pros-cons .page-index-review-tot88-card {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

.page-index-review-tot88-pros-cons .page-index-review-tot88-card h3 {
  text-align: center;
  color: #C0392B;
  margin-top: 0;
}

.page-index-review-tot88-pros-cons .page-index-review-tot88-card ul {
  list-style-type: disc;
  padding-left: 20px;
}

.page-index-review-tot88-pros-cons .page-index-review-tot88-card ul li {
  margin-bottom: 10px;
  color: #555555;
}

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

.page-index-review-tot88-faq .faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fefefe;
  overflow: hidden;
}

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

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

.page-index-review-tot88-faq .faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: #C0392B;
}

.page-index-review-tot88-faq .faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F39C12;
}

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

.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-color: #f9f9f9;
  color: #666666;
}

.page-index-review-tot88-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
  border-top: 1px solid #eeeeee;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-review-tot88-hero h1 {
    font-size: 2.8em;
  }
  .page-index-review-tot88-hero p {
    font-size: 1em;
  }
  .page-index-review-tot88-product-grid,
  .page-index-review-tot88-promo-grid,
  .page-index-review-tot88-grid-2-col {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  .page-index-review-tot88-section {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88-hero h1 {
    font-size: 2.2em;
  }
  .page-index-review-tot88-hero p {
    font-size: 0.95em;
  }
  .page-index-review-tot88-hero-image {
    max-width: 100%;
  }
  .page-index-review-tot88-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-tot88-section {
    padding: 30px 0;
  }
  .page-index-review-tot88 h1,
  .page-index-review-tot88 h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-review-tot88 h3 {
    font-size: 1.2em;
  }
  .page-index-review-tot88-product-card,
  .page-index-review-tot88-promo-card,
  .page-index-review-tot88-pros-cons .page-index-review-tot88-card {
    padding: 20px;
  }
  .page-index-review-tot88-faq .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-tot88-faq .faq-question h3 {
    font-size: 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 h1 {
    font-size: 1.8em;
  }
  .page-index-review-tot88-hero p {
    font-size: 0.9em;
  }
  .page-index-review-tot88-cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-index-review-tot88 h1,
  .page-index-review-tot88 h2 {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
  .page-index-review-tot88-product-grid,
  .page-index-review-tot88-promo-grid,
  .page-index-review-tot88-grid-2-col {
    grid-template-columns: 1fr;
  }
}