.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: 0 20px;
}

.page-index-review-tot88__hero-banner {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #003366, #0055aa);
  color: #ffffff;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-index-review-tot88__main-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-index-review-tot88__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-index-review-tot88__hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-tot88__hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-index-review-tot88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFCC00;
  color: #003366;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

.page-index-review-tot88__section {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-index-review-tot88__section:last-of-type {
  border-bottom: none;
}

.page-index-review-tot88__section h2 {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-index-review-tot88__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-index-review-tot88__section h3 {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-tot88__intro p,
.page-index-review-tot88__support p,
.page-index-review-tot88__responsible-gambling p,
.page-index-review-tot88__conclusion p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555555;
}

.page-index-review-tot88__games .page-index-review-tot88__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-review-tot88__game-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88__game-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

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

.page-index-review-tot88__game-item h3 {
  font-size: 1.5em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-index-review-tot88__game-item p {
  font-size: 0.95em;
  color: #666666;
}

.page-index-review-tot88__cta-section {
  text-align: center;
  margin-top: 50px;
}

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

.page-index-review-tot88__promo-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-tot88__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88__promo-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-tot88__promo-card h3 {
  font-size: 1.6em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-index-review-tot88__promo-card p {
  font-size: 1em;
  color: #666666;
}

.page-index-review-tot88__transactions .page-index-review-tot88__transaction-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-review-tot88__transaction-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: left;
}

.page-index-review-tot88__transaction-item h3 {
  font-size: 1.7em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-index-review-tot88__transaction-item p {
  font-size: 1em;
  color: #666666;
}

.page-index-review-tot88__mobile-app .page-index-review-tot88__mobile-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.page-index-review-tot88__mobile-text {
  flex: 1;
  min-width: 300px;
}

.page-index-review-tot88__mobile-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-index-review-tot88__app-screenshot {
  width: 100%;
  max-width: 450px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-index-review-tot88__responsible-gambling ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-index-review-tot88__responsible-gambling ul li {
  background-color: #e6f7ff; /* Light blue */
  border-left: 5px solid #003366;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
}

.page-index-review-tot88__pros-cons .page-index-review-tot88__flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-index-review-tot88__pros, .page-index-review-tot88__cons {
  flex: 1;
  min-width: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.page-index-review-tot88__pros h3 {
  color: #28a745; /* Green for pros */
  font-size: 1.8em;
  margin-top: 0;
}

.page-index-review-tot88__cons h3 {
  color: #dc3545; /* Red for cons */
  font-size: 1.8em;
  margin-top: 0;
}

.page-index-review-tot88__pros ul, .page-index-review-tot88__cons ul {
  list-style: none;
  padding: 0;
}

.page-index-review-tot88__pros ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #555555;
}

.page-index-review-tot88__pros ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.page-index-review-tot88__cons ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #555555;
}

.page-index-review-tot88__cons ul li::before {
  content: '✖';
  position: absolute;
  left: 0;
  color: #dc3545;
  font-weight: bold;
}

/* FAQ styles */
.page-index-review-tot88__faq {
  background-color: #f0f4f7; /* Light background for FAQ */
}

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #003366;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFCC00;
  transition: transform 0.3s ease;
  line-height: 1;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
  color: #555555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  transition: max-height 0.4s ease-in, padding 0.4s ease-in;
}

.faq-answer p {
  margin: 0;
  font-size: 1em;
}

/* Responsive design */
@media (max-width: 1024px) {
  .page-index-review-tot88__hero-content h1 {
    font-size: 2.8em;
  }

  .page-index-review-tot88__section h2 {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-review-tot88__hero-banner {
    padding: 40px 15px;
    min-height: 300px;
  }

  .page-index-review-tot88__hero-content h1 {
    font-size: 2.2em;
  }

  .page-index-review-tot88__hero-content p {
    font-size: 1em;
  }

  .page-index-review-tot88__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

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

  .page-index-review-tot88__section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-index-review-tot88__section h3 {
    font-size: 1.5em;
  }

  .page-index-review-tot88__game-categories,
  .page-index-review-tot88__promo-grid,
  .page-index-review-tot88__transaction-info {
    grid-template-columns: 1fr;
  }

  .page-index-review-tot88__mobile-content {
    flex-direction: column;
  }

  .page-index-review-tot88__flex-container {
    flex-direction: column;
  }

  .page-index-review-tot88__pros, .page-index-review-tot88__cons {
    padding: 20px;
  }

  .faq-question {
    padding: 15px 20px;
  }

  .faq-question h3 {
    font-size: 1.1em;
  }

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

  .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-tot88__hero-content h1 {
    font-size: 1.8em;
  }

  .page-index-review-tot88__section h2 {
    font-size: 1.5em;
  }

  .page-index-review-tot88__game-item,
  .page-index-review-tot88__promo-card,
  .page-index-review-tot88__transaction-item {
    padding: 15px;
  }

  .page-index-review-tot88__game-img,
  .page-index-review-tot88__promo-img {
    height: 150px;
  }
}