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

:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --text-color: #333333;
    --heading-color: #1e1765;
    --light-bg: #f9f9f9;
    --login-color: #EA7C07;
}

.page-blog-huong-dan-dang-ky-yo88 {
    font-family: 'Arial', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--secondary-color); /* Body default white */
}

.page-blog-huong-dan-dang-ky-yo88__content-area {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 16px;
    box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-yo88__section-title {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--heading-color);
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-yo88__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: var(--text-color);
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-yo88__hero-section {
    padding-top: 10px; /* Assuming shared.css handles body padding-top */
    padding-bottom: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #46BEEB 100%);
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-yo88__hero-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 16px;
    box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-yo88__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-yo88__hero-title {
    font-size: clamp(2.2em, 4vw, 3.5em);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-yo88__hero-description {
    font-size: 1.15em;
    margin-bottom: 30px;
    color: var(--secondary-color);
}

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

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

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

.page-blog-huong-dan-dang-ky-yo88__btn-primary:hover {
    background-color: #e06c00;
    transform: translateY(-2px);
}

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

.page-blog-huong-dan-dang-ky-yo88__btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

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

.page-blog-huong-dan-dang-ky-yo88__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

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

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

.page-blog-huong-dan-dang-ky-yo88__icon-box {
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-huong-dan-dang-ky-yo88__icon-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-dang-ky-yo88__icon-box-media {
    width: 200px;
    height: 200px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid var(--primary-color);
    box-shadow: 0 0 0 8px rgba(38, 169, 224, 0.3);
}

.page-blog-huong-dan-dang-ky-yo88__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-blog-huong-dan-dang-ky-yo88__icon-box-title {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-yo88__icon-box-text {
    font-size: 1em;
    color: var(--text-color);
}

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

.page-blog-huong-dan-dang-ky-yo88__step-item {
    margin-bottom: 50px;
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

.page-blog-huong-dan-dang-ky-yo88__step-text {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: var(--text-color);
}

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

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

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

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

.page-blog-huong-dan-dang-ky-yo88__tips-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

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

.page-blog-huong-dan-dang-ky-yo88__tips-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-yo88__tips-list li {
    background-color: var(--secondary-color);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 5px solid var(--primary-color);
    border-radius: 5px;
    font-size: 1.05em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    color: var(--text-color);
}

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

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

/* Promo Section */
.page-blog-huong-dan-dang-ky-yo88__promo-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #26A9E0 0%, #1a8cc2 100%);
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-yo88__promo-section .page-blog-huong-dan-dang-ky-yo88__section-title,
.page-blog-huong-dan-dang-ky-yo88__promo-section .page-blog-huong-dan-dang-ky-yo88__section-description {
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-yo88__promo-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

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

.page-blog-huong-dan-dang-ky-yo88__promo-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-yo88__promo-text-block {
    flex: 1 1 50%;
    min-width: 300px;
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-yo88__promo-subtitle {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-yo88__promo-details {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: var(--secondary-color);
}

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

.page-blog-huong-dan-dang-ky-yo88__faq-list {
    margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-yo88__faq-item {
    background-color: var(--secondary-color);
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-blog-huong-dan-dang-ky-yo88__faq-item summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: 600;
    color: var(--heading-color);
    cursor: pointer;
    background-color: var(--light-bg);
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.page-blog-huong-dan-dang-ky-yo88__faq-item summary:hover {
    background-color: #eaf7fc;
}

.page-blog-huong-dan-dang-ky-yo88__faq-item summary::-webkit-details-marker {
    display: none;
}

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

.page-blog-huong-dan-dang-ky-yo88__faq-toggle {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--primary-color);
    margin-left: 15px;
}

.page-blog-huong-dan-dang-ky-yo88__faq-item[open] .page-blog-huong-dan-dang-ky-yo88__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-yo88__faq-answer {
    padding: 20px 25px;
    font-size: 1.05em;
    color: var(--text-color);
    background-color: var(--secondary-color);
}

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

.page-blog-huong-dan-dang-ky-yo88__final-cta-section .page-blog-huong-dan-dang-ky-yo88__section-title,
.page-blog-huong-dan-dang-ky-yo88__final-cta-section .page-blog-huong-dan-dang-ky-yo88__section-description {
    color: var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-yo88__btn-large {
    padding: 18px 40px;
    font-size: 1.2em;
    border-radius: 10px;
    margin-top: 30px;
    background-color: var(--login-color);
    color: var(--secondary-color);
    border: 2px solid var(--login-color);
}

.page-blog-huong-dan-dang-ky-yo88__btn-large:hover {
    background-color: #e06c00;
}

/* General Image and Container Responsive Styles */
.page-blog-huong-dan-dang-ky-yo88 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-huong-dan-dang-ky-yo88__section,
.page-blog-huong-dan-dang-ky-yo88__card,
.page-blog-huong-dan-dang-ky-yo88__container {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Media Queries */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-yo88__hero-content,
    .page-blog-huong-dan-dang-ky-yo88__hero-image {
        flex: 1 1 100%;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-yo88__hero-title {
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-yo88__hero-description {
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-yo88__cta-buttons {
        justify-content: center;
    }
    .page-blog-huong-dan-dang-ky-yo88__tips-container {
        flex-direction: column;
    }
    .page-blog-huong-dan-dang-ky-yo88__promo-content {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    /* Hero Section */
    .page-blog-huong-dan-dang-ky-yo88__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__hero-container {
        flex-direction: column;
        padding: 20px 15px;
    }
    .page-blog-huong-dan-dang-ky-yo88__hero-title {
        font-size: 2em !important;
        text-align: center !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__hero-description {
        font-size: 1em !important;
        text-align: center !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__cta-buttons {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__btn-primary,
    .page-blog-huong-dan-dang-ky-yo88__btn-secondary,
    .page-blog-huong-dan-dang-ky-yo88 a[class*="button"],
    .page-blog-huong-dan-dang-ky-yo88 a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 15px !important;
        font-size: 1em !important;
        border-radius: 6px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__hero-image {
        order: -1; /* Image above text on mobile */
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__hero-side-image {
        border-radius: 8px !important;
    }

    /* Intro Section */
    .page-blog-huong-dan-dang-ky-yo88__intro-section {
        padding: 40px 0 !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__content-area {
        padding: 20px 15px !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__section-title {
        font-size: 1.8em !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__section-description {
        font-size: 0.95em !important;
        margin-bottom: 30px !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__icon-box-media {
        width: 150px !important;
        height: 150px !important;
        border-width: 3px !important;
        box-shadow: 0 0 0 6px rgba(38, 169, 224, 0.2) !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__icon-box-title {
        font-size: 1.3em !important;
    }

    /* Guide Section */
    .page-blog-huong-dan-dang-ky-yo88__guide-section {
        padding: 40px 0 !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__step-item {
        padding: 20px !important;
        margin-bottom: 30px !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__step-title {
        font-size: 1.5em !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__step-text,
    .page-blog-huong-dan-dang-ky-yo88__step-list li {
        font-size: 0.95em !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__step-image {
        margin: 20px auto !important;
    }

    /* Tips Section */
    .page-blog-huong-dan-dang-ky-yo88__tips-section {
        padding: 40px 0 !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__tips-container {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__tips-content {
        min-width: unset;
        width: 100% !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__tips-image {
        min-width: unset;
        width: 100% !important;
    }

    /* Promo Section */
    .page-blog-huong-dan-dang-ky-yo88__promo-section {
        padding: 40px 0 !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__promo-content {
        flex-direction: column !important;
        gap: 20px !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__promo-image,
    .page-blog-huong-dan-dang-ky-yo88__promo-text-block {
        min-width: unset;
        width: 100% !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__promo-subtitle {
        font-size: 1.5em !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__promo-details {
        font-size: 1em !important;
    }

    /* FAQ Section */
    .page-blog-huong-dan-dang-ky-yo88__faq-section {
        padding: 40px 0 !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__faq-item summary {
        padding: 15px 20px !important;
        font-size: 1.1em !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__faq-answer {
        padding: 15px 20px !important;
        font-size: 0.95em !important;
    }

    /* Final CTA Section */
    .page-blog-huong-dan-dang-ky-yo88__final-cta-section {
        padding: 60px 0 !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__btn-large {
        padding: 15px 30px !important;
        font-size: 1.1em !important;
    }

    /* Universal Image and Container Mobile Adaptation */
    .page-blog-huong-dan-dang-ky-yo88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-huong-dan-dang-ky-yo88__section,
    .page-blog-huong-dan-dang-ky-yo88__card,
    .page-blog-huong-dan-dang-ky-yo88__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }
}