.page-features-customer-support {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-features-customer-support__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.page-features-customer-support__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric,blue_gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-features-customer-support__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.page-features-customer-support__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
  position: relative;
  z-index: 1;
}

.page-features-customer-support__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 1.1em;
}

.page-features-customer-support__btn--primary {
  background-color: #ffc107;
  color: #000;
  border: 2px solid #ffc107;
}

.page-features-customer-support__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-features-customer-support__btn--secondary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
  padding: 12px 25px;
}

.page-features-customer-support__btn--secondary:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-2px);
}

.page-features-customer-support__intro-section,
.page-features-customer-support__channels-section,
.page-features-customer-support__commitment-section,
.page-features-customer-support__experience-section,
.page-features-customer-support__importance-section {
  padding: 80px 0;
}

.page-features-customer-support__intro-section .page-features-customer-support__container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-features-customer-support__intro-section .page-features-customer-support__text-content {
  flex: 1;
}

.page-features-customer-support__intro-section .page-features-customer-support__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-features-customer-support__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-features-customer-support__section-title {
  font-size: 2.5em;
  color: #0056b3;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-features-customer-support__section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-features-customer-support__bg--light {
  background-color: #e9ecef;
}

.page-features-customer-support__channels-section .page-features-customer-support__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-features-customer-support__channel-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-features-customer-support__channel-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
}

.page-features-customer-support__card-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-features-customer-support__card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-features-customer-support__card-text {
  color: #666;
  margin-bottom: 20px;
}

.page-features-customer-support__contact-info {
  color: #555;
  font-size: 1.05em;
  margin-bottom: 10px;
}

.page-features-customer-support__link-text {
  color: #007bff;
  text-decoration: none;
}

.page-features-customer-support__link-text:hover {
  text-decoration: underline;
}

.page-features-customer-support__commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-features-customer-support__commitment-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-features-customer-support__commitment-title {
  font-size: 1.6em;
  color: #0056b3;
  margin-bottom: 15px;
}

.page-features-customer-support__commitment-text {
  color: #666;
}

.page-features-customer-support__image-wrapper--full-width {
  text-align: center;
  margin-top: 40px;
}

.page-features-customer-support__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-features-customer-support__list li {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #444;
  font-size: 1.05em;
  transition: transform 0.2s ease;
}

.page-features-customer-support__list li:hover {
  transform: translateX(5px);
}

.page-features-customer-support__list--bullet {
  list-style-type: disc;
  padding-left: 20px;
  text-align: left;
}

.page-features-customer-support__list--bullet li {
  background-color: transparent;
  box-shadow: none;
  padding: 5px 0;
  margin-bottom: 10px;
  color: #333;
}

.page-features-customer-support__list--bullet li strong {
  color: #007bff;
}

.page-features-customer-support__cta-section {
  background: linear-gradient(90deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-features-customer-support__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
}

.page-features-customer-support__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-features-customer-support__cta-buttons .page-features-customer-support__btn {
  margin: 0 10px;
}

@media (max-width: 992px) {
  .page-features-customer-support__intro-section .page-features-customer-support__container {
    flex-direction: column;
  }
  .page-features-customer-support__hero-title {
    font-size: 2.8em;
  }
  .page-features-customer-support__section-title {
    font-size: 2em;
  }
  .page-features-customer-support__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-features-customer-support__hero-title {
    font-size: 2.2em;
  }
  .page-features-customer-support__hero-subtitle {
    font-size: 1em;
  }
  .page-features-customer-support__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-features-customer-support__intro-section, 
  .page-features-customer-support__channels-section, 
  .page-features-customer-support__commitment-section, 
  .page-features-customer-support__experience-section, 
  .page-features-customer-support__importance-section, 
  .page-features-customer-support__cta-section {
    padding: 60px 0;
  }
  .page-features-customer-support__section-title {
    font-size: 1.8em;
  }
  .page-features-customer-support__section-description {
    font-size: 0.95em;
  }
  .page-features-customer-support__channel-card, 
  .page-features-customer-support__commitment-item {
    padding: 25px;
  }
  .page-features-customer-support__card-title {
    font-size: 1.5em;
  }
  .page-features-customer-support__commitment-title {
    font-size: 1.3em;
  }
  .page-features-customer-support__cta-title {
    font-size: 1.8em;
  }
  .page-features-customer-support__cta-description {
    font-size: 1em;
  }
  .page-features-customer-support__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-features-customer-support__cta-buttons .page-features-customer-support__btn {
    margin: 0;
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-features-customer-support__hero-title {
    font-size: 1.8em;
  }
  .page-features-customer-support__section-title {
    font-size: 1.5em;
  }
  .page-features-customer-support__cta-title {
    font-size: 1.6em;
  }
  .page-features-customer-support__container {
    padding: 0 15px;
  }
}