.page-promotions-vip-rewards {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light gray for general text for contrast */
  background-color: #0f1a2b; /* Darker background for sections */
  line-height: 1.6;
}

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

.page-promotions-vip-rewards__section {
  padding: 60px 0;
  text-align: center;
}

.page-promotions-vip-rewards__section:nth-of-type(even) {
  background-color: #1A2E4E; /* Main color for alternating sections */
}

.page-promotions-vip-rewards__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for titles */
  margin-bottom: 30px;
  font-weight: bold;
}

.page-promotions-vip-rewards__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #c0c0c0;
}

.page-promotions-vip-rewards__link-text {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-vip-rewards__link-text:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-promotions-vip-rewards__hero-section {
  background: linear-gradient(135deg, #1A2E4E 0%, #0a131f 100%);
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #ffffff;
  text-align: center;
}

.page-promotions-vip-rewards__hero-content {
  max-width: 800px;
}

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

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

.page-promotions-vip-rewards__hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-promotions-vip-rewards__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-promotions-vip-rewards__button--primary {
  background-color: #FFD700;
  color: #1A2E4E;
  border: 2px solid #FFD700;
}

.page-promotions-vip-rewards__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-promotions-vip-rewards__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-vip-rewards__button--secondary:hover {
  background-color: #FFD700;
  color: #1A2E4E;
  transform: translateY(-2px);
}

.page-promotions-vip-rewards__hero-image-container {
  margin-top: 40px;
  max-width: 600px;
  width: 100%;
}

.page-promotions-vip-rewards__hero-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Tier Grid */
.page-promotions-vip-rewards__tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-vip-rewards__tier-card {
  background-color: #1A2E4E;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  border: 1px solid #FFD700;
}

.page-promotions-vip-rewards__tier-card:hover {
  transform: translateY(-5px);
}

.page-promotions-vip-rewards__tier-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

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

.page-promotions-vip-rewards__tier-description {
  font-size: 1em;
  color: #c0c0c0;
}

/* Benefits List */
.page-promotions-vip-rewards__benefit-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promotions-vip-rewards__benefit-item {
  background-color: #0f1a2b;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid #334d70;
}

.page-promotions-vip-rewards__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.page-promotions-vip-rewards__benefit-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-promotions-vip-rewards__benefit-description {
  font-size: 1em;
  color: #c0c0c0;
}

.page-promotions-vip-rewards__cta-center {
  margin-top: 40px;
}

/* Upgrade List */
.page-promotions-vip-rewards__upgrade-list {
  text-align: left;
  max-width: 800px;
  margin: 40px auto 20px auto;
  list-style: decimal;
  color: #c0c0c0;
  font-size: 1.1em;
  padding-left: 25px;
}

.page-promotions-vip-rewards__upgrade-list li {
  margin-bottom: 15px;
  padding-left: 10px;
}

.page-promotions-vip-rewards__upgrade-list strong {
  color: #FFD700;
}

/* Safety List */
.page-promotions-vip-rewards__safety-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.page-promotions-vip-rewards__safety-list li {
  background-color: #1A2E4E;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  flex: 1 1 300px;
  min-width: 280px;
  max-width: 350px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.1em;
  color: #c0c0c0;
  border: 1px solid #334d70;
}

.page-promotions-vip-rewards__safety-icon {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.page-promotions-vip-rewards__safety-list strong {
  color: #FFD700;
}

/* FAQ Section */
.page-promotions-vip-rewards__faq {
  text-align: left;
}

.page-promotions-vip-rewards__faq-item {
  background-color: #1A2E4E;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #334d70;
}

.page-promotions-vip-rewards__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-promotions-vip-rewards__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-promotions-vip-rewards__faq-question.active::after {
  content: '-';
}

.page-promotions-vip-rewards__faq-answer {
  font-size: 1.1em;
  color: #c0c0c0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding-top 0.3s ease-out;
  padding-top: 0;
}

.page-promotions-vip-rewards__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

/* Final CTA */
.page-promotions-vip-rewards__cta-final {
  background: linear-gradient(90deg, #1A2E4E, #334d70);
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #ffffff;
  text-align: center;
}

.page-promotions-vip-rewards__cta-content {
  max-width: 900px;
}

.page-promotions-vip-rewards__cta-content .page-promotions-vip-rewards__section-title {
  color: #FFD700;
}

.page-promotions-vip-rewards__cta-content .page-promotions-vip-rewards__text-content {
  color: #f0f0f0;
}

.page-promotions-vip-rewards__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-promotions-vip-rewards__cta-image {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-vip-rewards__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-vip-rewards__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-vip-rewards__section-title {
    font-size: 2em;
  }
  .page-promotions-vip-rewards__tier-grid,
  .page-promotions-vip-rewards__benefit-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-promotions-vip-rewards__cta-final {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-promotions-vip-rewards__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-vip-rewards__hero-section,
  .page-promotions-vip-rewards__cta-final {
    padding: 60px 15px;
  }
  .page-promotions-vip-rewards__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-vip-rewards__tier-grid,
  .page-promotions-vip-rewards__benefit-list {
    grid-template-columns: 1fr;
  }
  .page-promotions-vip-rewards__safety-list li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-promotions-vip-rewards__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-vip-rewards__hero-description {
    font-size: 1em;
  }
  .page-promotions-vip-rewards__section-title {
    font-size: 1.6em;
  }
  .page-promotions-vip-rewards__hero-cta,
  .page-promotions-vip-rewards__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-promotions-vip-rewards__button {
    width: 100%;
  }
}