/* style/blog-huong-dan-dang-ky-win78.css */
.page-blog-huong-dan-dang-ky-win78 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Explicitly set for clarity */
}

.page-blog-huong-dan-dang-ky-win78__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* HERO Section */
.page-blog-huong-dan-dang-ky-win78__hero-section {
    padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
    padding-bottom: 60px;
    background-color: #f5f5f5; /* Light background for hero */
}

.page-blog-huong-dan-dang-ky-win78__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
    flex-wrap: wrap; /* Allow wrapping for responsiveness */
}

.page-blog-huong-dan-dang-ky-win78__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-win78__main-title {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #017439; /* Brand color for H1 */
    max-width: 600px;
}

.page-blog-huong-dan-dang-ky-win78__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 600px;
}

.page-blog-huong-dan-dang-ky-win78__hero-image {
    flex: 1 1 40%;
    text-align: center;
    min-width: 300px;
}

.page-blog-huong-dan-dang-ky-win78__side-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* CTA Buttons */
.page-blog-huong-dan-dang-ky-win78__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.page-blog-huong-dan-dang-ky-win78__btn-primary,
.page-blog-huong-dan-dang-ky-win78__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

/* Custom colors for Register/Login */
.page-blog-huong-dan-dang-ky-win78__btn-primary {
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    border: 2px solid #C30808;
}

.page-blog-huong-dan-dang-ky-win78__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-blog-huong-dan-dang-ky-win78__btn-secondary {
    background-color: #FFFFFF;
    color: #017439; /* Primary brand color */
    border: 2px solid #017439;
}

.page-blog-huong-dan-dang-ky-win78__btn-secondary:hover {
    background-color: #017439;
    color: #FFFFFF;
}

/* Secondary button in dark section */
.page-blog-huong-dan-dang-ky-win78__btn-secondary--light {
    background-color: #FFFFFF;
    color: #017439;
    border: 2px solid #FFFFFF;
}

.page-blog-huong-dan-dang-ky-win78__btn-secondary--light:hover {
    background-color: #f0f0f0;
    color: #017439;
}


/* General Content Sections */
.page-blog-huong-dan-dang-ky-win78__content-area {
    padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-win78__section-title {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #017439; /* Brand color for section titles */
}

.page-blog-huong-dan-dang-ky-win78__section-title--light {
    color: #FFFFFF; /* White for dark sections */
}

.page-blog-huong-dan-dang-ky-win78__text-block {
    font-size: 1em;
    margin-bottom: 20px;
    text-align: justify;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-win78__text-block--light {
    color: #ffffff; /* White for dark sections */
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-win78__guide-step {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-win78__step-title {
    font-size: 1.8em;
    color: #017439;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-huong-dan-dang-ky-win78__step-description {
    margin-bottom: 20px;
    color: #555555;
}

.page-blog-huong-dan-dang-ky-win78__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-win78__step-list {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555555;
}

.page-blog-huong-dan-dang-ky-win78__step-list li {
    margin-bottom: 8px;
}

.page-blog-huong-dan-dang-ky-win78__cta-buttons--single {
    justify-content: center;
    margin-top: 30px;
}

/* Benefits Section */
.page-blog-huong-dan-dang-ky-win78__benefits-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.page-blog-huong-dan-dang-ky-win78__benefits-list li {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 1.05em;
    color: #333333;
    position: relative;
    padding-left: 40px;
}

.page-blog-huong-dan-dang-ky-win78__benefits-list li::before {
    content: '✓';
    color: #017439;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 20px;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-win78__faq-list {
    margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-win78__faq-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-win78__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 1.1em;
    color: #017439;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.page-blog-huong-dan-dang-ky-win78__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-win78__faq-item[open] .page-blog-huong-dan-dang-ky-win78__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-win78__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #555555;
}

/* Conclusion Section (Dark background) */
.page-blog-huong-dan-dang-ky-win78__conclusion-section {
    background-color: #017439; /* Primary brand color as dark background */
    color: #FFFFFF; /* White text for contrast */
    padding: 80px 0;
    text-align: center;
}

.page-blog-huong-dan-dang-ky-win78__conclusion-section .page-blog-huong-dan-dang-ky-win78__section-title {
    color: #FFFFFF;
    margin-bottom: 25px;
}

.page-blog-huong-dan-dang-ky-win78__conclusion-section .page-blog-huong-dan-dang-ky-win78__text-block {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    color: #FFFFFF;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-win78__main-title {
        font-size: 2.5em;
    }
    .page-blog-huong-dan-dang-ky-win78__section-title {
        font-size: 2em;
    }
    .page-blog-huong-dan-dang-ky-win78__hero-container {
        padding: 40px 0;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    /* HERO Section */
    .page-blog-huong-dan-dang-ky-win78__hero-section {
        padding-top: 10px !important; /* Small top padding, no var(--header-offset) */
        padding-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-win78__hero-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 0;
    }
    .page-blog-huong-dan-dang-ky-win78__hero-content {
        order: 2; /* Content below image on mobile */
        flex: 1 1 100%;
        min-width: unset;
    }
    .page-blog-huong-dan-dang-ky-win78__hero-image {
        order: 1; /* Image above content on mobile */
        flex: 1 1 100%;
        min-width: unset;
        margin-bottom: 20px;
    }
    .page-blog-huong-dan-dang-ky-win78__main-title {
        font-size: 2em;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .page-blog-huong-dan-dang-ky-win78__hero-description {
        font-size: 1em;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    .page-blog-huong-dan-dang-ky-win78__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0 15px; /* Add padding to buttons container */
    }
    .page-blog-huong-dan-dang-ky-win78__btn-primary,
    .page-blog-huong-dan-dang-ky-win78__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    /* General Content Sections */
    .page-blog-huong-dan-dang-ky-win78__content-area {
        padding: 40px 0;
    }
    .page-blog-huong-dan-dang-ky-win78__container {
        padding: 0 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-win78__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .page-blog-huong-dan-dang-ky-win78__text-block {
        font-size: 0.95em;
    }

    /* Guide Section */
    .page-blog-huong-dan-dang-ky-win78__guide-step {
        padding: 20px;
        margin-bottom: 20px;
    }
    .page-blog-huong-dan-dang-ky-win78__step-title {
        font-size: 1.5em;
    }
    .page-blog-huong-dan-dang-ky-win78__step-description {
        font-size: 0.9em;
    }
    .page-blog-huong-dan-dang-ky-win78__step-list {
        margin-left: 20px;
        font-size: 0.9em;
    }

    /* Benefits Section */
    .page-blog-huong-dan-dang-ky-win78__benefits-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .page-blog-huong-dan-dang-ky-win78__benefits-list li {
        padding: 15px 15px 15px 40px;
        font-size: 0.95em;
    }
    .page-blog-huong-dan-dang-ky-win78__benefits-list li::before {
        top: 15px;
    }

    /* FAQ Section */
    .page-blog-huong-dan-dang-ky-win78__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-blog-huong-dan-dang-ky-win78__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.9em;
    }

    /* Conclusion Section */
    .page-blog-huong-dan-dang-ky-win78__conclusion-section {
        padding: 60px 0;
    }
    .page-blog-huong-dan-dang-ky-win78__conclusion-section .page-blog-huong-dan-dang-ky-win78__section-title {
        font-size: 1.8em;
    }
    .page-blog-huong-dan-dang-ky-win78__conclusion-section .page-blog-huong-dan-dang-ky-win78__text-block {
        font-size: 0.95em;
    }

    /* Universal image responsive rule for content area */
    .page-blog-huong-dan-dang-ky-win78 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }
}