.page-index-review-saobet {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray text on dark background */
  background-color: #1A1A1A; /* Dark background */
  line-height: 1.6;
}

.page-index-review-saobet h1, .page-index-review-saobet h2, .page-index-review-saobet h3 {
  color: #FFD700; /* Gold for headings */
  font-weight: bold;
  margin-bottom: 20px;
}

.page-index-review-saobet h1 {
  font-size: 3.2em;
  text-align: center;
  line-height: 1.2;
}

.page-index-review-saobet h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

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

.page-index-review-saobet p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-index-review-saobet ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

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

.page-index-review-saobet section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

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

/* Hero Section */
.page-index-review-saobet .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
}

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

.page-index-review-saobet .hero-image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

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

.page-index-review-saobet .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-review-saobet .hero-content p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #D0D0D0;
}

.page-index-review-saobet .hero-ctas {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-review-saobet .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700; /* Primary gold color */
  color: #1A1A1A; /* Dark text for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  border: none;
  cursor: pointer;
}

.page-index-review-saobet .cta-button:hover {
  background: #E0B500; /* Slightly darker gold on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-index-review-saobet .cta-button.secondary {
  background: #333333; /* Dark background for secondary button */
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-index-review-saobet .cta-button.secondary:hover {
  background: #FFD700;
  color: #1A1A1A;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

/* General Content Sections */
.page-index-review-saobet .section-intro, 
.page-index-review-saobet .section-features, 
.page-index-review-saobet .section-guide, 
.page-index-review-saobet .section-promotions, 
.page-index-review-saobet .section-support, 
.page-index-review-saobet .section-conclusion {
  background-color: #222222;
  padding: 80px 0;
  text-align: center;
}

.page-index-review-saobet .section-features .feature-item, 
.page-index-review-saobet .section-guide .guide-step, 
.page-index-review-saobet .section-promotions .promo-item {
  background-color: #2E2E2E;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.page-index-review-saobet .section-features .feature-item img, 
.page-index-review-saobet .section-guide .guide-step img, 
.page-index-review-saobet .section-intro img, 
.page-index-review-saobet .section-promotions img, 
.page-index-review-saobet .section-support img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

/* FAQ Section */
.page-index-review-saobet .section-faq {
  background-color: #1A1A1A;
  padding: 80px 0;
  text-align: center;
}

.page-index-review-saobet .faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-index-review-saobet .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-saobet .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: #2E2E2E;
  color: #FFD700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-index-review-saobet .faq-question:hover {
  background: #3A3A3A;
}

.page-index-review-saobet .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #FFD700;
}

.page-index-review-saobet .faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-index-review-saobet .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #222222;
  color: #D0D0D0;
}

.page-index-review-saobet .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-saobet h1 {
    font-size: 2.8em;
  }
  .page-index-review-saobet h2 {
    font-size: 2em;
  }
  .page-index-review-saobet h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-index-review-saobet h1 {
    font-size: 2.2em;
  }
  .page-index-review-saobet h2 {
    font-size: 1.8em;
  }
  .page-index-review-saobet h3 {
    font-size: 1.4em;
  }
  .page-index-review-saobet p {
    font-size: 1em;
  }
  .page-index-review-saobet .hero-section {
    padding: 60px 15px;
  }
  .page-index-review-saobet .hero-ctas {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-review-saobet .cta-button {
    padding: 12px 30px;
    font-size: 1em;
    width: 100%;
    max-width: 300px;
  }
  .page-index-review-saobet section {
    padding: 40px 0;
  }
  .page-index-review-saobet .section-features .feature-item, 
  .page-index-review-saobet .section-guide .guide-step, 
  .page-index-review-saobet .section-promotions .promo-item {
    padding: 20px;
  }
  .page-index-review-saobet .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-saobet .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-saobet .faq-toggle {
    font-size: 1.5em;
  }
  .page-index-review-saobet .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-saobet h1 {
    font-size: 1.8em;
  }
  .page-index-review-saobet h2 {
    font-size: 1.6em;
  }
  .page-index-review-saobet h3 {
    font-size: 1.2em;
  }
  .page-index-review-saobet .hero-image {
    margin-bottom: 20px;
  }
  .page-index-review-saobet .hero-content p {
    font-size: 0.95em;
    margin-bottom: 20px;
  }
  .page-index-review-saobet .cta-button {
    font-size: 0.9em;
    padding: 10px 25px;
  }
  .page-index-review-saobet .container {
    padding: 0 15px;
  }
  .page-index-review-saobet .faq-question h3 {
    font-size: 1em;
  }
  .page-index-review-saobet .faq-toggle {
    font-size: 1.3em;
  }
}