:root {
    --primary-color: #2F6BFF;
    --secondary-color: #6FA3FF;
    --background-color: #F4F7FB;
    --card-background: #FFFFFF;
    --text-main-color: #1F2D3D;
    --text-black-color: #000000;
    --border-color: #D6E2FF;
    --glow-color: #A5C4FF;
    --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main-color);
    background-color: var(--background-color); 
}

/* Hero Section */
.page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-section {
    padding-top: 10px; 
    padding-bottom: 60px;
    background-color: var(--card-background); 
    color: var(--text-main-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__main-title {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--text-black-color);
    max-width: 600px; 
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: var(--text-main-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-image {
    flex: 1 1 40%;
    text-align: center;
    min-width: 300px;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Content Area */
.page-blog-cap-nhat-moi-nhat-ve-dagac3__content-area {
    padding: 60px 0;
    background-color: var(--background-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__section-title {
    font-size: 2em;
    font-weight: 700;
    color: var(--text-black-color);
    margin-bottom: 30px;
    text-align: center;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3 p {
    margin-bottom: 1em;
    color: var(--text-main-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3 strong {
    color: var(--text-black-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__list,
.page-blog-cap-nhat-moi-nhat-ve-dagac3__numbered-list {
    list-style-position: inside;
    margin-bottom: 1em;
    padding-left: 20px;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__list li,
.page-blog-cap-nhat-moi-nhat-ve-dagac3__numbered-list li {
    margin-bottom: 0.5em;
    color: var(--text-main-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* CTA Buttons */
.page-blog-cap-nhat-moi-nhat-ve-dagac3__cta-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap; 
    width: 100%; 
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__btn-primary,
.page-blog-cap-nhat-moi-nhat-ve-dagac3__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    white-space: normal; 
    word-wrap: break-word; 
    max-width: 100%; 
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__btn-primary:hover {
    box-shadow: 0 8px 20px var(--glow-color);
    transform: translateY(-2px);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__btn-secondary {
    background: var(--card-background);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 8px 20px var(--glow-color);
    transform: translateY(-2px);
}

/* FAQ Section */
.page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-section {
    background-color: var(--card-background);
    padding: 60px 0;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-item {
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    background-color: var(--card-background);
    font-weight: 600;
    color: var(--text-black-color);
    font-size: 1.1em;
    list-style: none; 
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    color: var(--primary-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-item[open] .page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__faq-answer {
    padding: 0 25px 20px;
    font-size: 0.95em;
    color: var(--text-main-color);
    border-top: 1px solid var(--border-color);
    margin-top: -1px; 
}

/* Related Posts Section */
.page-blog-cap-nhat-moi-nhat-ve-dagac3__related-posts-section {
    padding: 60px 0;
    background-color: var(--background-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-card {
    background-color: var(--card-background);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-image {
    width: 100%;
    height: 250px; 
    object-fit: cover;
    display: block;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-content {
    padding: 20px;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-title a {
    color: var(--text-black-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-title a:hover {
    color: var(--primary-color);
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__post-excerpt {
    font-size: 0.95em;
    color: var(--text-main-color);
    margin-bottom: 20px;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__read-more {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__read-more:hover {
    text-decoration: underline;
}

.page-blog-cap-nhat-moi-nhat-ve-dagac3__view-all-button {
    text-align: center;
    margin-top: 40px;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__main-title {
        font-size: 2.4em;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-container {
        gap: 30px;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__post-image {
        height: 220px;
    }
}

@media (max-width: 768px) {
    /* Hero Section - Mobile */
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-section {
        padding-top: 10px !important; 
        padding-bottom: 40px;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-container {
        flex-direction: column;
        padding: 20px 0;
        gap: 20px;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-content,
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-image {
        flex: 1 1 100%;
        min-width: unset;
        width: 100%;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__main-title {
        font-size: 2em;
        text-align: center;
        margin-bottom: 15px;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-description {
        font-size: 1em;
        text-align: center;
        margin-bottom: 20px;
    }

    /* CTA Buttons - Mobile */
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__cta-buttons {
        flex-direction: column; 
        gap: 10px;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px; 
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__btn-primary,
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__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;
    }

    /* Content Area - Mobile */
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__content-area {
        padding: 30px 0;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__container {
        padding: 0 15px; 
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__section-title {
        font-size: 1.6em;
        margin-bottom: 20px;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3 p,
    .page-blog-cap-nhat-moi-nhat-ve-dagac3 li {
        font-size: 0.95em;
    }

    /* Images - Mobile */
    .page-blog-cap-nhat-moi-nhat-ve-dagac3 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__hero-side-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-cap-nhat-moi-nhat-ve-dagac3__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}