.page-blog-nw88-app-exclusive-promotions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-nw88-app-exclusive-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-nw88-app-exclusive-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden;
  padding-top: 10px; /* Small top padding for hero section */
}

.page-blog-nw88-app-exclusive-promotions__hero-image-wrapper {
  width: 100%;
  height: auto;
  max-height: 675px;
  overflow: hidden;
}

.page-blog-nw88-app-exclusive-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-nw88-app-exclusive-promotions__hero-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  max-width: 800px;
  margin-top: -80px; /* Adjust to slightly overlap the image for visual flow */
  background: #11271B; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-nw88-app-exclusive-promotions__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-nw88-app-exclusive-promotions__intro-text {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-nw88-app-exclusive-promotions__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-nw88-app-exclusive-promotions__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-nw88-app-exclusive-promotions__cta-button--secondary {
  background: #11271B; /* Card BG */
  border: 2px solid #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
  margin-left: 15px;
}

.page-blog-nw88-app-exclusive-promotions__cta-button--secondary:hover {
  background: #22C768;
  color: #08160F;
}

.page-blog-nw88-app-exclusive-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-nw88-app-exclusive-promotions__content-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-nw88-app-exclusive-promotions__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-nw88-app-exclusive-promotions__dark-bg {
  background-color: #11271B; /* Card BG */
}

.page-blog-nw88-app-exclusive-promotions__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-nw88-app-exclusive-promotions__sub-title {
  font-size: 1.8em;
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-nw88-app-exclusive-promotions p {
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-nw88-app-exclusive-promotions ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-nw88-app-exclusive-promotions ul li {
  margin-bottom: 8px;
}

.page-blog-nw88-app-exclusive-promotions__image-wrapper {
  margin: 30px auto;
  max-width: 1000px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-nw88-app-exclusive-promotions__content-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-nw88-app-exclusive-promotions__advice-list {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-nw88-app-exclusive-promotions__update-info {
  text-align: center;
  font-size: 0.9em;
  color: #A7D9B8; /* Text Secondary */
  margin-top: 50px;
}

/* FAQ Section */
.page-blog-nw88-app-exclusive-promotions__faq-list {
  margin-top: 30px;
}

.page-blog-nw88-app-exclusive-promotions__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-nw88-app-exclusive-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-nw88-app-exclusive-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-nw88-app-exclusive-promotions__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-nw88-app-exclusive-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-nw88-app-exclusive-promotions__faq-item[open] .page-blog-nw88-app-exclusive-promotions__faq-toggle {
  content: '−';
}

.page-blog-nw88-app-exclusive-promotions__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  line-height: 1.7;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-nw88-app-exclusive-promotions__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }
  .page-blog-nw88-app-exclusive-promotions__section-title {
    font-size: 2em;
  }
  .page-blog-nw88-app-exclusive-promotions__sub-title {
    font-size: 1.5em;
  }
  .page-blog-nw88-app-exclusive-promotions__hero-content {
    margin-top: -60px;
  }
}

@media (max-width: 768px) {
  .page-blog-nw88-app-exclusive-promotions__hero-content {
    margin-top: -40px;
    padding: 15px;
  }
  .page-blog-nw88-app-exclusive-promotions__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }
  .page-blog-nw88-app-exclusive-promotions__intro-text {
    font-size: 1em;
  }
  .page-blog-nw88-app-exclusive-promotions__cta-button {
    padding: 12px 20px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-nw88-app-exclusive-promotions__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-blog-nw88-app-exclusive-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-nw88-app-exclusive-promotions__content-section {
    padding: 40px 0;
  }
  .page-blog-nw88-app-exclusive-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-nw88-app-exclusive-promotions__sub-title {
    font-size: 1.3em;
  }
  .page-blog-nw88-app-exclusive-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-nw88-app-exclusive-promotions__image-wrapper,
  .page-blog-nw88-app-exclusive-promotions__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-nw88-app-exclusive-promotions__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-nw88-app-exclusive-promotions__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-nw88-app-exclusive-promotions__hero-section {
    padding-top: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-blog-nw88-app-exclusive-promotions__hero-content {
    margin-top: -30px;
  }
  .page-blog-nw88-app-exclusive-promotions__main-title {
    font-size: clamp(1.2em, 8vw, 2em);
  }
  .page-blog-nw88-app-exclusive-promotions__section-title {
    font-size: 1.5em;
  }
  .page-blog-nw88-app-exclusive-promotions__sub-title {
    font-size: 1.2em;
  }
}