/* style/nwe88-vip-club-levels-privileges.css */
.page-nwe88-vip-club-levels-privileges {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
  background-color: #1A1A1A; /* Nền chính tối */
}

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

.page-nwe88-vip-club-levels-privileges__section {
  padding: 60px 0;
  text-align: center;
}

.page-nwe88-vip-club-levels-privileges__section:nth-of-type(even) {
  background-color: #222222;
}

.page-nwe88-vip-club-levels-privileges h1,
.page-nwe88-vip-club-levels-privileges h2 {
  color: #FFD700; /* Màu vàng làm nổi bật tiêu đề */
  margin-bottom: 30px;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2;
}

.page-nwe88-vip-club-levels-privileges h3 {
  color: #FFFFFF;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.8em;
  font-weight: 600;
}

.page-nwe88-vip-club-levels-privileges p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #D0D0D0;
}

.page-nwe88-vip-club-levels-privileges ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-nwe88-vip-club-levels-privileges ul li {
  background: rgba(255, 215, 0, 0.1);
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 1em;
}

.page-nwe88-vip-club-levels-privileges ul li::before {
  content: '✔';
  color: #FFD700;
  margin-right: 10px;
  font-weight: bold;
}

/* Hero Section */
.page-nwe88-vip-club-levels-privileges__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

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

.page-nwe88-vip-club-levels-privileges__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.4); /* Để chữ dễ đọc hơn */
}

.page-nwe88-vip-club-levels-privileges__hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  max-width: 800px;
}

.page-nwe88-vip-club-levels-privileges__hero-content h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-nwe88-vip-club-levels-privileges__hero-content p {
  font-size: 1.2em;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.page-nwe88-vip-club-levels-privileges__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-nwe88-vip-club-levels-privileges__cta-button:hover {
  background: #E0B800;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-nwe88-vip-club-levels-privileges__cta-button--large {
  padding: 18px 50px;
  font-size: 1.4em;
}

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

.page-nwe88-vip-club-levels-privileges__feature-item {
  background-color: #282828;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-nwe88-vip-club-levels-privileges__feature-item h3 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.6em;
}

.page-nwe88-vip-club-levels-privileges__feature-item p {
  color: #D0D0D0;
  font-size: 1em;
}

.page-nwe88-vip-club-levels-privileges__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* VIP Levels Grid */
.page-nwe88-vip-club-levels-privileges__levels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-nwe88-vip-club-levels-privileges__level-card {
  background-color: #282828;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-nwe88-vip-club-levels-privileges__level-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

.page-nwe88-vip-club-levels-privileges__level-card h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-nwe88-vip-club-levels-privileges__level-card p {
  color: #D0D0D0;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-nwe88-vip-club-levels-privileges__level-card ul {
  text-align: left;
  margin-top: 20px;
}

.page-nwe88-vip-club-levels-privileges__how-to-upgrade {
  margin-top: 60px;
  background-color: #333333;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
}

.page-nwe88-vip-club-levels-privileges__how-to-upgrade h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-top: 0;
}

.page-nwe88-vip-club-levels-privileges__how-to-upgrade p {
  color: #D0D0D0;
}

/* Detailed Privileges */
.page-nwe88-vip-club-levels-privileges__privileges-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-nwe88-vip-club-levels-privileges__privilege-item {
  background-color: #282828;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-nwe88-vip-club-levels-privileges__privilege-item h3 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.6em;
}

.page-nwe88-vip-club-levels-privileges__privilege-item p {
  color: #D0D0D0;
  font-size: 1em;
}

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

/* NWE88 Platform Features */
.page-nwe88-vip-club-levels-privileges__platform-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-nwe88-vip-club-levels-privileges__platform-item {
  background-color: #282828;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-nwe88-vip-club-levels-privileges__platform-item h3 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.6em;
}

.page-nwe88-vip-club-levels-privileges__platform-item p {
  color: #D0D0D0;
  font-size: 1em;
}

.page-nwe88-vip-club-levels-privileges__platform-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-nwe88-vip-club-levels-privileges__faq-list {
  margin-top: 40px;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #333333;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #282828;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #333333;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: #FFFFFF;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #1F1F1F;
  color: #D0D0D0;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Đủ lớn để chứa nội dung */
  padding: 20px 25px;
}

.faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

/* Final CTA Section */
.page-nwe88-vip-club-levels-privileges__final-cta {
  background-color: #1A1A1A;
  padding: 80px 0;
}

.page-nwe88-vip-club-levels-privileges__final-cta-content {
  max-width: 900px;
}

.page-nwe88-vip-club-levels-privileges__final-cta h2 {
  font-size: 3em;
  color: #FFD700;
}

.page-nwe88-vip-club-levels-privileges__final-cta p {
  font-size: 1.2em;
  color: #E0E0E0;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-nwe88-vip-club-levels-privileges__hero-content h1 {
    font-size: 3em;
  }
  .page-nwe88-vip-club-levels-privileges h2 {
    font-size: 2.2em;
  }
  .page-nwe88-vip-club-levels-privileges h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-nwe88-vip-club-levels-privileges__section {
    padding: 40px 0;
  }
  .page-nwe88-vip-club-levels-privileges__hero {
    min-height: 400px;
    padding: 60px 0;
  }
  .page-nwe88-vip-club-levels-privileges__hero-content h1 {
    font-size: 2.5em;
  }
  .page-nwe88-vip-club-levels-privileges__hero-content p {
    font-size: 1em;
  }
  .page-nwe88-vip-club-levels-privileges__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-nwe88-vip-club-levels-privileges__cta-button--large {
    padding: 15px 40px;
    font-size: 1.2em;
  }
  .page-nwe88-vip-club-levels-privileges__features-grid,
  .page-nwe88-vip-club-levels-privileges__levels-grid,
  .page-nwe88-vip-club-levels-privileges__privileges-list,
  .page-nwe88-vip-club-levels-privileges__platform-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-nwe88-vip-club-levels-privileges__how-to-upgrade {
    margin-top: 40px;
    padding: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-nwe88-vip-club-levels-privileges__final-cta h2 {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  .page-nwe88-vip-club-levels-privileges__hero-content h1 {
    font-size: 2em;
  }
  .page-nwe88-vip-club-levels-privileges h2 {
    font-size: 1.8em;
  }
  .page-nwe88-vip-club-levels-privileges h3 {
    font-size: 1.3em;
  }
  .page-nwe88-vip-club-levels-privileges__hero {
    padding: 40px 0;
    min-height: 300px;
  }
  .page-nwe88-vip-club-levels-privileges__hero-content {
    padding: 15px;
  }
  .page-nwe88-vip-club-levels-privileges__cta-button {
    padding: 10px 25px;
    font-size: 0.9em;
  }
  .page-nwe88-vip-club-levels-privileges__cta-button--large {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-nwe88-vip-club-levels-privileges p {
    font-size: 0.95em;
  }
  .page-nwe88-vip-club-levels-privileges__final-cta h2 {
    font-size: 2em;
  }
}