/* style/blog-huong-dan-dang-ky-tai-khoan-ww88.css */

/* Base styles for the page content */
.page-blog-huong-dan-dang-ky-tai-khoan-ww88 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF6D6; /* Text Main - light color for dark body background */
    background-color: #0A0A0A; /* Background */
}

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

.page-blog-huong-dan-dang-ky-tai-khoan-ww88 h1,
.page-blog-huong-dan-dang-ky-tai-khoan-ww88 h2,
.page-blog-huong-dan-dang-ky-tai-khoan-ww88 h3 {
    color: #F2C14E; /* Primary color for headings */
    margin-bottom: 1rem;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88 h1 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    max-width: 800px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88 h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88 h3 {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88 p {
    margin-bottom: 1rem;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88 a {
    color: #FFD36B; /* Auxiliary color for links */
    text-decoration: none;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88 a:hover {
    text-decoration: underline;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-section {
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 60px;
    background-color: #0A0A0A;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 40px 16px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-description {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #FFF6D6;
}

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

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-primary,
.page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
    color: #111111; /* Dark text for light button background */
    border: 2px solid transparent;
    box-shadow: 0 4px 10px rgba(242, 193, 78, 0.4);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(242, 193, 78, 0.6);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-secondary {
    background-color: transparent;
    color: #FFD36B; /* Auxiliary color for text */
    border: 2px solid #FFD36B; /* Auxiliary color for border */
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-secondary:hover {
    background-color: #FFD36B;
    color: #111111;
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-large {
    font-size: 1.2rem;
    padding: 16px 32px;
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-tai-khoan-ww88__guide-section {
    padding: 60px 0;
    background-color: #0A0A0A;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-by-step {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-item {
    background-color: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border */
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-item h3 {
    color: #F2C14E; /* Primary color */
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-item p {
    color: #FFF6D6;
    margin-bottom: 20px;
    max-width: 700px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-item img {
    max-width: 80%; /* Smaller image for step */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Benefits Section */
.page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefits-section {
    padding: 60px 0;
    background-color: #0A0A0A;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefit-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefit-list li {
    background-color: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border */
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefit-item-title {
    color: #F2C14E; /* Primary color */
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefit-item-text {
    color: #FFF6D6;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-section {
    padding: 60px 0;
    background-color: #0A0A0A;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-list {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-item {
    background-color: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    color: #F2C14E; /* Primary color */
    background-color: #1a1a1a;
    border-bottom: 1px solid #3A2A12; /* Border */
    list-style: none;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-item summary::-webkit-details-marker,
.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-item summary::marker {
    display: none;
    content: "";
}

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

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: #FFD36B; /* Auxiliary color */
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-item[open] .page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-toggle {
    content: "−";
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-answer {
    padding: 20px 25px;
    background-color: #111111; /* Card BG */
    color: #FFF6D6;
    border-top: none;
}

/* CTA Bottom Section */
.page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-bottom-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #F2C14E, #FFD36B); /* Blend of primary and auxiliary */
    text-align: center;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-bottom-content {
    max-width: 800px;
    margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-bottom-title {
    color: #111111; /* Dark text for light background */
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-bottom-description {
    color: #333333; /* Dark text for light background */
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

/* General image responsive styles */
.page-blog-huong-dan-dang-ky-tai-khoan-ww88 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-container {
        flex-direction: column;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-content,
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-image {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
    /* General responsive styles for the page */
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88 {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* HERO Section */
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-section {
        padding-top: 10px !important; /* Fixed small top padding */
        padding-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__main-title {
        font-size: 2rem;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__hero-description {
        font-size: 1rem;
        text-align: center;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-primary,
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-secondary,
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88 a[class*="button"],
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88 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-tai-khoan-ww88__cta-buttons {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    /* Guide Section */
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__guide-section {
        padding: 40px 0;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__section-title {
        font-size: 1.8rem;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-item {
        padding: 20px;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-item h3 {
        font-size: 1.4rem;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-item img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Benefits Section */
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefits-section {
        padding: 40px 0;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefit-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefit-item-title {
        font-size: 1.2rem;
    }

    /* FAQ Section */
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-section {
        padding: 40px 0;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-item summary {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-answer {
        padding: 15px 20px;
    }

    /* CTA Bottom Section */
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-bottom-section {
        padding: 60px 0;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-bottom-title {
        font-size: 2rem;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-bottom-description {
        font-size: 1rem;
    }
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__btn-large {
        font-size: 1rem;
        padding: 14px 28px;
    }

    /* Universal image responsive styles for content area */
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    /* Ensure containers with images also adapt */
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__step-item,
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__benefits-section,
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__faq-section,
    .page-blog-huong-dan-dang-ky-tai-khoan-ww88__cta-bottom-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}