/* style/blog-nohu-88-latest-promotions-interpretation.css */

/* Base styles for the page */
.page-blog-nohu-88-latest-promotions-interpretation {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #FFFFFF);
}

.page-blog-nohu-88-latest-promotions-interpretation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Highlight text */
.page-blog-nohu-88-latest-promotions-interpretation .highlight {
  color: #26A9E0;
  font-weight: bold;
}

/* Section Titles */
.page-blog-nohu-88-latest-promotions-interpretation__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
  line-height: 1.2;
}

/* Hero Section */
.page-blog-nohu-88-latest-promotions-interpretation__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body handles padding-top, this is for visual spacing */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-nohu-88-latest-promotions-interpretation__hero-image {
  width: 100%;
  height: 675px;
  object-fit: cover;
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-nohu-88-latest-promotions-interpretation__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-nohu-88-latest-promotions-interpretation__main-title {
  font-weight: 900;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 100%;
}

.page-blog-nohu-88-latest-promotions-interpretation__description {
  font-size: 1.2em;
  color: #F0F0F0;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-blog-nohu-88-latest-promotions-interpretation__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.page-blog-nohu-88-latest-promotions-interpretation__btn-primary,
.page-blog-nohu-88-latest-promotions-interpretation__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  max-width: 100%;
}

.page-blog-nohu-88-latest-promotions-interpretation__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-nohu-88-latest-promotions-interpretation__btn-primary:hover {
  background-color: #D46F06;
  border-color: #D46F06;
}

.page-blog-nohu-88-latest-promotions-interpretation__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

/* Content Area */
.page-blog-nohu-88-latest-promotions-interpretation__content-area,
.page-blog-nohu-88-latest-promotions-interpretation__notes-section,
.page-blog-nohu-88-latest-promotions-interpretation__conclusion-section {
  padding: 60px 0;
  color: #333333;
  background-color: #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__content-area p,
.page-blog-nohu-88-latest-promotions-interpretation__notes-section p,
.page-blog-nohu-88-latest-promotions-interpretation__conclusion-section p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

/* Promotions Overview Section */
.page-blog-nohu-88-latest-promotions-interpretation__promotions-overview {
  padding: 60px 0;
  background-color: #26A9E0; /* Brand primary color */
  color: #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__promotions-overview .page-blog-nohu-88-latest-promotions-interpretation__section-title {
  color: #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__promotions-overview p {
  color: #F0F0F0;
}

.page-blog-nohu-88-latest-promotions-interpretation__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-nohu-88-latest-promotions-interpretation__promo-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
}

.page-blog-nohu-88-latest-promotions-interpretation__card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__promo-card p {
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
  color: #F0F0F0;
}

.page-blog-nohu-88-latest-promotions-interpretation__promo-card .page-blog-nohu-88-latest-promotions-interpretation__btn-secondary {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: transparent;
  width: auto;
  padding: 10px 20px;
}

.page-blog-nohu-88-latest-promotions-interpretation__promo-card .page-blog-nohu-88-latest-promotions-interpretation__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

/* Guide Section */
.page-blog-nohu-88-latest-promotions-interpretation__guide-section {
  padding: 60px 0;
  background-color: #F8F8F8;
  color: #333333;
}

.page-blog-nohu-88-latest-promotions-interpretation__guide-section .page-blog-nohu-88-latest-promotions-interpretation__section-title {
  color: #26A9E0;
}

.page-blog-nohu-88-latest-promotions-interpretation__step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-nohu-88-latest-promotions-interpretation__step-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-nohu-88-latest-promotions-interpretation__step-card p {
  flex-grow: 1;
}

.page-blog-nohu-88-latest-promotions-interpretation__step-card .page-blog-nohu-88-latest-promotions-interpretation__btn-primary {
  width: auto;
  padding: 10px 20px;
}

/* Notes Section */
.page-blog-nohu-88-latest-promotions-interpretation__notes-list {
  list-style: disc;
  padding-left: 25px;
  margin-top: 30px;
  font-size: 1.1em;
  color: #333333;
}

.page-blog-nohu-88-latest-promotions-interpretation__notes-list li {
  margin-bottom: 15px;
}

.page-blog-nohu-88-latest-promotions-interpretation__notes-list li strong {
  color: #26A9E0;
}

.page-blog-nohu-88-latest-promotions-interpretation__notes-section .page-blog-nohu-88-latest-promotions-interpretation__btn-secondary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border-color: #26A9E0;
  margin-top: 30px;
}

.page-blog-nohu-88-latest-promotions-interpretation__notes-section .page-blog-nohu-88-latest-promotions-interpretation__btn-secondary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

/* FAQ Section */
.page-blog-nohu-88-latest-promotions-interpretation__faq-section {
  padding: 60px 0;
  background-color: #26A9E0; /* Brand primary color */
  color: #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-section .page-blog-nohu-88-latest-promotions-interpretation__section-title {
  color: #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFFFFF;
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #FFFFFF;
  list-style: none; /* For details summary */
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-qtext {
  flex-grow: 1;
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-item[open] .page-blog-nohu-88-latest-promotions-interpretation__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-nohu-88-latest-promotions-interpretation__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1.1em;
  color: #F0F0F0;
}

/* Conclusion Section */
.page-blog-nohu-88-latest-promotions-interpretation__conclusion-section .page-blog-nohu-88-latest-promotions-interpretation__btn-primary {
  margin-top: 30px;
}

/* Dark/Light Background Classes for Contrast */
.page-blog-nohu-88-latest-promotions-interpretation__dark-bg {
  color: #ffffff;
}

.page-blog-nohu-88-latest-promotions-interpretation__light-bg {
  color: #333333;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-nohu-88-latest-promotions-interpretation__hero-image {
    height: 500px;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__main-title {
    font-size: 2.8em;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__description {
    font-size: 1.1em;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-nohu-88-latest-promotions-interpretation {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__hero-image {
    height: 350px;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__hero-content {
    padding: 0 15px;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__btn-primary,
  .page-blog-nohu-88-latest-promotions-interpretation__btn-secondary {
    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-nohu-88-latest-promotions-interpretation__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__promotions-overview,
  .page-blog-nohu-88-latest-promotions-interpretation__guide-section,
  .page-blog-nohu-88-latest-promotions-interpretation__notes-section,
  .page-blog-nohu-88-latest-promotions-interpretation__faq-section,
  .page-blog-nohu-88-latest-promotions-interpretation__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__promo-grid,
  .page-blog-nohu-88-latest-promotions-interpretation__step-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-blog-nohu-88-latest-promotions-interpretation img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__promo-card,
  .page-blog-nohu-88-latest-promotions-interpretation__step-card,
  .page-blog-nohu-88-latest-promotions-interpretation__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-nohu-88-latest-promotions-interpretation__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 1em;
  }
}