.page-index-review-saobet {
  padding-top: 120px; /* Padding for fixed header */
  background-color: #f1f3f5; /* Light grey background for the main content area */
  color: #333333; /* Dark text for contrast on light background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .page-index-review-saobet {
    padding-top: 100px; /* Mobile padding for fixed header */
  }
}

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

.page-index-review-saobet__hero-review-section {
  background: linear-gradient(135deg, var(--primary-color), #362e15); /* Gold to dark brown gradient */
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index-review-saobet__hero-review-content {
  max-width: 800px;
  margin-bottom: 30px;
}

.page-index-review-saobet__hero-review-image {
  margin-top: 40px;
}

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

.page-index-review-saobet__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-index-review-saobet__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

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

.page-index-review-saobet__cta-button:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-saobet__cta-button--secondary {
  background: #333333;
  color: #ffffff;
}

.page-index-review-saobet__cta-button--secondary:hover {
  background: #1e1e1e;
}

.page-index-review-saobet__section {
  padding: 50px 0;
  margin-bottom: 20px;
  border-radius: 10px;
}

.page-index-review-saobet__section--light-bg {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-saobet__section-title {
  font-size: 2.2em;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-index-review-saobet__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-index-review-saobet__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}

.page-index-review-saobet__paragraph a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-saobet__paragraph a:hover {
  text-decoration: underline;
}

.page-index-review-saobet__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-index-review-saobet__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-index-review-saobet__list li strong {
  color: #1E1E1E;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-review-saobet__main-title {
    font-size: 2.5em;
  }
  .page-index-review-saobet__section-title {
    font-size: 1.8em;
  }
  .page-index-review-saobet__intro-text,
  .page-index-review-saobet__paragraph,
  .page-index-review-saobet__list li {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-index-review-saobet__hero-review-section {
    padding: 40px 0;
  }
  .page-index-review-saobet__hero-review-content {
    margin-bottom: 20px;
  }
  .page-index-review-saobet__main-title {
    font-size: 2em;
  }
  .page-index-review-saobet__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }
  .page-index-review-saobet__section {
    padding: 30px 0;
  }
  .page-index-review-saobet__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-review-saobet__container {
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  .page-index-review-saobet__main-title {
    font-size: 1.8em;
  }
  .page-index-review-saobet__section-title {
    font-size: 1.4em;
  }
  .page-index-review-saobet__intro-text,
  .page-index-review-saobet__paragraph,
  .page-index-review-saobet__list li {
    font-size: 0.95em;
  }
  .page-index-review-saobet__list {
    margin-left: 15px;
  }
}