.page-vip-club-benefits {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

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

.page-vip-club-benefits .section-spacing {
  padding: 60px 0;
}

.page-vip-club-benefits .bg-light {
  background-color: #f8f8f8;
}

.page-vip-club-benefits .bg-dark {
  background-color: #336699;
  color: #ffffff;
}

.page-vip-club-benefits .text-center {
  text-align: center;
}

.page-vip-club-benefits .section-title {
  font-size: 38px;
  font-weight: bold;
  color: #336699;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-vip-club-benefits .section-title.text-white {
  color: #ffffff;
}

.page-vip-club-benefits .section-description {
  font-size: 18px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-vip-club-benefits .section-description.text-white {
  color: #e0e0e0;
}

.page-vip-club-benefits .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFCC00;
  color: #333333;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
}

.page-vip-club-benefits .cta-button:hover {
  background: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-vip-club-benefits .cta-button.primary-button {
  background: #FFCC00;
  color: #333333;
}

.page-vip-club-benefits .cta-button.primary-button:hover {
  background: #e6b800;
}

.page-vip-club-benefits .image-container {
  text-align: center;
  margin-bottom: 40px;
}

.page-vip-club-benefits .responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Intro Section */
.page-vip-club-benefits-intro .section-title {
  color: #336699;
}

.page-vip-club-benefits-intro .section-description {
  color: #555555;
}

/* Level System */
.page-vip-club-benefits-levels .section-title {
  color: #336699;
}

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

.page-vip-club-benefits-levels .level-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-vip-club-benefits-levels .level-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-vip-club-benefits-levels .level-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-vip-club-benefits-levels .level-card h3 {
  font-size: 24px;
  color: #336699;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-vip-club-benefits-levels .level-card p {
  font-size: 16px;
  color: #666666;
}

/* Offers Section */
.page-vip-club-benefits-offers .section-title {
  color: #336699;
}

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

.page-vip-club-benefits-offers .offer-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-vip-club-benefits-offers .offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-vip-club-benefits-offers .offer-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-vip-club-benefits-offers .offer-card h3 {
  font-size: 22px;
  color: #FFCC00;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-vip-club-benefits-offers .offer-card p {
  font-size: 16px;
  color: #666666;
}

/* Service Section */
.page-vip-club-benefits-service .section-title {
  color: #336699;
}

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

.page-vip-club-benefits-service .service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

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

.page-vip-club-benefits-service .service-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-vip-club-benefits-service .service-card h3 {
  font-size: 22px;
  color: #336699;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-vip-club-benefits-service .service-card p {
  font-size: 16px;
  color: #666666;
}

/* Financial Section */
.page-vip-club-benefits-financial .section-title {
  color: #336699;
}

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

.page-vip-club-benefits-financial .financial-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

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

.page-vip-club-benefits-financial .financial-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-vip-club-benefits-financial .financial-card h3 {
  font-size: 22px;
  color: #FFCC00;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-vip-club-benefits-financial .financial-card p {
  font-size: 16px;
  color: #666666;
}

/* Gifts Section */
.page-vip-club-benefits-gifts .section-title {
  color: #336699;
}

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

.page-vip-club-benefits-gifts .gift-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-vip-club-benefits-gifts .gift-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-vip-club-benefits-gifts .gift-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-vip-club-benefits-gifts .gift-card h3 {
  font-size: 22px;
  color: #336699;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-vip-club-benefits-gifts .gift-card p {
  font-size: 16px;
  color: #666666;
}

/* FAQ Section */
.page-vip-club-benefits-faq .section-title {
  color: #336699;
}

.page-vip-club-benefits-faq .faq-list {
  margin-top: 40px;
}

.page-vip-club-benefits-faq .faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-vip-club-benefits-faq .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-vip-club-benefits-faq .faq-question:hover {
  background: #f5f5f5;
}

.page-vip-club-benefits-faq .faq-question h3 {
  font-size: 18px;
  color: #336699;
  margin: 0;
  font-weight: bold;
}

.page-vip-club-benefits-faq .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFCC00;
  transition: transform 0.3s ease;
}

.page-vip-club-benefits-faq .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #336699;
}

.page-vip-club-benefits-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.page-vip-club-benefits-faq .faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
}

.page-vip-club-benefits-faq .faq-answer p {
  font-size: 16px;
  color: #666666;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-vip-club-benefits .section-title {
    font-size: 32px;
  }
  .page-vip-club-benefits .section-description {
    font-size: 16px;
  }
  .page-vip-club-benefits .cta-button {
    padding: 12px 30px;
    font-size: 18px;
  }
  .page-vip-club-benefits-levels .level-grid, 
  .page-vip-club-benefits-offers .offer-grid, 
  .page-vip-club-benefits-service .service-grid, 
  .page-vip-club-benefits-financial .financial-grid, 
  .page-vip-club-benefits-gifts .gifts-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-vip-club-benefits .section-spacing {
    padding: 40px 0;
  }
  .page-vip-club-benefits .section-title {
    font-size: 28px;
  }
  .page-vip-club-benefits .section-description {
    font-size: 15px;
  }
  .page-vip-club-benefits .cta-button {
    padding: 10px 25px;
    font-size: 16px;
  }
  .page-vip-club-benefits-levels .level-grid, 
  .page-vip-club-benefits-offers .offer-grid, 
  .page-vip-club-benefits-service .service-grid, 
  .page-vip-club-benefits-financial .financial-grid, 
  .page-vip-club-benefits-gifts .gifts-grid {
    grid-template-columns: 1fr;
  }
  .page-vip-club-benefits-levels .level-icon, 
  .page-vip-club-benefits-offers .offer-icon, 
  .page-vip-club-benefits-service .service-icon, 
  .page-vip-club-benefits-financial .financial-icon, 
  .page-vip-club-benefits-gifts .gift-icon {
    width: 80px;
    height: 80px;
  }
  .page-vip-club-benefits-faq .faq-question h3 {
    font-size: 16px;
  }
  .page-vip-club-benefits-faq .faq-toggle {
    font-size: 20px;
  }
  .page-vip-club-benefits-faq .faq-question,
  .page-vip-club-benefits-faq .faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-vip-club-benefits-faq .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-vip-club-benefits .section-title {
    font-size: 24px;
  }
  .page-vip-club-benefits .section-description {
    font-size: 14px;
  }
  .page-vip-club-benefits .cta-button {
    font-size: 15px;
    padding: 10px 20px;
  }
}