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

.page-index-review-saobet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 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;
}

.page-index-review-saobet__section-title {
  font-size: 38px;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.page-index-review-saobet__sub-title {
  font-size: 28px;
  color: #FFD700;
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-index-review-saobet p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.8;
  color: #CCCCCC;
}

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

.page-index-review-saobet__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-index-review-saobet__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #CCCCCC;
}

.page-index-review-saobet__list li::before {
  content: '✔️';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 1;
}

.page-index-review-saobet__promo-list li::before {
  content: '⭐';
}

.page-index-review-saobet__step-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #CCCCCC;
}

.page-index-review-saobet__step-list li {
  margin-bottom: 10px;
  font-size: 16px;
}

/* 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, #1A202C 0%, #3a475a 100%); /* Slightly darker gradient for depth */
  overflow: hidden;
}

.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;
  z-index: 1; /* Ensure content is above any background effects */
}

.page-index-review-saobet__hero-image {
  width: 100%;
  margin-bottom: 30px;
  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;
  filter: brightness(0.8); /* Slightly dim the image for text readability */
}

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

.page-index-review-saobet__main-title {
  font-size: 48px;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-index-review-saobet__hero-description {
  font-size: 20px;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 30px auto;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-saobet__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700;
  color: #1A202C;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-index-review-saobet__cta-button:hover {
  background: #E6C200;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-index-review-saobet__cta-final {
  margin-top: 40px;
  padding: 20px 50px;
  font-size: 22px;
}

.page-index-review-saobet__image-wrapper {
  margin: 40px auto;
  text-align: center;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

.page-index-review-saobet__image-caption {
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  padding: 0 15px;
}

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

.page-index-review-saobet__card {
  background-color: #2A3342;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-saobet__card-title {
  font-size: 24px;
  color: #FFD700;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}

/* FAQ Styles */
.page-index-review-saobet__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #2A3342;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-saobet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #3A475A;
  color: #FFD700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 8px;
}

.page-index-review-saobet__faq-question:hover {
  background: #4A5B70;
}

.page-index-review-saobet__faq-question h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #FFD700;
}

.page-index-review-saobet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  line-height: 1;
}

.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: #2A3342;
  color: #E0E0E0;
}

.page-index-review-saobet__faq-answer p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  font-size: 16px;
}

.faq-item.active .page-index-review-saobet__faq-answer {
  max-height: 500px; /* Sufficient height to accommodate content */
  padding: 15px 25px;
  padding-top: 0;
}

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

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-saobet__section-title {
    font-size: 32px;
  }
  .page-index-review-saobet__main-title {
    font-size: 38px;
  }
  .page-index-review-saobet__hero-description {
    font-size: 18px;
  }
  .page-index-review-saobet__cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-index-review-saobet__sub-title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .page-index-review-saobet__section {
    padding: 40px 0;
  }
  .page-index-review-saobet__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-index-review-saobet__main-title {
    font-size: 32px;
  }
  .page-index-review-saobet__hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-index-review-saobet__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 20px;
  }
  .page-index-review-saobet__sub-title {
    font-size: 20px;
  }
  .page-index-review-saobet p, .page-index-review-saobet__list li, .page-index-review-saobet__step-list li {
    font-size: 15px;
  }
  .page-index-review-saobet__grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-saobet__card {
    padding: 20px;
  }
  .page-index-review-saobet__card-title {
    font-size: 20px;
  }
  .page-index-review-saobet__faq-question {
    padding: 15px 20px;
  }
  .page-index-review-saobet__faq-question h3 {
    font-size: 16px;
  }
  .page-index-review-saobet__faq-toggle {
    font-size: 20px;
  }
  .page-index-review-saobet__faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .page-index-review-saobet__faq-answer {
    padding: 15px 20px;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .page-index-review-saobet__hero-section {
    padding: 60px 15px;
  }
  .page-index-review-saobet__main-title {
    font-size: 28px;
  }
  .page-index-review-saobet__cta-button {
    width: 100%;
    max-width: 280px;
  }
  .page-index-review-saobet__section-title {
    font-size: 24px;
  }
  .page-index-review-saobet__sub-title {
    font-size: 18px;
  }
  .page-index-review-saobet__list li, .page-index-review-saobet__step-list li {
    padding-left: 25px;
  }
  .page-index-review-saobet__list li::before {
    font-size: 18px;
  }
}