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

.page-blog-huong-dan-dang-ky-cwin999 {
    font-family: Arial, sans-serif;
    color: #333333; /* Text Main */
    background-color: #F5F7FA; /* Background */
    line-height: 1.6;
}

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

.page-blog-huong-dan-dang-ky-cwin999__section-title {
    font-size: 2.5em;
    color: #E53935; /* Primary Color */
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-cwin999__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    color: #E53935; /* Primary Color */
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-cwin999__hero-description,
.page-blog-huong-dan-dang-ky-cwin999__text-block,
.page-blog-huong-dan-dang-ky-cwin999__step-description {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-cwin999__hero-section {
    padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
    padding-bottom: 60px;
    background-color: #FFFFFF;
}

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

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

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

.page-blog-huong-dan-dang-ky-cwin999__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-cwin999__cta-button {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-cwin999__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: 2px solid transparent;
    margin-right: 15px;
}

.page-blog-huong-dan-dang-ky-cwin999__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-cwin999__btn-secondary {
    background: #ffffff;
    color: #E53935; /* Primary Color */
    border: 2px solid #E53935;
}

.page-blog-huong-dan-dang-ky-cwin999__btn-secondary:hover {
    background: #E53935;
    color: #ffffff;
}

.page-blog-huong-dan-dang-ky-cwin999__intro-section,
.page-blog-huong-dan-dang-ky-cwin999__guide-section,
.page-blog-huong-dan-dang-ky-cwin999__benefits-section,
.page-blog-huong-dan-dang-ky-cwin999__faq-section,
.page-blog-huong-dan-dang-ky-cwin999__cta-bottom-section {
    padding: 60px 0;
}

.page-blog-huong-dan-dang-ky-cwin999__intro-section .page-blog-huong-dan-dang-ky-cwin999__container,
.page-blog-huong-dan-dang-ky-cwin999__benefits-section .page-blog-huong-dan-dang-ky-cwin999__container,
.page-blog-huong-dan-dang-ky-cwin999__cta-bottom-section .page-blog-huong-dan-dang-ky-cwin999__container {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.page-blog-huong-dan-dang-ky-cwin999__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

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

.page-blog-huong-dan-dang-ky-cwin999__guide-step {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0; /* Border */
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-cwin999__step-title {
    font-size: 1.8em;
    color: #E53935; /* Primary Color */
    margin-bottom: 15px;
    font-weight: 600;
}