/* style/platform-recommendations-customer-service-review.css */
.page-platform-recommendations-customer-service-review {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-platform-recommendations-customer-service-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-platform-recommendations-customer-service-review__hero {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-platform-recommendations-customer-service-review__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-platform-recommendations-customer-service-review__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
}

.page-platform-recommendations-customer-service-review__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.page-platform-recommendations-customer-service-review__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-platform-recommendations-customer-service-review__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-platform-recommendations-customer-service-review__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.3;
}

.page-platform-recommendations-customer-service-review__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) brightness(0.8);
}

.page-platform-recommendations-customer-service-review__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-platform-recommendations-customer-service-review__section:last-of-type {
  border-bottom: none;
}

.page-platform-recommendations-customer-service-review__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-platform-recommendations-customer-service-review__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #555;
}

.page-platform-recommendations-customer-service-review__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-platform-recommendations-customer-service-review__grid-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-platform-recommendations-customer-service-review__grid-item:hover {
  transform: translateY(-5px);
}

.page-platform-recommendations-customer-service-review__item-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-platform-recommendations-customer-service-review__item-text {
  color: #666;
}

.page-platform-recommendations-customer-service-review__section-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-platform-recommendations-customer-service-review__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-platform-recommendations-customer-service-review__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-platform-recommendations-customer-service-review__list li {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-platform-recommendations-customer-service-review__list li:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-platform-recommendations-customer-service-review__list--bullet {
  list-style: disc;
  padding-left: 20px;
}

.page-platform-recommendations-customer-service-review__list--bullet li {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 10px;
}

.page-platform-recommendations-customer-service-review__list--bullet li:hover {
  box-shadow: none;
}

.page-platform-recommendations-customer-service-review__list--bullet .page-platform-recommendations-customer-service-review__item-title {
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #333;
}

.page-platform-recommendations-customer-service-review__list--bullet .page-platform-recommendations-customer-service-review__item-text {
  color: #666;
}

.page-platform-recommendations-customer-service-review__accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.page-platform-recommendations-customer-service-review__accordion-header {
  background-color: #f1f1f1;
  color: #333;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-platform-recommendations-customer-service-review__accordion-header:hover {
  background-color: #e2e2e2;
}

.page-platform-recommendations-customer-service-review__accordion-header::after {
  content: '+';
  font-weight: bold;
  font-size: 1.2em;
}

.page-platform-recommendations-customer-service-review__accordion-header.active::after {
  content: '-';
}

.page-platform-recommendations-customer-service-review__accordion-content {
  padding: 0 20px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-platform-recommendations-customer-service-review__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #555;
}

.page-platform-recommendations-customer-service-review__conclusion .page-platform-recommendations-customer-service-review__text {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-platform-recommendations-customer-service-review__cta-button--large {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 20px auto;
  padding: 20px 40px;
  font-size: 1.3em;
  background-color: #ffc107;
  color: #000;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.page-platform-recommendations-customer-service-review__cta-button--large:hover {
  background-color: #e0a800;
}

.page-platform-recommendations-customer-service-review__cta-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-platform-recommendations-customer-service-review__hero-title {
    font-size: 2em;
  }

  .page-platform-recommendations-customer-service-review__hero-subtitle {
    font-size: 1em;
  }

  .page-platform-recommendations-customer-service-review__section-title {
    font-size: 1.8em;
  }

  .page-platform-recommendations-customer-service-review__grid {
    grid-template-columns: 1fr;
  }

  .page-platform-recommendations-customer-service-review__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-platform-recommendations-customer-service-review__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
    flex-direction: column;
  }

  .page-platform-recommendations-customer-service-review__cta-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .page-platform-recommendations-customer-service-review__hero {
    padding: 60px 0;
  }

  .page-platform-recommendations-customer-service-review__hero-title {
    font-size: 1.8em;
  }

  .page-platform-recommendations-customer-service-review__section-title {
    font-size: 1.5em;
  }

  .page-platform-recommendations-customer-service-review__text,
  .page-platform-recommendations-customer-service-review__item-text {
    font-size: 0.95em;
  }

  .page-platform-recommendations-customer-service-review__cta-button--large {
    font-size: 1em;
  }
}