/* style/blog-huong-dan-dang-ky-88neo.css */
.page-blog-huong-dan-dang-ky-88neo {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF1E8; /* Text Main */
    background-color: transparent; /* Body background is handled by shared.css */
}

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

/* Hero Banner Section */
.page-blog-huong-dan-dang-ky-88neo__hero-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 60px;
    background-color: #140C0C; /* Background color for this section */
    position: relative;
    overflow: hidden;
}

.page-blog-huong-dan-dang-ky-88neo__hero-content-wrapper {
    flex: 1 1 500px;
    max-width: 600px;
    text-align: left;
    padding: 0 16px;
}

.page-blog-huong-dan-dang-ky-88neo__hero-image-wrapper {
    flex: 1 1 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
}

.page-blog-huong-dan-dang-ky-88neo__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-88neo__main-title {
    font-size: 2.8em;
    font-weight: bold;
    color: #FFF1E8; /* Text Main */
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-88neo__description {
    font-size: 1.1em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-88neo__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-88neo__btn-primary,
.page-blog-huong-dan-dang-ky-88neo__btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    text-align: center;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.page-blog-huong-dan-dang-ky-88neo__btn-primary {
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button color */
    color: #140C0C; /* Dark text for bright button */
    border: none;
    box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
}

.page-blog-huong-dan-dang-ky-88neo__btn-primary:hover {
    background: linear-gradient(180deg, #D86A14 0%, #FFB04A 100%);
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-88neo__btn-secondary {
    background-color: transparent;
    color: #FFB04A; /* Gold color for text */
    border: 2px solid #FFB04A; /* Gold border */
}

.page-blog-huong-dan-dang-ky-88neo__btn-secondary:hover {
    background-color: #FFB04A;
    color: #140C0C; /* Dark text for gold background */
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-88neo__btn-primary--large {
    padding: 18px 40px;
    font-size: 1.2em;
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-88neo__guide-section {
    padding: 60px 0;
    background-color: #140C0C; /* Background */
}

.page-blog-huong-dan-dang-ky-88neo__section-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #FFF1E8; /* Text Main */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.page-blog-huong-dan-dang-ky-88neo__text-block {
    font-size: 1.05em;
    color: #f0f0f0;
    margin-bottom: 25px;
    text-align: justify;
}

.page-blog-huong-dan-dang-ky-88neo__step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-88neo__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    display: block;
}

.page-blog-huong-dan-dang-ky-88neo__step-text {
    font-size: 1.05em;
    color: #f0f0f0;
    text-align: justify;
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-88neo__list {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 25px;
    color: #f0f0f0;
}

.page-blog-huong-dan-dang-ky-88neo__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-blog-huong-dan-dang-ky-88neo__list--important li {
    color: #F3C54D; /* Gold */
}

/* CTA Block within Guide */
.page-blog-huong-dan-dang-ky-88neo__cta-block {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-88neo__cta-title {
    font-size: 2em;
    color: #FFF1E8; /* Text Main */
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-88neo__cta-text {
    font-size: 1.1em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-88neo__faq-section {
    padding: 60px 0;
    background-color: #140C0C; /* Background */
}

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

.page-blog-huong-dan-dang-ky-88neo__faq-item {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-huong-dan-dang-ky-88neo__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.15em;
    font-weight: bold;
    color: #FFF1E8; /* Text Main */
    cursor: pointer;
    background-color: #2A1212; /* Card BG */
    transition: background-color 0.3s ease;
}

.page-blog-huong-dan-dang-ky-88neo__faq-question:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

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

.page-blog-huong-dan-dang-ky-88neo__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 20px;
    color: #F3C54D; /* Gold */
}

.page-blog-huong-dan-dang-ky-88neo__faq-item[open] .page-blog-huong-dan-dang-ky-88neo__faq-toggle {
    content: "−";
}

.page-blog-huong-dan-dang-ky-88neo__faq-answer {
    padding: 0 25px 20px;
    font-size: 1.05em;
    color: #f0f0f0;
    background-color: #2A1212; /* Card BG */
}

/* Details element specific styling */
.page-blog-huong-dan-dang-ky-88neo__faq-item summary {
    list-style: none; /* Hide default marker */
}

.page-blog-huong-dan-dang-ky-88neo__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-88neo__main-title {
        font-size: 2.4em;
    }
    .page-blog-huong-dan-dang-ky-88neo__section-title {
        font-size: 2em;
    }
    .page-blog-huong-dan-dang-ky-88neo__hero-content-wrapper,
    .page-blog-huong-dan-dang-ky-88neo__hero-image-wrapper {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .page-blog-huong-dan-dang-ky-88neo__hero-content-wrapper {
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-88neo__cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* HERO section */
    .page-blog-huong-dan-dang-ky-88neo__hero-banner {
        padding-top: 10px !important; /* Small top padding, body handles --header-offset */
        padding-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-88neo__main-title {
        font-size: 1.8em !important;
        margin-bottom: 15px;
    }
    .page-blog-huong-dan-dang-ky-88neo__description {
        font-size: 1em !important;
        margin-bottom: 25px;
    }
    .page-blog-huong-dan-dang-ky-88neo__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px; /* Add padding for mobile buttons */
    }
    .page-blog-huong-dan-dang-ky-88neo__btn-primary,
    .page-blog-huong-dan-dang-ky-88neo__btn-secondary,
    .page-blog-huong-dan-dang-ky-88neo a[class*="button"],
    .page-blog-huong-dan-dang-ky-88neo a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 1em !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-huong-dan-dang-ky-88neo__btn-primary--large {
        padding: 15px 30px !important;
        font-size: 1.1em !important;
    }

    /* Guide Section */
    .page-blog-huong-dan-dang-ky-88neo__guide-section {
        padding: 40px 0;
    }
    .page-blog-huong-dan-dang-ky-88neo__section-title {
        font-size: 1.6em !important;
        margin-bottom: 30px;
    }
    .page-blog-huong-dan-dang-ky-88neo__text-block,
    .page-blog-huong-dan-dang-ky-88neo__step-text,
    .page-blog-huong-dan-dang-ky-88neo__list li {
        font-size: 0.95em !important;
    }
    .page-blog-huong-dan-dang-ky-88neo__step-item {
        padding: 20px;
        margin-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-88neo__step-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* CTA Block */
    .page-blog-huong-dan-dang-ky-88neo__cta-block {
        padding: 30px;
        margin-top: 40px;
    }
    .page-blog-huong-dan-dang-ky-88neo__cta-title {
        font-size: 1.6em !important;
    }
    .page-blog-huong-dan-dang-ky-88neo__cta-text {
        font-size: 1em !important;
    }

    /* FAQ Section */
    .page-blog-huong-dan-dang-ky-88neo__faq-section {
        padding: 40px 0;
    }
    .page-blog-huong-dan-dang-ky-88neo__faq-question {
        padding: 15px 20px;
        font-size: 1em !important;
    }
    .page-blog-huong-dan-dang-ky-88neo__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.95em !important;
    }
    .page-blog-huong-dan-dang-ky-88neo__faq-toggle {
        font-size: 1.2em !important;
    }

    /* General image and container rules */
    .page-blog-huong-dan-dang-ky-88neo img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-blog-huong-dan-dang-ky-88neo__container,
    .page-blog-huong-dan-dang-ky-88neo__hero-content-wrapper,
    .page-blog-huong-dan-dang-ky-88neo__hero-image-wrapper,
    .page-blog-huong-dan-dang-ky-88neo__cta-block,
    .page-blog-huong-dan-dang-ky-88neo__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}