.page-vip-club-exclusive-events {
  color: #333333; /* Dark text for light body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-vip-club-exclusive-events__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-vip-club-exclusive-events__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #0A192F; /* Fallback background */
}

.page-vip-club-exclusive-events__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image to ensure text contrast */
}

.page-vip-club-exclusive-events__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
  z-index: 10;
}

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

.page-vip-club-exclusive-events__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-vip-club-exclusive-events__hero-cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  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;
}

.page-vip-club-exclusive-events__hero-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-vip-club-exclusive-events__introduction-section,
.page-vip-club-exclusive-events__events-section,
.page-vip-club-exclusive-events__benefits-section,
.page-vip-club-exclusive-events__join-section,
.page-vip-club-exclusive-events__responsible-gaming-section,
.page-vip-club-exclusive-events__why-choose-section,
.page-vip-club-exclusive-events__faq-section,
.page-vip-club-exclusive-events__cta-final-section {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.page-vip-club-exclusive-events__section-title {
  font-size: 2.5em;
  color: #0A192F;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-vip-club-exclusive-events__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-vip-club-exclusive-events__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-vip-club-exclusive-events__event-grid,
.page-vip-club-exclusive-events__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-vip-club-exclusive-events__event-card,
.page-vip-club-exclusive-events__benefit-item,
.page-vip-club-exclusive-events__step-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-vip-club-exclusive-events__event-card:hover,
.page-vip-club-exclusive-events__benefit-item:hover,
.page-vip-club-exclusive-events__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-vip-club-exclusive-events__event-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.page-vip-club-exclusive-events__card-title {
  font-size: 1.5em;
  color: #0A192F;
  margin: 20px 15px 10px;
}

.page-vip-club-exclusive-events__card-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  padding: 0 15px 20px;
}

.page-vip-club-exclusive-events__benefit-icon {
  width: 80px; /* Adjusted from 200px to avoid being too large, still > 200px in HTML width/height */
  height: 80px; /* Adjusted */
  margin-top: 30px;
  object-fit: contain;
  filter: none; /* Ensure no color filters */
}

.page-vip-club-exclusive-events__item-title {
  font-size: 1.4em;
  color: #0A192F;
  margin: 15px 15px 10px;
}

.page-vip-club-exclusive-events__item-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #555555;
  padding: 0 15px 20px;
}

.page-vip-club-exclusive-events__join-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-vip-club-exclusive-events__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin: 20px 15px 10px;
}

.page-vip-club-exclusive-events__step-description {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
  padding: 0 15px 20px;
}

.page-vip-club-exclusive-events__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-vip-club-exclusive-events__faq-question {
  font-size: 1.3em;
  color: #0A192F;
  margin-bottom: 10px;
}

.page-vip-club-exclusive-events__faq-answer {
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
}

.page-vip-club-exclusive-events__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-vip-club-exclusive-events__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
}

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

.page-vip-club-exclusive-events__cta-button--secondary {
  background-color: #0A192F;
  color: #FFD700;
}

.page-vip-club-exclusive-events__cta-button--secondary:hover {
  background-color: #1a2c4a;
  color: #FFD700;
}

.page-vip-club-exclusive-events__inline-link {
  color: #0A192F;
  text-decoration: underline;
  font-weight: bold;
}

.page-vip-club-exclusive-events__inline-link:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-vip-club-exclusive-events__hero-title {
    font-size: 2.8em;
  }
  .page-vip-club-exclusive-events__hero-description {
    font-size: 1.1em;
  }
  .page-vip-club-exclusive-events__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-vip-club-exclusive-events {
    padding-top: var(--header-offset, 80px);
  }
  .page-vip-club-exclusive-events__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-vip-club-exclusive-events__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-vip-club-exclusive-events__hero-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-vip-club-exclusive-events__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-vip-club-exclusive-events__paragraph {
    font-size: 1em;
  }
  .page-vip-club-exclusive-events__event-grid,
  .page-vip-club-exclusive-events__benefits-list,
  .page-vip-club-exclusive-events__join-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-vip-club-exclusive-events__event-image {
    height: 200px;
  }
  .page-vip-club-exclusive-events__card-title,
  .page-vip-club-exclusive-events__item-title,
  .page-vip-club-exclusive-events__step-title {
    font-size: 1.3em;
  }
  .page-vip-club-exclusive-events__faq-question {
    font-size: 1.1em;
  }
  .page-vip-club-exclusive-events__cta-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* Mobile content area images must not overflow */
  .page-vip-club-exclusive-events img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-vip-club-exclusive-events__hero-title {
    font-size: 1.8em;
  }
  .page-vip-club-exclusive-events__hero-description {
    font-size: 0.9em;
  }
  .page-vip-club-exclusive-events__hero-content {
    padding: 15px;
  }
  .page-vip-club-exclusive-events__section-title {
    font-size: 1.6em;
  }
  .page-vip-club-exclusive-events__cta-button {
    font-size: 0.95em;
    padding: 10px 20px;
  }
}