.page-vip-program-levels-privileges {
  font-family: Arial, sans-serif;
  color: #333333; /* Default dark text for light background */
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-vip-program-levels-privileges__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Color Contrast Fixes */
.page-vip-program-levels-privileges__dark-bg {
  background-color: #007bff;
  color: #ffffff; /* White text for primary brand color background */
}

.page-vip-program-levels-privileges__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for white background */
}

.page-vip-program-levels-privileges__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-vip-program-levels-privileges__dark-bg .page-vip-program-levels-privileges__section-title {
  color: #ffffff;
}

.page-vip-program-levels-privileges__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555555;
}

.page-vip-program-levels-privileges__dark-bg .page-vip-program-levels-privileges__section-description {
  color: #f0f0f0;
}

.page-vip-program-levels-privileges__btn-primary,
.page-vip-program-levels-privileges__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-vip-program-levels-privileges__btn-primary {
  background-color: #007bff;
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-vip-program-levels-privileges__btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-vip-program-levels-privileges__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-vip-program-levels-privileges__btn-secondary:hover {
  background-color: #ffffff;
  color: #007bff;
}

/* Hero Section */
.page-vip-program-levels-privileges__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.page-vip-program-levels-privileges__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-vip-program-levels-privileges__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-vip-program-levels-privileges__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-vip-program-levels-privileges__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-vip-program-levels-privileges__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-vip-program-levels-privileges__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

/* Introduction Section */
.page-vip-program-levels-privileges__introduction-section {
  padding: 80px 0;
}

.page-vip-program-levels-privileges__intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-vip-program-levels-privileges__intro-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  transition: transform 0.3s ease;
}

.page-vip-program-levels-privileges__intro-item:hover {
  transform: translateY(-10px);
}

.page-vip-program-levels-privileges__intro-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-vip-program-levels-privileges__intro-item-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-vip-program-levels-privileges__intro-item-text {
  color: #555555;
}

/* VIP Levels Section */
.page-vip-program-levels-privileges__levels-section {
  padding: 80px 0;
}

.page-vip-program-levels-privileges__levels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-vip-program-levels-privileges__level-card {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-vip-program-levels-privileges__level-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-vip-program-levels-privileges__level-title {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 20px;
}

.page-vip-program-levels-privileges__level-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-vip-program-levels-privileges__level-text {
  font-size: 1em;
  line-height: 1.8;
  text-align: left;
}

/* Privileges Section */
.page-vip-program-levels-privileges__privileges-section {
  padding: 80px 0;
}

.page-vip-program-levels-privileges__privileges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-vip-program-levels-privileges__privilege-card {
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-vip-program-levels-privileges__privilege-card:hover {
  transform: translateY(-10px);
}

.page-vip-program-levels-privileges__privilege-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-vip-program-levels-privileges__privilege-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-vip-program-levels-privileges__privilege-text {
  color: #555555;
}

/* Upgrade Section */
.page-vip-program-levels-privileges__upgrade-section {
  padding: 80px 0;
}

.page-vip-program-levels-privileges__upgrade-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
  text-align: center;
}

.page-vip-program-levels-privileges__step-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  padding-top: 60px;
  color: #333333;
}

.page-vip-program-levels-privileges__step-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #28a745;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  border: 4px solid #007bff;
}

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

.page-vip-program-levels-privileges__step-text {
  color: #555555;
}

.page-vip-program-levels-privileges__tips-section {
  margin-top: 60px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.page-vip-program-levels-privileges__tips-title {
  font-size: 2em;
  color: #28a745;
  text-align: center;
  margin-bottom: 30px;
}

.page-vip-program-levels-privileges__tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-vip-program-levels-privileges__tips-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555555;
}

.page-vip-program-levels-privileges__list-icon {
  margin-right: 15px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  object-fit: contain;
  filter: brightness(0.8) sepia(1) hue-rotate(100deg) saturate(3); /* Example: green tint */
  /* IMPORTANT: The filter above is for demonstration only to show icon color. Actual images should not use filter to change color. */
}


/* FAQ Section */
.page-vip-program-levels-privileges__faq-section {
  padding: 80px 0;
}

.page-vip-program-levels-privileges__faq-list {
  max-width: 900px;
  margin: 50px auto 0 auto;
}

.page-vip-program-levels-privileges__faq-item {
  background-color: #f8f9fa;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #333333;
}

.page-vip-program-levels-privileges__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  font-size: 1.2em;
  font-weight: bold;
  color: #007bff;
}

.page-vip-program-levels-privileges__faq-question:hover {
  background-color: #e9ecef;
}

.page-vip-program-levels-privileges__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #28a745;
  transition: transform 0.3s ease;
}

.page-vip-program-levels-privileges__faq-item.active .page-vip-program-levels-privileges__faq-toggle {
  transform: rotate(45deg);
}

.page-vip-program-levels-privileges__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-vip-program-levels-privileges__faq-item.active .page-vip-program-levels-privileges__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 25px;
}

.page-vip-program-levels-privileges__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
}

/* CTA Section */
.page-vip-program-levels-privileges__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-vip-program-levels-privileges__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-vip-program-levels-privileges__hero-title {
    font-size: 2.8em;
  }

  .page-vip-program-levels-privileges__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-vip-program-levels-privileges {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-vip-program-levels-privileges__container,
  .page-vip-program-levels-privileges__hero-section,
  .page-vip-program-levels-privileges__introduction-section,
  .page-vip-program-levels-privileges__levels-section,
  .page-vip-program-levels-privileges__privileges-section,
  .page-vip-program-levels-privileges__upgrade-section,
  .page-vip-program-levels-privileges__faq-section,
  .page-vip-program-levels-privileges__cta-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .page-vip-program-levels-privileges__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 60px;
  }

  .page-vip-program-levels-privileges__hero-title {
    font-size: 2.2em;
  }

  .page-vip-program-levels-privileges__hero-description {
    font-size: 1em;
  }

  .page-vip-program-levels-privileges__hero-cta-buttons,
  .page-vip-program-levels-privileges__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-vip-program-levels-privileges__btn-primary,
  .page-vip-program-levels-privileges__btn-secondary {
    padding: 12px 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-vip-program-levels-privileges__section-title {
    font-size: 1.8em;
  }

  .page-vip-program-levels-privileges__section-description {
    font-size: 0.95em;
  }

  .page-vip-program-levels-privileges__intro-grid,
  .page-vip-program-levels-privileges__levels-grid,
  .page-vip-program-levels-privileges__privileges-grid,
  .page-vip-program-levels-privileges__upgrade-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-vip-program-levels-privileges__intro-image,
  .page-vip-program-levels-privileges__level-image,
  .page-vip-program-levels-privileges__privilege-image {
    height: auto;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-vip-program-levels-privileges img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-vip-program-levels-privileges__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-vip-program-levels-privileges__faq-answer {
    padding: 0 20px;
  }

  .page-vip-program-levels-privileges__faq-item.active .page-vip-program-levels-privileges__faq-answer {
    padding: 15px 20px;
  }

  .page-vip-program-levels-privileges__step-item {
    padding-top: 50px;
  }

  .page-vip-program-levels-privileges__step-icon {
    top: -20px;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
}

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

  .page-vip-program-levels-privileges__section-title {
    font-size: 1.6em;
  }

  .page-vip-program-levels-privileges__intro-item-title,
  .page-vip-program-levels-privileges__level-title,
  .page-vip-program-levels-privileges__privilege-title,
  .page-vip-program-levels-privileges__step-title,
  .page-vip-program-levels-privileges__tips-title {
    font-size: 1.4em;
  }
}