.page-promotions-vip-exclusive-rewards-program {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A2A3A;
  line-height: 1.6;
}

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

.page-promotions-vip-exclusive-rewards-program__hero {
  background: linear-gradient(135deg, #1A2A3A 0%, #3a5c7c 100%);
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-promotions-vip-exclusive-rewards-program__hero-content {
  max-width: 800px;
  z-index: 1;
  position: relative;
}

.page-promotions-vip-exclusive-rewards-program__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-promotions-vip-exclusive-rewards-program__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-promotions-vip-exclusive-rewards-program__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2A3A;
  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;
  border: none;
  cursor: pointer;
}

.page-promotions-vip-exclusive-rewards-program__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-vip-exclusive-rewards-program__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-promotions-vip-exclusive-rewards-program__intro-text,
.page-promotions-vip-exclusive-rewards-program__benefits,
.page-promotions-vip-exclusive-rewards-program__tiers,
.page-promotions-vip-exclusive-rewards-program__cta-section,
.page-promotions-vip-exclusive-rewards-program__faq,
.page-promotions-vip-exclusive-rewards-program__final-cta {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-vip-exclusive-rewards-program__intro-text {
  background-color: #2A3A4A;
}

.page-promotions-vip-exclusive-rewards-program__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-promotions-vip-exclusive-rewards-program__paragraph {
  font-size: 1.1em;
  color: #CCCCCC;
  max-width: 900px;
  margin: 0 auto 20px auto;
  line-height: 1.8;
}

.page-promotions-vip-exclusive-rewards-program__benefits {
  background-color: #1A2A3A;
}

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

.page-promotions-vip-exclusive-rewards-program__benefit-item {
  background-color: #2A3A4A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  border: 1px solid #3a5c7c;
}

.page-promotions-vip-exclusive-rewards-program__benefit-item:hover {
  transform: translateY(-10px);
}

.page-promotions-vip-exclusive-rewards-program__benefit-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-promotions-vip-exclusive-rewards-program__benefit-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-promotions-vip-exclusive-rewards-program__benefit-description {
  font-size: 1em;
  color: #E0E0E0;
  line-height: 1.7;
}

.page-promotions-vip-exclusive-rewards-program__tiers {
  background-color: #2A3A4A;
}

.page-promotions-vip-exclusive-rewards-program__tier-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.page-promotions-vip-exclusive-rewards-program__tier-item {
  background-color: #1A2A3A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD700;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.page-promotions-vip-exclusive-rewards-program__tier-name {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  border-bottom: 2px solid #3a5c7c;
  padding-bottom: 10px;
}

.page-promotions-vip-exclusive-rewards-program__tier-description {
  font-size: 1em;
  color: #E0E0E0;
  line-height: 1.7;
}

.page-promotions-vip-exclusive-rewards-program__note {
  margin-top: 40px;
  font-style: italic;
  color: #AAAAAA;
}

.page-promotions-vip-exclusive-rewards-program__cta-section {
  background-color: #1A2A3A;
}

.page-promotions-vip-exclusive-rewards-program__cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-promotions-vip-exclusive-rewards-program__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2A3A;
  padding: 18px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

.page-promotions-vip-exclusive-rewards-program__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-promotions-vip-exclusive-rewards-program__faq {
  background-color: #2A3A4A;
  text-align: left;
}

.page-promotions-vip-exclusive-rewards-program__faq-item {
  background-color: #1A2A3A;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-promotions-vip-exclusive-rewards-program__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-promotions-vip-exclusive-rewards-program__faq-answer {
  font-size: 1em;
  color: #E0E0E0;
  line-height: 1.7;
  display: block; /* Initially visible, JS can add toggle */
}

.page-promotions-vip-exclusive-rewards-program__final-cta {
  background-color: #1A2A3A;
  padding-bottom: 80px;
}

.page-promotions-vip-exclusive-rewards-program__final-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2A3A;
  padding: 20px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 30px;
  border: none;
  cursor: pointer;
}

.page-promotions-vip-exclusive-rewards-program__final-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-vip-exclusive-rewards-program__hero-title {
    font-size: 3em;
  }
  .page-promotions-vip-exclusive-rewards-program__section-title {
    font-size: 2.2em;
  }
  .page-promotions-vip-exclusive-rewards-program__benefits-grid,
  .page-promotions-vip-exclusive-rewards-program__tier-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-vip-exclusive-rewards-program__hero {
    padding: 60px 0;
  }
  .page-promotions-vip-exclusive-rewards-program__hero-title {
    font-size: 2.5em;
  }
  .page-promotions-vip-exclusive-rewards-program__hero-subtitle {
    font-size: 1.1em;
  }
  .page-promotions-vip-exclusive-rewards-program__section-title {
    font-size: 2em;
  }
  .page-promotions-vip-exclusive-rewards-program__paragraph {
    font-size: 1em;
  }
  .page-promotions-vip-exclusive-rewards-program__benefits-grid,
  .page-promotions-vip-exclusive-rewards-program__tier-list {
    grid-template-columns: 1fr;
  }
  .page-promotions-vip-exclusive-rewards-program__benefit-item,
  .page-promotions-vip-exclusive-rewards-program__tier-item,
  .page-promotions-vip-exclusive-rewards-program__faq-item {
    margin: 0 10px 20px 10px;
    padding: 20px;
  }
  .page-promotions-vip-exclusive-rewards-program__cta-image {
    margin: 30px auto;
  }
}

@media (max-width: 480px) {
  .page-promotions-vip-exclusive-rewards-program__hero-title {
    font-size: 2em;
  }
  .page-promotions-vip-exclusive-rewards-program__hero-button,
  .page-promotions-vip-exclusive-rewards-program__cta-button,
  .page-promotions-vip-exclusive-rewards-program__final-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-vip-exclusive-rewards-program__section-title {
    font-size: 1.8em;
  }
  .page-promotions-vip-exclusive-rewards-program__benefit-title {
    font-size: 1.3em;
  }
  .page-promotions-vip-exclusive-rewards-program__tier-name {
    font-size: 1.5em;
  }
  .page-promotions-vip-exclusive-rewards-program__faq-question {
    font-size: 1.1em;
  }
}