/* style/index-huong-dan-nap-rut-tien.css */

.page-index-huong-dan-nap-rut-tien {
    font-family: Arial, sans-serif;
    color: #333333;
    background-color: #FFFFFF;
}

.page-index-huong-dan-nap-rut-tien__hero-section {
    padding-top: 10px; /* Adjusted for shared header offset */
    padding-bottom: 60px;
    background-color: #FFFFFF;
    color: #333333;
}

.page-index-huong-dan-nap-rut-tien__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.page-index-huong-dan-nap-rut-tien__hero-content {
    flex: 1;
    min-width: 300px;
}

.page-index-huong-dan-nap-rut-tien__main-title {
    font-size: clamp(2em, 4vw, 2.8em); /* Using clamp for responsive H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #26A9E0;
}

.page-index-huong-dan-nap-rut-tien__description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
}

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

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

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

.page-index-huong-dan-nap-rut-tien__btn-primary:hover {
    background-color: #1a7bb7;
    border-color: #1a7bb7;
}

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

.page-index-huong-dan-nap-rut-tien__btn-secondary:hover {
    background-color: #e0f4ff;
    color: #1a7bb7;
}

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

.page-index-huong-dan-nap-rut-tien__main-guide-img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.page-index-huong-dan-nap-rut-tien__content-area {
    padding: 60px 0;
}

.page-index-huong-dan-nap-rut-tien__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.page-index-huong-dan-nap-rut-tien__content-area p {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.page-index-huong-dan-nap-rut-tien__guide-step {
    background-color: #f9f9f9;
    border-left: 5px solid #26A9E0;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.page-index-huong-dan-nap-rut-tien__step-title {
    font-size: 1.5em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-index-huong-dan-nap-rut-tien__guide-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    border-radius: 8px;
}

.page-index-huong-dan-nap-rut-tien__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.page-index-huong-dan-nap-rut-tien__list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.page-index-huong-dan-nap-rut-tien__list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #26A9E0;
}

.page-index-huong-dan-nap-rut-tien__list-highlight {
    color: #000000;
}

.page-index-huong-dan-nap-rut-tien__faq-list {
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-index-huong-dan-nap-rut-tien__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-index-huong-dan-nap-rut-tien__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    color: #000000;
    background-color: #FFFFFF;
    list-style: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

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

.page-index-huong-dan-nap-rut-tien__faq-question::marker {
    display: none;
}

.page-index-huong-dan-nap-rut-tien__faq-toggle {
    font-size: 1.5em;
    font-weight: bold;
    color: #26A9E0;
}

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

.page-index-huong-dan-nap-rut-tien__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.6;
    color: #333333;
}

.page-index-huong-dan-nap-rut-tien__cta-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-index-huong-dan-nap-rut-tien__btn-large {
    padding: 15px 35px;
    font-size: 1.2em;
}

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

@media (max-width: 1024px) {
    .page-index-huong-dan-nap-rut-tien__hero-container {
        flex-direction: column;
        text-align: center;
    }

    .page-index-huong-dan-nap-rut-tien__hero-content {
        order: 2; /* Content below image on smaller screens */
    }

    .page-index-huong-dan-nap-rut-tien__hero-image {
        order: 1; /* Image above content on smaller screens */
        margin-bottom: 30px;
    }

    .page-index-huong-dan-nap-rut-tien__main-title {
        font-size: clamp(2em, 5vw, 2.5em);
    }

    .page-index-huong-dan-nap-rut-tien__section-title {
        font-size: 1.8em;
    }
}

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

    .page-index-huong-dan-nap-rut-tien__hero-container,
    .page-index-huong-dan-nap-rut-tien__container {
        padding: 0 15px;
    }

    .page-index-huong-dan-nap-rut-tien__main-title {
        font-size: clamp(1.8em, 7vw, 2.2em) !important;
        text-align: center;
    }

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

    .page-index-huong-dan-nap-rut-tien__cta-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-index-huong-dan-nap-rut-tien__btn-primary,
    .page-index-huong-dan-nap-rut-tien__btn-secondary,
    .page-index-huong-dan-nap-rut-tien a[class*="button"],
    .page-index-huong-dan-nap-rut-tien 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;
    }

    /* General image responsiveness */
    .page-index-huong-dan-nap-rut-tien img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* Content area containers */
    .page-index-huong-dan-nap-rut-tien__content-area,
    .page-index-huong-dan-nap-rut-tien__guide-step,
    .page-index-huong-dan-nap-rut-tien__faq-item,
    .page-index-huong-dan-nap-rut-tien__cta-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-index-huong-dan-nap-rut-tien__section-title {
        font-size: 1.5em !important;
        text-align: center;
    }

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

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

    .page-index-huong-dan-nap-rut-tien__faq-answer {
        padding: 0 20px 15px;
    }

    .page-index-huong-dan-nap-rut-tien__btn-large {
        font-size: 1.1em;
        padding: 12px 25px;
    }
}