/* style/blog-nh88-exclusive-reward-program-deep-dive.css */
.page-blog-nh88-exclusive-reward-program-deep-dive {
  font-family: 'Arial', sans-serif;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--bg, #08160F);
  line-height: 1.6;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; /* Space between image and text */
}

.page-blog-nh88-exclusive-reward-program-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
  font-weight: 700;
  color: var(--gold, #F2C14E);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__hero-description {
  font-size: 1.2em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__cta-button--small {
  padding: 12px 25px;
  font-size: 1em;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--bg, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__section-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__section-title {
  font-size: 2.2em;
  color: var(--gold, #F2C14E);
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid var(--divider, #1E3A2A);
  padding-bottom: 10px;
  font-weight: 600;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__sub-title {
  font-size: 1.6em;
  color: var(--text-main, #F2FFF6);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__list-item strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__faq-list {
  margin-top: 30px;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main, #F2FFF6);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--deep-green, #0A4B2C);
  border-bottom: 1px solid var(--border, #2E7A4E);
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-nh88-exclusive-reward-program-deep-dive__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__faq-question:hover {
  background-color: var(--primary-color, #11A84E);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__faq-item[open] .page-blog-nh88-exclusive-reward-program-deep-dive__faq-question {
  border-bottom: 1px solid transparent;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__call-to-action {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__related-articles {
  background-color: var(--card-bg, #11271B);
  padding: 60px 20px;
  text-align: center;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__article-card {
  background-color: var(--deep-green, #0A4B2C);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__article-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__article-title {
  font-size: 1.4em;
  color: var(--gold, #F2C14E);
  padding: 15px 20px 10px;
  text-align: left;
  flex-grow: 1;
}

.page-blog-nh88-exclusive-reward-program-deep-dive__article-meta {
  font-size: 0.9em;
  color: var(--text-secondary, #A7D9B8);
  padding: 0 20px 15px;
  text-align: left;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-nh88-exclusive-reward-program-deep-dive__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__hero-description,
  .page-blog-nh88-exclusive-reward-program-deep-dive__paragraph,
  .page-blog-nh88-exclusive-reward-program-deep-dive__list-item,
  .page-blog-nh88-exclusive-reward-program-deep-dive__faq-answer {
    font-size: 1em;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px;
    font-size: 1em;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__cta-button--large {
    font-size: 1.1em;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__content-area,
  .page-blog-nh88-exclusive-reward-program-deep-dive__related-articles {
    padding: 30px 15px;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__image,
  .page-blog-nh88-exclusive-reward-program-deep-dive__hero-image,
  .page-blog-nh88-exclusive-reward-program-deep-dive__article-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__section-wrapper,
  .page-blog-nh88-exclusive-reward-program-deep-dive__articles-grid,
  .page-blog-nh88-exclusive-reward-program-deep-dive__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__articles-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-nh88-exclusive-reward-program-deep-dive__faq-answer {
    padding: 15px 20px;
  }
}

/* Color Contrast / Brand Color Safety */
:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --bg: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border: #2E7A4E;
  --glow: #57E38D;
  --gold: #F2C14E;
  --divider: #1E3A2A;
  --deep-green: #0A4B2C;
}

.page-blog-nh88-exclusive-reward-program-deep-dive h1,
.page-blog-nh88-exclusive-reward-program-deep-dive h2,
.page-blog-nh88-exclusive-reward-program-deep-dive h3,
.page-blog-nh88-exclusive-reward-program-deep-dive h4,
.page-blog-nh88-exclusive-reward-program-deep-dive h5,
.page-blog-nh88-exclusive-reward-program-deep-dive h6 {
  color: var(--gold, #F2C14E);
}

.page-blog-nh88-exclusive-reward-program-deep-dive p,
.page-blog-nh88-exclusive-reward-program-deep-dive li {
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-nh88-exclusive-reward-program-deep-dive__cta-button {
  color: #ffffff; /* Button text always white for contrast */
}

/* Ensure images don't have color filters */
.page-blog-nh88-exclusive-reward-program-deep-dive img {
  filter: none; /* Explicitly disable any potential filters */
}