.page-huong-dan-choi-no-hu {
  font-family: Arial, sans-serif;
  color: #333333;
  background: #FFFFFF;
}

.page-huong-dan-choi-no-hu__hero-section {
  padding-top: 10px; /* Minimal top padding to avoid double spacing with shared header */
  padding-bottom: 60px;
  background-color: #f0f8ff; /* Light background for hero */
}

.page-huong-dan-choi-no-hu__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 20px;
}

.page-huong-dan-choi-no-hu__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #1e1765; /* Dark text for contrast on light background */
}

.page-huong-dan-choi-no-hu__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-huong-dan-choi-no-hu__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333333;
}

.page-huong-dan-choi-no-hu__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-huong-dan-choi-no-hu__btn-primary,
.page-huong-dan-choi-no-hu__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-huong-dan-choi-no-hu__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-huong-dan-choi-no-hu__btn-primary:hover {
  background-color: #1e87b3;
  transform: translateY(-2px);
}

.page-huong-dan-choi-no-hu__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-huong-dan-choi-no-hu__btn-secondary:hover {
  background-color: #f0f8ff;
  transform: translateY(-2px);
}

.page-huong-dan-choi-no-hu__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-huong-dan-choi-no-hu__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-huong-dan-choi-no-hu__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.page-huong-dan-choi-no-hu__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-huong-dan-choi-no-hu__text-block {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

.page-huong-dan-choi-no-hu__feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}

.page-huong-dan-choi-no-hu__feature-item {
  flex: 1 1 300px;
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-huong-dan-choi-no-hu__feature-item:hover {
  transform: translateY(-10px);
}

.page-huong-dan-choi-no-hu__icon-box-media {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #26A9E0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-huong-dan-choi-no-hu__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-huong-dan-choi-no-hu__feature-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-huong-dan-choi-no-hu__feature-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
}

.page-huong-dan-choi-no-hu__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-huong-dan-choi-no-hu__list-item {
  background-color: #f0f8ff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-huong-dan-choi-no-hu__list-item::before {
  content: '✔';
  color: #26A9E0;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  margin-top: 2px;
}

.page-huong-dan-choi-no-hu__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-huong-dan-choi-no-hu__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-huong-dan-choi-no-hu__step-item {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-huong-dan-choi-no-hu__step-item:nth-child(odd) {
  border-left: 5px solid #26A9E0;
}

.page-huong-dan-choi-no-hu__step-item:nth-child(even) {
  border-right: 5px solid #26A9E0;
}

.page-huong-dan-choi-no-hu__step-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-huong-dan-choi-no-hu__step-item p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 20px;
}

.page-huong-dan-choi-no-hu__btn-text {
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
  margin-top: auto; /* Push to bottom */
}

.page-huong-dan-choi-no-hu__btn-text:hover {
  text-decoration: underline;
  color: #1e87b3;
}

.page-huong-dan-choi-no-hu__faq-section {
  background-color: #f0f8ff;
}

.page-huong-dan-choi-no-hu__faq-list {
  margin-top: 40px;
}

.page-huong-dan-choi-no-hu__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-huong-dan-choi-no-hu__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #26A9E0;
  cursor: pointer;
  list-style: none;
  outline: none;
}

.page-huong-dan-choi-no-hu__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-huong-dan-choi-no-hu__faq-item[open] summary {
  background-color: #e6f7ff;
}

.page-huong-dan-choi-no-hu__faq-qtext {
  flex-grow: 1;
}

.page-huong-dan-choi-no-hu__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-huong-dan-choi-no-hu__faq-item[open] .page-huong-dan-choi-no-hu__faq-toggle {
  transform: rotate(45deg);
}

.page-huong-dan-choi-no-hu__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
  border-top: 1px solid #f0f0f0;
}

.page-huong-dan-choi-no-hu__cta-bottom-section {
  text-align: center;
  background-color: #e6f7ff;
  border-radius: 12px;
  padding: 50px 20px;
  margin-bottom: 0; /* Last section */
}

.page-huong-dan-choi-no-hu__cta-bottom-section .page-huong-dan-choi-no-hu__section-title {
  color: #1e1765;
  margin-bottom: 20px;
}

.page-huong-dan-choi-no-hu__cta-bottom-section .page-huong-dan-choi-no-hu__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .page-huong-dan-choi-no-hu__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-huong-dan-choi-no-hu__hero-content,
  .page-huong-dan-choi-no-hu__hero-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-huong-dan-choi-no-hu__cta-buttons {
    justify-content: center;
  }

  .page-huong-dan-choi-no-hu__feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-huong-dan-choi-no-hu__icon-box-media {
    width: 160px;
    height: 160px;
  }

  .page-huong-dan-choi-no-hu__step-by-step {
    grid-template-columns: 1fr;
  }

  .page-huong-dan-choi-no-hu__step-item:nth-child(odd),
  .page-huong-dan-choi-no-hu__step-item:nth-child(even) {
    border-left: 5px solid #26A9E0;
    border-right: none;
  }
}

@media (max-width: 768px) {
  .page-huong-dan-choi-no-hu {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-huong-dan-choi-no-hu__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
  }

  .page-huong-dan-choi-no-hu__hero-container,
  .page-huong-dan-choi-no-hu__content-area,
  .page-huong-dan-choi-no-hu__cta-bottom-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-huong-dan-choi-no-hu__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-huong-dan-choi-no-hu__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-huong-dan-choi-no-hu__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-huong-dan-choi-no-hu__btn-primary,
  .page-huong-dan-choi-no-hu__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-huong-dan-choi-no-hu__hero-side-image,
  .page-huong-dan-choi-no-hu__content-image,
  .page-huong-dan-choi-no-hu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-huong-dan-choi-no-hu__icon-box-media {
    width: 140px !important;
    height: 140px !important;
    border-width: 3px;
  }

  .page-huong-dan-choi-no-hu__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 25px;
  }

  .page-huong-dan-choi-no-hu__text-block,
  .page-huong-dan-choi-no-hu__list-item,
  .page-huong-dan-choi-no-hu__feature-description,
  .page-huong-dan-choi-no-hu__step-item p,
  .page-huong-dan-choi-no-hu__faq-answer {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .page-huong-dan-choi-no-hu__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-huong-dan-choi-no-hu__faq-toggle {
    font-size: 1.3rem;
  }

  .page-huong-dan-choi-no-hu__list-item::before {
    font-size: 1em;
  }
}