.page-vip-program-levels {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

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

.page-vip-program-levels__dark-bg {
  background-color: #000080; /* Auxiliary color for dark sections */
  color: #ffffff;
}

.page-vip-program-levels__light-bg {
  background-color: #f8f9fa; /* Light background for contrast sections */
  color: #333333;
}

.page-vip-program-levels__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-vip-program-levels__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-vip-program-levels__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-vip-program-levels__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

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

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

.page-vip-program-levels__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-vip-program-levels__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Subtle background image */
}

.page-vip-program-levels__btn-primary {
  display: inline-block;
  background-color: #FFD700;
  color: #000080; /* Dark blue text on gold button for contrast */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FFD700;
}

.page-vip-program-levels__btn-primary:hover {
  background-color: #e6c200;
  color: #000050;
}

.page-vip-program-levels__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #FFD700;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-vip-program-levels__btn-secondary:hover {
  background-color: #FFD700;
  color: #000080;
}

.page-vip-program-levels__introduction-section {
  padding: 80px 0;
}

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

.page-vip-program-levels__feature-card {
  background-color: #ffffff; /* White background for light section cards */
  color: #333333;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-vip-program-levels__feature-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.page-vip-program-levels__feature-title {
  font-size: 1.5em;
  color: #000080; /* Dark blue for feature titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-vip-program-levels__feature-text {
  font-size: 1em;
  color: #555555;
}

.page-vip-program-levels__levels-overview {
  padding: 80px 0;
}

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

.page-vip-program-levels__level-card {
  background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white on dark background */
  color: #ffffff;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 215, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-vip-program-levels__level-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for level titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-vip-program-levels__level-requirement {
  font-size: 1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-vip-program-levels__level-benefits {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 20px;
}

.page-vip-program-levels__level-benefits li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #f0f0f0;
}

.page-vip-program-levels__level-benefits li::before {
  content: '★';
  color: #FFD700; /* Gold star */
  position: absolute;
  left: 0;
  top: 0;
}

.page-vip-program-levels__note-text {
  text-align: center;
  margin-top: 40px;
  font-style: italic;
  color: #cccccc;
}

.page-vip-program-levels__detailed-privileges {
  padding: 80px 0;
}

.page-vip-program-levels__privilege-item {
  background-color: #ffffff; /* White background for light section cards */
  color: #333333;
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-vip-program-levels__privilege-title {
  font-size: 2em;
  color: #000080; /* Dark blue for privilege titles */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-vip-program-levels__privilege-item p {
  margin-bottom: 15px;
  color: #555555;
}

.page-vip-program-levels__privilege-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555555;
}

.page-vip-program-levels__privilege-list li {
  margin-bottom: 8px;
}

.page-vip-program-levels__privilege-list strong {
  color: #000080;
}

.page-vip-program-levels__privilege-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-vip-program-levels__how-to-join {
  padding: 80px 0;
}

.page-vip-program-levels__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  text-align: left;
}

.page-vip-program-levels__steps-list li {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 70px;
  font-size: 1.1em;
}

.page-vip-program-levels__steps-list li:before {
  content: counter(step-counter);
  counter-increment: step-counter;
  background-color: #FFD700;
  color: #000080;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-vip-program-levels__steps-list li strong {
  color: #FFD700;
  display: block;
  margin-bottom: 5px;
}

.page-vip-program-levels__steps-list li a {
  color: #FFD700;
  text-decoration: underline;
}

.page-vip-program-levels__cta-buttons {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-vip-program-levels__faq-section {
  padding: 80px 0;
}

.page-vip-program-levels__faq-list {
  margin-top: 40px;
}

.page-vip-program-levels__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-vip-program-levels__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000080; /* Dark blue for FAQ questions */
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

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

.page-vip-program-levels__faq-toggle {
  font-size: 1.5em;
  color: #FFD700; /* Gold for toggle icon */
  transition: transform 0.3s ease;
}

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

.page-vip-program-levels__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__faq-item.active .page-vip-program-levels__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-vip-program-levels__faq-answer p {
  margin-bottom: 0;
}

.page-vip-program-levels__cta-section {
  padding: 80px 0;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-vip-program-levels__hero-title {
    font-size: 3em;
  }
  .page-vip-program-levels__hero-description {
    font-size: 1.1em;
  }
  .page-vip-program-levels__section-title {
    font-size: 2em;
  }
  .page-vip-program-levels__privilege-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-vip-program-levels {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-vip-program-levels__container {
    padding: 0 15px;
  }
  .page-vip-program-levels__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure content is below fixed header */
    padding-bottom: 60px;
  }
  .page-vip-program-levels__hero-title {
    font-size: 2.2em;
  }
  .page-vip-program-levels__hero-description {
    font-size: 1em;
  }
  .page-vip-program-levels__btn-primary,
  .page-vip-program-levels__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 0 0 !important; /* Reset margin for stacked buttons */
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-vip-program-levels__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-vip-program-levels__introduction-section,
  .page-vip-program-levels__levels-overview,
  .page-vip-program-levels__detailed-privileges,
  .page-vip-program-levels__how-to-join,
  .page-vip-program-levels__faq-section,
  .page-vip-program-levels__cta-section {
    padding: 40px 0;
  }
  .page-vip-program-levels__section-title {
    font-size: 1.8em;
  }
  .page-vip-program-levels__feature-card,
  .page-vip-program-levels__level-card,
  .page-vip-program-levels__privilege-item,
  .page-vip-program-levels__faq-item {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-vip-program-levels__features-grid,
  .page-vip-program-levels__levels-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-vip-program-levels__privilege-title {
    font-size: 1.5em;
  }
  .page-vip-program-levels__privilege-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-vip-program-levels__steps-list li {
    padding-left: 60px;
    font-size: 1em;
  }
  .page-vip-program-levels__steps-list li:before {
    width: 35px;
    height: 35px;
    font-size: 1.1em;
  }
  .page-vip-program-levels__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-vip-program-levels__faq-answer {
    padding: 10px 20px;
  }
  .page-vip-program-levels img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-vip-program-levels__section,
  .page-vip-program-levels__card,
  .page-vip-program-levels__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}