.page-latest-promotions-vip-exclusive {
  font-family: 'Arial', sans-serif;
  color: #f5e6d0; /* Light text for dark background */
  background-color: #0A192F; /* Primary dark background */
  line-height: 1.6;
  overflow-x: hidden;
}

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

.page-latest-promotions-vip-exclusive__hero {
  background: linear-gradient(135deg, #0A192F 0%, #1a2a46 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-latest-promotions-vip-exclusive__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
              radial-gradient(circle at bottom right, rgba(10, 25, 47, 0.2) 0%, transparent 50%);
  z-index: 0;
}

.page-latest-promotions-vip-exclusive__hero > div {
  position: relative;
  z-index: 1;
}

.page-latest-promotions-vip-exclusive__title {
  font-size: 3.2em;
  color: #FFD700; /* Auxiliary gold for titles */
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-latest-promotions-vip-exclusive__subtitle {
  font-size: 1.5em;
  color: #f5e6d0;
  margin-bottom: 20px;
}

.page-latest-promotions-vip-exclusive__description {
  font-size: 1.1em;
  color: #c0c0c0;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-latest-promotions-vip-exclusive__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary gold for CTA */
  color: #0A192F; /* Dark text for gold button */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

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

.page-latest-promotions-vip-exclusive__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 30px;
}

.page-latest-promotions-vip-exclusive__hero-image-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-latest-promotions-vip-exclusive__hero-image {
  max-width: 90%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  animation: fadeIn 1s ease-out;
}

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

.page-latest-promotions-vip-exclusive__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.4);
}

.page-latest-promotions-vip-exclusive__section-intro {
  font-size: 1.2em;
  color: #c0c0c0;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-latest-promotions-vip-exclusive__benefits-grid,
.page-latest-promotions-vip-exclusive__steps-grid,
.page-latest-promotions-vip-exclusive__features-grid,
.page-latest-promotions-vip-exclusive__testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-latest-promotions-vip-exclusive__benefit-item,
.page-latest-promotions-vip-exclusive__step-item,
.page-latest-promotions-vip-exclusive__feature-item,
.page-latest-promotions-vip-exclusive__testimonial-item {
  background-color: #1A2A46; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-latest-promotions-vip-exclusive__benefit-item:hover,
.page-latest-promotions-vip-exclusive__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-latest-promotions-vip-exclusive__benefit-item h3,
.page-latest-promotions-vip-exclusive__step-item h3,
.page-latest-promotions-vip-exclusive__feature-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-latest-promotions-vip-exclusive__benefit-item p,
.page-latest-promotions-vip-exclusive__step-item p,
.page-latest-promotions-vip-exclusive__feature-item p {
  color: #c0c0c0;
  font-size: 1em;
}

.page-latest-promotions-vip-exclusive__benefit-icon,
.page-latest-promotions-vip-exclusive__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-latest-promotions-vip-exclusive__offer-card {
  display: flex;
  align-items: center;
  background-color: #1A2A46;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: left;
}

.page-latest-promotions-vip-exclusive__offer-card--reversed {
  flex-direction: row-reverse;
}

.page-latest-promotions-vip-exclusive__offer-image {
  width: 50%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px 0 0 15px;
}

.page-latest-promotions-vip-exclusive__offer-card--reversed .page-latest-promotions-vip-exclusive__offer-image {
  border-radius: 0 15px 15px 0;
}

.page-latest-promotions-vip-exclusive__offer-content {
  width: 50%;
  padding: 40px;
}

.page-latest-promotions-vip-exclusive__offer-content h3 {
  color: #FFD700;
  font-size: 2em;
  margin-bottom: 15px;
}

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

.page-latest-promotions-vip-exclusive__offer-content strong {
  color: #FFD700;
}

.page-latest-promotions-vip-exclusive__how-to-vip .page-latest-promotions-vip-exclusive__step-number {
  background-color: #FFD700;
  color: #0A192F;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.page-latest-promotions-vip-exclusive__step-item a {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-latest-promotions-vip-exclusive__step-item a:hover {
  color: #e6c200;
}

.page-latest-promotions-vip-exclusive__cta-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-latest-promotions-vip-exclusive__process-image,
.page-latest-promotions-vip-exclusive__gameplay-image,
.page-latest-promotions-vip-exclusive__app-cta-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-latest-promotions-vip-exclusive__testimonials {
  background-color: #0A192F;
}

.page-latest-promotions-vip-exclusive__testimonial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1A2A46;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-latest-promotions-vip-exclusive__testimonial-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #FFD700;
}

.page-latest-promotions-vip-exclusive__testimonial-quote {
  font-style: italic;
  color: #f5e6d0;
  font-size: 1.1em;
  margin-bottom: 15px;
}

.page-latest-promotions-vip-exclusive__testimonial-author {
  font-weight: bold;
  color: #FFD700;
  font-size: 1em;
}

.page-latest-promotions-vip-exclusive__faq {
  background-color: #0A192F;
}

.page-latest-promotions-vip-exclusive__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: left;
}

.page-latest-promotions-vip-exclusive__faq-item {
  background-color: #1A2A46;
  padding: 25px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

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

.page-latest-promotions-vip-exclusive__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

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

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

.page-latest-promotions-vip-exclusive__final-cta {
  background: linear-gradient(45deg, #0A192F, #1A2A46);
  padding: 80px 0;
}

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

.page-latest-promotions-vip-exclusive__cta-button--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-latest-promotions-vip-exclusive__cta-button--primary:hover {
  background-color: #e6c200;
}

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

.page-latest-promotions-vip-exclusive__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-latest-promotions-vip-exclusive__title {
    font-size: 2.5em;
  }
  .page-latest-promotions-vip-exclusive__subtitle {
    font-size: 1.2em;
  }
  .page-latest-promotions-vip-exclusive__section-title {
    font-size: 2em;
  }
  .page-latest-promotions-vip-exclusive__offer-card {
    flex-direction: column;
  }
  .page-latest-promotions-vip-exclusive__offer-card--reversed {
    flex-direction: column;
  }
  .page-latest-promotions-vip-exclusive__offer-image,
  .page-latest-promotions-vip-exclusive__offer-content {
    width: 100%;
  }
  .page-latest-promotions-vip-exclusive__offer-image {
    border-radius: 15px 15px 0 0 !important;
  }
  .page-latest-promotions-vip-exclusive__offer-content {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-latest-promotions-vip-exclusive__hero {
    padding: 60px 0 30px;
  }
  .page-latest-promotions-vip-exclusive__title {
    font-size: 2em;
  }
  .page-latest-promotions-vip-exclusive__subtitle {
    font-size: 1em;
  }
  .page-latest-promotions-vip-exclusive__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-latest-promotions-vip-exclusive__section {
    padding: 40px 0;
  }
  .page-latest-promotions-vip-exclusive__section-title {
    font-size: 1.8em;
  }
  .page-latest-promotions-vip-exclusive__benefits-grid,
  .page-latest-promotions-vip-exclusive__steps-grid,
  .page-latest-promotions-vip-exclusive__features-grid,
  .page-latest-promotions-vip-exclusive__testimonial-grid {
    grid-template-columns: 1fr;
  }
  .page-latest-promotions-vip-exclusive__offer-content h3 {
    font-size: 1.8em;
  }
  .page-latest-promotions-vip-exclusive__offer-content p {
    font-size: 0.95em;
  }
  .page-latest-promotions-vip-exclusive__faq-question {
    font-size: 1.2em;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}