.page-vip-zone-exclusive-customer-service {
  padding-top: var(--header-offset, 120px); /* Ensures content is below the fixed header */
  color: #ffffff; /* Light text for dark body background */
  background-color: #0D0D0D; /* Inherited from shared, explicitly set for context */
}

.page-vip-zone-exclusive-customer-service__hero-section {
  background: linear-gradient(135deg, #FFD70033, #1A1A1A);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.page-vip-zone-exclusive-customer-service__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0 20px;
}

.page-vip-zone-exclusive-customer-service__hero-content {
  flex: 1;
  max-width: 600px;
}

.page-vip-zone-exclusive-customer-service__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-vip-zone-exclusive-customer-service__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-vip-zone-exclusive-customer-service__hero-actions {
  display: flex;
  gap: 20px;
}

.page-vip-zone-exclusive-customer-service__button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 150px;
}

.page-vip-zone-exclusive-customer-service__button--primary {
  background-color: #FFD700;
  color: #1A1A1A;
  border: 2px solid #FFD700;
}

.page-vip-zone-exclusive-customer-service__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-vip-zone-exclusive-customer-service__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-vip-zone-exclusive-customer-service__button--secondary:hover {
  background-color: #FFD700;
  color: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-vip-zone-exclusive-customer-service__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-vip-zone-exclusive-customer-service__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  min-height: 200px;
}

.page-vip-zone-exclusive-customer-service__content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-vip-zone-exclusive-customer-service__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.page-vip-zone-exclusive-customer-service__section-description {
  font-size: 1.1em;
  line-height: 1.7;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #cccccc;
}

.page-vip-zone-exclusive-customer-service__benefits-section {
  padding: 60px 0;
  background-color: #1A1A1A;
}

.page-vip-zone-exclusive-customer-service__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-vip-zone-exclusive-customer-service__benefit-card {
  background-color: #2a2a2a;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-vip-zone-exclusive-customer-service__benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-vip-zone-exclusive-customer-service__benefit-icon {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-vip-zone-exclusive-customer-service__card-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-vip-zone-exclusive-customer-service__card-text {
  font-size: 1em;
  line-height: 1.7;
  color: #e0e0e0;
}

.page-vip-zone-exclusive-customer-service__how-to-join-section {
  padding: 60px 0;
  background-color: #0D0D0D;
}

.page-vip-zone-exclusive-customer-service__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-vip-zone-exclusive-customer-service__step-card {
  background-color: #1A1A1A;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.page-vip-zone-exclusive-customer-service__step-number {
  font-size: 3em;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 15px;
  background-color: #FFD70022;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFD700;
}

.page-vip-zone-exclusive-customer-service__step-card .page-vip-zone-exclusive-customer-service__card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-vip-zone-exclusive-customer-service__step-card .page-vip-zone-exclusive-customer-service__card-text a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-vip-zone-exclusive-customer-service__step-card .page-vip-zone-exclusive-customer-service__card-text a:hover {
  text-decoration: underline;
}

.page-vip-zone-exclusive-customer-service__call-to-action {
  text-align: center;
  margin-top: 40px;
}

.page-vip-zone-exclusive-customer-service__cta-text {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-vip-zone-exclusive-customer-service__faq-section {
  padding: 60px 0;
  background-color: #1A1A1A;
}

.page-vip-zone-exclusive-customer-service__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-vip-zone-exclusive-customer-service__faq-item {
  background-color: #2a2a2a;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-vip-zone-exclusive-customer-service__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-vip-zone-exclusive-customer-service__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-vip-zone-exclusive-customer-service__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-vip-zone-exclusive-customer-service__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #e0e0e0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
  opacity: 0;
  padding-top: 0;
}

.page-vip-zone-exclusive-customer-service__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  opacity: 1;
  padding-top: 15px;
}

.page-vip-zone-exclusive-customer-service__faq-answer a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-vip-zone-exclusive-customer-service__faq-answer a:hover {
  text-decoration: underline;
}

.page-vip-zone-exclusive-customer-service__contact-section {
  padding: 60px 0;
  background-color: #0D0D0D;
}

.page-vip-zone-exclusive-customer-service__contact-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.page-vip-zone-exclusive-customer-service__contact-card {
  background-color: #1A1A1A;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-vip-zone-exclusive-customer-service__contact-card .page-vip-zone-exclusive-customer-service__card-title {
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-vip-zone-exclusive-customer-service__contact-card .page-vip-zone-exclusive-customer-service__card-text {
  margin-bottom: 25px;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-vip-zone-exclusive-customer-service__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-vip-zone-exclusive-customer-service__hero-content {
    max-width: 100%;
  }

  .page-vip-zone-exclusive-customer-service__hero-image-wrapper {
    order: -1; /* Image above text on smaller screens */
    margin-bottom: 30px;
  }

  .page-vip-zone-exclusive-customer-service__hero-title {
    font-size: 2.5em;
  }

  .page-vip-zone-exclusive-customer-service__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-vip-zone-exclusive-customer-service__hero-section {
    padding: 40px 0;
  }

  .page-vip-zone-exclusive-customer-service__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-vip-zone-exclusive-customer-service__button {
    width: 100%;
    min-width: unset;
  }

  .page-vip-zone-exclusive-customer-service__hero-title {
    font-size: 2em;
  }

  .page-vip-zone-exclusive-customer-service__hero-description,
  .page-vip-zone-exclusive-customer-service__section-description,
  .page-vip-zone-exclusive-customer-service__cta-text {
    font-size: 1em;
  }

  .page-vip-zone-exclusive-customer-service__section-title {
    font-size: 1.8em;
  }

  .page-vip-zone-exclusive-customer-service__benefit-card,
  .page-vip-zone-exclusive-customer-service__step-card,
  .page-vip-zone-exclusive-customer-service__contact-card {
    padding: 20px;
  }

  .page-vip-zone-exclusive-customer-service__card-title {
    font-size: 1.4em;
  }

  .page-vip-zone-exclusive-customer-service__faq-question {
    font-size: 1.1em;
  }
}