/* style/blog-huong-dan-dang-ky-89bet1.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --register-button-color: #C30808;
    --login-button-color: #C30808;
    --background-color: #FFFFFF;
    --register-login-font-color: #FFFF00;
    --text-color-dark: #333333;
    --text-color-light: #ffffff;
}

.page-blog-huong-dan-dang-ky-89bet1 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color-dark);
    background-color: var(--background-color);
}

.page-blog-huong-dan-dang-ky-89bet1__hero-section {
    padding-top: 10px; /* Adhering to the 10px top padding rule for non-header offset */
    padding-bottom: 60px;
    background-color: var(--secondary-color);
    text-align: center;
}

.page-blog-huong-dan-dang-ky-89bet1__hero-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-huong-dan-dang-ky-89bet1__main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-89bet1__intro-paragraph {
    font-size: 1.1rem;
    color: var(--text-color-dark);
    margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-89bet1__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-89bet1__btn-primary,
.page-blog-huong-dan-dang-ky-89bet1__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-89bet1__btn-primary {
    background-color: var(--register-button-color);
    color: var(--register-login-font-color);
    border: 2px solid var(--register-button-color);
}

.page-blog-huong-dan-dang-ky-89bet1__btn-primary:hover {
    background-color: darken(var(--register-button-color), 10%);
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-89bet1__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-huong-dan-dang-ky-89bet1__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-89bet1__content-section {
    padding: 60px 0;
    background-color: var(--background-color);
}

.page-blog-huong-dan-dang-ky-89bet1__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-huong-dan-dang-ky-89bet1__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--primary-color);
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}

.page-blog-huong-dan-dang-ky-89bet1__section-description {
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: -20px auto 40px auto;
    color: var(--text-color-dark);
}

.page-blog-huong-dan-dang-ky-89bet1__text-block {
    font-size: 1rem;
    color: var(--text-color-dark);
}

.page-blog-huong-dan-dang-ky-89bet1__sub-title {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-huong-dan-dang-ky-89bet1__list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--text-color-dark);
}

.page-blog-huong-dan-dang-ky-89bet1__list li {
    margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-89bet1__guide-section {
    padding: 60px 0;
    background-color: var(--primary-color); /* Dark background */
    color: var(--text-color-light); /* Light text */
}

.page-blog-huong-dan-dang-ky-89bet1__guide-section .page-blog-huong-dan-dang-ky-89bet1__section-title,
.page-blog-huong-dan-dang-ky-89bet1__guide-section .page-blog-huong-dan-dang-ky-89bet1__section-description {
    color: var(--text-color-light);
}

.page-blog-huong-dan-dang-ky-89bet1__guide-step {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-89bet1__guide-step:last-child {
    margin-bottom: 0;
}

.page-blog-huong-dan-dang-ky-89bet1__guide-step--reverse {
    flex-direction: row-reverse;
}

.page-blog-huong-dan-dang-ky-89bet1__guide-media {
    flex: 1 1 45%;
    min-width: 300px;
}

.page-blog-huong-dan-dang-ky-89bet1__guide-media img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-huong-dan-dang-ky-89bet1__guide-content {
    flex: 1 1 50%;
    min-width: 300px;
}

.page-blog-huong-dan-dang-ky-89bet1__step-title {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    color: var(--register-login-font-color);
    margin-bottom: 20px;
    font-weight: 700;
}

.page-blog-huong-dan-dang-ky-89bet1__guide-content p,
.page-blog-huong-dan-dang-ky-89bet1__guide-content ul {
    font-size: 1rem;
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-89bet1__guide-content .page-blog-huong-dan-dang-ky-89bet1__btn-primary {
    margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-89bet1__promo-section {
    padding: 60px 0;
    background-color: var(--secondary-color); /* Light background */
    color: var(--text-color-dark); /* Dark text */
}

.page-blog-huong-dan-dang-ky-89bet1__promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-89bet1__card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-bottom: 20px;
    color: var(--text-color-dark);
}

.page-blog-huong-dan-dang-ky-89bet1__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistent card images */
    object-fit: cover;
    margin-bottom: 15px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-huong-dan-dang-ky-89bet1__card-title {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 10px;
    padding: 0 15px;
    font-weight: 600;
}

.page-blog-huong-dan-dang-ky-89bet1__card-description {
    font-size: 0.95rem;
    color: var(--text-color-dark);
    padding: 0 15px;
}

.page-blog-huong-dan-dang-ky-89bet1__cta-wrapper {
    text-align: center;
    margin-top: 50px;
}

.page-blog-huong-dan-dang-ky-89bet1__faq-section {
    padding: 60px 0;
    background-color: var(--background-color);
}

.page-blog-huong-dan-dang-ky-89bet1__faq-list {
    max-width: 800px;
    margin: 40px auto 0;
}

.page-blog-huong-dan-dang-ky-89bet1__faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.page-blog-huong-dan-dang-ky-89bet1__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--primary-color);
    cursor: pointer;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    list-style: none; /* For details/summary */
}

.page-blog-huong-dan-dang-ky-89bet1__faq-item[open] > .page-blog-huong-dan-dang-ky-89bet1__faq-question {
    border-bottom: 1px solid var(--primary-color);
    background-color: #e6f7ed; /* Lighter shade of primary */
}

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

.page-blog-huong-dan-dang-ky-89bet1__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: var(--primary-color);
}

.page-blog-huong-dan-dang-ky-89bet1__faq-item[open] .page-blog-huong-dan-dang-ky-89bet1__faq-toggle {
    color: var(--primary-color);
}

.page-blog-huong-dan-dang-ky-89bet1__faq-answer {
    padding: 15px 25px;
    font-size: 1rem;
    color: var(--text-color-dark);
    background-color: #ffffff;
}

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

.page-blog-huong-dan-dang-ky-89bet1__conclusion-section {
    padding: 60px 0;
    background-color: var(--primary-color); /* Dark background */
    color: var(--text-color-light); /* Light text */
    text-align: center;
}

.page-blog-huong-dan-dang-ky-89bet1__conclusion-section .page-blog-huong-dan-dang-ky-89bet1__section-title,
.page-blog-huong-dan-dang-ky-89bet1__conclusion-section .page-blog-huong-dan-dang-ky-89bet1__section-description {
    color: var(--text-color-light);
}

/* General image styling */
.page-blog-huong-dan-dang-ky-89bet1 img {
    max-width: 100%;
    height: auto;
    display: block;
    min-width: 200px;
    min-height: 200px;
}

/* --- Responsive Styles --- */

/* Tablet and Mobile */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-89bet1__hero-content-wrapper {
        max-width: 768px;
    }
    .page-blog-huong-dan-dang-ky-89bet1__container {
        max-width: 960px;
    }
    .page-blog-huong-dan-dang-ky-89bet1__main-title {
        font-size: 2.5rem;
    }
    .page-blog-huong-dan-dang-ky-89bet1__section-title {
        font-size: 2rem;
    }
    .page-blog-huong-dan-dang-ky-89bet1__sub-title {
        font-size: 1.6rem;
    }
    .page-blog-huong-dan-dang-ky-89bet1__step-title {
        font-size: 1.8rem;
    }
    .page-blog-huong-dan-dang-ky-89bet1__promo-cards {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
}

/* Mobile specific styles */
@media (max-width: 768px) {
    .page-blog-huong-dan-dang-ky-89bet1 {
        font-size: 16px;
        line-height: 1.6;
    }
    
    /* HERO Section */
    .page-blog-huong-dan-dang-ky-89bet1__hero-section {
        padding-top: 10px !important; /* Enforce 10px top padding for mobile */
        padding-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-89bet1__main-title {
        font-size: 2rem !important;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-89bet1__intro-paragraph {
        font-size: 1rem;
    }
    .page-blog-huong-dan-dang-ky-89bet1__cta-buttons {
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-89bet1__btn-primary,
    .page-blog-huong-dan-dang-ky-89bet1__btn-secondary,
    .page-blog-huong-dan-dang-ky-89bet1 a[class*="button"],
    .page-blog-huong-dan-dang-ky-89bet1 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 content sections */
    .page-blog-huong-dan-dang-ky-89bet1__content-section,
    .page-blog-huong-dan-dang-ky-89bet1__guide-section,
    .page-blog-huong-dan-dang-ky-89bet1__promo-section,
    .page-blog-huong-dan-dang-ky-89bet1__faq-section,
    .page-blog-huong-dan-dang-ky-89bet1__conclusion-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-dang-ky-89bet1__container {
        padding: 0 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-huong-dan-dang-ky-89bet1__section-title {
        font-size: 1.8rem !important;
        margin-bottom: 30px;
    }

    .page-blog-huong-dan-dang-ky-89bet1__sub-title {
        font-size: 1.4rem !important;
    }

    .page-blog-huong-dan-dang-ky-89bet1__text-block {
        font-size: 0.95rem;
    }

    /* Guide steps (single column) */
    .page-blog-huong-dan-dang-ky-89bet1__guide-step {
        flex-direction: column !important; /* Stack guide steps vertically */
        gap: 30px;
        margin-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-89bet1__guide-step--reverse {
        flex-direction: column !important;
    }
    .page-blog-huong-dan-dang-ky-89bet1__guide-media,
    .page-blog-huong-dan-dang-ky-89bet1__guide-content {
        flex: 1 1 100% !important;
        min-width: unset !important;
    }
    .page-blog-huong-dan-dang-ky-89bet1__guide-media img {
        min-width: 200px !important;
        min-height: 200px !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-dang-ky-89bet1__step-title {
        font-size: 1.6rem !important;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-89bet1__guide-content p,
    .page-blog-huong-dan-dang-ky-89bet1__guide-content ul {
        font-size: 0.95rem;
    }

    /* Promo cards (single column) */
    .page-blog-huong-dan-dang-ky-89bet1__promo-cards {
        grid-template-columns: 1fr !important; /* Single column for cards */
        gap: 20px;
    }
    .page-blog-huong-dan-dang-ky-89bet1__card-image {
        height: 200px; /* Adjust height for mobile cards */
        min-width: 200px !important;
        min-height: 200px !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-dang-ky-89bet1__card-title {
        font-size: 1.2rem;
    }
    .page-blog-huong-dan-dang-ky-89bet1__card-description {
        font-size: 0.9rem;
    }

    /* FAQ section */
    .page-blog-huong-dan-dang-ky-89bet1__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .page-blog-huong-dan-dang-ky-89bet1__faq-answer {
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    /* General image responsive rule for content area */
    .page-blog-huong-dan-dang-ky-89bet1 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-89bet1__section,
    .page-blog-huong-dan-dang-ky-89bet1__card,
    .page-blog-huong-dan-dang-ky-89bet1__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}