.page-resources-kv888-customer-support-evaluation {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #E0E0E0; /* Light text on dark background for readability */
  background-color: #1A202C;
  font-size: 16px;
}

.page-resources-kv888-customer-support-evaluation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-kv888-customer-support-evaluation__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a4a60 100%); /* Darker gradient for hero */
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-resources-kv888-customer-support-evaluation__hero-content {
  max-width: 800px;
  z-index: 1;
}

.page-resources-kv888-customer-support-evaluation__main-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-kv888-customer-support-evaluation__subtitle {
  font-size: 1.3em;
  color: #C0C0C0;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-kv888-customer-support-evaluation__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-kv888-customer-support-evaluation__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-kv888-customer-support-evaluation__hero-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  z-index: 0;
}

.page-resources-kv888-customer-support-evaluation__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-resources-kv888-customer-support-evaluation__content-section {
  padding: 60px 0;
}

.page-resources-kv888-customer-support-evaluation__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-kv888-customer-support-evaluation__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
  text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-kv888-customer-support-evaluation__content-section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-resources-kv888-customer-support-evaluation__content-section strong {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-kv888-customer-support-evaluation__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-kv888-customer-support-evaluation__feature-item {
  background-color: #2A3342;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-kv888-customer-support-evaluation__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-kv888-customer-support-evaluation__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
  object-fit: contain;
}

.page-resources-kv888-customer-support-evaluation__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-kv888-customer-support-evaluation__feature-item p {
  font-size: 1em;
  color: #B0B0B0;
}

.page-resources-kv888-customer-support-evaluation__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-resources-kv888-customer-support-evaluation__cta-block {
  background-color: #2A3342;
  padding: 50px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-kv888-customer-support-evaluation__cta-text {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-kv888-customer-support-evaluation__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
  margin: 0 10px;
}

.page-resources-kv888-customer-support-evaluation__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-resources-kv888-customer-support-evaluation__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-kv888-customer-support-evaluation__hero-section {
    flex-direction: column;
    padding: 60px 15px;
  }

  .page-resources-kv888-customer-support-evaluation__main-title {
    font-size: 2.5em;
  }

  .page-resources-kv888-customer-support-evaluation__subtitle {
    font-size: 1.1em;
  }

  .page-resources-kv888-customer-support-evaluation__section-title {
    font-size: 2em;
  }

  .page-resources-kv888-customer-support-evaluation__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-kv888-customer-support-evaluation__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-kv888-customer-support-evaluation__cta-block {
    padding: 30px 20px;
  }

  .page-resources-kv888-customer-support-evaluation__cta-text {
    font-size: 1.2em;
  }

  .page-resources-kv888-customer-support-evaluation__cta-button--large,
  .page-resources-kv888-customer-support-evaluation__cta-button--secondary {
    display: block;
    margin: 15px auto;
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-resources-kv888-customer-support-evaluation__main-title {
    font-size: 2em;
  }

  .page-resources-kv888-customer-support-evaluation__section-title {
    font-size: 1.8em;
  }

  .page-resources-kv888-customer-support-evaluation__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}