.page-vip-program-levels-benefits {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-vip-program-levels-benefits__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-vip-program-levels-benefits__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF; /* White text on dark background */
  position: relative;
  overflow: hidden;
}

.page-vip-program-levels-benefits__hero-content {
  z-index: 1;
  max-width: 900px;
}

.page-vip-program-levels-benefits__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-vip-program-levels-benefits__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-vip-program-levels-benefits__hero-cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Black text on FCBC45 background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-vip-program-levels-benefits__hero-cta-button:hover {
  background-color: #FFD700; /* Lighter gold on hover */
}

.page-vip-program-levels-benefits__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-vip-program-levels-benefits__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
  display: block;
}

.page-vip-program-levels-benefits__introduction-section,
.page-vip-program-levels-benefits__levels-overview,
.page-vip-program-levels-benefits__benefits-details,
.page-vip-program-levels-benefits__upgrade-guide,
.page-vip-program-levels-benefits__faq-section,
.page-vip-program-levels-benefits__final-cta-section {
  padding: 60px 0;
  text-align: center;
}

.page-vip-program-levels-benefits__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #000000; /* Dark text for light background */
}