.page-blog-huong-dan-dang-ky-mv67 {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default text color for light backgrounds */
    line-height: 1.6;
    background-color: #f8f8f8; /* A very light background to ensure contrast with dark text */
}

/* Base container for content */
.page-blog-huong-dan-dang-ky-mv67__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

/* Section titles */
.page-blog-huong-dan-dang-ky-mv67__section-title {
    font-size: 2.5em;
    font-weight: 700;
    color: #F2C14E; /* Main brand color for titles */
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.2;
}

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

/* Buttons */
.page-blog-huong-dan-dang-ky-mv67__cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

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

.page-blog-huong-dan-dang-ky-mv67__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-huong-dan-dang-ky-mv67__btn-primary:hover {
    background: linear-gradient(180deg, #FFE08A 0%, #E6AE2D 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-huong-dan-dang-ky-mv67__btn-secondary {
    background: #111111; /* Card BG color for secondary button */
    color: #FFD36B; /* Glow color for text */
    border: 2px solid #3A2A12; /* Border color */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-mv67__btn-secondary:hover {
    background: #222222;
    color: #FFF6D6;
    border-color: #F2C14E;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-mv67__large-button {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-mv67__hero-section {
    padding-top: 10px; /* Small top padding, assuming body padding-top from shared */
    padding-bottom: 60px;
    background-color: #0A0A0A; /* Background color for the hero section */
    color: #FFF6D6; /* Text color for dark background */
}

.page-blog-huong-dan-dang-ky-mv67__hero-section .page-blog-huong-dan-dang-ky-mv67__container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-mv67__hero-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
    color: #FFF6D6; /* Main text color for hero */
}

.page-blog-huong-dan-dang-ky-mv67__main-title {
    font-size: 3.2em;
    font-weight: 800;
    margin-bottom: 20px;
    color: #FFD36B; /* Glow color for main title */
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-mv67__description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFF6D6;
}

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

.page-blog-huong-dan-dang-ky-mv67__hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: block; /* Ensure it behaves as a block element for max-width */
    margin: 0 auto;
}

/* Content Section (dark background) */
.page-blog-huong-dan-dang-ky-mv67__content-section.page-blog-huong-dan-dang-ky-mv67__dark-bg {
    background-color: #0A0A0A; /* Background color */
    color: #FFF6D6; /* Text color */
    padding: 60px 0;
}
.page-blog-huong-dan-dang-ky-mv67__content-section.page-blog-huong-dan-dang-ky-mv67__dark-bg .page-blog-huong-dan-dang-ky-mv67__section-title {
    color: #F2C14E; /* Title color for dark background */
}
.page-blog-huong-dan-dang-ky-mv67__content-section.page-blog-huong-dan-dang-ky-mv67__dark-bg .page-blog-huong-dan-dang-ky-mv67__text-block {
    color: #FFF6D6; /* Text color for dark background */
}

/* Guide Section (light background) */
.page-blog-huong-dan-dang-ky-mv67__guide-section.page-blog-huong-dan-dang-ky-mv67__light-bg {
    background-color: #f8f8f8; /* Light background */
    color: #333333; /* Dark text */
    padding: 60px 0;
}
.page-blog-huong-dan-dang-ky-mv67__guide-section.page-blog-huong-dan-dang-ky-mv67__light-bg .page-blog-huong-dan-dang-ky-mv67__section-title {
    color: #F2C14E; /* Title color for light background */
}
.page-blog-huong-dan-dang-ky-mv67__guide-section.page-blog-huong-dan-dang-ky-mv67__light-bg .page-blog-huong-dan-dang-ky-mv67__text-block {
    color: #333333; /* Text color for light background */
}

/* Step-by-step guide items */
.page-blog-huong-dan-dang-ky-mv67__step-item {
    background-color: #ffffff; /* White background for each step */
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
}

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

.page-blog-huong-dan-dang-ky-mv67__step-description {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #555555;
    text-align: justify;
}

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

.page-blog-huong-dan-dang-ky-mv67__step-list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-blog-huong-dan-dang-ky-mv67__step-list strong {
    color: #333333;
}

.page-blog-huong-dan-dang-ky-mv67__step-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block; /* Ensure it behaves as a block element for max-width */
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-dang-ky-mv67__step-button {
    margin-top: 20px;
    display: block; /* Make button full width in step item */
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

/* Feature Cards (Benefits section) */
.page-blog-huong-dan-dang-ky-mv67__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-mv67__feature-card {
    background-color: #111111; /* Card BG color */
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #3A2A12; /* Border color */
    color: #FFF6D6; /* Text color for dark cards */
}

.page-blog-huong-dan-dang-ky-mv67__feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.page-blog-huong-dan-dang-ky-mv67__card-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-dang-ky-mv67__card-title {
    font-size: 1.5em;
    color: #FFD36B; /* Glow color for card titles */
    margin-bottom: 10px;
    font-weight: 700;
}

.page-blog-huong-dan-dang-ky-mv67__card-description {
    font-size: 1em;
    color: #FFF6D6;
    text-align: justify;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-mv67__faq-section {
    padding: 60px 0;
    background-color: #f8f8f8; /* Light background */
    color: #333333; /* Dark text */
}
.page-blog-huong-dan-dang-ky-mv67__faq-section .page-blog-huong-dan-dang-ky-mv67__section-title {
    color: #F2C14E;
}

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

.page-blog-huong-dan-dang-ky-mv67__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    background-color: #f0f0f0; /* Light background for question */
    border-radius: 8px;
    transition: background-color 0.3s ease;
    list-style: none; /* Hide default marker for <summary> */
}

.page-blog-huong-dan-dang-ky-mv67__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for Chrome/Safari */
}

.page-blog-huong-dan-dang-ky-mv67__faq-question:hover {
    background-color: #e5e5e5;
}

.page-blog-huong-dan-dang-ky-mv67__faq-qtext {
    flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-mv67__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    color: #F2C14E;
    font-weight: 700;
}

.page-blog-huong-dan-dang-ky-mv67__faq-answer {
    padding: 15px 25px 25px;
    font-size: 1em;
    color: #555555;
    border-top: 1px solid #eee;
    background-color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.page-blog-huong-dan-dang-ky-mv67__faq-item[open] .page-blog-huong-dan-dang-ky-mv67__faq-question {
    background-color: #e5e5e5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/* Call to Action Bottom Section */
.page-blog-huong-dan-dang-ky-mv67__cta-bottom-section.page-blog-huong-dan-dang-ky-mv67__dark-bg {
    background-color: #0A0A0A; /* Background color */
    color: #FFF6D6; /* Text color */
    padding: 80px 0;
    text-align: center;
}
.page-blog-huong-dan-dang-ky-mv67__cta-bottom-section .page-blog-huong-dan-dang-ky-mv67__section-title {
    color: #FFD36B; /* Glow color for title */
}
.page-blog-huong-dan-dang-ky-mv67__cta-bottom-section .page-blog-huong-dan-dang-ky-mv67__text-block {
    color: #FFF6D6;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-mv67__main-title {
        font-size: 2.8em;
    }
    .page-blog-huong-dan-dang-ky-mv67__section-title {
        font-size: 2.2em;
    }
    .page-blog-huong-dan-dang-ky-mv67__hero-section .page-blog-huong-dan-dang-ky-mv67__container {
        flex-direction: column;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-mv67__hero-content {
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-mv67__hero-image {
        order: -1; /* Image above text on smaller screens */
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-mv67__cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* General container and image responsiveness */
    .page-blog-huong-dan-dang-ky-mv67__container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-mv67 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-huong-dan-dang-ky-mv67__section,
    .page-blog-huong-dan-dang-ky-mv67__card,
    .page-blog-huong-dan-dang-ky-mv67__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* HERO Section */
    .page-blog-huong-dan-dang-ky-mv67__hero-section {
        padding-top: 10px !important; /* Ensure small top padding */
        padding-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-mv67__hero-section .page-blog-huong-dan-dang-ky-mv67__container {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 20px;
    }
    .page-blog-huong-dan-dang-ky-mv67__main-title {
        font-size: 2em;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-mv67__description {
        font-size: 1em;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-mv67__hero-content {
        text-align: center;
        order: 2; /* Content below image */
    }
    .page-blog-huong-dan-dang-ky-mv67__hero-image {
        order: 1; /* Image above content */
        margin-bottom: 0; /* Remove extra margin */
    }

    /* Content and Guide Sections */
    .page-blog-huong-dan-dang-ky-mv67__content-section,
    .page-blog-huong-dan-dang-ky-mv67__guide-section,
    .page-blog-huong-dan-dang-ky-mv67__faq-section,
    .page-blog-huong-dan-dang-ky-mv67__cta-bottom-section {
        padding: 40px 0;
    }
    .page-blog-huong-dan-dang-ky-mv67__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-mv67__text-block {
        font-size: 0.95em;
    }

    /* Step-by-step guide items */
    .page-blog-huong-dan-dang-ky-mv67__step-item {
        padding: 20px;
        margin-bottom: 20px;
    }
    .page-blog-huong-dan-dang-ky-mv67__step-title {
        font-size: 1.4em;
    }
    .page-blog-huong-dan-dang-ky-mv67__step-description,
    .page-blog-huong-dan-dang-ky-mv67__step-list li {
        font-size: 0.9em;
    }
    .page-blog-huong-dan-dang-ky-mv67__step-button {
        width: 100%; /* Full width for step buttons */
        margin-left: 0;
        margin-right: 0;
    }

    /* Feature Cards (Benefits section) */
    .page-blog-huong-dan-dang-ky-mv67__grid {
        grid-template-columns: 1fr; /* Single column layout */
        gap: 20px;
    }
    .page-blog-huong-dan-dang-ky-mv67__feature-card {
        padding: 25px;
    }
    .page-blog-huong-dan-dang-ky-mv67__card-title {
        font-size: 1.3em;
    }

    /* FAQ Section */
    .page-blog-huong-dan-dang-ky-mv67__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-blog-huong-dan-dang-ky-mv67__faq-toggle {
        font-size: 1.3em;
    }
    .page-blog-huong-dan-dang-ky-mv67__faq-answer {
        padding: 10px 20px 20px;
        font-size: 0.95em;
    }

    /* Buttons and button containers */
    .page-blog-huong-dan-dang-ky-mv67__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 15px;
    }
    .page-blog-huong-dan-dang-ky-mv67__btn-primary,
    .page-blog-huong-dan-dang-ky-mv67__btn-secondary,
    .page-blog-huong-dan-dang-ky-mv67 a[class*="button"],
    .page-blog-huong-dan-dang-ky-mv67 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;
    }
    .page-blog-huong-dan-dang-ky-mv67__cta-buttons,
    .page-blog-huong-dan-dang-ky-mv67__button-group,
    .page-blog-huong-dan-dang-ky-mv67__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }
    .page-blog-huong-dan-dang-ky-mv67__cta-buttons {
        display: flex;
        flex-direction: column; /* Mobile vertical stacking */
    }
}