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

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

.page-promotions-vip-program__hero-section {
  background-color: #26A9E0;
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-promotions-vip-program__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

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

.page-promotions-vip-program__btn-primary,
.page-promotions-vip-program__btn-secondary {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-promotions-vip-program__btn-primary {
  background-color: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
  margin: 10px;
}

.page-promotions-vip-program__btn-primary:hover {
  background-color: #d86c06;
  border-color: #d86c06;
}

.page-promotions-vip-program__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  margin: 10px;
}

.page-promotions-vip-program__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-promotions-vip-program__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-align: center;
  color: #26A9E0;
}

.page-promotions-vip-program__section-subtitle {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-promotions-vip-program__introduction-section,
.page-promotions-vip-program__exclusive-offers-section,
.page-promotions-vip-program__faq-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-promotions-vip-program__tiers-section,
.page-promotions-vip-program__support-section {
  padding: 60px 0;
  background-color: #26A9E0;
  color: #ffffff;
}

.page-promotions-vip-program__tiers-section .page-promotions-vip-program__section-title,
.page-promotions-vip-program__support-section .page-promotions-vip-program__section-title {
  color: #ffffff;
}

.page-promotions-vip-program__tiers-section .page-promotions-vip-program__section-subtitle,
.page-promotions-vip-program__support-section .page-promotions-vip-program__section-subtitle {
  color: #f0f0f0;
}

.page-promotions-vip-program__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-promotions-vip-program__content-grid .page-promotions-vip-program__text-block {
  flex: 1;
}

.page-promotions-vip-program__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-promotions-vip-program__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.page-promotions-vip-program__image-wrapper--full-width {
  flex: none;
  width: 100%;
  margin-top: 40px;
}

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

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

.page-promotions-vip-program__card {
  background-color: #ffffff;
  color: #333333;
  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-promotions-vip-program__card:hover {
  transform: translateY(-10px);
}

.page-promotions-vip-program__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-vip-program__card-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
}

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

.page-promotions-vip-program__benefits-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-promotions-vip-program__benefits-list li::before {
  content: '✔';
  color: #26A9E0;
  position: absolute;
  left: 0;
  top: 0;
}

.page-promotions-vip-program__text-center {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-promotions-vip-program__feature-item {
  text-align: center;
}

.page-promotions-vip-program__feature-icon {
  max-width: 200px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.page-promotions-vip-program__feature-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-promotions-vip-program__faq-list {
  margin-top: 40px;
}

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

.page-promotions-vip-program__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #26A9E0;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  border-radius: 8px;
}

.page-promotions-vip-program__faq-question h3 {
  margin: 0;
  color: #ffffff;
}

.page-promotions-vip-program__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-promotions-vip-program__faq-item.active .page-promotions-vip-program__faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-promotions-vip-program__faq-item.active .page-promotions-vip-program__faq-toggle {
  transform: rotate(45deg); /* Plus to X */
}

.page-promotions-vip-program__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #ffffff;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-promotions-vip-program__faq-item.active .page-promotions-vip-program__faq-answer {
  max-height: 1000px !important; /* Ensure content fits */
  padding: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-vip-program__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-vip-program__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-vip-program__section-title {
    font-size: 2em;
  }
  .page-promotions-vip-program__content-grid {
    flex-direction: column;
  }
  .page-promotions-vip-program__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-vip-program__btn-primary,
  .page-promotions-vip-program__btn-secondary {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .page-promotions-vip-program__hero-title {
    font-size: 2em;
  }
  .page-promotions-vip-program__hero-description {
    font-size: 1em;
  }
  .page-promotions-vip-program__section-title {
    font-size: 1.8em;
  }
  .page-promotions-vip-program__section-subtitle {
    font-size: 1em;
  }

  /* Mobile image responsiveness */
  .page-promotions-vip-program img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-promotions-vip-program__image-wrapper,
  .page-promotions-vip-program__content-grid,
  .page-promotions-vip-program__tiers-grid,
  .page-promotions-vip-program__offers-grid,
  .page-promotions-vip-program__support-features,
  .page-promotions-vip-program__faq-list,
  .page-promotions-vip-program__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  /* Mobile button responsiveness */
  .page-promotions-vip-program__cta-button,
  .page-promotions-vip-program__btn-primary,
  .page-promotions-vip-program__btn-secondary,
  .page-promotions-vip-program a[class*="button"],
  .page-promotions-vip-program a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-vip-program__cta-buttons,
  .page-promotions-vip-program__button-group,
  .page-promotions-vip-program__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }

  .page-promotions-vip-program__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-promotions-vip-program__introduction-section,
  .page-promotions-vip-program__tiers-section,
  .page-promotions-vip-program__exclusive-offers-section,
  .page-promotions-vip-program__support-section,
  .page-promotions-vip-program__faq-section {
    padding: 40px 0;
  }
  .page-promotions-vip-program__card {
    padding: 20px;
  }
  .page-promotions-vip-program__faq-question,
  .page-promotions-vip-program__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
}