.page-promotions-vip-program {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-promotions-vip-program__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section */
.page-promotions-vip-program__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%); /* Darker blue for better contrast */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-promotions-vip-program__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:k9cc_vip_hero_pattern,abstract,geometric]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-vip-program__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.page-promotions-vip-program__hero-description {
  font-size: 1.25em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-promotions-vip-program__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-promotions-vip-program__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-promotions-vip-program__button--primary {
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-promotions-vip-program__button--primary:hover {
  background-color: #e0a800;
  color: #003e80;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
}

.page-promotions-vip-program__button--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-promotions-vip-program__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

/* General Section Styles */
.page-promotions-vip-program__section {
  padding: 60px 0;
}

.page-promotions-vip-program__section--overview {
  background-color: #fff;
}

.page-promotions-vip-program__section--levels {
  background-color: #f0f4f8;
}

.page-promotions-vip-program__section--benefits {
  background-color: #fff;
}

.page-promotions-vip-program__section--how-to-join {
  background-color: #f0f4f8;
}

.page-promotions-vip-program__section--faq {
  background-color: #fff;
}

.page-promotions-vip-program__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-vip-program__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-vip-program__text-content {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #555;
}

.page-promotions-vip-program__image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* VIP Level Cards */
.page-promotions-vip-program__level-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promotions-vip-program__card {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-promotions-vip-program__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-promotions-vip-program__card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-vip-program__card-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-promotions-vip-program__card-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.page-promotions-vip-program__card-features li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23ffc107"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 28px;
  margin-bottom: 10px;
  color: #444;
}

/* Benefits Grid */
.page-promotions-vip-program__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-promotions-vip-program__benefit-item {
  background-color: #fefefe;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-promotions-vip-program__benefit-item:hover {
  transform: translateY(-5px);
}

.page-promotions-vip-program__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 10px rgba(0, 123, 255, 0.2));
}

.page-promotions-vip-program__benefit-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-promotions-vip-program__benefit-description {
  font-size: 1em;
  color: #666;
}

/* How to Join Section */
.page-promotions-vip-program__steps-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 50px auto;
}

.page-promotions-vip-program__steps-list li {
  background-color: #fff;
  border-left: 5px solid #007bff;
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  position: relative;
}

.page-promotions-vip-program__steps-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.4);
  border: 3px solid #fff;
}

.page-promotions-vip-program__step-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 10px;
  padding-left: 30px;
}

.page-promotions-vip-program__step-description {
  font-size: 1.05em;
  color: #555;
  padding-left: 30px;
}

.page-promotions-vip-program__step-description a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-vip-program__step-description a:hover {
  text-decoration: underline;
}

.page-promotions-vip-program__action-area {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* FAQ Section */
.page-promotions-vip-program__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.page-promotions-vip-program__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-vip-program__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: bold;
  color: #ffc107;
  transition: transform 0.3s ease;
}

.page-promotions-vip-program__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-vip-program__faq-answer {
  font-size: 1em;
  color: #666;
  display: none; /* Hidden by default, toggled by JS */
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.page-promotions-vip-program__faq-answer.active {
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-vip-program__hero-title {
    font-size: 2.8em;
  }

  .page-promotions-vip-program__hero-description {
    font-size: 1.1em;
  }

  .page-promotions-vip-program__section-title {
    font-size: 2em;
  }

  .page-promotions-vip-program__level-cards,
  .page-promotions-vip-program__benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-vip-program__hero-title {
    font-size: 2.2em;
  }

  .page-promotions-vip-program__hero-description {
    font-size: 1em;
  }

  .page-promotions-vip-program__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-vip-program__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-promotions-vip-program__section {
    padding: 40px 0;
  }

  .page-promotions-vip-program__section-title {
    font-size: 1.8em;
  }

  .page-promotions-vip-program__text-content {
    font-size: 0.95em;
  }

  .page-promotions-vip-program__card,
  .page-promotions-vip-program__benefit-item,
  .page-promotions-vip-program__faq-item {
    padding: 20px;
  }

  .page-promotions-vip-program__steps-list li {
    padding: 20px;
    border-left: 4px solid #007bff;
  }

  .page-promotions-vip-program__steps-list li::before {
    left: -20px;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }

  .page-promotions-vip-program__step-title {
    font-size: 1.4em;
    padding-left: 20px;
  }

  .page-promotions-vip-program__step-description {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .page-promotions-vip-program__hero-title {
    font-size: 1.8em;
  }

  .page-promotions-vip-program__section-title {
    font-size: 1.5em;
  }

  .page-promotions-vip-program__button {
    width: 90%;
  }

  .page-promotions-vip-program__level-cards,
  .page-promotions-vip-program__benefits-grid {
    grid-template-columns: 1fr;
  }
}