.page-huong-dan-nap-rut-tien { font-family: Arial, sans-serif; color: #333333; line-height: 1.6; }
.page-huong-dan-nap-rut-tien__container { max-width: 1170px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }

/* Hero Section */
.page-huong-dan-nap-rut-tien__hero-section { padding-top: 10px; padding-bottom: 40px; background-color: #F5F7FA; }
.page-huong-dan-nap-rut-tien__hero-container { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; padding: 40px 0; }
.page-huong-dan-nap-rut-tien__hero-content { flex: 1 1 45%; min-width: 300px; }
.page-huong-dan-nap-rut-tien__hero-title { font-size: 2.8em; font-weight: bold; line-height: 1.2; margin-bottom: 20px; color: #E53935; max-width: 600px; }
.page-huong-dan-nap-rut-tien__hero-description { font-size: 1.1em; margin-bottom: 30px; color: #333333; max-width: 600px; }
.page-huong-dan-nap-rut-tien__cta-buttons { display: flex; gap: 15px; flex-wrap: wrap; }
.page-huong-dan-nap-rut-tien__btn-primary, .page-huong-dan-nap-rut-tien__btn-secondary {
  display: inline-block; padding: 14px 28px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1em;
  transition: all 0.3s ease; text-align: center; box-sizing: border-box;
}
.page-huong-dan-nap-rut-tien__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); color: #ffffff; border: none;
}
.page-huong-dan-nap-rut-tien__btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }
.page-huong-dan-nap-rut-tien__btn-secondary {
  background: #ffffff; color: #E53935; border: 2px solid #E53935;
}
.page-huong-dan-nap-rut-tien__btn-secondary:hover { background: #E53935; color: #ffffff; transform: translateY(-2px); }
.page-huong-dan-nap-rut-tien__hero-image { flex: 1 1 45%; min-width: 300px; text-align: center; }
.page-huong-dan-nap-rut-tien__hero-side-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }

/* Intro Section */
.page-huong-dan-nap-rut-tien__intro-section { padding: 60px 0; background-color: #F5F7FA; }
.page-huong-dan-nap-rut-tien__section-title { font-size: 2.2em; font-weight: bold; text-align: center; margin-bottom: 20px; color: #E53935; }
.page-huong-dan-nap-rut-tien__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 50px; color: #333333; }
.page-huong-dan-nap-rut-tien__features-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }
.page-huong-dan-nap-rut-tien__feature-item { flex: 1 1 30%; min-width: 280px; text-align: center; background-color: #ffffff; border-radius: 10px; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); }
.page-huong-dan-nap-rut-tien__icon-box-media { width: 180px; height: 180px; margin: 0 auto 20px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #FF5A4F; }
.page-huong-dan-nap-rut-tien__icon-box-media img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 50%; }
.page-huong-dan-nap-rut-tien__feature-title { font-size: 1.4em; font-weight: bold; margin-bottom: 10px; color: #E53935; }
.page-huong-dan-nap-rut-tien__feature-text { font-size: 0.95em; color: #333333; }

/* Guide Section */
.page-huong-dan-nap-rut-tien__guide-section { padding: 60px 0; }
.page-huong-dan-nap-rut-tien__dark-bg { background-color: #E53935; color: #ffffff; }
.page-huong-dan-nap-rut-tien__dark-bg .page-huong-dan-nap-rut-tien__section-title, 
.page-huong-dan-nap-rut-tien__dark-bg .page-huong-dan-nap-rut-tien__section-description, 
.page-huong-dan-nap-rut-tien__dark-bg .page-huong-dan-nap-rut-tien__step-title, 
.page-huong-dan-nap-rut-tien__dark-bg .page-huong-dan-nap-rut-tien__step-text, 
.page-huong-dan-nap-rut-tien__dark-bg .page-huong-dan-nap-rut-tien__tips-text { color: #ffffff; }
.page-huong-dan-nap-rut-tien__light-bg { background-color: #ffffff; color: #333333; }
.page-huong-dan-nap-rut-tien__guide-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; margin-bottom: 40px; }
.page-huong-dan-nap-rut-tien__step-item { background-color: #ffffff; border-radius: 10px; padding: 30px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); text-align: center; }
.page-huong-dan-nap-rut-tien__dark-bg .page-huong-dan-nap-rut-tien__step-item { background-color: rgba(255, 255, 255, 0.1); box-shadow: none; }
.page-huong-dan-nap-rut-tien__step-icon { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; background-color: #FF5A4F; color: #ffffff; font-size: 1.8em; font-weight: bold; margin: 0 auto 20px; }
.page-huong-dan-nap-rut-tien__step-title { font-size: 1.3em; font-weight: bold; margin-bottom: 10px; color: #E53935; }
.page-huong-dan-nap-rut-tien__dark-bg .page-huong-dan-nap-rut-tien__step-title { color: #ffffff; }
.page-huong-dan-nap-rut-tien__step-text { font-size: 0.95em; color: #333333; }
.page-huong-dan-nap-rut-tien__image-wrapper { text-align: center; margin-top: 40px; margin-bottom: 40px; }
.page-huong-dan-nap-rut-tien__content-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); display: block; margin: 0 auto; }
.page-huong-dan-nap-rut-tien__tips-text { font-size: 1em; text-align: center; max-width: 800px; margin: 20px auto 0; padding: 15px; border-left: 5px solid #FF5A4F; background-color: rgba(255, 90, 79, 0.1); border-radius: 5px; color: #333333; }
.page-huong-dan-nap-rut-tien__dark-bg .page-huong-dan-nap-rut-tien__tips-text { background-color: rgba(255, 255, 255, 0.15); border-left-color: #ffffff; color: #ffffff; }

/* Important Notes Section */
.page-huong-dan-nap-rut-tien__important-notes-section { padding: 60px 0; }
.page-huong-dan-nap-rut-tien__notes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.page-huong-dan-nap-rut-tien__note-item { background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 30px; text-align: center; }
.page-huong-dan-nap-rut-tien__note-title { font-size: 1.3em; font-weight: bold; margin-bottom: 10px; color: #ffffff; }
.page-huong-dan-nap-rut-tien__note-text { font-size: 0.95em; color: #ffffff; opacity: 0.9; }

/* FAQ Section */
.page-huong-dan-nap-rut-tien__faq-section { padding: 60px 0; background-color: #F5F7FA; }
.page-huong-dan-nap-rut-tien__faq-list { max-width: 900px; margin: 40px auto 0; }
.page-huong-dan-nap-rut-tien__faq-item { background-color: #ffffff; border: 1px solid #E0E0E0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.page-huong-dan-nap-rut-tien__faq-item summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; font-size: 1.1em; font-weight: bold; color: #333333; list-style: none; }
.page-huong-dan-nap-rut-tien__faq-item summary::-webkit-details-marker { display: none; }
.page-huong-dan-nap-rut-tien__faq-item summary::marker { display: none; }
.page-huong-dan-nap-rut-tien__faq-qtext { flex-grow: 1; }
.page-huong-dan-nap-rut-tien__faq-toggle { font-size: 1.5em; margin-left: 15px; color: #E53935; transition: transform 0.3s ease; }
.page-huong-dan-nap-rut-tien__faq-item[open] .page-huong-dan-nap-rut-tien__faq-toggle { transform: rotate(45deg); }
.page-huong-dan-nap-rut-tien__faq-answer { padding: 0 25px 20px; font-size: 1em; color: #555555; }

/* CTA Bottom Section */
.page-huong-dan-nap-rut-tien__cta-bottom-section { padding: 60px 0; text-align: center; background-color: #E53935; color: #ffffff; }
.page-huong-dan-nap-rut-tien__cta-bottom-section .page-huong-dan-nap-rut-tien__section-title { color: #ffffff; }
.page-huong-dan-nap-rut-tien__cta-bottom-section .page-huong-dan-nap-rut-tien__section-description { color: #ffffff; opacity: 0.9; }
.page-huong-dan-nap-rut-tien__cta-bottom-section .page-huong-dan-nap-rut-tien__cta-buttons { justify-content: center; margin-top: 30px; }
.page-huong-dan-nap-rut-tien__cta-bottom-section .page-huong-dan-nap-rut-tien__btn-secondary { background: #ffffff; color: #E53935; border-color: #ffffff; }
.page-huong-dan-nap-rut-tien__cta-bottom-section .page-huong-dan-nap-rut-tien__btn-secondary:hover { background: #E53935; color: #ffffff; border-color: #E53935; }

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-huong-dan-nap-rut-tien__hero-title { font-size: 2.5em; }
  .page-huong-dan-nap-rut-tien__section-title { font-size: 2em; }
}

@media (max-width: 768px) {
  .page-huong-dan-nap-rut-tien { font-size: 16px; line-height: 1.6; }
  
  /* HERO Section */
  .page-huong-dan-nap-rut-tien__hero-section { padding-top: 10px !important; padding-bottom: 30px; }
  .page-huong-dan-nap-rut-tien__hero-container { flex-direction: column; text-align: center; padding: 20px 0; gap: 20px; }
  .page-huong-dan-nap-rut-tien__hero-content { order: 2; flex: 1 1 100%; min-width: unset; }
  .page-huong-dan-nap-rut-tien__hero-image { order: 1; flex: 1 1 100%; min-width: unset; }
  .page-huong-dan-nap-rut-tien__hero-title { font-size: 2em; margin-bottom: 15px; max-width: 100%; }
  .page-huong-dan-nap-rut-tien__hero-description { font-size: 1em; margin-bottom: 20px; max-width: 100%; }
  .page-huong-dan-nap-rut-tien__cta-buttons { flex-direction: column; align-items: center; gap: 10px; max-width: 100%; width: 100%; box-sizing: border-box; padding: 0 15px; }
  .page-huong-dan-nap-rut-tien__btn-primary, .page-huong-dan-nap-rut-tien__btn-secondary {
    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-huong-dan-nap-rut-tien__hero-side-image { max-width: 100% !important; width: 100% !important; height: auto !important; }

  /* Intro Section - Module 1 */
  .page-huong-dan-nap-rut-tien__intro-section { padding: 40px 0; }
  .page-huong-dan-nap-rut-tien__section-title { font-size: 1.8em; margin-bottom: 15px; }
  .page-huong-dan-nap-rut-tien__section-description { font-size: 1em; margin-bottom: 30px; max-width: 100%; }
  .page-huong-dan-nap-rut-tien__features-grid { flex-direction: column; gap: 20px; }
  .page-huong-dan-nap-rut-tien__feature-item { flex: 1 1 100%; min-width: unset; padding: 20px; }
  .page-huong-dan-nap-rut-tien__icon-box-media { width: 150px; height: 150px; margin-bottom: 15px; }

  /* Guide Section */
  .page-huong-dan-nap-rut-tien__guide-section { padding: 40px 0; }
  .page-huong-dan-nap-rut-tien__guide-steps { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; margin-bottom: 30px; }
  .page-huong-dan-nap-rut-tien__step-item { padding: 20px; }
  .page-huong-dan-nap-rut-tien__step-title { font-size: 1.2em; }
  .page-huong-dan-nap-rut-tien__step-text { font-size: 0.9em; }
  .page-huong-dan-nap-rut-tien__image-wrapper { margin-top: 30px; margin-bottom: 30px; }
  .page-huong-dan-nap-rut-tien__content-image { max-width: 100% !important; width: 100% !important; height: auto !important; }
  .page-huong-dan-nap-rut-tien__tips-text { font-size: 0.9em; max-width: 100%; padding: 10px; }

  /* Important Notes Section */
  .page-huong-dan-nap-rut-tien__important-notes-section { padding: 40px 0; }
  .page-huong-dan-nap-rut-tien__notes-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; }
  .page-huong-dan-nap-rut-tien__note-item { padding: 20px; }
  .page-huong-dan-nap-rut-tien__note-title { font-size: 1.2em; }
  .page-huong-dan-nap-rut-tien__note-text { font-size: 0.9em; }

  /* FAQ Section */
  .page-huong-dan-nap-rut-tien__faq-section { padding: 40px 0; }
  .page-huong-dan-nap-rut-tien__faq-list { margin-top: 30px; }
  .page-huong-dan-nap-rut-tien__faq-item summary { padding: 15px 20px; font-size: 1em; }
  .page-huong-dan-nap-rut-tien__faq-answer { padding: 0 20px 15px; font-size: 0.9em; }

  /* CTA Bottom Section */
  .page-huong-dan-nap-rut-tien__cta-bottom-section { padding: 40px 0; }
  .page-huong-dan-nap-rut-tien__cta-bottom-section .page-huong-dan-nap-rut-tien__section-title { font-size: 1.8em; }
  .page-huong-dan-nap-rut-tien__cta-bottom-section .page-huong-dan-nap-rut-tien__section-description { font-size: 1em; max-width: 100%; }
  .page-huong-dan-nap-rut-tien__cta-bottom-section .page-huong-dan-nap-rut-tien__cta-buttons { flex-direction: column; gap: 10px; max-width: 100%; width: 100%; box-sizing: border-box; padding: 0 15px; }
}

@media (max-width: 480px) {
  .page-huong-dan-nap-rut-tien__hero-title { font-size: 1.8em; }
  .page-huong-dan-nap-rut-tien__section-title { font-size: 1.6em; }
  .page-huong-dan-nap-rut-tien__icon-box-media { width: 120px; height: 120px; }
}