/* style/promotions-vip-exclusive.css */
.page-promotions-vip-exclusive {
  background-color: #08160F; /* Nền tối theo custom color */
  color: #F2FFF6; /* Text Main theo custom color */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

/* Hero Section */
.page-promotions-vip-exclusive__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body đã có padding-top, chỉ cần 10px trang trí */
  overflow: hidden;
  color: #F2FFF6;
}

.page-promotions-vip-exclusive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px; /* Giới hạn chiều cao hero image */
}

.page-promotions-vip-exclusive__hero-content {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Kéo nội dung lên trên ảnh một chút để tạo sự liền mạch */
  background: rgba(8, 22, 15, 0.8); /* Background nhẹ để chữ nổi bật */
  border-radius: 10px;
  z-index: 1;
}

.page-promotions-vip-exclusive__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6;
  max-width: 90%;
  margin: 0 auto 20px auto;
}

.page-promotions-vip-exclusive__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-promotions-vip-exclusive__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Buttons */
.page-promotions-vip-exclusive__btn-primary,
.page-promotions-vip-exclusive__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-promotions-vip-exclusive__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-promotions-vip-exclusive__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-promotions-vip-exclusive__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-promotions-vip-exclusive__btn-secondary:hover {
  background: #2AD16F;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-promotions-vip-exclusive__btn-small {
  padding: 10px 20px;
  font-size: 0.9em;
}

/* General Section Styles */
.page-promotions-vip-exclusive__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 30px;
  color: #F2FFF6;
  font-weight: bold;
}

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

/* Card Styles */
.page-promotions-vip-exclusive__card {
  background-color: #11271B; /* Card BG theo custom color */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #F2FFF6;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #2E7A4E; /* Border theo custom color */
}

.page-promotions-vip-exclusive__card-title {
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #F2FFF6;
}

.page-promotions-vip-exclusive__card-text {
  font-size: 1em;
  color: #A7D9B8;
}

/* Why VIP Section */
.page-promotions-vip-exclusive__why-vip-section {
  padding: 80px 0;
}

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

.page-promotions-vip-exclusive__feature-icon {
  width: 100%;
  height: auto;
  max-width: 200px;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}

/* Tiers Section */
.page-promotions-vip-exclusive__tiers-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green theo custom color, làm nền đậm */
}

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

.page-promotions-vip-exclusive__tier-card {
  padding: 30px 20px;
}

/* Exclusive Promos Section */
.page-promotions-vip-exclusive__exclusive-promos-section {
  padding: 80px 0;
}

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

.page-promotions-vip-exclusive__promo-image {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* How to Join Section */
.page-promotions-vip-exclusive__how-to-join-section {
  padding: 80px 0;
}

.page-promotions-vip-exclusive__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-promotions-vip-exclusive__step-card {
  padding: 40px 25px;
}

.page-promotions-vip-exclusive__step-number {
  font-size: 3em;
  font-weight: bold;
  color: #2AD16F; /* Màu xanh lá cây nổi bật */
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}

.page-promotions-vip-exclusive__cta-bottom {
  text-align: center;
}

/* FAQ Section */
.page-promotions-vip-exclusive__faq-section {
  padding: 80px 0;
  background-color: #0A4B2C; /* Deep Green theo custom color */
}

.page-promotions-vip-exclusive__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-promotions-vip-exclusive__faq-item {
  margin-bottom: 15px;
  background-color: #11271B; /* Card BG theo custom color */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  overflow: hidden;
}

.page-promotions-vip-exclusive__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6;
}

.page-promotions-vip-exclusive__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-promotions-vip-exclusive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-promotions-vip-exclusive__faq-qtext {
  flex-grow: 1;
  color: #F2FFF6;
}

.page-promotions-vip-exclusive__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-promotions-vip-exclusive__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  line-height: 1.7;
  color: #A7D9B8;
}

/* Color Contrast Classes */
.page-promotions-vip-exclusive__text-main { color: #F2FFF6; }
.page-promotions-vip-exclusive__text-secondary { color: #A7D9B8; }
.page-promotions-vip-exclusive__dark-section { background-color: #0A4B2C; color: #F2FFF6; }
.page-promotions-vip-exclusive__dark-bg { background-color: #08160F; color: #F2FFF6; }

/* Responsive Design */
@media (max-width: 1024px) {
  .page-promotions-vip-exclusive__main-title {
    font-size: 2.8em;
  }
  .page-promotions-vip-exclusive__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-promotions-vip-exclusive {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-promotions-vip-exclusive__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  
  .page-promotions-vip-exclusive__hero-content {
    margin-top: -60px;
    padding: 30px 15px;
  }

  .page-promotions-vip-exclusive__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-promotions-vip-exclusive__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-promotions-vip-exclusive__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
  }

  .page-promotions-vip-exclusive__btn-primary,
  .page-promotions-vip-exclusive__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-promotions-vip-exclusive__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-promotions-vip-exclusive__description {
    font-size: 1em;
    margin-bottom: 40px;
  }

  .page-promotions-vip-exclusive__features-grid,
  .page-promotions-vip-exclusive__tiers-grid,
  .page-promotions-vip-exclusive__promo-cards-grid,
  .page-promotions-vip-exclusive__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-promotions-vip-exclusive__feature-card,
  .page-promotions-vip-exclusive__tier-card,
  .page-promotions-vip-exclusive__promo-card,
  .page-promotions-vip-exclusive__step-card,
  .page-promotions-vip-exclusive__faq-item {
    padding: 25px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-promotions-vip-exclusive__feature-icon,
  .page-promotions-vip-exclusive__promo-image,
  .page-promotions-vip-exclusive img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions-vip-exclusive__card-title {
    font-size: 1.3em;
  }

  .page-promotions-vip-exclusive__step-number {
    font-size: 2.5em;
  }

  .page-promotions-vip-exclusive__faq-item summary {
    font-size: 1.1em;
    padding: 15px 15px;
  }

  .page-promotions-vip-exclusive__faq-answer {
    padding: 0 15px 15px 15px;
  }

  .page-promotions-vip-exclusive__why-vip-section,
  .page-promotions-vip-exclusive__tiers-section,
  .page-promotions-vip-exclusive__exclusive-promos-section,
  .page-promotions-vip-exclusive__how-to-join-section,
  .page-promotions-vip-exclusive__faq-section {
    padding: 50px 0;
  }

  /* Ensure all containers with images/videos/buttons adapt */
  .page-promotions-vip-exclusive__container,
  .page-promotions-vip-exclusive__hero-section,
  .page-promotions-vip-exclusive__why-vip-section,
  .page-promotions-vip-exclusive__tiers-section,
  .page-promotions-vip-exclusive__exclusive-promos-section,
  .page-promotions-vip-exclusive__how-to-join-section,
  .page-promotions-vip-exclusive__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}