.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: var(--background-color, #F5F7FA); /* Ensure body background is light */
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-section {
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: #F5F7FA;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #E53935; /* Brand color for main title */
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333333;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-primary,
.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-secondary:hover {
  background: #E53935;
  color: #ffffff;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-image {
  flex: 1 1 40%;
  text-align: center;
  min-width: 300px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__content-area {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__section--dark {
  background-color: #E53935;
  color: #ffffff;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__section--dark .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__section-title,
.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__section--dark .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__paragraph {
  color: #ffffff;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__section-title {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #E53935;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
  color: #333333;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__guide-section {
  padding: 80px 0;
  background-color: #F5F7FA;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__step-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  color: #333333;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__step-title {
  font-size: 1.5em;
  color: #E53935;
  margin-bottom: 15px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__step-description {
  font-size: 1em;
  color: #555555;
  text-align: left;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__step-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 0;
  border-radius: 8px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__cta-bottom {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__tip-item {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__tip-title {
  font-size: 1.3em;
  color: #E53935;
  margin-bottom: 10px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-choi__tip-description {
  font-size: 0.95em;
  color: #555555;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__promo-section {
  padding: 80px 0;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__promo-list {
  list-style: disc;
  padding-left: 25px;
  margin-top: 30px;
  font-size: 1.05em;
  color: #ffffff;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__promo-item {
  margin-bottom: 10px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-section {
  padding: 80px 0;
  background-color: #F5F7FA;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-list {
  margin-top: 40px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-item {
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-question:hover {
  background-color: #f9f9f9;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #E53935;
  margin-left: 15px;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-item[open] .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-toggle {
  content: "−";
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
}

.page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__conclusion-section {
  padding: 80px 0;
  text-align: center;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__main-title {
    font-size: 2.5em;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__section-title {
    font-size: 2em;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-container {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 40px;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-container {
    flex-direction: column;
    padding: 30px 0;
    align-items: center;
    gap: 30px;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-content {
    order: 2;
    text-align: center;
    width: 100%;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__hero-image {
    order: 1;
    width: 100%;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__intro-text {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  /* Buttons - General */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-primary,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-secondary,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi a[class*="button"],
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi a[class*="btn"] {
    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;
  }

  /* Button containers */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__cta-buttons,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__button-group,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__btn-container,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__cta-bottom {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }

  /* Content Sections */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__content-area,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__guide-section,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__promo-section,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-section,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__paragraph {
    font-size: 0.95em;
  }

  /* Guide Steps (similar to module 1 layout) */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__step-item {
    padding: 25px;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__step-title {
    font-size: 1.3em;
  }

  /* Tips List */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__tip-item {
    padding: 20px;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__tip-title {
    font-size: 1.2em;
  }

  /* Promo List */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__promo-list {
    font-size: 1em;
  }

  /* FAQ Section */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  /* General Images & Containers */
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__container,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__section,
  .page-blog-huong-dan-choi-ban-ca-h5-cho-nguoi-moi__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}