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

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

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

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

.page-index-review-saobet-hero {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  overflow: hidden;
}

.page-index-review-saobet-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.page-index-review-saobet-hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-index-review-saobet-hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

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

.page-index-review-saobet-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-index-review-saobet h2 {
  font-size: 2.5em;
  color: #8B0000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

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

.page-index-review-saobet p {
  margin-bottom: 15px;
}

.page-index-review-saobet ul,
.page-index-review-saobet ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.page-index-review-saobet li {
  margin-bottom: 8px;
}

.page-index-review-saobet strong {
  color: #8B0000;
}

.page-index-review-saobet-cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: #FFD700;
  color: #8B0000;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
}

.page-index-review-saobet-cta-button:hover {
  background: #8B0000;
  color: #FFD700;
  border-color: #FFD700;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-saobet-button-small {
  display: inline-block;
  padding: 10px 20px;
  background: #FFD700;
  color: #8B0000;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
  border: 1px solid #FFD700;
}

.page-index-review-saobet-button-small:hover {
  background: #8B0000;
  color: #FFD700;
  border-color: #FFD700;
  transform: translateY(-2px);
}

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

.page-index-review-saobet-feature-item {
  background-color: #fff;
  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-saobet-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-index-review-saobet-feature-item img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
}

.page-index-review-saobet-feature-item h3 {
  color: #8B0000;
  font-size: 1.5em;
  margin-top: 0;
}

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

.page-index-review-saobet-game-item {
  background-color: #fff;
  padding: 25px;
  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-saobet-game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

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

.page-index-review-saobet-game-item h3 {
  font-size: 1.4em;
  color: #8B0000;
  margin-top: 0;
}

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

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

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

/* Question styling */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-radius 0.3s ease;
  margin-bottom: 10px; /* Space between FAQ items */
}

.faq-item.active .faq-question {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0; /* No space when answer is open */
}

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

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

/* Toggle icon */
.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-saobet-hero h1 {
    font-size: 2.5em;
  }

  .page-index-review-saobet h2 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-review-saobet-hero {
    padding: 60px 0;
    min-height: 350px;
  }

  .page-index-review-saobet-hero h1 {
    font-size: 2em;
  }

  .page-index-review-saobet-hero p {
    font-size: 1em;
  }

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

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

  .page-index-review-saobet h3 {
    font-size: 1.4em;
    margin-top: 25px;
  }

  .page-index-review-saobet-feature-grid,
  .page-index-review-saobet-game-category {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .page-index-review-saobet-feature-item img {
    width: 100px;
    height: 100px;
  }

  .faq-question {
    padding: 12px;
  }

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

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

  .faq-answer {
    padding: 10px 12px;
  }
}

@media (max-width: 480px) {
  .page-index-review-saobet-hero h1 {
    font-size: 1.7em;
  }

  .page-index-review-saobet-hero p {
    font-size: 0.9em;
  }

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

  .page-index-review-saobet h3 {
    font-size: 1.2em;
  }

  .page-index-review-saobet-cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}