.page-help-center-contact-ae888-customer-service {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-help-center-contact-ae888-customer-service__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-help-center-contact-ae888-customer-service__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #203A5F 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #FFD700;
}

.page-help-center-contact-ae888-customer-service__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[IMAGE:contact_hero]');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.page-help-center-contact-ae888-customer-service__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-help-center-contact-ae888-customer-service__title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-help-center-contact-ae888-customer-service__subtitle {
  font-size: 1.3em;
  color: #B0B0B0;
  margin-bottom: 30px;
}

.page-help-center-contact-ae888-customer-service__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 60px;
  position: relative;
}

.page-help-center-contact-ae888-customer-service__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-help-center-contact-ae888-customer-service__contact-methods {
  padding: 60px 0;
  background-color: #1A2A47;
}

.page-help-center-contact-ae888-customer-service__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-help-center-contact-ae888-customer-service__method-card {
  background-color: #0A192F;
  border: 1px solid #334D70;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-help-center-contact-ae888-customer-service__method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-help-center-contact-ae888-customer-service__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-help-center-contact-ae888-customer-service__method-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-help-center-contact-ae888-customer-service__method-description {
  font-size: 1em;
  color: #B0B0B0;
  margin-bottom: 25px;
}

.page-help-center-contact-ae888-customer-service__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  border: none;
}

.page-help-center-contact-ae888-customer-service__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-help-center-contact-ae888-customer-service__btn--primary:hover {
  background-color: #E0B500;
  transform: translateY(-2px);
}

.page-help-center-contact-ae888-customer-service__btn--secondary {
  background-color: #334D70;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-help-center-contact-ae888-customer-service__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-help-center-contact-ae888-customer-service__faq-section {
  padding: 60px 0 80px;
  background-color: #0A192F;
}

.page-help-center-contact-ae888-customer-service__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-help-center-contact-ae888-customer-service__faq-item {
  background-color: #1A2A47;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-help-center-contact-ae888-customer-service__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-help-center-contact-ae888-customer-service__faq-answer {
  font-size: 1em;
  color: #B0B0B0;
}

.page-help-center-contact-ae888-customer-service__more-info {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-help-center-contact-ae888-customer-service__text-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-help-center-contact-ae888-customer-service__text-link:hover {
  color: #E0B500;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-help-center-contact-ae888-customer-service__title {
    font-size: 2.5em;
  }

  .page-help-center-contact-ae888-customer-service__subtitle {
    font-size: 1.1em;
  }

  .page-help-center-contact-ae888-customer-service__section-title {
    font-size: 2em;
  }

  .page-help-center-contact-ae888-customer-service__grid {
    grid-template-columns: 1fr;
  }

  .page-help-center-contact-ae888-customer-service__method-card {
    padding: 25px;
  }

  .page-help-center-contact-ae888-customer-service__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-help-center-contact-ae888-customer-service__icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .page-help-center-contact-ae888-customer-service__title {
    font-size: 2em;
  }

  .page-help-center-contact-ae888-customer-service__subtitle {
    font-size: 1em;
  }

  .page-help-center-contact-ae888-customer-service__section-title {
    font-size: 1.8em;
  }

  .page-help-center-contact-ae888-customer-service__faq-question {
    font-size: 1.1em;
  }

  .page-help-center-contact-ae888-customer-service__faq-answer {
    font-size: 0.9em;
  }
}