.page-blog-huong-dan-dang-ky-789-live {
    color: #FFF1E8; /* Text Main on dark body background */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #140C0C; /* Ensure consistency with body background if needed for specific sections */
}

.page-blog-huong-dan-dang-ky-789-live__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-789-live__container--center {
    text-align: center;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-789-live__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding as body handles header offset */
    margin-bottom: 40px;
    display: flex;
    flex-direction: column; /* Ensure image is above text */
    align-items: center;
    justify-content: center;
}

.page-blog-huong-dan-dang-ky-789-live__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for desktop */
    overflow: hidden;
    margin-bottom: 30px; /* Space between image and content */
}

.page-blog-huong-dan-dang-ky-789-live__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-huong-dan-dang-ky-789-live__hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-huong-dan-dang-ky-789-live__main-title {
    font-size: clamp(2.2em, 4vw, 3.5em); /* H1 font size with clamp */
    font-weight: 700;
    color: #F3C54D; /* Gold color for main title */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-789-live__description {
    font-size: 1.1em;
    color: #FFF1E8;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-dang-ky-789-live__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
    width: 100%; /* Ensure container takes full width for wrapping */
    max-width: 500px; /* Limit width of button group */
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-dang-ky-789-live__btn-primary,
.page-blog-huong-dan-dang-ky-789-live__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%; /* Ensure buttons don't overflow */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow text to break words */
    text-align: center;
}

.page-blog-huong-dan-dang-ky-789-live__btn-primary {
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
}

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

.page-blog-huong-dan-dang-ky-789-live__btn-secondary {
    background: transparent;
    color: #FFB04A;
    border: 2px solid #FFB04A;
}

.page-blog-huong-dan-dang-ky-789-live__btn-secondary:hover {
    background: rgba(255, 176, 74, 0.1);
    color: #FFF1E8;
}

.page-blog-huong-dan-dang-ky-789-live__btn-small {
    padding: 10px 20px;
    font-size: 1em;
    margin-top: 15px;
}

.page-blog-huong-dan-dang-ky-789-live__btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
    min-width: 250px;
}


/* General Section Styling */
.page-blog-huong-dan-dang-ky-789-live__section {
    padding: 60px 0;
    margin-bottom: 20px;
    background-color: #140C0C; /* Default section background */
}

.page-blog-huong-dan-dang-ky-789-live__section-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    font-weight: 600;
    color: #F3C54D;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-789-live__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #E53030;
    border-radius: 2px;
}

.page-blog-huong-dan-dang-ky-789-live__introduction p,
.page-blog-huong-dan-dang-ky-789-live__benefits p,
.page-blog-huong-dan-dang-ky-789-live__cta-bottom p {
    font-size: 1.05em;
    color: #FFF1E8;
    margin-bottom: 20px;
    text-align: justify;
}

/* Registration Steps */
.page-blog-huong-dan-dang-ky-789-live__registration-steps {
    background-color: #2A1212; /* Card BG color for this section */
    border-top: 1px solid #6A1E1E;
    border-bottom: 1px solid #6A1E1E;
}

.page-blog-huong-dan-dang-ky-789-live__step-item {
    background-color: #140C0C; /* Dark background for each step card */
    border: 1px solid #6A1E1E;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.page-blog-huong-dan-dang-ky-789-live__step-title {
    font-size: 1.8em;
    color: #FFB04A; /* Gold for step titles */
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-huong-dan-dang-ky-789-live__step-item p {
    color: #FFF1E8;
    font-size: 1em;
    margin-bottom: 20px;
    text-align: left;
}

.page-blog-huong-dan-dang-ky-789-live__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid #6A1E1E;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-dang-ky-789-live__info-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}

.page-blog-huong-dan-dang-ky-789-live__info-list li {
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 3px solid #E53030;
    padding: 10px 15px;
    margin-bottom: 10px;
    color: #FFF1E8;
    border-radius: 5px;
    font-size: 1em;
}

.page-blog-huong-dan-dang-ky-789-live__info-list li strong {
    color: #F3C54D;
}

.page-blog-huong-dan-dang-ky-789-live__cta-buttons--center {
    margin-top: 50px;
}


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

.page-blog-huong-dan-dang-ky-789-live__benefits-list li {
    background-color: #2A1212; /* Card BG color */
    border: 1px solid #6A1E1E;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    color: #FFF1E8;
    font-size: 1em;
    line-height: 1.5;
    transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-789-live__benefits-list li:hover {
    transform: translateY(-5px);
}

.page-blog-huong-dan-dang-ky-789-live__benefits-list li strong {
    color: #FFB04A;
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-789-live__faq-section {
    background-color: #140C0C;
    padding-bottom: 80px;
}

.page-blog-huong-dan-dang-ky-789-live__faq-list {
    margin-top: 40px;
}

details.page-blog-huong-dan-dang-ky-789-live__faq-item {
    margin-bottom: 15px;
    border-radius: 8px; /* Slightly larger border-radius for modern look */
    border: 1px solid #6A1E1E; /* Border color */
    overflow: hidden;
    background: #2A1212; /* Card BG color for FAQ items */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
details.page-blog-huong-dan-dang-ky-789-live__faq-item summary.page-blog-huong-dan-dang-ky-789-live__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px; /* Increased padding */
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
    color: #FFF1E8; /* Text Main color */
}
details.page-blog-huong-dan-dang-ky-789-live__faq-item summary.page-blog-huong-dan-dang-ky-789-live__faq-question::-webkit-details-marker {
    display: none;
}
details.page-blog-huong-dan-dang-ky-789-live__faq-item summary.page-blog-huong-dan-dang-ky-789-live__faq-question:hover {
    background: rgba(255, 255, 255, 0.08); /* Slightly lighter on hover */
}
.page-blog-huong-dan-dang-ky-789-live__faq-qtext {
    flex: 1;
    font-size: 1.1em; /* Slightly larger font size */
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #F3C54D; /* Gold for FAQ questions */
}
.page-blog-huong-dan-dang-ky-789-live__faq-toggle {
    font-size: 28px; /* Larger toggle icon */
    font-weight: bold;
    color: #FFB04A; /* Gold for toggle icon */
    flex-shrink: 0;
    margin-left: 20px; /* Increased margin */
    width: 30px;
    text-align: center;
}
details.page-blog-huong-dan-dang-ky-789-live__faq-item .page-blog-huong-dan-dang-ky-789-live__faq-answer {
    padding: 0 25px 25px; /* Increased padding */
    background: #140C0C; /* Darker background for answer */
    border-radius: 0 0 8px 8px;
    color: #FFF1E8; /* Text Main color */
}
details.page-blog-huong-dan-dang-ky-789-live__faq-item .page-blog-huong-dan-dang-ky-789-live__faq-answer p {
    margin: 0;
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
}

/* Call to Action Bottom */
.page-blog-huong-dan-dang-ky-789-live__cta-bottom {
    padding-top: 80px;
    background-color: #2A1212;
    border-top: 1px solid #6A1E1E;
}

/* Images general */
.page-blog-huong-dan-dang-ky-789-live img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-789-live__hero-image-wrapper {
        max-height: 500px;
    }
    .page-blog-huong-dan-dang-ky-789-live__main-title {
        font-size: clamp(2em, 4.5vw, 3em);
    }
    .page-blog-huong-dan-dang-ky-789-live__description {
        font-size: 1em;
    }
    .page-blog-huong-dan-dang-ky-789-live__btn-primary,
    .page-blog-huong-dan-dang-ky-789-live__btn-secondary {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-blog-huong-dan-dang-ky-789-live__section {
        padding: 40px 0;
    }
    .page-blog-huong-dan-dang-ky-789-live__section-title {
        font-size: clamp(1.6em, 2.8vw, 2.2em);
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-789-live__step-item {
        padding: 25px;
    }
    .page-blog-huong-dan-dang-ky-789-live__step-title {
        font-size: 1.6em;
    }
    .page-blog-huong-dan-dang-ky-789-live__benefits-list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
    details.page-blog-huong-dan-dang-ky-789-live__faq-item summary.page-blog-huong-dan-dang-ky-789-live__faq-question {
        padding: 15px 20px;
    }
    .page-blog-huong-dan-dang-ky-789-live__faq-qtext {
        font-size: 1em;
    }
    .page-blog-huong-dan-dang-ky-789-live__faq-toggle {
        font-size: 24px;
        margin-left: 15px;
    }
    details.page-blog-huong-dan-dang-ky-789-live__faq-item .page-blog-huong-dan-dang-ky-789-live__faq-answer {
        padding: 0 20px 20px;
    }
}

@media (max-width: 768px) {
    /* HERO Section */
    .page-blog-huong-dan-dang-ky-789-live__hero-image-wrapper {
        max-height: unset;
        margin-bottom: 20px;
    }
    .page-blog-huong-dan-dang-ky-789-live__hero-image {
        object-fit: contain !important;
        aspect-ratio: unset !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-dang-ky-789-live__hero-section {
        padding-top: 10px;
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-789-live__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
    }
    .page-blog-huong-dan-dang-ky-789-live__description {
        font-size: 0.95em;
    }
    .page-blog-huong-dan-dang-ky-789-live__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }
    .page-blog-huong-dan-dang-ky-789-live__btn-primary,
    .page-blog-huong-dan-dang-ky-789-live__btn-secondary,
    .page-blog-huong-dan-dang-ky-789-live a[class*="button"],
    .page-blog-huong-dan-dang-ky-789-live 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 containers and images */
    .page-blog-huong-dan-dang-ky-789-live__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-789-live img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Decorative titles + long text SEO area */
    .page-blog-huong-dan-dang-ky-789-live__section-title {
        font-size: clamp(1.5em, 6vw, 2em);
        margin-bottom: 25px;
        text-align: center;
        max-width: 100%;
        box-sizing: border-box;
    }
    .page-blog-huong-dan-dang-ky-789-live__section-title::after {
        width: 60px;
    }
    .page-blog-huong-dan-dang-ky-789-live__introduction p,
    .page-blog-huong-dan-dang-ky-789-live__benefits p,
    .page-blog-huong-dan-dang-ky-789-live__cta-bottom p {
        font-size: 1em;
        text-align: left;
    }
    .page-blog-huong-dan-dang-ky-789-live__registration-steps {
        overflow-x: hidden;
    }
    .page-blog-huong-dan-dang-ky-789-live__step-item {
        padding: 20px;
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-789-live__step-title {
        font-size: 1.4em;
    }
    .page-blog-huong-dan-dang-ky-789-live__info-list li {
        padding: 8px 12px;
        font-size: 0.95em;
    }

    /* Benefits List */
    .page-blog-huong-dan-dang-ky-789-live__benefits-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-huong-dan-dang-ky-789-live__benefits-list li {
        padding: 20px;
    }
    .page-blog-huong-dan-dang-ky-789-live__benefits-list li strong {
        font-size: 1.1em;
    }

    /* FAQ Section */
    details.page-blog-huong-dan-dang-ky-789-live__faq-item summary.page-blog-huong-dan-dang-ky-789-live__faq-question {
        padding: 15px;
    }
    .page-blog-huong-dan-dang-ky-789-live__faq-qtext {
        font-size: 0.95em;
    }
    .page-blog-huong-dan-dang-ky-789-live__faq-toggle {
        font-size: 22px;
        margin-left: 10px;
    }
    details.page-blog-huong-dan-dang-ky-789-live__faq-item .page-blog-huong-dan-dang-ky-789-live__faq-answer {
        padding: 0 15px 15px;
    }
    details.page-blog-huong-dan-dang-ky-789-live__faq-item .page-blog-huong-dan-dang-ky-789-live__faq-answer p {
        font-size: 0.95em;
    }

    /* Ensure content area doesn't cause horizontal scroll */
    .page-blog-huong-dan-dang-ky-789-live {
        overflow-x: hidden;
    }
}