.page-promotions-vip-exclusive {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ tổng thể */
  background-color: #1A202C; /* Nền tối chủ đạo */
  line-height: 1.6;
}

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

/* Hero Section */
.page-promotions-vip-exclusive__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a4a6b 100%); /* Hơi sáng hơn một chút */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-promotions-vip-exclusive__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,gaming,vip]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-promotions-vip-exclusive__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Màu vàng điểm nhấn */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-promotions-vip-exclusive__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #CCCCCC;
}

/* Buttons */
.page-promotions-vip-exclusive__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-promotions-vip-exclusive__btn--primary {
  background-color: #FFD700; /* Màu vàng điểm nhấn */
  color: #1A202C;
  border: none;
}

.page-promotions-vip-exclusive__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-vip-exclusive__btn--secondary {
  background-color: #2D3748; /* Màu nền tối hơn */
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-right: 15px;
}

.page-promotions-vip-exclusive__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-promotions-vip-exclusive__btn--text {
  background: transparent;
  color: #FFD700;
  border: none;
  padding: 15px 0;
}

.page-promotions-vip-exclusive__btn--text:hover {
  text-decoration: underline;
  color: #e6c200;
}

/* Section Titles */
.page-promotions-vip-exclusive__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Màu vàng điểm nhấn */
  text-align: center;
  margin-bottom: 20px;
  padding-top: 60px;
  font-weight: bold;
}

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

/* VIP Levels */
.page-promotions-vip-exclusive__vip-levels {
  padding: 80px 0;
  background-color: #1A202C;
}

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

.page-promotions-vip-exclusive__level-card {
  background-color: #2D3748; /* Nền thẻ hơi sáng hơn */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD70033; /* Viền vàng nhạt */
}

.page-promotions-vip-exclusive__level-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 15px #FFD70088;
}

.page-promotions-vip-exclusive__level-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-promotions-vip-exclusive__level-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-promotions-vip-exclusive__level-text {
  font-size: 1em;
  color: #B0B0B0;
  margin-bottom: 20px;
}

.page-promotions-vip-exclusive__level-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #E0E0E0;
}

.page-promotions-vip-exclusive__level-features li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-promotions-vip-exclusive__level-features li::before {
  content: '✔';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-promotions-vip-exclusive__call-to-action-text {
  text-align: center;
  margin-top: 60px;
  font-size: 1.2em;
  color: #E0E0E0;
}

.page-promotions-vip-exclusive__call-to-action-text a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-vip-exclusive__call-to-action-text a:hover {
  text-decoration: underline;
  color: #e6c200;
}

/* Exclusive Benefits Section */
.page-promotions-vip-exclusive__exclusive-benefits {
  padding: 80px 0;
  background-color: #202736;
}

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

.page-promotions-vip-exclusive__benefit-item {
  background-color: #2D3748;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD70033;
}

.page-promotions-vip-exclusive__benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 10px #FFD70066;
}

.page-promotions-vip-exclusive__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 3px #FFD700);
}

.page-promotions-vip-exclusive__benefit-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.page-promotions-vip-exclusive__cta-section {
  text-align: center;
  margin-top: 80px;
  padding: 50px;
  background-color: #1A202C;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid #FFD70055;
}

.page-promotions-vip-exclusive__cta-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-promotions-vip-exclusive__cta-description {
  font-size: 1.1em;
  color: #CCCCCC;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.page-promotions-vip-exclusive__faq-section {
  padding: 80px 0;
  background-color: #1A202C;
}

.page-promotions-vip-exclusive__faq-list {
  margin-top: 40px;
}

.page-promotions-vip-exclusive__faq-item {
  background-color: #2D3748;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #FFD700;
}

.page-promotions-vip-exclusive__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  font-weight: bold;
}

.page-promotions-vip-exclusive__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-promotions-vip-exclusive__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-promotions-vip-exclusive__faq-answer {
  font-size: 1em;
  color: #B0B0B0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  padding-top: 0;
}

.page-promotions-vip-exclusive__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  opacity: 1;
  padding-top: 15px;
}

.page-promotions-vip-exclusive__faq-answer a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-vip-exclusive__faq-answer a:hover {
  text-decoration: underline;
  color: #e6c200;
}

/* Latest News Section */
.page-promotions-vip-exclusive__latest-news {
  padding: 80px 0 100px 0;
  background-color: #202736;
}

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

.page-promotions-vip-exclusive__news-card {
  background-color: #2D3748;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD70033;
}

.page-promotions-vip-exclusive__news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 10px #FFD70066;
}

.page-promotions-vip-exclusive__news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-promotions-vip-exclusive__news-title {
  font-size: 1.4em;
  color: #FFD700;
  margin: 20px 20px 10px 20px;
  font-weight: bold;
}

.page-promotions-vip-exclusive__news-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-promotions-vip-exclusive__news-title a:hover {
  text-decoration: underline;
  color: #e6c200;
}

.page-promotions-vip-exclusive__news-excerpt {
  font-size: 0.95em;
  color: #B0B0B0;
  margin: 0 20px 20px 20px;
}

.page-promotions-vip-exclusive__read-more {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  margin: 0 20px 20px 20px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
}

.page-promotions-vip-exclusive__read-more:hover {
  border-bottom: 2px solid #FFD700;
  color: #e6c200;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions-vip-exclusive__hero-title {
    font-size: 2.8em;
  }
  .page-promotions-vip-exclusive__section-title {
    font-size: 2.2em;
  }
  .page-promotions-vip-exclusive__cta-title {
    font-size: 1.8em;
  }
  .page-promotions-vip-exclusive__level-grid,
  .page-promotions-vip-exclusive__benefits-grid,
  .page-promotions-vip-exclusive__news-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-promotions-vip-exclusive__hero-title {
    font-size: 2.2em;
  }
  .page-promotions-vip-exclusive__hero-description {
    font-size: 1.1em;
  }
  .page-promotions-vip-exclusive__section-title {
    font-size: 1.8em;
  }
  .page-promotions-vip-exclusive__cta-title {
    font-size: 1.6em;
  }
  .page-promotions-vip-exclusive__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-promotions-vip-exclusive__btn--secondary {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-promotions-vip-exclusive__level-grid,
  .page-promotions-vip-exclusive__benefits-grid,
  .page-promotions-vip-exclusive__news-grid {
    grid-template-columns: 1fr;
  }
  .page-promotions-vip-exclusive__cta-section {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .page-promotions-vip-exclusive__hero-title {
    font-size: 1.8em;
  }
  .page-promotions-vip-exclusive__section-title {
    font-size: 1.5em;
  }
  .page-promotions-vip-exclusive__cta-title {
    font-size: 1.4em;
  }
  .page-promotions-vip-exclusive__btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-promotions-vip-exclusive__btn--secondary {
    margin-right: 0;
  }
  .page-promotions-vip-exclusive__faq-question {
    font-size: 1.1em;
  }
}