.page-review-reports-pg88-customer-service-report {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-review-reports-pg88-customer-service-report__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-review-reports-pg88-customer-service-report__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-review-reports-pg88-customer-service-report__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-review-reports-pg88-customer-service-report__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-review-reports-pg88-customer-service-report__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #e9ecef;
  position: relative;
  z-index: 2;
}

.page-review-reports-pg88-customer-service-report__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 2;
  border: none;
  cursor: pointer;
}

.page-review-reports-pg88-customer-service-report__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-review-reports-pg88-customer-service-report__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin-right: 20px;
}

.page-review-reports-pg88-customer-service-report__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-review-reports-pg88-customer-service-report__article {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-review-reports-pg88-customer-service-report__section-title {
  font-size: 2.2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #ffc107;
  padding-bottom: 10px;
}

.page-review-reports-pg88-customer-service-report__sub-section-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-review-reports-pg88-customer-service-report__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #495057;
}

.page-review-reports-pg88-customer-service-report__highlight {
  color: #007bff;
  font-weight: 600;
}

.page-review-reports-pg88-customer-service-report__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #495057;
}

.page-review-reports-pg88-customer-service-report__list li {
  margin-bottom: 10px;
}

.page-review-reports-pg88-customer-service-report__list li strong {
  color: #007bff;
}

.page-review-reports-pg88-customer-service-report__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-review-reports-pg88-customer-service-report__call-to-action {
  background-color: #e9f5ff;
  border: 1px solid #007bff;
  border-left: 5px solid #007bff;
  padding: 30px;
  border-radius: 8px;
  margin-top: 50px;
  text-align: center;
}

.page-review-reports-pg88-customer-service-report__call-to-action h3 {
  color: #007bff;
  font-size: 2em;
  margin-bottom: 15px;
}

.page-review-reports-pg88-customer-service-report__call-to-action p {
  font-size: 1.2em;
  color: #343a40;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-review-reports-pg88-customer-service-report__hero-title {
    font-size: 2.8em;
  }
  .page-review-reports-pg88-customer-service-report__hero-subtitle {
    font-size: 1.2em;
  }
  .page-review-reports-pg88-customer-service-report__section-title {
    font-size: 2em;
  }
  .page-review-reports-pg88-customer-service-report__sub-section-title {
    font-size: 1.6em;
  }
  .page-review-reports-pg88-customer-service-report__article {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-review-reports-pg88-customer-service-report__hero-section {
    padding: 80px 0;
  }
  .page-review-reports-pg88-customer-service-report__hero-title {
    font-size: 2.2em;
  }
  .page-review-reports-pg88-customer-service-report__hero-subtitle {
    font-size: 1em;
  }
  .page-review-reports-pg88-customer-service-report__cta-button--large {
    display: block;
    margin: 15px auto;
    width: 80%;
  }
  .page-review-reports-pg88-customer-service-report__cta-button {
    width: 80%;
    margin: 15px auto;
  }
  .page-review-reports-pg88-customer-service-report__content-section {
    padding: 40px 0;
  }
  .page-review-reports-pg88-customer-service-report__article {
    padding: 20px;
  }
  .page-review-reports-pg88-customer-service-report__section-title {
    font-size: 1.8em;
  }
  .page-review-reports-pg88-customer-service-report__sub-section-title {
    font-size: 1.4em;
  }
  .page-review-reports-pg88-customer-service-report__article p, .page-review-reports-pg88-customer-service-report__list {
    font-size: 0.95em;
  }
  .page-review-reports-pg88-customer-service-report__call-to-action h3 {
    font-size: 1.6em;
  }
  .page-review-reports-pg88-customer-service-report__call-to-action p {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-review-reports-pg88-customer-service-report__hero-title {
    font-size: 1.8em;
  }
  .page-review-reports-pg88-customer-service-report__hero-subtitle {
    font-size: 0.9em;
  }
  .page-review-reports-pg88-customer-service-report__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-review-reports-pg88-customer-service-report__section-title {
    font-size: 1.5em;
  }
  .page-review-reports-pg88-customer-service-report__sub-section-title {
    font-size: 1.2em;
  }
  .page-review-reports-pg88-customer-service-report__call-to-action h3 {
    font-size: 1.4em;
  }
  .page-review-reports-pg88-customer-service-report__call-to-action p {
    font-size: 1em;
  }
}