.page-blog-6fff-nha-cai-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-6fff-nha-cai-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-6fff-nha-cai-review__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit hero image height */
  overflow: hidden;
}

.page-blog-6fff-nha-cai-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-6fff-nha-cai-review__hero-content {
  position: relative;
  z-index: 10;
  padding: 20px;
  max-width: 900px;
  margin-top: -150px; /* Adjust to overlap slightly without obscuring image */
  background: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-6fff-nha-cai-review__hero-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem); /* Responsive font size */
}

.page-blog-6fff-nha-cai-review__hero-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-6fff-nha-cai-review__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-6fff-nha-cai-review__btn-primary,
.page-blog-6fff-nha-cai-review__btn-secondary,
.page-blog-6fff-nha-cai-review__btn-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-6fff-nha-cai-review__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-6fff-nha-cai-review__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 209, 111, 0.4);
}

.page-blog-6fff-nha-cai-review__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-6fff-nha-cai-review__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Border color with transparency */
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(46, 122, 78, 0.4);
}

.page-blog-6fff-nha-cai-review__btn-link {
  background: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  border: none;
  text-align: center;
}

.page-blog-6fff-nha-cai-review__btn-link:hover {
  background: #11A84E; /* Main Color */
  transform: translateY(-2px);
}

.page-blog-6fff-nha-cai-review__content-section {
  padding: 40px 0;
}

.page-blog-6fff-nha-cai-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-6fff-nha-cai-review__section-title {
  font-size: 2.2rem;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  position: relative;
}

.page-blog-6fff-nha-cai-review__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #11A84E; /* Main Color */
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-blog-6fff-nha-cai-review__text-block {
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 25px;
  text-align: justify;
}

.page-blog-6fff-nha-cai-review__feature-grid,
.page-blog-6fff-nha-cai-review__product-review-grid,
.page-blog-6fff-nha-cai-review__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-blog-6fff-nha-cai-review__feature-card,
.page-blog-6fff-nha-cai-review__product-card,
.page-blog-6fff-nha-cai-review__step-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-6fff-nha-cai-review__feature-card:hover,
.page-blog-6fff-nha-cai-review__product-card:hover,
.page-blog-6fff-nha-cai-review__step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-6fff-nha-cai-review__card-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-6fff-nha-cai-review__card-text {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-6fff-nha-cai-review__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 15px;
  object-fit: cover;
}

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

.page-blog-6fff-nha-cai-review__list-item {
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  text-align: justify;
}

.page-blog-6fff-nha-cai-review__list-item::before {
  content: '✓';
  color: #2AD16F; /* Button top color for checkmark */
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-blog-6fff-nha-cai-review__cta-banner-wrapper {
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-6fff-nha-cai-review__cta-banner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-6fff-nha-cai-review__cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.page-blog-6fff-nha-cai-review__cta-title {
  font-size: 2.5rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 700;
  max-width: 80%;
}

.page-blog-6fff-nha-cai-review__cta-text {
  font-size: 1.2rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 70%;
}

.page-blog-6fff-nha-cai-review__faq-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-6fff-nha-cai-review__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-6fff-nha-cai-review__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  color: #F2FFF6; /* Text Main */
  font-weight: 600;
  cursor: pointer;
  background-color: #11271B; /* Card BG */
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, border-bottom-color 0.3s ease;
  list-style: none; /* Remove default summary marker */
}

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

.page-blog-6fff-nha-cai-review__faq-item[open] .page-blog-6fff-nha-cai-review__faq-question {
  background-color: #0A4B2C; /* Deep Green */
  border-bottom-color: #2E7A4E; /* Border */
}

.page-blog-6fff-nha-cai-review__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #2AD16F; /* Button top color */
}

.page-blog-6fff-nha-cai-review__faq-item[open] .page-blog-6fff-nha-cai-review__faq-toggle {
  transform: rotate(45deg); /* Rotate '+' to 'x' or '-' */
  color: #F2FFF6; /* Text Main */
}

.page-blog-6fff-nha-cai-review__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-blog-6fff-nha-cai-review__faq-answer p {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-6fff-nha-cai-review__hero-content {
    margin-top: -100px;
  }
  .page-blog-6fff-nha-cai-review__section-title {
    font-size: 2rem;
  }
  .page-blog-6fff-nha-cai-review__cta-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-6fff-nha-cai-review {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-6fff-nha-cai-review__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-6fff-nha-cai-review__hero-content {
    margin-top: -80px;
    padding: 15px;
    max-width: 95%;
  }
  .page-blog-6fff-nha-cai-review__hero-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-6fff-nha-cai-review__hero-description {
    font-size: 1rem;
  }
  .page-blog-6fff-nha-cai-review__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-6fff-nha-cai-review__btn-primary,
  .page-blog-6fff-nha-cai-review__btn-secondary,
  .page-blog-6fff-nha-cai-review__btn-link {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-6fff-nha-cai-review__container {
    padding: 0 15px;
  }
  .page-blog-6fff-nha-cai-review__section-title {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page-blog-6fff-nha-cai-review__feature-grid,
  .page-blog-6fff-nha-cai-review__product-review-grid,
  .page-blog-6fff-nha-cai-review__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-6fff-nha-cai-review__card-title {
    font-size: 1.3rem;
  }
  .page-blog-6fff-nha-cai-review__cta-banner-wrapper {
    margin: 40px 0;
  }
  .page-blog-6fff-nha-cai-review__cta-overlay {
    padding: 15px;
  }
  .page-blog-6fff-nha-cai-review__cta-title {
    font-size: 1.5rem;
    max-width: 95%;
  }
  .page-blog-6fff-nha-cai-review__cta-text {
    font-size: 1rem;
    max-width: 90%;
  }
  .page-blog-6fff-nha-cai-review__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }
  .page-blog-6fff-nha-cai-review__faq-answer {
    padding: 0 20px 15px 20px;
  }
  /* Mobile image and video responsive rules */
  .page-blog-6fff-nha-cai-review img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-6fff-nha-cai-review video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-6fff-nha-cai-review__section,
  .page-blog-6fff-nha-cai-review__card,
  .page-blog-6fff-nha-cai-review__container,
  .page-blog-6fff-nha-cai-review__cta-banner-wrapper,
  .page-blog-6fff-nha-cai-review__video-section,
  .page-blog-6fff-nha-cai-review__video-container,
  .page-blog-6fff-nha-cai-review__video-wrapper,
  .page-blog-6fff-nha-cai-review__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }
  .page-blog-6fff-nha-cai-review__cta-buttons,
  .page-blog-6fff-nha-cai-review__button-group,
  .page-blog-6fff-nha-cai-review__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-6fff-nha-cai-review__cta-buttons {
    flex-direction: column;
  }
  .page-blog-6fff-nha-cai-review__hero-section {
    padding-top: 10px !important;
  }
}