.page-promotions-vip-program {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0F1D2D; /* A slightly lighter dark blue than main, for depth */
  line-height: 1.6;
}

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

.page-promotions-vip-program__hero-section {
  background: linear-gradient(135deg, #1A2E44, #0F1D2D);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-promotions-vip-program__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-vip-program__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-promotions-vip-program__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #E0E0E0; /* Light gray for subtitle */
  position: relative;
  z-index: 1;
}

.page-promotions-vip-program__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA button */
  color: #1A2E44; /* Dark blue for text on gold */
  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;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-promotions-vip-program__cta-button:hover {
  background-color: #E5C100; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-promotions-vip-program__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  position: relative;
}

.page-promotions-vip-program__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-promotions-vip-program__text-content {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 30px;
  color: #C0C0C0; /* Slightly darker light gray for paragraph text */
}

.page-promotions-vip-program__introduction-section, .page-promotions-vip-program__levels-section, .page-promotions-vip-program__benefits-details-section, .page-promotions-vip-program__how-to-join-section, .page-promotions-vip-program__responsible-gaming-section, .page-promotions-vip-program__faq-section, .page-promotions-vip-program__cta-final-section {
  padding: 60px 0;
  background-color: #1A2E44; /* Main dark blue for section backgrounds */
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-promotions-vip-program__introduction-section {
  background-color: #0F1D2D; /* Slightly different dark blue for contrast */
}

.page-promotions-vip-program__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-promotions-vip-program__image--large {
  width: 80%;
}

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

.page-promotions-vip-program__vip-card {
  background-color: #0F1D2D; /* Dark blue for cards */
  border: 1px solid #FFD700;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-promotions-vip-program__vip-card:hover {
  transform: translateY(-10px);
  background-color: #2A4460; /* Slightly lighter dark blue on hover */
}

.page-promotions-vip-program__vip-level {
  font-size: 2em;
  color: #FFD700; /* Gold for VIP level titles */
  margin-bottom: 15px;
}

.page-promotions-vip-program__vip-description {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 20px;
}

.page-promotions-vip-program__vip-benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-promotions-vip-program__vip-benefits-list li {
  color: #E0E0E0;
  font-size: 0.95em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  text-align: left;
}

.page-promotions-vip-program__vip-benefits-list li::before {
  content: '✔';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-promotions-vip-program__learn-more-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E44;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-promotions-vip-program__learn-more-button:hover {
  background-color: #E5C100;
}

.page-promotions-vip-program__benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  background-color: #0F1D2D;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.page-promotions-vip-program__benefit-item:hover {
  background-color: #2A4460;
}

.page-promotions-vip-program__benefit-icon {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-promotions-vip-program__benefit-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.page-promotions-vip-program__how-to-join-section {
  background-color: #0F1D2D;
}

.page-promotions-vip-program__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-promotions-vip-program__steps-list li {
  background-color: #1A2E44;
  margin-bottom: 20px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.1em;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-vip-program__step-number {
  background-color: #FFD700;
  color: #1A2E44;
  font-weight: bold;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-promotions-vip-program__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-promotions-vip-program__link:hover {
  color: #E5C100;
  text-decoration: underline;
}

.page-promotions-vip-program__cta-button--secondary {
  background-color: #FFD700;
  color: #1A2E44;
  margin-top: 40px;
}

.page-promotions-vip-program__responsible-gaming-section {
  background-color: #1A2E44;
  text-align: center;
}

.page-promotions-vip-program__faq-section {
  background-color: #0F1D2D;
}

.page-promotions-vip-program__faq-item {
  background-color: #1A2E44;
  border: 1px solid #2A4460;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-promotions-vip-program__faq-question {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-promotions-vip-program__faq-answer {
  font-size: 1em;
  color: #C0C0C0;
}

.page-promotions-vip-program__cta-final-section {
  background-color: #1A2E44;
  text-align: center;
}

.page-promotions-vip-program__button-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-vip-program__cta-button--outline {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-promotions-vip-program__cta-button--outline:hover {
  background-color: #FFD700;
  color: #1A2E44;
}

.page-promotions-vip-program .highlight-keyword {
    color: #FFD700;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-vip-program__hero-title {
    font-size: 2.5em;
  }

  .page-promotions-vip-program__hero-subtitle {
    font-size: 1.2em;
  }

  .page-promotions-vip-program__section-title {
    font-size: 2em;
  }

  .page-promotions-vip-program__vip-grid {
    grid-template-columns: 1fr;
  }

  .page-promotions-vip-program__benefit-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-promotions-vip-program__benefit-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-promotions-vip-program__steps-list li {
    font-size: 1em;
  }

  .page-promotions-vip-program__faq-question {
    font-size: 1.3em;
  }

  .page-promotions-vip-program__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-promotions-vip-program__cta-button {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-promotions-vip-program__hero-title {
    font-size: 2em;
  }

  .page-promotions-vip-program__hero-subtitle {
    font-size: 1em;
  }

  .page-promotions-vip-program__section-title {
    font-size: 1.8em;
  }

  .page-promotions-vip-program__text-content {
    font-size: 0.95em;
  }

  .page-promotions-vip-program__image--large {
    width: 95%;
  }
}