.page-promo-vip-program {
  color: #333333; /* Dark text for default light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-promo-vip-program__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

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

.page-promo-vip-program__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-promo-vip-program__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 51, 102, 0.7); /* Semi-transparent main color overlay */
  border-radius: 10px;
}

.page-promo-vip-program__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFCC00; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promo-vip-program__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promo-vip-program__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Auxiliary color for CTA */
  color: #003366; /* Main color for text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-promo-vip-program__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-promo-vip-program__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-promo-vip-program__introduction-section,
.page-promo-vip-program__benefits-section,
.page-promo-vip-program__how-to-join-section,
.page-promo-vip-program__faq-section,
.page-promo-vip-program__cta-section,
.page-promo-vip-program__related-content-section {
  padding: 60px 0;
  text-align: center;
}

.page-promo-vip-program__introduction-section {
  background-color: #f8f8f8;
}

.page-promo-vip-program__section-title {
  font-size: 2.8em;
  color: #003366; /* Main color */
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-promo-vip-program__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00; /* Auxiliary color */
  border-radius: 2px;
}

.page-promo-vip-program__section-subtitle {
  font-size: 1.2em;
  color: #555555;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-promo-vip-program__text-content {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: left;
}

.page-promo-vip-program__action-button {
  display: inline-block;
  background-color: #003366; /* Main color */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-promo-vip-program__action-button:hover {
  background-color: #002244;
}

.page-promo-vip-program__tiers-section {
  background-color: #e6f0fa;
}

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

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

.page-promo-vip-program__tier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promo-vip-program__tier-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  width: 400px; /* Consistent with HTML width attribute */
  height: 300px; /* Consistent with HTML height attribute */
  object-fit: cover;
}

.page-promo-vip-program__tier-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
}

.page-promo-vip-program__tier-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-promo-vip-program__tier-features li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #555555;
}

.page-promo-vip-program__card-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-promo-vip-program__card-button:hover {
  background-color: #e6b800;
}

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

.page-promo-vip-program__benefit-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-promo-vip-program__benefit-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  width: 300px; /* Consistent with HTML width attribute */
  height: 200px; /* Consistent with HTML height attribute */
  object-fit: cover;
}

.page-promo-vip-program__benefit-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 10px;
}

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

.page-promo-vip-program__how-to-join-section {
  background-color: #f8f8f8;
}

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

.page-promo-vip-program__step-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}

.page-promo-vip-program__step-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
}

.page-promo-vip-program__step-description {
  font-size: 1.05em;
  color: #555555;
  margin-bottom: 25px;
}

.page-promo-vip-program__callout-text {
  font-size: 1.4em;
  color: #003366;
  margin-top: 60px;
  font-weight: bold;
}

.page-promo-vip-program__faq-section {
  background-color: #e6f0fa;
}

.page-promo-vip-program__faq-accordion {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

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

.page-promo-vip-program__accordion-header {
  font-size: 1.3em;
  color: #003366;
  padding: 20px;
  cursor: pointer;
  position: relative;
  user-select: none;
  margin: 0;
}

.page-promo-vip-program__accordion-header::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promo-vip-program__accordion-item.active .page-promo-vip-program__accordion-header::after {
  transform: translateY(-50%) rotate(45deg);
}

.page-promo-vip-program__accordion-content {
  padding: 0 20px 20px 20px;
  font-size: 1.05em;
  color: #555555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.page-promo-vip-program__accordion-item.active .page-promo-vip-program__accordion-content {
  max-height: 200px; /* Adjust as needed for content height */
}

.page-promo-vip-program__cta-section {
  background-color: #003366; /* Main color */
  color: #ffffff;
}

.page-promo-vip-program__cta-section .page-promo-vip-program__section-title,
.page-promo-vip-program__cta-section .page-promo-vip-program__section-subtitle {
  color: #ffffff;
}

.page-promo-vip-program__cta-section .page-promo-vip-program__section-title::after {
  background-color: #FFCC00;
}

.page-promo-vip-program__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promo-vip-program__cta-button--primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-promo-vip-program__cta-button--primary:hover {
  background-color: #e6b800;
}

.page-promo-vip-program__cta-button--secondary {
  background-color: #ffffff;
  color: #003366;
}

.page-promo-vip-program__cta-button--secondary:hover {
  background-color: #f0f0f0;
}

.page-promo-vip-program__related-content-section {
  background-color: #f8f8f8;
}

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

.page-promo-vip-program__related-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.page-promo-vip-program__related-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
  width: 400px; /* Consistent with HTML width attribute */
  height: 300px; /* Consistent with HTML height attribute */
  object-fit: cover;
}

.page-promo-vip-program__related-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 10px;
}

.page-promo-vip-program__related-title a {
  color: #003366;
  text-decoration: none;
}

.page-promo-vip-program__related-title a:hover {
  text-decoration: underline;
  color: #FFCC00;
}

.page-promo-vip-program__related-description {
  font-size: 0.95em;
  color: #555555;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-promo-vip-program__hero-title {
    font-size: 3em;
  }
  .page-promo-vip-program__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-promo-vip-program__hero-section {
    min-height: 400px;
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
  }
  .page-promo-vip-program__hero-title {
    font-size: 2.5em;
  }
  .page-promo-vip-program__hero-description {
    font-size: 1.1em;
  }
  .page-promo-vip-program__section-title {
    font-size: 1.8em;
  }
  .page-promo-vip-program__section-subtitle {
    font-size: 1em;
  }
  .page-promo-vip-program__tiers-grid,
  .page-promo-vip-program__benefits-grid,
  .page-promo-vip-program__steps-grid,
  .page-promo-vip-program__related-grid {
    grid-template-columns: 1fr;
  }
  .page-promo-vip-program__cta-buttons {
    flex-direction: column;
  }
  .page-promo-vip-program__cta-button {
    width: 100%;
  }

  /* Force images to be responsive and not overflow */
  .page-promo-vip-program img {
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  /* Specific image overrides to ensure min-size and responsiveness */
  .page-promo-vip-program__tier-card img,
  .page-promo-vip-program__benefit-item img,
  .page-promo-vip-program__related-card img {
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-promo-vip-program__accordion-header {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-promo-vip-program__hero-title {
    font-size: 2em;
  }
  .page-promo-vip-program__hero-description {
    font-size: 0.9em;
  }
  .page-promo-vip-program__cta-button {
    font-size: 1em;
    padding: 12px 20px;
  }
  .page-promo-vip-program__section-title {
    font-size: 1.5em;
  }
  .page-promo-vip-program__text-content {
    font-size: 0.95em;
  }
  .page-promo-vip-program__callout-text {
    font-size: 1.2em;
  }
}