/* General styles for the page-blog-huong-dan-dang-ky-76win scope */
.page-blog-huong-dan-dang-ky-76win {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main); /* Light text on dark background */
    background-color: var(--bg-color); /* Deep Green */
}

/* Custom color variables */
.page-blog-huong-dan-dang-ky-76win {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --btn-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --bg-color: #08160F;
    --text-main: #F2FFF6;
    --text-secondary: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green: #0A4B2C;
}

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

/* Section Titles */
.page-blog-huong-dan-dang-ky-76win__section-title {
    font-size: clamp(28px, 4vw, 36px); /* Responsive font size */
    color: var(--gold-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

/* Paragraphs and Lists */
.page-blog-huong-dan-dang-ky-76win p,
.page-blog-huong-dan-dang-ky-76win li {
    color: var(--text-main);
    margin-bottom: 1em;
}

.page-blog-huong-dan-dang-ky-76win strong {
    color: var(--text-main);
}

/* --- Hero Section --- */
.page-blog-huong-dan-dang-ky-76win__hero-section {
    padding-top: 10px; /* Small top padding, shared.css handles body padding */
    padding-bottom: 60px;
    background-color: var(--deep-green); /* Use a slightly different dark green for hero background */
}

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

.page-blog-huong-dan-dang-ky-76win__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    color: var(--text-main);
}

.page-blog-huong-dan-dang-ky-76win__main-title {
    font-size: clamp(36px, 5vw, 48px);
    color: var(--gold-color);
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 1px;
}

.page-blog-huong-dan-dang-ky-76win__description {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--text-secondary);
}

.page-blog-huong-dan-dang-ky-76win__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-huong-dan-dang-ky-76win__btn-primary,
.page-blog-huong-dan-dang-ky-76win__btn-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Allow text to break words */
    box-sizing: border-box;
    max-width: 100%; /* Ensure button doesn't overflow */
}

.page-blog-huong-dan-dang-ky-76win__btn-primary {
    background: var(--btn-gradient);
    color: var(--text-main);
    border: none;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-huong-dan-dang-ky-76win__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-huong-dan-dang-ky-76win__btn-secondary {
    background: transparent;
    color: var(--glow-color);
    border: 2px solid var(--glow-color);
}

.page-blog-huong-dan-dang-ky-76win__btn-secondary:hover {
    background-color: rgba(87, 227, 141, 0.1);
    transform: translateY(-2px);
}

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

.page-blog-huong-dan-dang-ky-76win__hero-main-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 0 auto;
}

/* --- Guide Section --- */
.page-blog-huong-dan-dang-ky-76win__guide-section {
    padding: 60px 0;
    background-color: var(--bg-color);
}

.page-blog-huong-dan-dang-ky-76win__section-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: var(--text-secondary);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-huong-dan-dang-ky-76win__step-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-76win__step-title {
    font-size: clamp(24px, 3vw, 30px);
    color: var(--primary-color);
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.2px;
}

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

.page-blog-huong-dan-dang-ky-76win__step-description {
    font-size: 17px;
    color: var(--text-secondary);
}

.page-blog-huong-dan-dang-ky-76win__info-list {
    list-style: disc inside;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--text-secondary);
}

.page-blog-huong-dan-dang-ky-76win__info-list li {
    margin-bottom: 8px;
    color: var(--text-secondary);
}

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

/* --- Benefits Section --- */
.page-blog-huong-dan-dang-ky-76win__benefits-section {
    padding: 60px 0;
    background-color: var(--deep-green);
}

.page-blog-huong-dan-dang-ky-76win__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-blog-huong-dan-dang-ky-76win__benefit-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-76win__benefit-card:hover {
    transform: translateY(-5px);
}

.page-blog-huong-dan-dang-ky-76win__benefit-title {
    font-size: 22px;
    color: var(--gold-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-huong-dan-dang-ky-76win__benefit-description {
    font-size: 16px;
    color: var(--text-secondary);
}

/* --- FAQ Section --- */
.page-blog-huong-dan-dang-ky-76win__faq-section {
    padding: 60px 0;
    background-color: var(--bg-color);
}

.page-blog-huong-dan-dang-ky-76win__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-76win__faq-item {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-dang-ky-76win__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
    cursor: pointer;
    background-color: rgba(17, 168, 78, 0.1); /* Light green tint */
    border-bottom: 1px solid var(--divider-color);
    list-style: none; /* Hide default marker for details summary */
}

.page-blog-huong-dan-dang-ky-76win__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-huong-dan-dang-ky-76win__faq-qtext {
    flex-grow: 1;
    color: var(--text-main);
}

.page-blog-huong-dan-dang-ky-76win__faq-toggle {
    font-size: 24px;
    line-height: 1;
    margin-left: 15px;
    color: var(--glow-color);
    transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-76win__faq-item[open] .page-blog-huong-dan-dang-ky-76win__faq-toggle {
    transform: rotate(45deg); /* Rotate plus to become cross */
}

.page-blog-huong-dan-dang-ky-76win__faq-answer {
    padding: 15px 25px 20px;
    font-size: 16px;
    color: var(--text-secondary);
    background-color: var(--card-bg);
    border-top: 1px solid var(--divider-color);
}

/* --- CTA Banner Section --- */
.page-blog-huong-dan-dang-ky-76win__cta-banner {
    background: var(--btn-gradient); /* Use button gradient for a striking banner */
    padding: 60px 0;
    text-align: center;
    box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-76win__cta-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.page-blog-huong-dan-dang-ky-76win__cta-banner-title {
    font-size: clamp(28px, 4.5vw, 40px);
    color: var(--text-main);
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-76win__cta-banner-description {
    font-size: 18px;
    color: var(--text-main);
    margin-bottom: 30px;
    max-width: 700px;
}

.page-blog-huong-dan-dang-ky-76win__btn-primary--large {
    padding: 18px 36px;
    font-size: 20px;
    min-width: 250px;
}


/* --- Responsive Styles --- */
/* General image responsiveness */
.page-blog-huong-dan-dang-ky-76win img {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box; /* Ensure padding/border is included in width */
}

/* General container responsiveness for mobile */
.page-blog-huong-dan-dang-ky-76win__section,
.page-blog-huong-dan-dang-ky-76win__card,
.page-blog-huong-dan-dang-ky-76win__container,
.page-blog-huong-dan-dang-ky-76win__step-item,
.page-blog-huong-dan-dang-ky-76win__benefit-card,
.page-blog-huong-dan-dang-ky-76win__faq-item {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    /* General mobile adjustments */
    .page-blog-huong-dan-dang-ky-76win {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-huong-dan-dang-ky-76win__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-huong-dan-dang-ky-76win__section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    /* HERO section mobile */
    .page-blog-huong-dan-dang-ky-76win__hero-section {
        padding-top: 10px !important; /* Specific override for hero top padding */
        padding-bottom: 40px;
    }

    .page-blog-huong-dan-dang-ky-76win__hero-container {
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 30px;
    }

    .page-blog-huong-dan-dang-ky-76win__hero-content {
        order: 2; /* Content below image on mobile */
    }

    .page-blog-huong-dan-dang-ky-76win__hero-image {
        order: 1; /* Image above content on mobile */
    }

    .page-blog-huong-dan-dang-ky-76win__main-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-dang-ky-76win__description {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .page-blog-huong-dan-dang-ky-76win__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px; /* Add padding to button container on mobile */
    }

    /* Button specific responsiveness */
    .page-blog-huong-dan-dang-ky-76win__btn-primary,
    .page-blog-huong-dan-dang-ky-76win__btn-secondary,
    .page-blog-huong-dan-dang-ky-76win a[class*="button"],
    .page-blog-huong-dan-dang-ky-76win 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 !important; /* Ensure padding is applied */
        padding-right: 15px !important;
    }

    .page-blog-huong-dan-dang-ky-76win__cta-buttons--centered {
        padding: 0; /* Remove extra padding if centered */
    }

    /* Guide section mobile */
    .page-blog-huong-dan-dang-ky-76win__guide-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-dang-ky-76win__step-item {
        padding: 30px;
        margin-bottom: 30px;
    }

    .page-blog-huong-dan-dang-ky-76win__step-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-dang-ky-76win__step-description {
        font-size: 15px;
    }

    .page-blog-huong-dan-dang-ky-76win__info-list {
        margin-left: 10px;
    }

    /* Benefits section mobile */
    .page-blog-huong-dan-dang-ky-76win__benefits-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-dang-ky-76win__benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-huong-dan-dang-ky-76win__benefit-card {
        padding: 25px;
    }

    .page-blog-huong-dan-dang-ky-76win__benefit-title {
        font-size: 20px;
    }

    /* FAQ section mobile */
    .page-blog-huong-dan-dang-ky-76win__faq-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-dang-ky-76win__faq-question {
        padding: 15px 20px;
        font-size: 16px;
    }

    .page-blog-huong-dan-dang-ky-76win__faq-answer {
        padding: 10px 20px 15px;
        font-size: 15px;
    }

    /* CTA Banner mobile */
    .page-blog-huong-dan-dang-ky-76win__cta-banner {
        padding: 40px 0;
    }

    .page-blog-huong-dan-dang-ky-76win__cta-banner-title {
        font-size: 26px;
    }

    .page-blog-huong-dan-dang-ky-76win__cta-banner-description {
        font-size: 16px;
    }

    .page-blog-huong-dan-dang-ky-76win__btn-primary--large {
        padding: 15px 25px;
        font-size: 18px;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Universal image handling for mobile */
    .page-blog-huong-dan-dang-ky-76win img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* All containers with images */
    .page-blog-huong-dan-dang-ky-76win__container,
    .page-blog-huong-dan-dang-ky-76win__hero-container,
    .page-blog-huong-dan-dang-ky-76win__guide-section,
    .page-blog-huong-dan-dang-ky-76win__benefits-section,
    .page-blog-huong-dan-dang-ky-76win__faq-section,
    .page-blog-huong-dan-dang-ky-76win__cta-banner {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        /* Padding is already handled by .page-blog-huong-dan-dang-ky-76win__container */
    }
}