/* style/blog-huong-dan-dang-ky-789b.css */

/* Base styles for the page content */
.page-blog-huong-dan-dang-ky-789b {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text on light body background */
    background-color: #ffffff;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-789b__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: #f8f9fa; /* Light background for contrast */
}

.page-blog-huong-dan-dang-ky-789b__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
}

.page-blog-huong-dan-dang-ky-789b__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-789b__main-title {
    font-size: clamp(2em, 4vw, 3.2em); /* Responsive H1 font size */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #017439; /* Primary brand color for title */
}

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

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

.page-blog-huong-dan-dang-ky-789b__btn-primary,
.page-blog-huong-dan-dang-ky-789b__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    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;
}

.page-blog-huong-dan-dang-ky-789b__btn-primary {
    background-color: #C30808; /* Custom color for Register/Login */
    color: #FFFF00; /* Custom font color for Register/Login */
    border: 2px solid #C30808;
}

.page-blog-huong-dan-dang-ky-789b__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-blog-huong-dan-dang-ky-789b__btn-secondary {
    background-color: #FFFFFF;
    color: #017439; /* Primary brand color */
    border: 2px solid #017439;
}

.page-blog-huong-dan-dang-ky-789b__btn-secondary:hover {
    background-color: #017439;
    color: #FFFFFF;
}

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

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

/* Content Area */
.page-blog-huong-dan-dang-ky-789b__content-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #ffffff;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-789b__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #017439;
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-789b__sub-title {
    font-size: 1.6em;
    font-weight: 600;
    color: #017439;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-789b__paragraph {
    margin-bottom: 20px;
    font-size: 1.05em;
    line-height: 1.7;
}

.page-blog-huong-dan-dang-ky-789b__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-blog-huong-dan-dang-ky-789b__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
}

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

.page-blog-huong-dan-dang-ky-789b__cta-buttons--inline {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-789b__cta-buttons--center {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-789b__faq-list {
    margin-top: 30px;
}

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

.page-blog-huong-dan-dang-ky-789b__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-weight: 600;
    font-size: 1.1em;
    color: #017439;
    cursor: pointer;
    list-style: none; /* Hide default marker */
    position: relative;
    user-select: none;
}

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

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

.page-blog-huong-dan-dang-ky-789b__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-789b__faq-item[open] .page-blog-huong-dan-dang-ky-789b__faq-toggle {
    transform: rotate(45deg); /* Rotate plus to form an X or minus */
}

.page-blog-huong-dan-dang-ky-789b__faq-answer {
    padding: 0 25px 20px;
    color: #555555;
    font-size: 1em;
}

/* General image and container responsive styles */
.page-blog-huong-dan-dang-ky-789b img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-789b__hero-container {
        flex-direction: column;
        text-align: center;
    }

    .page-blog-huong-dan-dang-ky-789b__hero-content {
        flex: 1 1 100%;
    }

    .page-blog-huong-dan-dang-ky-789b__hero-image {
        flex: 1 1 100%;
        order: -1; /* Image appears above content on smaller screens */
    }

    .page-blog-huong-dan-dang-ky-789b__main-title {
        font-size: clamp(2em, 5vw, 2.8em);
    }

    .page-blog-huong-dan-dang-ky-789b__cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* HERO 双栏 */
    .page-blog-huong-dan-dang-ky-789b__hero-section {
        padding-top: 10px !important; /* Small top padding, body handles header offset */
        padding-bottom: 40px !important;
    }

    .page-blog-huong-dan-dang-ky-789b__hero-container {
        padding: 20px 15px !important;
        gap: 20px;
    }

    .page-blog-huong-dan-dang-ky-789b__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em) !important;
    }

    .page-blog-huong-dan-dang-ky-789b__intro-text {
        font-size: 1em !important;
    }

    /* 按钮与按钮容器 */
    .page-blog-huong-dan-dang-ky-789b__cta-buttons {
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px; /* Add padding to container */
    }

    .page-blog-huong-dan-dang-ky-789b__btn-primary,
    .page-blog-huong-dan-dang-ky-789b__btn-secondary {
        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-789b__cta-buttons--inline,
    .page-blog-huong-dan-dang-ky-789b__cta-buttons--center {
        padding: 0 15px !important; /* Ensure padding for inline/center buttons */
    }

    /* 通用图片与容器 */
    .page-blog-huong-dan-dang-ky-789b img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-blog-huong-dan-dang-ky-789b__section,
    .page-blog-huong-dan-dang-ky-789b__card,
    .page-blog-huong-dan-dang-ky-789b__container,
    .page-blog-huong-dan-dang-ky-789b__content-area {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* 模块1 三栏正圆图 - Not applicable for this specific page as per current content */
    /* If .page-blog-huong-dan-dang-ky-789b__icon-box-media were present, its rules would be here */

    /* 教程长文 / 促销 / 信任 / FAQ / 博客 / intro 排版 */
    .page-blog-huong-dan-dang-ky-789b__section-title {
        font-size: 1.8em !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }

    .page-blog-huong-dan-dang-ky-789b__sub-title {
        font-size: 1.4em !important;
        margin-top: 25px !important;
        margin-bottom: 10px !important;
    }

    .page-blog-huong-dan-dang-ky-789b__paragraph,
    .page-blog-huong-dan-dang-ky-789b__list-item {
        font-size: 0.95em !important;
    }

    .page-blog-huong-dan-dang-ky-789b__faq-item summary {
        font-size: 1em !important;
        padding: 15px 20px !important;
    }

    .page-blog-huong-dan-dang-ky-789b__faq-answer {
        padding: 0 20px 15px !important;
    }
}