/* style/blog-huong-dan-dang-ky-32win32.css */

/* Base Styles */
.page-blog-huong-dan-dang-ky-32win32 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Text Main */
    background-color: #F5F7FA; /* Background */
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-32win32__hero-section {
    padding-top: 10px; /* Small top padding, relies on shared body padding for overall offset */
    padding-bottom: 60px;
    background-color: #F5F7FA; /* Background */
}

.page-blog-huong-dan-dang-ky-32win32__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    gap: 30px;
}

.page-blog-huong-dan-dang-ky-32win32__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    color: #333333; /* Text Main */
}

.page-blog-huong-dan-dang-ky-32win32__main-title {
    font-size: clamp(2em, 4vw, 3em); /* Responsive font size */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #E53935; /* Main brand color for emphasis */
}

.page-blog-huong-dan-dang-ky-32win32__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #333333; /* Text Main */
}

.page-blog-huong-dan-dang-ky-32win32__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

/* Buttons */
.page-blog-huong-dan-dang-ky-32win32__btn-primary,
.page-blog-huong-dan-dang-ky-32win32__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    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 */
    text-align: center;
}

.page-blog-huong-dan-dang-ky-32win32__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border-color: #E53935;
}

.page-blog-huong-dan-dang-ky-32win32__btn-primary:hover {
    background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-32win32__btn-secondary {
    background-color: #ffffff; /* Card BG */
    color: #E53935; /* Main brand color */
    border-color: #E53935;
}

.page-blog-huong-dan-dang-ky-32win32__btn-secondary:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

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

.page-blog-huong-dan-dang-ky-32win32__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Content Area */
.page-blog-huong-dan-dang-ky-32win32__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #ffffff; /* Card BG */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-32win32__section-title {
    font-size: 2em;
    font-weight: 700;
    color: #E53935; /* Main brand color */
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-huong-dan-dang-ky-32win32 p {
    margin-bottom: 1em;
    color: #333333; /* Text Main */
}

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

/* Guide Steps */
.page-blog-huong-dan-dang-ky-32win32__guide-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-32win32__step-item {
    background-color: #F5F7FA; /* Background */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #E53935; /* Main brand color */
}

.page-blog-huong-dan-dang-ky-32win32__step-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #E53935; /* Main brand color */
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-32win32__step-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
    color: #333333; /* Text Main */
}

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

.page-blog-huong-dan-dang-ky-32win32__step-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Benefits List */
.page-blog-huong-dan-dang-ky-32win32__benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.page-blog-huong-dan-dang-ky-32win32__benefits-list li {
    background-color: #ffffff; /* Card BG */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #E0E0E0; /* Border */
    color: #333333; /* Text Main */
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-blog-huong-dan-dang-ky-32win32__benefits-list li strong {
    color: #E53935; /* Main brand color */
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-32win32__faq-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-blog-huong-dan-dang-ky-32win32__faq-item {
    background-color: #ffffff; /* Card BG */
    border: 1px solid #E0E0E0; /* Border */
    border-radius: 8px;
    overflow: hidden;
}

.page-blog-huong-dan-dang-ky-32win32__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: 600;
    color: #E53935; /* Main brand color */
    list-style: none; /* Hide default marker */
    position: relative;
    outline: none;
}

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

.page-blog-huong-dan-dang-ky-32win32__faq-qtext {
    flex-grow: 1;
    color: #333333; /* Text Main */
}

.page-blog-huong-dan-dang-ky-32win32__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #E53935; /* Main brand color */
}

.page-blog-huong-dan-dang-ky-32win32__faq-item[open] .page-blog-huong-dan-dang-ky-32win32__faq-toggle {
    content: "−"; /* Change to minus when open */
}

.page-blog-huong-dan-dang-ky-32win32__faq-answer {
    padding: 0 25px 20px 25px;
    color: #333333; /* Text Main */
}

.page-blog-huong-dan-dang-ky-32win32__faq-answer p {
    margin-bottom: 0;
}

.page-blog-huong-dan-dang-ky-32win32__cta-bottom {
    text-align: center;
    margin-top: 50px;
}

/* Responsive Styles for 1024px */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-32win32__hero-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 15px;
    }

    .page-blog-huong-dan-dang-ky-32win32__hero-content {
        order: 2; /* Content below image on smaller screens */
    }

    .page-blog-huong-dan-dang-ky-32win32__hero-image {
        order: 1; /* Image above content on smaller screens */
        margin-bottom: 30px;
    }

    .page-blog-huong-dan-dang-ky-32win32__main-title {
        font-size: clamp(1.8em, 5vw, 2.5em);
    }

    .page-blog-huong-dan-dang-ky-32win32__content-area {
        padding: 40px 15px;
    }

    .page-blog-huong-dan-dang-ky-32win32__section-title {
        font-size: 1.8em;
    }

    .page-blog-huong-dan-dang-ky-32win32__benefits-list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/* Responsive Styles for 768px (Mobile) */
@media (max-width: 768px) {
    /* HERO Section - Mobile */
    .page-blog-huong-dan-dang-ky-32win32__hero-section {
        padding-top: 10px !important; /* Ensure small top padding, overrides any larger default */
        padding-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-32win32__hero-container {
        padding: 20px 15px;
        gap: 20px;
    }
    .page-blog-huong-dan-dang-ky-32win32__main-title {
        font-size: clamp(1.5em, 6vw, 2em);
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-32win32__hero-description {
        font-size: 1em;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-32win32__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
        width: 100%; /* Ensure container takes full width */
        max-width: 100%;
        padding: 0 15px; /* Add padding to container */
        box-sizing: border-box;
    }
    /* Buttons - Mobile */
    .page-blog-huong-dan-dang-ky-32win32__btn-primary,
    .page-blog-huong-dan-dang-ky-32win32__btn-secondary,
    .page-blog-huong-dan-dang-ky-32win32 a[class*="button"],
    .page-blog-huong-dan-dang-ky-32win32 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;
    }

    /* Content Area - Mobile */
    .page-blog-huong-dan-dang-ky-32win32__content-area {
        padding: 30px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-32win32__section-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .page-blog-huong-dan-dang-ky-32win32 p,
    .page-blog-huong-dan-dang-ky-32win32 li {
        font-size: 0.95em;
    }

    /* Images - Mobile */
    .page-blog-huong-dan-dang-ky-32win32 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    /* Ensure containers with images also adapt */
    .page-blog-huong-dan-dang-ky-32win32__hero-image,
    .page-blog-huong-dan-dang-ky-32win32__content-image,
    .page-blog-huong-dan-dang-ky-32win32__step-image,
    .page-blog-huong-dan-dang-ky-32win32__step-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Guide Steps - Mobile */
    .page-blog-huong-dan-dang-ky-32win32__guide-steps {
        gap: 30px;
    }
    .page-blog-huong-dan-dang-ky-32win32__step-item {
        padding: 20px;
    }
    .page-blog-huong-dan-dang-ky-32win32__step-title {
        font-size: 1.2em;
    }
    .page-blog-huong-dan-dang-ky-32win32__step-list {
        margin-left: 15px;
    }

    /* Benefits List - Mobile */
    .page-blog-huong-dan-dang-ky-32win32__benefits-list {
        grid-template-columns: 1fr; /* Single column */
        gap: 15px;
    }

    /* FAQ Section - Mobile */
    .page-blog-huong-dan-dang-ky-32win32__faq-item summary {
        padding: 15px 20px;
        font-size: 0.95em;
    }
    .page-blog-huong-dan-dang-ky-32win32__faq-answer {
        padding: 0 20px 15px 20px;
    }
    .page-blog-huong-dan-dang-ky-32win32__faq-toggle {
        font-size: 1.2em;
    }

    /* Bottom CTA - Mobile */
    .page-blog-huong-dan-dang-ky-32win32__cta-bottom {
        padding: 0 15px; /* Add padding to container */
        box-sizing: border-box;
    }
}