.page-vip-club {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #f8f8f8; /* Light background for the main content area */
  color: #333333; /* Dark text for light background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

/* Hero Section */
.page-vip-club__hero-section {
  position: relative;
  background-color: #1A202C;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
}

.page-vip-club__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly dim the image for text readability */
}

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

.page-vip-club__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-vip-club__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-vip-club__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-vip-club__cta-button,
.page-vip-club__secondary-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-vip-club__cta-button {
  background-color: #FFD700;
  color: #1A202C;
}

.page-vip-club__cta-button:hover {
  background-color: #e6c200;
}

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

.page-vip-club__secondary-button:hover {
  background-color: #FFD700;
  color: #1A202C;
}

/* General Section Styles */
.page-vip-club__section-title {
  font-size: 2.8em;
  color: #1A202C;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.page-vip-club__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555555;
}

.page-vip-club__action-center {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.page-vip-club__action-text {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #1A202C;
}

/* Benefits Section */
.page-vip-club__benefits-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-vip-club__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-vip-club__benefit-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-vip-club__benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-vip-club__benefit-icon {
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 4px solid #FFD700;
  padding: 10px;
}

.page-vip-club__card-title {
  font-size: 1.8em;
  color: #1A202C;
  margin-bottom: 15px;
}

.page-vip-club__card-text {
  font-size: 1em;
  color: #666666;
}

/* Tier System Section */
.page-vip-club__tier-system-section {
  padding: 60px 0;
  background-color: #eff2f5;
}

.page-vip-club__tier-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-vip-club__tier-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-vip-club__tier-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-vip-club__tier-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 3px solid #FFD700;
}

.page-vip-club__tier-title {
  font-size: 2em;
  color: #1A202C;
  margin-bottom: 15px;
}

.page-vip-club__tier-description {
  font-size: 1em;
  color: #666666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-vip-club__tier-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
}

.page-vip-club__tier-features li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left center;
  background-size: 18px;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #333333;
}

.page-vip-club__tier-note {
  font-size: 1em;
  text-align: center;
  margin-top: 30px;
  color: #555555;
}

/* FAQ Section */
.page-vip-club__faq-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-vip-club__faq-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-vip-club__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
}

.page-vip-club__faq-question {
  font-size: 1.5em;
  color: #1A202C;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-vip-club__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #FFD700;
}

.page-vip-club__faq-question.active::after {
  content: '-';
}

.page-vip-club__faq-answer {
  font-size: 1em;
  color: #666666;
  display: none;
  padding-top: 10px;
}

.page-vip-club__faq-answer.active {
  display: block;
}

/* Contact Section */
.page-vip-club__contact-section {
  padding: 60px 0;
  background-color: #eff2f5;
}

.page-vip-club__contact-details {
  text-align: center;
  margin-top: 30px;
}

.page-vip-club__contact-item {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #333333;
}

.page-vip-club__contact-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-vip-club__contact-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-vip-club__hero-title {
    font-size: 2.8em;
  }
  .page-vip-club__hero-description {
    font-size: 1.2em;
  }
  .page-vip-club__section-title {
    font-size: 2.2em;
  }
  .page-vip-club__benefits-grid,
  .page-vip-club__tier-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-vip-club__hero-section {
    padding: 40px 0;
  }
  .page-vip-club__hero-image {
    filter: brightness(0.4);
  }
  .page-vip-club__hero-content {
    position: static;
    transform: none;
    padding: 20px;
    max-width: 100%;
  }
  .page-vip-club__hero-title {
    font-size: 2.2em;
  }
  .page-vip-club__hero-description {
    font-size: 1em;
  }
  .page-vip-club__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-vip-club__cta-button,
  .page-vip-club__secondary-button {
    width: 100%;
    padding: 12px 20px;
  }
  .page-vip-club__section-title {
    font-size: 1.8em;
  }
  .page-vip-club__section-intro {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-vip-club__benefits-grid,
  .page-vip-club__tier-cards {
    grid-template-columns: 1fr;
  }
  .page-vip-club__benefit-icon,
  .page-vip-club__tier-image {
    width: 100%;
    max-width: 250px; /* Ensure images are not too small but still responsive */
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page-vip-club__faq-question {
    font-size: 1.2em;
  }
  .page-vip-club__contact-item {
    font-size: 1em;
  }
  /* Mobile content area image safety */
  .page-vip-club img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-vip-club__hero-title {
    font-size: 1.8em;
  }
  .page-vip-club__section-title {
    font-size: 1.5em;
  }
  .page-vip-club__benefit-card,
  .page-vip-club__tier-card,
  .page-vip-club__faq-item {
    padding: 20px;
  }
  .page-vip-club__card-title,
  .page-vip-club__tier-title {
    font-size: 1.5em;
  }
  .page-vip-club__benefit-icon,
  .page-vip-club__tier-image {
    max-width: 200px; /* Smallest allowed size for content images */
  }
}