/* style/resources-go8-customer-support.css */
.page-resources-go8-customer-support {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-resources-go8-customer-support__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #3a5c9f 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-go8-customer-support__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(227, 181, 5, 0.1);
  border-radius: 50%;
  transform: rotate(45deg);
}

.page-resources-go8-customer-support__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background-color: rgba(227, 181, 5, 0.15);
  border-radius: 50%;
  transform: rotate(-30deg);
}

.page-resources-go8-customer-support__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E3B505;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-resources-go8-customer-support__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-go8-customer-support__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-go8-customer-support__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-go8-customer-support__btn--primary {
  background-color: #E3B505; /* Wealth Gold */
  color: #0A2463; /* Tech Blue */
  border: 2px solid #E3B505;
}

.page-resources-go8-customer-support__btn--primary:hover {
  background-color: #cf9f04;
  color: #051a4a;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-go8-customer-support__btn--secondary {
  background-color: transparent;
  color: #E3B505; /* Wealth Gold */
  border: 2px solid #E3B505;
}

.page-resources-go8-customer-support__btn--secondary:hover {
  background-color: #E3B505;
  color: #0A2463;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-go8-customer-support__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-go8-customer-support__intro p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #444;
}

.page-resources-go8-customer-support__section-title {
  font-size: 2.2em;
  color: #0A2463;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

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

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

.page-resources-go8-customer-support__channel-item {
  background-color: #f0f4f8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-go8-customer-support__channel-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

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

.page-resources-go8-customer-support__channel-item p {
  color: #555;
}

.page-resources-go8-customer-support__channel-item a {
  color: #0A2463;
  text-decoration: underline;
}

.page-resources-go8-customer-support__channel-item a:hover {
  color: #E3B505;
}

.page-resources-go8-customer-support__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-go8-customer-support__list li {
  background-color: #fdfdfd;
  border-left: 5px solid #E3B505;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  color: #333;
  font-size: 1.05em;
}

.page-resources-go8-customer-support__list li strong {
  color: #0A2463;
}

.page-resources-go8-customer-support__cta-banner {
  background: linear-gradient(90deg, #0A2463, #2a4c8a);
  padding: 50px 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page-resources-go8-customer-support__cta-title {
  font-size: 2.5em;
  color: #E3B505;
  margin-bottom: 15px;
}

.page-resources-go8-customer-support__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-go8-customer-support__cta-banner .page-resources-go8-customer-support__btn {
  margin: 0 10px;
}

.page-resources-go8-customer-support__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-go8-customer-support__hero-title {
    font-size: 2.5em;
  }

  .page-resources-go8-customer-support__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-go8-customer-support__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-go8-customer-support__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-go8-customer-support__section-title {
    font-size: 1.8em;
  }

  .page-resources-go8-customer-support__channel-item {
    padding: 20px;
  }

  .page-resources-go8-customer-support__channel-title {
    font-size: 1.4em;
  }

  .page-resources-go8-customer-support__cta-title {
    font-size: 2em;
  }

  .page-resources-go8-customer-support__cta-text {
    font-size: 1em;
  }
}

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

  .page-resources-go8-customer-support__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-go8-customer-support__btn {
    width: 90%;
  }

  .page-resources-go8-customer-support__section-title {
    font-size: 1.5em;
  }

  .page-resources-go8-customer-support__cta-title {
    font-size: 1.8em;
  }
}