.page-huong-dan-nap-rut__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    background: linear-gradient(135deg, #26A9E0, #1a7bbd);
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.page-huong-dan-nap-rut__hero-image {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.page-huong-dan-nap-rut__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-huong-dan-nap-rut__hero-content {
    max-width: 900px;
    padding: 0 20px 40px;
    position: relative;
    z-index: 1;
}

.page-huong-dan-nap-rut__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-huong-dan-nap-rut__description {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-huong-dan-nap-rut__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-huong-dan-nap-rut__btn-primary,
.page-huong-dan-nap-rut__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
}

.page-huong-dan-nap-rut__btn-primary {
    background-color: #EA7C07; /* Login color */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-huong-dan-nap-rut__btn-primary:hover {
    background-color: #d16b05;
    border-color: #d16b05;
    transform: translateY(-2px);
}

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

.page-huong-dan-nap-rut__btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #f0f0f0;
    transform: translateY(-2px);
}

.page-huong-dan-nap-rut__content-area,
.page-huong-dan-nap-rut__conclusion-section {
    padding: 60px 0;
}

.page-huong-dan-nap-rut__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-huong-dan-nap-rut__dark-section {
    background-color: #26A9E0;
    color: #ffffff;
}

.page-huong-dan-nap-rut__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-huong-dan-nap-rut__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: inherit;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.3;
}

.page-huong-dan-nap-rut__sub-title {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 600;
    color: inherit;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.page-huong-dan-nap-rut__text-block p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: inherit;
}

.page-huong-dan-nap-rut__list,
.page-huong-dan-nap-rut__numbered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: inherit;
}

.page-huong-dan-nap-rut__numbered-list {
    list-style-type: decimal;
}

.page-huong-dan-nap-rut__list li,
.page-huong-dan-nap-rut__numbered-list li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.page-huong-dan-nap-rut__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

details.page-huong-dan-nap-rut__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
    color: #333333;
}

details.page-huong-dan-nap-rut__faq-item summary.page-huong-dan-nap-rut__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
}

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

details.page-huong-dan-nap-rut__faq-item summary.page-huong-dan-nap-rut__faq-question:hover {
    background: #f5f5f5;
}

.page-huong-dan-nap-rut__faq-qtext {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #333333;
}

.page-huong-dan-nap-rut__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}

details.page-huong-dan-nap-rut__faq-item .page-huong-dan-nap-rut__faq-answer {
    padding: 0 20px 20px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    color: #333333;
}

.page-huong-dan-nap-rut__cta-section {
    text-align: center;
    padding: 40px 0;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-huong-dan-nap-rut__cta-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333333;
}

.page-huong-dan-nap-rut__conclusion-section {
    text-align: center;
    padding-bottom: 80px;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-huong-dan-nap-rut__hero-image img {
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }
}

@media (max-width: 768px) {
    .page-huong-dan-nap-rut__hero-section {
        min-height: 400px;
        padding-bottom: 30px;
    }

    .page-huong-dan-nap-rut__hero-image {
        max-height: 300px;
        margin-bottom: 15px;
    }

    .page-huong-dan-nap-rut__hero-image img {
        object-fit: contain !important;
        aspect-ratio: unset !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-huong-dan-nap-rut__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-huong-dan-nap-rut__description {
        font-size: clamp(0.9rem, 2.5vw, 1.1rem);
        margin-bottom: 25px;
    }

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

    .page-huong-dan-nap-rut__btn-primary,
    .page-huong-dan-nap-rut__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 16px;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    .page-huong-dan-nap-rut__content-area,
    .page-huong-dan-nap-rut__conclusion-section {
        padding: 40px 0;
    }

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

    .page-huong-dan-nap-rut__section-title {
        font-size: clamp(1.5rem, 5vw, 2rem);
        margin-bottom: 25px;
    }

    .page-huong-dan-nap-rut__sub-title {
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-huong-dan-nap-rut__text-block p {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-huong-dan-nap-rut__list,
    .page-huong-dan-nap-rut__numbered-list {
        margin-left: 20px;
    }

    .page-huong-nap-rut__list li,
    .page-huong-nap-rut__numbered-list li {
        font-size: 16px;
    }

    .page-huong-dan-nap-rut__image {
        margin: 20px auto;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    details.page-huong-dan-nap-rut__faq-item summary.page-huong-dan-nap-rut__faq-question {
        padding: 15px;
    }

    .page-huong-dan-nap-rut__faq-qtext {
        font-size: 15px;
    }

    .page-huong-dan-nap-rut__faq-toggle {
        font-size: 20px;
        width: 24px;
        margin-left: 10px;
    }

    details.page-huong-dan-nap-rut__faq-item .page-huong-dan-nap-rut__faq-answer {
        padding: 0 15px 15px;
    }

    .page-huong-dan-nap-rut__cta-section {
        padding: 30px 15px;
        margin-top: 40px;
    }

    .page-huong-dan-nap-rut__cta-text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .page-huong-dan-nap-rut__conclusion-section {
        padding-bottom: 60px;
    }
}