.page-resources-km3888b-customer-support {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #E0E0E0;
  line-height: 1.6;
  background-color: #0d1247; /* Darker variant of main color for overall body */
}

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

.page-resources-km3888b-customer-support__section-spacing {
  padding: 60px 0;
}

.page-resources-km3888b-customer-support__hero-section {
  position: relative;
  background: linear-gradient(135deg, #1A237E 0%, #0d1247 100%);
  padding: 100px 0;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-resources-km3888b-customer-support__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.15;
}

.page-resources-km3888b-customer-support__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%) blur(2px);
}

.page-resources-km3888b-customer-support__hero-section .page-resources-km3888b-customer-support__container {
  position: relative;
  z-index: 1;
}

.page-resources-km3888b-customer-support__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-km3888b-customer-support__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #E0E0E0;
}

.page-resources-km3888b-customer-support__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold accent */
  color: #1A237E; /* Dark indigo text for contrast */
  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;
  border: none;
  cursor: pointer;
}

.page-resources-km3888b-customer-support__cta-button:hover {
  background-color: #e5c100; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-km3888b-customer-support__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-resources-km3888b-customer-support__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-km3888b-customer-support__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-km3888b-customer-support__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-km3888b-customer-support__alternate-bg {
  background-color: #121a5c; /* Slightly lighter dark indigo for contrast */
}

.page-resources-km3888b-customer-support__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-km3888b-customer-support__feature-item {
  background-color: #1A237E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-km3888b-customer-support__feature-item:hover {
  transform: translateY(-5px);
}

.page-resources-km3888b-customer-support__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-km3888b-customer-support__feature-text {
  color: #C0C0C0;
  font-size: 1em;
}

.page-resources-km3888b-customer-support__channel-evaluation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-km3888b-customer-support__channel-item {
  background-color: #1A237E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.page-resources-km3888b-customer-support__channel-item:hover {
  transform: translateY(-5px);
}

.page-resources-km3888b-customer-support__channel-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-km3888b-customer-support__channel-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-km3888b-customer-support__channel-text {
  color: #C0C0C0;
  font-size: 1em;
  flex-grow: 1;
  text-align: justify;
}

.page-resources-km3888b-customer-support__cta-link {
  display: inline-block;
  background-color: #FFD700;
  color: #1A237E;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-km3888b-customer-support__cta-link:hover {
  background-color: #e5c100;
}

.page-resources-km3888b-customer-support__bullet-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-km3888b-customer-support__bullet-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-km3888b-customer-support__bullet-list li strong {
  color: #FFD700;
}

.page-resources-km3888b-customer-support__image-with-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.page-resources-km3888b-customer-support__image-inline {
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.page-resources-km3888b-customer-support__image-with-text .page-resources-km3888b-customer-support__paragraph {
  flex-grow: 1;
}

.page-resources-km3888b-customer-support__comparison-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-km3888b-customer-support__comparison-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #C0C0C0;
}

.page-resources-km3888b-customer-support__cta-section {
  background: linear-gradient(90deg, #1A237E, #283593);
  color: #FFFFFF;
}

.page-resources-km3888b-customer-support__cta-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.page-resources-km3888b-customer-support__cta-content {
  flex: 1;
  min-width: 300px;
}

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

.page-resources-km3888b-customer-support__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-resources-km3888b-customer-support__cta-image-wrapper {
  flex-shrink: 0;
  max-width: 500px;
}

.page-resources-km3888b-customer-support__cta-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-km3888b-customer-support__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-km3888b-customer-support__guide-item {
  background-color: #1A237E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-km3888b-customer-support__guide-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-km3888b-customer-support__guide-text {
  color: #C0C0C0;
  font-size: 1em;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-resources-km3888b-customer-support__conclusion-section {
  text-align: center;
}

.page-resources-km3888b-customer-support__conclusion-section .page-resources-km3888b-customer-support__paragraph {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-km3888b-customer-support__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-km3888b-customer-support__inline-link:hover {
  text-decoration: underline;
}

.page-resources-km3888b-customer-support__keyword {
    color: #FFD700;
    font-weight: bold;
}

.page-resources-km3888b-customer-support__highlight-text {
    color: #FFD700;
    font-weight: bold;
}

@media (max-width: 1024px) {
  .page-resources-km3888b-customer-support__hero-title {
    font-size: 2.8em;
  }
  .page-resources-km3888b-customer-support__section-title {
    font-size: 2em;
  }
  .page-resources-km3888b-customer-support__cta-title {
    font-size: 2.2em;
  }
  .page-resources-km3888b-customer-support__cta-flex {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-km3888b-customer-support__image-with-text {
    flex-direction: column;
  }
  .page-resources-km3888b-customer-support__image-inline {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-km3888b-customer-support__hero-title {
    font-size: 2.2em;
  }
  .page-resources-km3888b-customer-support__hero-description {
    font-size: 1em;
  }
  .page-resources-km3888b-customer-support__section-title {
    font-size: 1.8em;
  }
  .page-resources-km3888b-customer-support__cta-title {
    font-size: 1.8em;
  }
  .page-resources-km3888b-customer-support__feature-grid, .page-resources-km3888b-customer-support__channel-evaluation, .page-resources-km3888b-customer-support__guide-steps {
    grid-template-columns: 1fr;
  }
  .page-resources-km3888b-customer-support__section-spacing {
    padding: 40px 0;
  }
  .page-resources-km3888b-customer-support__hero-section {
    padding: 80px 0;
  }
}