.page-vip-program-levels {
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.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: #1a1a2e;
  color: #ffffff;
}

.page-vip-program-levels__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

.page-vip-program-levels__section-title {
  font-size: 2.5rem;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-vip-program-levels__section-description {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-vip-program-levels__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
}

.page-vip-program-levels__centered-text {
  text-align: center;
}

.page-vip-program-levels__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.page-vip-program-levels__btn-primary:hover {
  background-color: #1e87b7;
}

.page-vip-program-levels__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  overflow: hidden;
}

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

.page-vip-program-levels__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

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

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

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

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

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

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

.page-vip-program-levels__level-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  color: #ffffff;
}

.page-vip-program-levels__level-card:hover {
  transform: translateY(-10px);
  background-color: rgba(38, 169, 224, 0.2);
}

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

.page-vip-program-levels__level-title {
  font-size: 1.8rem;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-vip-program-levels__level-description {
  font-size: 1rem;
  color: #f0f0f0;
}

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

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

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

.page-vip-program-levels__benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

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

.page-vip-program-levels__benefit-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-vip-program-levels__benefit-description {
  font-size: 0.95rem;
  color: #555555;
}

.page-vip-program-levels__join-steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.page-vip-program-levels__join-steps li {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-vip-program-levels__step-title {
  font-size: 1.6rem;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-vip-program-levels__join-steps p {
  font-size: 1rem;
  color: #f0f0f0;
  margin-bottom: 0;
}

.page-vip-program-levels__join-steps a {
  color: #EA7C07; /* Login color for emphasis */
  text-decoration: underline;
  font-weight: bold;
}

.page-vip-program-levels__join-steps a:hover {
  color: #ff9933;
}

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

.page-vip-program-levels__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

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

.page-vip-program-levels__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  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: #e5e5e5;
}

.page-vip-program-levels__faq-title {
  font-size: 1.1rem;
  margin: 0;
  color: #333333;
}

.page-vip-program-levels__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #26A9E0;
  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;
  background-color: #ffffff;
  color: #555555;
}

.page-vip-program-levels__faq-item.active .page-vip-program-levels__faq-answer {
  max-height: 1000px !important;
  padding: 15px 25px;
}

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

.page-vip-program-levels__cta-content {
  max-width: 800px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-vip-program-levels__hero-title {
    font-size: 3rem;
  }
  .page-vip-program-levels__section-title {
    font-size: 2rem;
  }
  .page-vip-program-levels__levels-grid,
  .page-vip-program-levels__benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-vip-program-levels {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-vip-program-levels__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }
  .page-vip-program-levels__hero-title {
    font-size: 2.2rem;
  }
  .page-vip-program-levels__hero-description {
    font-size: 1rem;
  }
  .page-vip-program-levels__btn-primary {
    padding: 12px 25px;
    font-size: 0.9rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-vip-program-levels__introduction-section,
  .page-vip-program-levels__levels-section,
  .page-vip-program-levels__benefits-section,
  .page-vip-program-levels__join-section,
  .page-vip-program-levels__faq-section,
  .page-vip-program-levels__cta-section {
    padding: 60px 0;
  }
  .page-vip-program-levels__container,
  .page-vip-program-levels__hero-content,
  .page-vip-program-levels__levels-grid,
  .page-vip-program-levels__benefits-grid,
  .page-vip-program-levels__join-steps,
  .page-vip-program-levels__faq-list,
  .page-vip-program-levels__faq-item,
  .page-vip-program-levels__faq-question,
  .page-vip-program-levels__faq-answer {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-vip-program-levels__level-card,
  .page-vip-program-levels__benefit-card,
  .page-vip-program-levels__join-steps li {
    padding: 20px;
  }
  .page-vip-program-levels__level-image,
  .page-vip-program-levels__benefit-image,
  .page-vip-program-levels img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-vip-program-levels__faq-question {
    padding: 15px 20px;
  }
  .page-vip-program-levels__faq-answer {
    padding: 0 20px;
  }
  .page-vip-program-levels__faq-item.active .page-vip-program-levels__faq-answer {
    padding: 15px 20px;
  }
  .page-vip-program-levels__cta-content {
    padding: 0 15px;
  }
  .page-vip-program-levels__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}