/* style/blog-huong-dan-dang-ky-99wim.css */
.page-blog-huong-dan-dang-ky-99wim {
    font-family: 'Arial', sans-serif;
    background-color: var(--Deep-Navy); /* From shared.css, dark background */
    color: var(--Text-Main); /* Light text on dark background */
    line-height: 1.6;
    font-size: 16px;
}

.page-blog-huong-dan-dang-ky-99wim__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
}

.page-blog-huong-dan-dang-ky-99wim__container--centered {
    text-align: center;
}

.page-blog-huong-dan-dang-ky-99wim__intro-section {
    padding-top: 10px; /* Small top padding as body handles header offset */
    padding-bottom: 60px;
    background-color: var(--Deep-Navy);
}

.page-blog-huong-dan-dang-ky-99wim__main-title {
    font-size: clamp(28px, 4vw, 48px); /* Responsive font size for H1 */
    font-weight: 700;
    color: var(--Text-Main);
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-99wim__description {
    font-size: 18px;
    color: var(--Text-Secondary);
    text-align: center;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-dang-ky-99wim__main-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-99wim__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-99wim__btn-primary,
.page-blog-huong-dan-dang-ky-99wim__btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 300px;
}

.page-blog-huong-dan-dang-ky-99wim__btn-primary {
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-99wim__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-99wim__btn-primary--large {
    padding: 16px 40px;
    font-size: 20px;
}

.page-blog-huong-dan-dang-ky-99wim__btn-secondary {
    background: transparent;
    color: var(--Gold);
    border: 2px solid var(--Gold);
}

.page-blog-huong-dan-dang-ky-99wim__btn-secondary:hover {
    background-color: rgba(242, 193, 78, 0.1);
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-99wim__section-title {
    font-size: clamp(24px, 3.5vw, 40px);
    color: var(--Text-Main);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

.page-blog-huong-dan-dang-ky-99wim__section-intro {
    font-size: 17px;
    color: var(--Text-Secondary);
    text-align: center;
    max-width: 900px;
    margin: -20px auto 50px auto;
}

.page-blog-huong-dan-dang-ky-99wim__guide-section,
.page-blog-huong-dan-dang-ky-99wim__benefits-section,
.page-blog-huong-dan-dang-ky-99wim__faq-section,
.page-blog-huong-dan-dang-ky-99wim__final-cta-section {
    padding: 60px 0;
    background-color: var(--Deep-Navy);
}

.page-blog-huong-dan-dang-ky-99wim__guide-step {
    background-color: var(--Card-BG);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: var(--Text-Main);
}

.page-blog-huong-dan-dang-ky-99wim__step-title {
    font-size: clamp(20px, 2.5vw, 28px);
    color: var(--Gold);
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.page-blog-huong-dan-dang-ky-99wim__step-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-99wim__guide-step p {
    font-size: 16px;
    color: var(--Text-Secondary);
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-99wim__benefits-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-99wim__benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-huong-dan-dang-ky-99wim__benefits-list li {
    background-color: var(--Card-BG);
    padding: 18px 25px;
    margin-bottom: 12px;
    border-radius: 8px;
    font-size: 17px;
    color: var(--Text-Main);
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-99wim__benefits-list li:last-child {
    margin-bottom: 0;
}

.page-blog-huong-dan-dang-ky-99wim__benefits-list li strong {
    color: var(--Gold);
    margin-right: 8px;
}

.page-blog-huong-dan-dang-ky-99wim__faq-list {
    margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-99wim__faq-item {
    background-color: var(--Card-BG);
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-99wim__faq-item summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: var(--Text-Main);
    position: relative;
}

.page-blog-huong-dan-dang-ky-99wim__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-huong-dan-dang-ky-99wim__faq-qtext {
    flex-grow: 1;
    color: var(--Text-Main);
}

.page-blog-huong-dan-dang-ky-99wim__faq-toggle {
    font-size: 24px;
    line-height: 1;
    color: var(--Gold);
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-99wim__faq-item[open] .page-blog-huong-dan-dang-ky-99wim__faq-toggle {
    transform: rotate(45deg); /* Change + to X or rotate for open state */
}

.page-blog-huong-dan-dang-ky-99wim__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 16px;
    color: var(--Text-Secondary);
}

.page-blog-huong-dan-dang-ky-99wim__faq-answer p {
    margin: 0;
    color: var(--Text-Secondary);
}

/* General image responsive rules */
.page-blog-huong-dan-dang-ky-99wim img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-blog-huong-dan-dang-ky-99wim {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-huong-dan-dang-ky-99wim__intro-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-huong-dan-dang-ky-99wim__container {
        padding: 0 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-huong-dan-dang-ky-99wim__main-title {
        font-size: clamp(24px, 7vw, 36px);
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-dang-ky-99wim__description {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .page-blog-huong-dan-dang-ky-99wim__cta-group {
        flex-direction: column !important;
        gap: 15px;
        margin-top: 20px;
    }

    .page-blog-huong-dan-dang-ky-99wim__btn-primary,
    .page-blog-huong-dan-dang-ky-99wim__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-huong-dan-dang-ky-99wim__btn-primary--large {
        padding: 14px 30px !important;
        font-size: 18px !important;
    }

    .page-blog-huong-dan-dang-ky-99wim__section-title {
        font-size: clamp(20px, 6vw, 32px);
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .page-blog-huong-dan-dang-ky-99wim__section-intro {
        font-size: 15px;
        margin: -10px auto 40px auto;
    }

    .page-blog-huong-dan-dang-ky-99wim__guide-section,
    .page-blog-huong-dan-dang-ky-99wim__benefits-section,
    .page-blog-huong-dan-dang-ky-99wim__faq-section,
    .page-blog-huong-dan-dang-ky-99wim__final-cta-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-dang-ky-99wim__guide-step {
        padding: 20px;
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-dang-ky-99wim__step-title {
        font-size: clamp(18px, 5vw, 24px);
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-dang-ky-99wim__guide-step p {
        font-size: 15px;
    }

    .page-blog-huong-dan-dang-ky-99wim__benefits-list li {
        padding: 15px 20px;
        font-size: 16px;
    }

    .page-blog-huong-dan-dang-ky-99wim__faq-item summary {
        padding: 15px 20px;
        font-size: 16px;
    }

    .page-blog-huong-dan-dang-ky-99wim__faq-answer {
        padding: 0 20px 15px 20px;
        font-size: 15px;
    }

    .page-blog-huong-dan-dang-ky-99wim img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
}