.page-index-huong-dan-nap-rut__hero-section {
  padding-top: 10px; /* Aligns with body padding from shared.css */
  padding-bottom: 60px;
  background-color: #f8f8f8;
}

.page-index-huong-dan-nap-rut__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 40px;
}

.page-index-huong-dan-nap-rut__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333;
}

.page-index-huong-dan-nap-rut__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-index-huong-dan-nap-rut__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
}

.page-index-huong-dan-nap-rut__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-index-huong-dan-nap-rut__btn-primary,
.page-index-huong-dan-nap-rut__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-index-huong-dan-nap-rut__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-index-huong-dan-nap-rut__btn-primary:hover {
  background-color: #1e87b6;
  border-color: #1e87b6;
}

.page-index-huong-dan-nap-rut__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-index-huong-dan-nap-rut__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b6;
}

.page-index-huong-dan-nap-rut__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-index-huong-dan-nap-rut__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-index-huong-dan-nap-rut__guide-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-index-huong-dan-nap-rut__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-index-huong-dan-nap-rut__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 25px;
}

.page-index-huong-dan-nap-rut__section-description {
  font-size: 1.05em;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #555555;
}

.page-index-huong-dan-nap-rut__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  color: #26A9E0;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-index-huong-dan-nap-rut__method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-index-huong-dan-nap-rut__method-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-index-huong-dan-nap-rut__method-card:hover {
  transform: translateY(-5px);
}

.page-index-huong-dan-nap-rut__method-icon {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.page-index-huong-dan-nap-rut__method-name {
  font-size: 1.3em;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.page-index-huong-dan-nap-rut__method-desc {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666666;
}

.page-index-huong-dan-nap-rut__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}

.page-index-huong-dan-nap-rut__step-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.page-index-huong-dan-nap-rut__step-number {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: #26A9E0;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(38, 169, 224, 0.3);
}

.page-index-huong-dan-nap-rut__step-content {
  flex: 1;
}

.page-index-huong-dan-nap-rut__step-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
}

.page-index-huong-dan-nap-rut__step-content p {
  font-size: 1em;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 15px;
}

.page-index-huong-dan-nap-rut__step-content a {
  color: #26A9E0;
  text-decoration: none;
}

.page-index-huong-dan-nap-rut__step-content a:hover {
  text-decoration: underline;
}

.page-index-huong-dan-nap-rut__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-top: 15px;
  display: block;
}

.page-index-huong-dan-nap-rut__final-note {
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
  color: #555555;
}

.page-index-huong-dan-nap-rut__final-note a {
  color: #26A9E0;
  text-decoration: none;
}

.page-index-huong-dan-nap-rut__final-note a:hover {
  text-decoration: underline;
}

.page-index-huong-dan-nap-rut__bullet-list {
  list-style: none;
  padding: 0;
  margin: 30px auto 60px auto;
  max-width: 900px;
}

.page-index-huong-dan-nap-rut__bullet-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%2326A9E0"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat left 8px;
  background-size: 18px 18px;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1em;
  color: #444444;
}

.page-index-huong-dan-nap-rut__bullet-list li p {
  margin: 0;
  color: #444444;
}

.page-index-huong-dan-nap-rut__faq-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-index-huong-dan-nap-rut__faq-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-huong-dan-nap-rut__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  list-style: none;
  user-select: none;
  outline: none;
  transition: background-color 0.3s ease;
}

.page-index-huong-dan-nap-rut__faq-question:hover {
  background-color: #eef7fb;
}

.page-index-huong-dan-nap-rut__faq-question::-webkit-details-marker {
  display: none;
}

.page-index-huong-dan-nap-rut__faq-qtext {
  flex-grow: 1;
}

.page-index-huong-dan-nap-rut__faq-toggle {
  font-size: 1.5em;
  font-weight: 700;
  color: #26A9E0;
  margin-left: 15px;
}

.page-index-huong-dan-nap-rut__faq-item[open] .page-index-huong-dan-nap-rut__faq-toggle {
  content: '−';
}

.page-index-huong-dan-nap-rut__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  line-height: 1.7;
  color: #666666;
}

.page-index-huong-dan-nap-rut__faq-answer p {
  margin: 0;
}

.page-index-huong-dan-nap-rut__faq-answer a {
  color: #26A9E0;
  text-decoration: none;
}

.page-index-huong-dan-nap-rut__faq-answer a:hover {
  text-decoration: underline;
}

.page-index-huong-dan-nap-rut__cta-banner {
  background-color: #26A9E0;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

.page-index-huong-dan-nap-rut__cta-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-index-huong-dan-nap-rut__cta-description {
  font-size: 1.2em;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #f0f0f0;
}

/* General image responsiveness */
.page-index-huong-dan-nap-rut img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-index-huong-dan-nap-rut__main-title {
    font-size: 2.5em;
  }

  .page-index-huong-dan-nap-rut__section-title {
    font-size: 2em;
  }

  .page-index-huong-dan-nap-rut__sub-title {
    font-size: 1.6em;
  }

  .page-index-huong-dan-nap-rut__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-huong-dan-nap-rut__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-index-huong-dan-nap-rut__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 30px;
  }

  .page-index-huong-dan-nap-rut__hero-content,
  .page-index-huong-dan-nap-rut__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-index-huong-dan-nap-rut__main-title {
    font-size: 2em;
    text-align: center;
  }

  .page-index-huong-dan-nap-rut__hero-description {
    font-size: 1em;
    text-align: center;
  }

  .page-index-huong-dan-nap-rut__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-index-huong-dan-nap-rut__btn-primary,
  .page-index-huong-dan-nap-rut__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-index-huong-dan-nap-rut__guide-section {
    padding: 40px 0;
  }

  .page-index-huong-dan-nap-rut__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-index-huong-dan-nap-rut__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-index-huong-dan-nap-rut__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-index-huong-dan-nap-rut__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-index-huong-dan-nap-rut__method-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .page-index-huong-dan-nap-rut__step-by-step {
    gap: 30px;
  }

  .page-index-huong-dan-nap-rut__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .page-index-huong-dan-nap-rut__step-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1.5em;
  }

  .page-index-huong-dan-nap-rut__step-title {
    font-size: 1.3em;
  }

  .page-index-huong-dan-nap-rut__step-content p {
    font-size: 0.95em;
  }

  .page-index-huong-dan-nap-rut__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-index-huong-dan-nap-rut__final-note {
    font-size: 0.95em;
    margin-top: 30px;
  }

  .page-index-huong-dan-nap-rut__bullet-list {
    margin: 20px auto 40px auto;
  }

  .page-index-huong-dan-nap-rut__bullet-list li {
    font-size: 0.95em;
    padding-left: 25px;
    background-position: left 5px;
  }

  .page-index-huong-dan-nap-rut__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-index-huong-dan-nap-rut__faq-toggle {
    font-size: 1.3em;
  }

  .page-index-huong-dan-nap-rut__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95em;
  }

  .page-index-huong-dan-nap-rut__cta-banner {
    padding: 60px 0;
  }

  .page-index-huong-dan-nap-rut__cta-title {
    font-size: 2em;
  }

  .page-index-huong-dan-nap-rut__cta-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  /* General image responsiveness for all img elements */
  .page-index-huong-dan-nap-rut img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* All containers for images and buttons */
  .page-index-huong-dan-nap-rut__hero-container,
  .page-index-huong-dan-nap-rut__guide-section,
  .page-index-huong-dan-nap-rut__container,
  .page-index-huong-dan-nap-rut__method-card,
  .page-index-huong-dan-nap-rut__step-content,
  .page-index-huong-dan-nap-rut__cta-banner {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}