/* style/blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau.css */

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau {
    color: #333333;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #F5F7FA;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-section {
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #F5F7FA;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 40px 16px;
    max-width: 1170px;
    margin: 0 auto;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__main-title {
    font-size: clamp(2em, 4vw, 3.2em);
    font-weight: 700;
    color: #E53935;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-description {
    font-size: 1.1em;
    color: #333333;
    margin-bottom: 30px;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__btn-primary,
.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__btn-primary:hover {
    background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
    box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__btn-secondary {
    background-color: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__btn-secondary:hover {
    background-color: #f0f0f0;
    color: #FF5A4F;
    border-color: #FF5A4F;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    display: block;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__content-area,
.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tips-section,
.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-section {
    padding: 40px 0;
    background-color: #F5F7FA;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__section-title {
    font-size: 2.2em;
    color: #E53935;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__content-area p {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #333333;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__step-title {
    font-size: 1.6em;
    color: #E53935;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__step-item p {
    font-size: 1em;
    color: #555555;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tip-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tip-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tip-card-title {
    font-size: 1.4em;
    color: #E53935;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tip-card p {
    font-size: 0.95em;
    color: #555555;
    flex-grow: 1;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid #E0E0E0;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 1.15em;
    font-weight: 600;
    color: #333333;
    background-color: #f9f9f9;
    list-style: none;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #E53935;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-item[open] .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1em;
    color: #555555;
    border-top: 1px solid #E0E0E0;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-answer p {
    margin-bottom: 15px;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-answer a {
    color: #E53935;
    text-decoration: none;
    font-weight: 600;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-answer a:hover {
    text-decoration: underline;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-bottom-section {
    padding: 60px 0;
    text-align: center;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-bottom-section .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__container {
    background-color: #E53935;
    color: #ffffff;
    padding: 50px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

/* General image responsive styles */
.page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Media Queries for Responsive Design */
@media (max-width: 1024px) {
    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-container {
        flex-direction: column;
        text-align: center;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-content {
        order: 2;
        text-align: center;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-image {
        order: 1;
        margin-bottom: 30px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau {
        font-size: 15px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-section {
        padding-top: 10px !important; /* Fixed top padding for hero section */
        padding-bottom: 30px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__main-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__btn-primary,
    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__btn-secondary,
    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau a[class*="button"],
    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau 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-choi-ga13-cho-nguoi-moi-bat-dau__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__content-area,
    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tips-section,
    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-section {
        padding: 30px 0;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__guide-steps {
        gap: 20px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__step-item {
        padding: 20px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__step-title {
        font-size: 1.4em;
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tips-grid {
        gap: 20px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tip-card {
        padding: 20px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__tip-card-title {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__faq-answer {
        padding: 10px 20px 15px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-bottom-section {
        padding: 40px 0;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-bottom-section .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__container {
        padding: 40px 20px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-title {
        font-size: 1.8em;
        margin-bottom: 15px;
    }

    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau__cta-text {
        font-size: 1em;
        margin-bottom: 25px;
    }

    /* Generic image responsive for mobile */
    .page-blog-huong-dan-choi-ga13-cho-nguoi-moi-bat-dau img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}