.page-blog-nuho90-win-promotions-guide {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333333; /* Default text color for light body background */
  line-height: 1.6;
  background: var(--background-color, #ffffff);
}

.page-blog-nuho90-win-promotions-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0; /* Small top padding, more bottom padding for content separation */
  background-color: #f0f8ff;
}

.page-blog-nuho90-win-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
}

.page-blog-nuho90-win-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-nuho90-win-promotions-guide__hero-content-wrapper {
  max-width: 900px;
  text-align: center;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.95); /* Slightly transparent white for readability */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-top: -80px; /* Overlap with image for visual effect, but not text on image */
  position: relative;
  z-index: 1;
}

.page-blog-nuho90-win-promotions-guide__main-title {
  font-weight: 700;
  color: #26A9E0;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-blog-nuho90-win-promotions-guide__hero-description {
  font-size: 1.15rem;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-nuho90-win-promotions-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-nuho90-win-promotions-guide__btn-primary,
.page-blog-nuho90-win-promotions-guide__btn-secondary,
.page-blog-nuho90-win-promotions-guide__btn-link {
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-nuho90-win-promotions-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-nuho90-win-promotions-guide__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
  transform: translateY(-2px);
}

.page-blog-nuho90-win-promotions-guide__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-nuho90-win-promotions-guide__btn-secondary:hover {
  background-color: #e0f2f7;
  transform: translateY(-2px);
}

.page-blog-nuho90-win-promotions-guide__btn-link {
  background: none;
  border: none;
  color: #26A9E0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}

.page-blog-nuho90-win-promotions-guide__btn-link:hover {
  color: #1e87c0;
}

.page-blog-nuho90-win-promotions-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

.page-blog-nuho90-win-promotions-guide__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-blog-nuho90-win-promotions-guide__paragraph {
  font-size: 1.05rem;
  color: #444444;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-nuho90-win-promotions-guide__promo-grid,
.page-blog-nuho90-win-promotions-guide__event-cards,
.page-blog-nuho90-win-promotions-guide__article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-nuho90-win-promotions-guide__promo-card,
.page-blog-nuho90-win-promotions-guide__event-card,
.page-blog-nuho90-win-promotions-guide__article-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-nuho90-win-promotions-guide__promo-card:hover,
.page-blog-nuho90-win-promotions-guide__event-card:hover,
.page-blog-nuho90-win-promotions-guide__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.page-blog-nuho90-win-promotions-guide__promo-image,
.page-blog-nuho90-win-promotions-guide__event-image,
.page-blog-nuho90-win-promotions-guide__article-image {
  width: 100%;
  height: 220px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-nuho90-win-promotions-guide__promo-content,
.page-blog-nuho90-win-promotions-guide__event-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-nuho90-win-promotions-guide__promo-title,
.page-blog-nuho90-win-promotions-guide__event-title,
.page-blog-nuho90-win-promotions-guide__article-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-nuho90-win-promotions-guide__article-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-nuho90-win-promotions-guide__article-title a:hover {
  text-decoration: underline;
}

.page-blog-nuho90-win-promotions-guide__promo-description,
.page-blog-nuho90-win-promotions-guide__event-description,
.page-blog-nuho90-win-promotions-guide__article-excerpt {
  font-size: 0.95rem;
  color: #666666;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-nuho90-win-promotions-guide__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-nuho90-win-promotions-guide__step-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-nuho90-win-promotions-guide__step-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-nuho90-win-promotions-guide__step-description {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-nuho90-win-promotions-guide__step-button {
  width: 100%;
}

.page-blog-nuho90-win-promotions-guide__important-notes {
  background-color: #fffacd;
  border-left: 5px solid #ffc107;
  padding: 25px;
  border-radius: 8px;
  margin-top: 40px;
}

.page-blog-nuho90-win-promotions-guide__notes-title {
  font-size: 1.5rem;
  color: #d39e00;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-nuho90-win-promotions-guide__notes-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #555555;
}

.page-blog-nuho90-win-promotions-guide__notes-list li {
  margin-bottom: 10px;
}

.page-blog-nuho90-win-promotions-guide__notes-highlight {
  color: #333333;
}

.page-blog-nuho90-win-promotions-guide__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}

.page-blog-nuho90-win-promotions-guide__feature-item {
  background-color: #e0f7fa; /* Light blue background for features */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-blog-nuho90-win-promotions-guide__feature-title {
  font-size: 1.3rem;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-nuho90-win-promotions-guide__feature-description {
  font-size: 0.95rem;
  color: #555555;
}

.page-blog-nuho90-win-promotions-guide__faq-list {
  margin-top: 30px;
}

.page-blog-nuho90-win-promotions-guide__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-nuho90-win-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #26A9E0;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-nuho90-win-promotions-guide__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-nuho90-win-promotions-guide__faq-question:hover {
  background-color: #1e87c0;
}

.page-blog-nuho90-win-promotions-guide__faq-qtext {
  flex-grow: 1;
  text-align: left;
}

.page-blog-nuho90-win-promotions-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-nuho90-win-promotions-guide__faq-answer {
  padding: 20px 25px;
  background-color: #ffffff;
  color: #444444;
  font-size: 1rem;
  border-top: 1px solid #eeeeee;
}

.page-blog-nuho90-win-promotions-guide__faq-answer p {
  margin-bottom: 0;
}

/* For non-details based FAQ */
.page-blog-nuho90-win-promotions-guide__faq-item.active .page-blog-nuho90-win-promotions-guide__faq-answer {
  max-height: 2000px; /* Large enough to show content */
  transition: max-height 0.5s ease-out;
}

.page-blog-nuho90-win-promotions-guide__faq-item:not(.active) .page-blog-nuho90-win-promotions-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in;
}

.page-blog-nuho90-win-promotions-guide__cta-final {
  text-align: center;
  margin-top: 40px;
}

.page-blog-nuho90-win-promotions-guide__related-articles {
  margin-top: 50px;
}

.page-blog-nuho90-win-promotions-guide__article-date {
  font-size: 0.85rem;
  color: #888888;
  margin-top: auto; /* Push date to bottom */
  padding: 0 20px 20px 20px;
}

.page-blog-nuho90-win-promotions-guide__view-all {
  text-align: center;
  margin-top: 40px;
}

/* Ensure images within content area are at least 200px */
.page-blog-nuho90-win-promotions-guide img:not(.page-blog-nuho90-win-promotions-guide__hero-image) {
  min-width: 200px;
  min-height: 200px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-nuho90-win-promotions-guide__hero-content-wrapper {
    margin-top: -60px;
    padding: 25px 15px;
  }

  .page-blog-nuho90-win-promotions-guide__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-nuho90-win-promotions-guide__hero-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .page-blog-nuho90-win-promotions-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-nuho90-win-promotions-guide__hero-content-wrapper {
    margin-top: -40px;
    padding: 20px 15px;
    border-radius: 0;
    box-shadow: none;
  }

  .page-blog-nuho90-win-promotions-guide__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-nuho90-win-promotions-guide__hero-description {
    font-size: 1rem;
  }

  .page-blog-nuho90-win-promotions-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-nuho90-win-promotions-guide__btn-primary,
  .page-blog-nuho90-win-promotions-guide__btn-secondary,
  .page-blog-nuho90-win-promotions-guide a[class*="button"],
  .page-blog-nuho90-win-promotions-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-nuho90-win-promotions-guide__cta-buttons,
  .page-blog-nuho90-win-promotions-guide__button-group,
  .page-blog-nuho90-win-promotions-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    overflow: hidden !important;
  }

  .page-blog-nuho90-win-promotions-guide__content-area,
  .page-blog-nuho90-win-promotions-guide__section-intro,
  .page-blog-nuho90-win-promotions-guide__section-promotions,
  .page-blog-nuho90-win-promotions-guide__section-guide,
  .page-blog-nuho90-win-promotions-guide__section-events,
  .page-blog-nuho90-win-promotions-guide__section-why-choose,
  .page-blog-nuho90-win-promotions-guide__section-faq,
  .page-blog-nuho90-win-promotions-guide__section-conclusion,
  .page-blog-nuho90-win-promotions-guide__related-articles {
    padding: 20px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-nuho90-win-promotions-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-nuho90-win-promotions-guide__promo-grid,
  .page-blog-nuho90-win-promotions-guide__event-cards,
  .page-blog-nuho90-win-promotions-guide__article-list,
  .page-blog-nuho90-win-promotions-guide__guide-steps,
  .page-blog-nuho90-win-promotions-guide__feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-nuho90-win-promotions-guide__promo-image,
  .page-blog-nuho90-win-promotions-guide__event-image,
  .page-blog-nuho90-win-promotions-guide__article-image {
    height: auto; /* Allow auto height for mobile image aspect ratio */
  }

  .page-blog-nuho90-win-promotions-guide__section-title {
    font-size: 1.8rem;
  }

  .page-blog-nuho90-win-promotions-guide__promo-title,
  .page-blog-nuho90-win-promotions-guide__event-title,
  .page-blog-nuho90-win-promotions-guide__article-title {
    font-size: 1.2rem;
  }

  .page-blog-nuho90-win-promotions-guide__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-nuho90-win-promotions-guide__video-section {
    padding-top: 10px !important;
  }

  /* Ensure video elements are responsive */
  .page-blog-nuho90-win-promotions-guide video,
  .page-blog-nuho90-win-promotions-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-nuho90-win-promotions-guide__video-section,
  .page-blog-nuho90-win-promotions-guide__video-container,
  .page-blog-nuho90-win-promotions-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}