.page-nh88-exclusive-benefits-loyalty-points {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-nh88-exclusive-benefits-loyalty-points__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-nh88-exclusive-benefits-loyalty-points__hero {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%); /* Darker blue for depth */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-nh88-exclusive-benefits-loyalty-points__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-nh88-exclusive-benefits-loyalty-points__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00; /* Wealth gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-nh88-exclusive-benefits-loyalty-points__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-button {
  display: inline-block;
  background-color: #FFCC00; /* Wealth gold for CTA */
  color: #003366; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-button:hover {
  background-color: #e6b800; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-nh88-exclusive-benefits-loyalty-points__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%; /* Adjust as needed */
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 1;
  opacity: 0.6;
}

.page-nh88-exclusive-benefits-loyalty-points__hero-image {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .page-nh88-exclusive-benefits-loyalty-points__hero {
    flex-direction: column;
    padding: 60px 0;
  }
  .page-nh88-exclusive-benefits-loyalty-points__main-title {
    font-size: 2.5em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__subtitle {
    font-size: 1.1em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__hero-image-wrapper {
    position: static;
    width: 80%;
    height: auto;
    margin-top: 30px;
    opacity: 1;
  }
  .page-nh88-exclusive-benefits-loyalty-points__hero-image {
    width: 100%;
    height: auto;
  }
}

.page-nh88-exclusive-benefits-loyalty-points__section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-nh88-exclusive-benefits-loyalty-points__section:nth-of-type(even) {
  background-color: #e9eef2; /* Light greyish blue for alternating sections */
}

.page-nh88-exclusive-benefits-loyalty-points__section-title {
  font-size: 2.5em;
  color: #003366; /* Dark blue for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-nh88-exclusive-benefits-loyalty-points__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-nh88-exclusive-benefits-loyalty-points__description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.page-nh88-exclusive-benefits-loyalty-points__features-grid,
.page-nh88-exclusive-benefits-loyalty-points__rewards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-nh88-exclusive-benefits-loyalty-points__feature-item,
.page-nh88-exclusive-benefits-loyalty-points__reward-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-nh88-exclusive-benefits-loyalty-points__feature-item:hover,
.page-nh88-exclusive-benefits-loyalty-points__reward-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-nh88-exclusive-benefits-loyalty-points__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

.page-nh88-exclusive-benefits-loyalty-points__feature-title,
.page-nh88-exclusive-benefits-loyalty-points__reward-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
}

.page-nh88-exclusive-benefits-loyalty-points__feature-item p,
.page-nh88-exclusive-benefits-loyalty-points__reward-card p {
  color: #666;
  font-size: 1em;
}

.page-nh88-exclusive-benefits-loyalty-points__reward-image {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-banner {
  background-color: #003366;
  color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-banner p {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-button--secondary {
  background-color: #FFCC00;
  color: #003366;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-button--secondary:hover {
  background-color: #e6b800;
}

.page-nh88-exclusive-benefits-loyalty-points__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-nh88-exclusive-benefits-loyalty-points__steps-list li {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #FFCC00;
}

.page-nh88-exclusive-benefits-loyalty-points__step-title {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
}

.page-nh88-exclusive-benefits-loyalty-points__steps-list li p {
  color: #555;
}

.page-nh88-exclusive-benefits-loyalty-points__inline-link {
  color: #003366;
  font-weight: bold;
  text-decoration: underline;
}

.page-nh88-exclusive-benefits-loyalty-points__inline-link:hover {
  color: #FFCC00;
}

.page-nh88-exclusive-benefits-loyalty-points__note {
  text-align: center;
  font-style: italic;
  color: #777;
  margin-top: 30px;
}

.page-nh88-exclusive-benefits-loyalty-points__faq-list {
  margin-top: 40px;
}

.page-nh88-exclusive-benefits-loyalty-points__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-nh88-exclusive-benefits-loyalty-points__faq-item:hover {
  background-color: #f0f5f8;
}

.page-nh88-exclusive-benefits-loyalty-points__faq-question {
  font-size: 1.2em;
  color: #003366;
  margin: 0;
  position: relative;
  padding-right: 30px;
}

.page-nh88-exclusive-benefits-loyalty-points__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFCC00;
  transition: transform 0.3s ease;
}

.page-nh88-exclusive-benefits-loyalty-points__faq-item.active .page-nh88-exclusive-benefits-loyalty-points__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-nh88-exclusive-benefits-loyalty-points__faq-answer {
  margin-top: 15px;
  color: #666;
  display: none;
  font-size: 1em;
}

.page-nh88-exclusive-benefits-loyalty-points__faq-item.active .page-nh88-exclusive-benefits-loyalty-points__faq-answer {
  display: block;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-final {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-nh88-exclusive-benefits-loyalty-points__section-title--light {
  color: #FFCC00;
}

.page-nh88-exclusive-benefits-loyalty-points__section-title--light::after {
  background-color: #ffffff;
}

.page-nh88-exclusive-benefits-loyalty-points__description--light {
  color: #e0e0e0;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-button--primary-alt {
  background-color: #FFCC00;
  color: #003366;
  margin-right: 20px;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-button--primary-alt:hover {
  background-color: #e6b800;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-button--secondary-alt {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #FFCC00;
}

.page-nh88-exclusive-benefits-loyalty-points__cta-button--secondary-alt:hover {
  background-color: #FFCC00;
  color: #003366;
  border-color: #FFCC00;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-nh88-exclusive-benefits-loyalty-points__main-title {
    font-size: 2.8em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__section-title {
    font-size: 2em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__features-grid,
  .page-nh88-exclusive-benefits-loyalty-points__rewards-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-nh88-exclusive-benefits-loyalty-points__hero {
    padding: 50px 0;
  }
  .page-nh88-exclusive-benefits-loyalty-points__main-title {
    font-size: 2em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__subtitle {
    font-size: 1em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__section {
    padding: 40px 0;
  }
  .page-nh88-exclusive-benefits-loyalty-points__section-title {
    font-size: 1.8em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-nh88-exclusive-benefits-loyalty-points__cta-banner p {
    font-size: 1.2em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__cta-button--primary-alt,
  .page-nh88-exclusive-benefits-loyalty-points__cta-button--secondary-alt {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .page-nh88-exclusive-benefits-loyalty-points__main-title {
    font-size: 1.8em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__section-title {
    font-size: 1.6em;
  }
  .page-nh88-exclusive-benefits-loyalty-points__features-grid,
  .page-nh88-exclusive-benefits-loyalty-points__rewards-grid {
    grid-template-columns: 1fr;
  }
  .page-nh88-exclusive-benefits-loyalty-points__cta-final {
    padding: 50px 0;
  }
}