.page-blog-hii88-nha-cai-comprehensive-review {
  color: var(--text-main, #F2FFF6); /* Default text color for the main content area */
  background-color: var(--bg-color, #08160F); /* Fallback to a dark green if --bg-color is not defined */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-hii88-nha-cai-comprehensive-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-hii88-nha-cai-comprehensive-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  overflow: hidden;
  color: var(--text-main, #F2FFF6);
}

.page-blog-hii88-nha-cai-comprehensive-review__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.page-blog-hii88-nha-cai-comprehensive-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-hii88-nha-cai-comprehensive-review__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 900px;
  width: 90%;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text */
  border-radius: 10px;
}

.page-blog-hii88-nha-cai-comprehensive-review__main-title {
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--gold, #F2C14E);
  line-height: 1.2;
}

.page-blog-hii88-nha-cai-comprehensive-review__hero-description {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-hii88-nha-cai-comprehensive-review__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-hii88-nha-cai-comprehensive-review__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-hii88-nha-cai-comprehensive-review__btn-primary,
.page-blog-hii88-nha-cai-comprehensive-review__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  max-width: 100%; /* Ensure buttons don't overflow */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hii88-nha-cai-comprehensive-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff; /* Always white for primary button */
  border: 2px solid transparent;
}

.page-blog-hii88-nha-cai-comprehensive-review__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hii88-nha-cai-comprehensive-review__btn-secondary {
  background-color: transparent;
  color: var(--text-main, #F2FFF6);
  border: 2px solid var(--border, #2E7A4E);
}

.page-blog-hii88-nha-cai-comprehensive-review__btn-secondary:hover {
  background-color: var(--deep-green, #0A4B2C);
  color: var(--gold, #F2C14E);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hii88-nha-cai-comprehensive-review__button-spacing {
  margin-top: 20px;
}

.page-blog-hii88-nha-cai-comprehensive-review__content-section {
  padding: 60px 0;
  background-color: var(--bg-color, #08160F);
}

.page-blog-hii88-nha-cai-comprehensive-review__content-section:nth-of-type(even) {
  background-color: var(--card-bg, #11271B);
}

.page-blog-hii88-nha-cai-comprehensive-review__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--gold, #F2C14E);
}

.page-blog-hii88-nha-cai-comprehensive-review__sub-title {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 25px;
  color: var(--glow, #57E38D);
  text-align: center;
}

.page-blog-hii88-nha-cai-comprehensive-review__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text-main, #F2FFF6);
  text-align: justify;
}

.page-blog-hii88-nha-cai-comprehensive-review__text-block strong {
  color: var(--gold, #F2C14E);
}

.page-blog-hii88-nha-cai-comprehensive-review__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hii88-nha-cai-comprehensive-review__card {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: var(--text-main, #F2FFF6);
  border: 1px solid var(--divider, #1E3A2A);
}

.page-blog-hii88-nha-cai-comprehensive-review__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-hii88-nha-cai-comprehensive-review__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--glow, #57E38D);
}

.page-blog-hii88-nha-cai-comprehensive-review__card-text {
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-hii88-nha-cai-comprehensive-review__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin: 30px auto;
  max-width: 1000px;
}

.page-blog-hii88-nha-cai-comprehensive-review__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-hii88-nha-cai-comprehensive-review__list-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--divider, #1E3A2A);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: var(--text-main, #F2FFF6);
  display: flex;
  align-items: center;
}

.page-blog-hii88-nha-cai-comprehensive-review__list-item::before {
  content: '✓';
  color: var(--glow, #57E38D);
  font-weight: bold;
  margin-right: 10px;
}

.page-blog-hii88-nha-cai-comprehensive-review__faq-list {
  margin-top: 40px;
}

.page-blog-hii88-nha-cai-comprehensive-review__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--divider, #1E3A2A);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hii88-nha-cai-comprehensive-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--glow, #57E38D);
  cursor: pointer;
  background-color: var(--deep-green, #0A4B2C);
  border-bottom: 1px solid var(--divider, #1E3A2A);
  list-style: none;
}

.page-blog-hii88-nha-cai-comprehensive-review__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hii88-nha-cai-comprehensive-review__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--gold, #F2C14E);
  transition: transform 0.3s ease;
}

.page-blog-hii88-nha-cai-comprehensive-review__faq-item[open] .page-blog-hii88-nha-cai-comprehensive-review__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hii88-nha-cai-comprehensive-review__faq-answer {
  padding: 20px;
  font-size: 1.1rem;
  color: var(--text-secondary, #A7D9B8);
  text-align: justify;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-hii88-nha-cai-comprehensive-review__hero-content {
    width: 95%;
    padding: 15px;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__main-title {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
  }
  .page-blog-hii88-nha-cai-comprehensive-review__hero-description {
    font-size: clamp(0.9rem, 1.8vw, 1.2rem);
  }
  .page-blog-hii88-nha-cai-comprehensive-review__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  }
  .page-blog-hii88-nha-cai-comprehensive-review__sub-title {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  }
  .page-blog-hii88-nha-cai-comprehensive-review__card-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .page-blog-hii88-nha-cai-comprehensive-review__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__hero-content {
    width: 90%;
    padding: 10px;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-hii88-nha-cai-comprehensive-review__hero-description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    margin-bottom: 20px;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__btn-primary,
  .page-blog-hii88-nha-cai-comprehensive-review__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__section-title {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
  .page-blog-hii88-nha-cai-comprehensive-review__sub-title {
    font-size: clamp(1.1rem, 4vw, 1.5rem);
  }
  .page-blog-hii88-nha-cai-comprehensive-review__text-block,
  .page-blog-hii88-nha-cai-comprehensive-review__list-item,
  .page-blog-hii88-nha-cai-comprehensive-review__faq-answer {
    font-size: 1rem;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__card {
    padding: 20px;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__card-image {
    height: 180px;
  }
  .page-blog-hii88-nha-cai-comprehensive-review__faq-question {
    font-size: 1rem;
    padding: 15px;
  }
  
  /* Mobile specific image, video, button overflow fixes */
  .page-blog-hii88-nha-cai-comprehensive-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-hii88-nha-cai-comprehensive-review video,
  .page-blog-hii88-nha-cai-comprehensive-review__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-hii88-nha-cai-comprehensive-review__section,
  .page-blog-hii88-nha-cai-comprehensive-review__card,
  .page-blog-hii88-nha-cai-comprehensive-review__container,
  .page-blog-hii88-nha-cai-comprehensive-review__hero-section,
  .page-blog-hii88-nha-cai-comprehensive-review__video-section,
  .page-blog-hii88-nha-cai-comprehensive-review__video-container,
  .page-blog-hii88-nha-cai-comprehensive-review__video-wrapper,
  .page-blog-hii88-nha-cai-comprehensive-review__cta-buttons,
  .page-blog-hii88-nha-cai-comprehensive-review__button-group,
  .page-blog-hii88-nha-cai-comprehensive-review__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure content does not overflow */
  }
  
  .page-blog-hii88-nha-cai-comprehensive-review__video-section {
    padding-top: 10px !important; /* Small top padding for video section */
  }
  
  /* If buttons use flex, ensure they wrap or stack */
  .page-blog-hii88-nha-cai-comprehensive-review__cta-buttons {
    flex-direction: column; 
    gap: 10px;
  }
}