.page-vip-exclusive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #f9f9f9;
}

.page-vip-exclusive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

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

.page-vip-exclusive__section-title {
  font-size: 36px;
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-vip-exclusive__section-description {
  font-size: 18px;
  color: #555555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-vip-exclusive__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure header offset */
  background: linear-gradient(135deg, #003366 0%, #001a33 100%); /* Darker gradient for contrast */
  color: #ffffff;
  overflow: hidden;
}