/* style/blog-huong-dan-dang-ky-cwin88.css */

:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f8f9fa;
    --btn-login: #EA7C07;
}

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

.page-blog-huong-dan-dang-ky-cwin88__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-cwin88__section-title {
    font-size: 2.5em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-blog-huong-dan-dang-ky-cwin88__section-description {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    color: var(--text-dark);
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-cwin88__hero-section {
    background-color: var(--bg-light);
    padding-top: 10px; /* Fixed header spacing */
    padding-bottom: 60px;
}

.page-blog-huong-dan-dang-ky-cwin88__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 15px;
}

.page-blog-huong-dan-dang-ky-cwin88__hero-content {
    flex: 1;
    color: var(--text-dark);
}

.page-blog-huong-dan-dang-ky-cwin88__main-title {
    font-size: 3.2em;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.page-blog-huong-dan-dang-ky-cwin88__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
}

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

.page-blog-huong-dan-dang-ky-cwin88__btn-primary,
.page-blog-huong-dan-dang-ky-cwin88__btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

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

.page-blog-huong-dan-dang-ky-cwin88__btn-primary:hover {
    background-color: darken(var(--primary-color), 10%);
    border-color: darken(var(--primary-color), 10%);
}

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

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

.page-blog-huong-dan-dang-ky-cwin88__hero-image {
    flex: 1;
    text-align: center;
}

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

/* Intro Text Section */
.page-blog-huong-dan-dang-ky-cwin88__intro-text-section {
    padding: 60px 0;
    background-color: var(--secondary-color);
    color: var(--text-dark);
}

.page-blog-huong-dan-dang-ky-cwin88__benefit-list {
    list-style: none;
    padding: 0;
    margin: 30px auto 0;
    max-width: 800px;
    text-align: left;
}

.page-blog-huong-dan-dang-ky-cwin88__benefit-list li {
    margin-bottom: 15px;
    font-size: 1.1em;
    padding-left: 30px;
    position: relative;
}

.page-blog-huong-dan-dang-ky-cwin88__benefit-list li i {
    color: var(--primary-color);
    position: absolute;
    left: 0;
    top: 5px;
}

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

.page-blog-huong-dan-dang-ky-cwin88__guide-step {
    margin-bottom: 50px;
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-dang-ky-cwin88__step-title {
    font-size: 1.8em;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-huong-dan-dang-ky-cwin88__guide-step p {
    margin-bottom: 15px;
    font-size: 1.05em;
}

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

.page-blog-huong-dan-dang-ky-cwin88__info-list {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.05em;
}

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

.page-blog-huong-dan-dang-ky-cwin88__btn-small {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 20px;
}

/* Important Notes Section */
.page-blog-huong-dan-dang-ky-cwin88__important-notes-section {
    padding: 60px 0;
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-blog-huong-dan-dang-ky-cwin88__important-notes-section .page-blog-huong-dan-dang-ky-cwin88__section-title {
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-cwin88__notes-list {
    list-style: none;
    padding: 0;
    margin: 30px auto 0;
    max-width: 800px;
}

.page-blog-huong-dan-dang-ky-cwin88__notes-list li {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 1.1em;
    border-left: 5px solid var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-cwin88__notes-list li strong {
    color: var(--secondary-color);
}

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

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

.page-blog-huong-dan-dang-ky-cwin88__faq-item {
    background-color: var(--bg-light);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-huong-dan-dang-ky-cwin88__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--primary-color);
    cursor: pointer;
    background-color: var(--secondary-color);
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
    list-style: none;
}

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

.page-blog-huong-dan-dang-ky-cwin88__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
}

.page-blog-huong-dan-dang-ky-cwin88__faq-item[open] .page-blog-huong-dan-dang-ky-cwin88__faq-question {
    background-color: #f0f0f0;
    border-bottom: none;
}

.page-blog-huong-dan-dang-ky-cwin88__faq-item[open] .page-blog-huong-dan-dang-ky-cwin88__faq-toggle {
    content: '−';
}

.page-blog-huong-dan-dang-ky-cwin88__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1.05em;
    color: var(--text-dark);
    background-color: var(--bg-light);
}

/* Ensure details marker is hidden */
.page-blog-huong-dan-dang-ky-cwin88__faq-item summary::-webkit-details-marker {
    display: none;
}
.page-blog-huong-dan-dang-ky-cwin88__faq-item summary::marker {
    display: none;
}

/* CTA Section */
.page-blog-huong-dan-dang-ky-cwin88__cta-section {
    background-color: var(--primary-color);
    padding: 80px 0;
    text-align: center;
    color: var(--text-light);
}

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

.page-blog-huong-dan-dang-ky-cwin88__cta-title {
    font-size: 2.8em;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-cwin88__cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
}

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

/* Image global styles for content area */
.page-blog-huong-dan-dang-ky-cwin88 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-cwin88__main-title {
        font-size: 2.8em;
    }
    .page-blog-huong-dan-dang-ky-cwin88__section-title {
        font-size: 2em;
    }
    .page-blog-huong-dan-dang-ky-cwin88__hero-container {
        flex-direction: column;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-cwin88__cta-buttons {
        justify-content: center;
    }
    .page-blog-huong-dan-dang-ky-cwin88__hero-content, .page-blog-huong-dan-dang-ky-cwin88__hero-image {
        flex: none;
        width: 100%;
    }
}

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

    /* Hero Section */
    .page-blog-huong-dan-dang-ky-cwin88__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__hero-container {
        padding: 30px 15px;
        gap: 20px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__main-title {
        font-size: 2.2em;
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    /* Buttons */
    .page-blog-huong-dan-dang-ky-cwin88__btn-primary,
    .page-blog-huong-dan-dang-ky-cwin88__btn-secondary,
    .page-blog-huong-dan-dang-ky-cwin88 a[class*="button"],
    .page-blog-huong-dan-dang-ky-cwin88 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-cwin88__btn-large {
        font-size: 1.1em;
        padding: 15px 25px;
    }

    /* Intro Text Section */
    .page-blog-huong-dan-dang-ky-cwin88__intro-text-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-dang-ky-cwin88__section-title {
        font-size: 1.8em;
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__benefit-list {
        margin-top: 20px;
        padding: 0 15px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__benefit-list li {
        font-size: 1em;
        padding-left: 25px;
    }

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

    .page-blog-huong-dan-dang-ky-cwin88__guide-step {
        padding: 20px;
        margin-bottom: 30px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__step-title {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__guide-step p {
        font-size: 0.95em;
    }

    .page-blog-huong-dan-dang-ky-cwin88__info-list {
        margin-left: 15px;
        font-size: 0.95em;
    }

    /* Important Notes Section */
    .page-blog-huong-dan-dang-ky-cwin88__important-notes-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-dang-ky-cwin88__notes-list {
        margin-top: 20px;
        padding: 0 15px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__notes-list li {
        font-size: 1em;
        padding: 12px 15px;
    }

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

    .page-blog-huong-dan-dang-ky-cwin88__faq-list {
        padding: 0 15px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
    }

    .page-blog-huong-dan-dang-ky-cwin88__faq-answer {
        padding: 12px 20px 15px;
        font-size: 0.95em;
    }

    /* CTA Section */
    .page-blog-huong-dan-dang-ky-cwin88__cta-section {
        padding: 50px 0;
    }

    .page-blog-huong-dan-dang-ky-cwin88__cta-title {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .page-blog-huong-dan-dang-ky-cwin88__cta-description {
        font-size: 1em;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    /* General images and containers for mobile */
    .page-blog-huong-dan-dang-ky-cwin88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-huong-dan-dang-ky-cwin88__container,
    .page-blog-huong-dan-dang-ky-cwin88__guide-step,
    .page-blog-huong-dan-dang-ky-cwin88__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Specific override for .page-blog-huong-dan-dang-ky-cwin88__hero-image container */
    .page-blog-huong-dan-dang-ky-cwin88__hero-image {
        padding: 0;
        margin: 0;
    }

    /* Ensure no circular images are present in this specific page type based on rules */
    /* If they were, this is how they would be handled (not applicable here as per non-homepage rule) */
    /* .page-blog-huong-dan-dang-ky-cwin88__icon-box-media { width: 150px; height: 150px; margin: 0 auto 10px; } */
}

/* Color Contrast Safeguards */
.page-blog-huong-dan-dang-ky-cwin88__light-bg {
    background-color: var(--secondary-color);
    color: var(--text-dark);
}

.page-blog-huong-dan-dang-ky-cwin88__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-blog-huong-dan-dang-ky-cwin88__card {
    background: var(--secondary-color);
    color: var(--text-dark);
    border: 1px solid #e0e0e0;
}

.page-blog-huong-dan-dang-ky-cwin88__text-block {
    color: var(--text-dark);
    background: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-cwin88 p,
.page-blog-huong-dan-dang-ky-cwin88 li {
    color: var(--text-dark);
}

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

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