/* style/blog-188bey-nha-cai-latest-promotions-analysis.css */
.page-blog-188bey-nha-cai-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  text-align: center;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 400px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__hero-content {
  position: relative; /* Ensure content is above any pseudo-elements */
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -100px; /* Overlap slightly for visual effect */
  background: rgba(17, 39, 27, 0.9); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  z-index: 1;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__main-title {
  color: #F2C14E; /* Gold */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.7); /* Glow */
  font-size: clamp(2em, 4vw, 3.5em);
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__description {
  color: #F2FFF6;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__section-title {
  color: #57E38D; /* Glow */
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #F2C14E; /* Gold */
  border-radius: 2px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__introduction-section,
.page-blog-188bey-nha-cai-latest-promotions-analysis__promotions-analysis,
.page-blog-188bey-nha-cai-latest-promotions-analysis__guide-section,
.page-blog-188bey-nha-cai-latest-promotions-analysis__comparison-section,
.page-blog-188bey-nha-cai-latest-promotions-analysis__notes-section,
.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-section,
.page-blog-188bey-nha-cai-latest-promotions-analysis__conclusion-section {
  padding: 60px 0;
  background-color: #08160F;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__text-block {
  color: #F2FFF6; /* Text Main */
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__promotion-category {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #2E7A4E; /* Border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__category-title {
  color: #22C768; /* Secondary */
  font-size: 1.8em;
  margin-bottom: 20px;
  border-left: 5px solid #F2C14E; /* Gold */
  padding-left: 15px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.7;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__list-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #57E38D; /* Glow */
  font-weight: bold;
  font-size: 1.2em;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__sub-list {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 10px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__sub-list .page-blog-188bey-nha-cai-latest-promotions-analysis__list-item::before {
  content: '▪';
  color: #22C768; /* Secondary */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-list {
  margin-top: 40px;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-question:hover {
  background-color: #11A84E; /* Primary */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-item[open] > .page-blog-188bey-nha-cai-latest-promotions-analysis__faq-question {
  background-color: #11A84E; /* Primary */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-item[open] .page-blog-188bey-nha-cai-latest-promotions-analysis__faq-toggle {
  color: #F2FFF6;
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-answer {
  padding: 15px 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
  font-size: 1em;
  background-color: #11271B; /* Card BG */
}

.page-blog-188bey-nha-cai-latest-promotions-analysis__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* Ensure summary marker is hidden for details tag */
details.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-item > summary::-webkit-details-marker {
  display: none;
}
details.page-blog-188bey-nha-cai-latest-promotions-analysis__faq-item > summary {
  list-style: none;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-blog-188bey-nha-cai-latest-promotions-analysis__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__hero-content {
    margin-top: -80px;
    padding: 30px 15px;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__category-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-188bey-nha-cai-latest-promotions-analysis__hero-content {
    margin-top: -60px;
    padding: 25px 10px;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__main-title {
    font-size: clamp(1.5em, 6vw, 2.5em);
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__description {
    font-size: 1em;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__cta-button {
    padding: 12px 25px;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__introduction-section,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__promotions-analysis,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__guide-section,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__comparison-section,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__notes-section,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__faq-section,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__container {
    padding: 0 10px;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__section-title {
    font-size: 1.5em;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__category-title {
    font-size: 1.3em;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__text-block,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__list-item {
    font-size: 0.95em;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__section,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__card,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__container,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__hero-section,
  .page-blog-188bey-nha-cai-latest-promotions-analysis__promotion-category {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-blog-188bey-nha-cai-latest-promotions-analysis__cta-button {
    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-188bey-nha-cai-latest-promotions-analysis__cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}