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

.page-vip-club-levels-benefits__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

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

.page-vip-club-levels-benefits__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #002060;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-vip-club-levels-benefits__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-levels-benefits__sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #002060;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-vip-club-levels-benefits__description {
  font-size: 18px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #555555;
}

/* Hero Section */
.page-vip-club-levels-benefits__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 content is not hidden by fixed header */
  background: linear-gradient(135deg, #002060, #FFD700);
  color: #ffffff;
  overflow: hidden;
}

.page-vip-club-levels-benefits__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-vip-club-levels-benefits__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-vip-club-levels-benefits__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-vip-club-levels-benefits__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 900px;
}

.page-vip-club-levels-benefits__main-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-vip-club-levels-benefits__intro-text {
  font-size: 20px;
  margin-bottom: 40px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-vip-club-levels-benefits__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700;
  color: #002060;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: none;
}

.page-vip-club-levels-benefits__cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Why Join Section */
.page-vip-club-levels-benefits__why-join {
  background-color: #ffffff;
}

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

.page-vip-club-levels-benefits__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-vip-club-levels-benefits__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.page-vip-club-levels-benefits__card-title {
  font-size: 24px;
  color: #002060;
  margin-bottom: 15px;
}

.page-vip-club-levels-benefits__card p {
  font-size: 16px;
  color: #555555;
}

/* Levels Overview Section */
.page-vip-club-levels-benefits__levels-overview {
  background-color: #f0f4f8;
}

.page-vip-club-levels-benefits__image-wrapper {
  margin: 40px auto;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 1000px; /* Limit max width for content images */
}

.page-vip-club-levels-benefits__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-vip-club-levels-benefits__table-responsive {
  overflow-x: auto;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-vip-club-levels-benefits__levels-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px; /* Ensure table is wide enough for content */
}

.page-vip-club-levels-benefits__levels-table th,
.page-vip-club-levels-benefits__levels-table td {
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.page-vip-club-levels-benefits__levels-table th {
  background-color: #002060;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.page-vip-club-levels-benefits__levels-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.page-vip-club-levels-benefits__levels-table tr:hover {
  background-color: #eef4f8;
}

.page-vip-club-levels-benefits__levels-table td {
  color: #333333;
  font-size: 16px;
}

/* Exclusive Benefits Section */
.page-vip-club-levels-benefits__exclusive-benefits {
  background-color: #ffffff;
}

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

.page-vip-club-levels-benefits__benefit-item {
  background-color: #f9f9f9;
  border-left: 5px solid #002060;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-vip-club-levels-benefits__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-vip-club-levels-benefits__benefit-title {
  font-size: 22px;
  color: #002060;
  margin-bottom: 15px;
}

.page-vip-club-levels-benefits__benefit-list {
  list-style-type: none;
  padding-left: 0;
}

.page-vip-club-levels-benefits__benefit-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #555555;
}

.page-vip-club-levels-benefits__benefit-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-weight: bold;
}

/* How to Join Section */
.page-vip-club-levels-benefits__how-to-join {
  background-color: #eef4f8;
}

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

.page-vip-club-levels-benefits__step-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  position: relative;
}

.page-vip-club-levels-benefits__step-icon {
  background-color: #002060;
  color: #FFD700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  margin: -60px auto 20px auto;
  border: 4px solid #f8f8f8;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-vip-club-levels-benefits__step-item:first-child .page-vip-club-levels-benefits__step-icon {
  margin-top: -60px;
}

.page-vip-club-levels-benefits__step-title {
  font-size: 22px;
  color: #002060;
  margin-bottom: 15px;
}

.page-vip-club-levels-benefits__step-item p {
  color: #555555;
}

.page-vip-club-levels-benefits__step-item a {
  color: #002060;
  font-weight: bold;
  text-decoration: none;
}

.page-vip-club-levels-benefits__step-item a:hover {
  text-decoration: underline;
}

.page-vip-club-levels-benefits__join-image {
  margin-top: 60px;
  max-width: 800px;
}

.page-vip-club-levels-benefits__cta-container {
  text-align: center;
  margin-top: 50px;
}

/* FAQ Section */
.page-vip-club-levels-benefits__faq {
  background-color: #ffffff;
}

.page-vip-club-levels-benefits__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-vip-club-levels-benefits__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-vip-club-levels-benefits__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-vip-club-levels-benefits__faq-item.active .page-vip-club-levels-benefits__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-vip-club-levels-benefits__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-vip-club-levels-benefits__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-vip-club-levels-benefits__faq-question:active {
  background: #eeeeee;
}

.page-vip-club-levels-benefits__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #002060;
}

.page-vip-club-levels-benefits__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-vip-club-levels-benefits__faq-item.active .page-vip-club-levels-benefits__faq-toggle {
  color: #333;
  transform: rotate(45deg);
}

.page-vip-club-levels-benefits__faq-answer p {
  color: #555555;
  font-size: 15px;
}

/* Final CTA Section */
.page-vip-club-levels-benefits__cta-final-section {
  background: linear-gradient(135deg, #002060, #FFD700);
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-vip-club-levels-benefits__cta-final-content {
  max-width: 900px;
}

.page-vip-club-levels-benefits__cta-final-section .page-vip-club-levels-benefits__section-title {
  color: #FFD700;
  margin-bottom: 20px;
}

.page-vip-club-levels-benefits__cta-final-section .page-vip-club-levels-benefits__section-title::after {
  background-color: #ffffff;
}

.page-vip-club-levels-benefits__cta-final-section .page-vip-club-levels-benefits__description {
  color: #f0f0f0;
  margin-bottom: 40px;
}

.page-vip-club-levels-benefits__cta-final-button {
  margin-top: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-vip-club-levels-benefits__main-title {
    font-size: 40px;
  }
  .page-vip-club-levels-benefits__section-title {
    font-size: 30px;
  }
  .page-vip-club-levels-benefits__sub-title {
    font-size: 24px;
  }
  .page-vip-club-levels-benefits__levels-table th,
  .page-vip-club-levels-benefits__levels-table td {
    padding: 12px 15px;
    font-size: 15px;
  }
  .page-vip-club-levels-benefits__benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-vip-club-levels-benefits__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-vip-club-levels-benefits__main-title {
    font-size: 32px;
  }
  .page-vip-club-levels-benefits__intro-text {
    font-size: 16px;
  }
  .page-vip-club-levels-benefits__cta-button {
    padding: 15px 30px;
    font-size: 18px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-vip-club-levels-benefits__section {
    padding: 40px 0;
  }
  .page-vip-club-levels-benefits__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-vip-club-levels-benefits__sub-title {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .page-vip-club-levels-benefits__description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-vip-club-levels-benefits__card {
    padding: 20px;
  }
  .page-vip-club-levels-benefits__card-title {
    font-size: 20px;
  }
  .page-vip-club-levels-benefits__levels-table th,
  .page-vip-club-levels-benefits__levels-table td {
    padding: 10px;
    font-size: 14px;
  }
  .page-vip-club-levels-benefits__benefits-grid {
    grid-template-columns: 1fr;
  }
  .page-vip-club-levels-benefits__benefit-item {
    padding: 20px;
  }
  .page-vip-club-levels-benefits__benefit-title {
    font-size: 20px;
  }
  .page-vip-club-levels-benefits__step-item {
    padding: 20px;
  }
  .page-vip-club-levels-benefits__step-icon {
    margin-top: -50px;
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .page-vip-club-levels-benefits__step-title {
    font-size: 18px;
  }
  .page-vip-club-levels-benefits__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-vip-club-levels-benefits__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-vip-club-levels-benefits__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-vip-club-levels-benefits__faq-answer {
    padding: 0 15px;
  }
  .page-vip-club-levels-benefits__faq-item.active .page-vip-club-levels-benefits__faq-answer {
    padding: 15px !important;
  }
  .page-vip-club-levels-benefits__image-wrapper img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-vip-club-levels-benefits__image-wrapper,
  .page-vip-club-levels-benefits__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-vip-club-levels-benefits__cta-final-section {
    padding: 60px 15px;
  }
}

@media (max-width: 480px) {
  .page-vip-club-levels-benefits__main-title {
    font-size: 28px;
  }
  .page-vip-club-levels-benefits__section-title {
    font-size: 22px;
  }
  .page-vip-club-levels-benefits__cta-button {
    font-size: 16px;
    padding: 12px 25px;
  }
  .page-vip-club-levels-benefits__grid {
    grid-template-columns: 1fr;
  }
  .page-vip-club-levels-benefits__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-vip-club-levels-benefits__step-icon {
    margin-top: -40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .page-vip-club-levels-benefits__levels-table {
    min-width: unset;
  }
}