/* style/co-bac-co-trach-nhiem.css */
.page-co-bac-co-trach-nhiem {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #1F2D3D; /* Text Main */
    background-color: #F4F7FB; /* Background */
}

.page-co-bac-co-trach-nhiem__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-co-bac-co-trach-nhiem__hero-section {
    background-color: #F4F7FB; /* Background */
    padding-top: 10px; /* Small top padding, shared.css handles body padding */
    padding-bottom: 40px;
}

.page-co-bac-co-trach-nhiem__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    padding: 40px 16px;
}

.page-co-bac-co-trach-nhiem__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: #1F2D3D; /* Text Main */
}

.page-co-bac-co-trach-nhiem__main-title {
    font-size: clamp(2em, 4vw, 2.8em);
    font-weight: 700;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 16px;
    line-height: 1.2;
}

.page-co-bac-co-trach-nhiem__description {
    font-size: 1.1em;
    margin-bottom: 24px;
    color: #1F2D3D;
}

.page-co-bac-co-trach-nhiem__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-co-bac-co-trach-nhiem__btn-primary,
.page-co-bac-co-trach-nhiem__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    text-align: center;
}

.page-co-bac-co-trach-nhiem__btn-primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #ffffff;
    border: none;
}

.page-co-bac-co-trach-nhiem__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-co-bac-co-trach-nhiem__btn-secondary {
    background-color: #ffffff; /* Card BG */
    color: #2F6BFF; /* Primary color */
    border: 2px solid #2F6BFF; /* Primary color */
}

.page-co-bac-co-trach-nhiem__btn-secondary:hover {
    background-color: #2F6BFF; /* Primary color */
    color: #ffffff;
    transform: translateY(-2px);
}

.page-co-bac-co-trach-nhiem__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-co-bac-co-trach-nhiem__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.page-co-bac-co-trach-nhiem__content-area {
    padding: 60px 0;
    background-color: #F4F7FB; /* Background */
}

.page-co-bac-co-trach-nhiem__dark-section {
    background-color: #2F6BFF; /* Primary color */
    color: #ffffff;
}

.page-co-bac-co-trach-nhiem__dark-section .page-co-bac-co-trach-nhiem__section-title,
.page-co-bac-co-trach-nhiem__dark-section .page-co-bac-co-trach-nhiem__paragraph {
    color: #ffffff;
}

.page-co-bac-co-trach-nhiem__light-bg {
    background-color: #ffffff; /* Card BG */
    color: #1F2D3D;
}

.page-co-bac-co-trach-nhiem__section-title {
    font-size: 2.2em;
    color: #000000; /* Custom Color_1776249996415 */
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.page-co-bac-co-trach-nhiem__paragraph {
    font-size: 1.05em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-co-bac-co-trach-nhiem__grid-3-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.page-co-bac-co-trach-nhiem__card {
    background-color: #ffffff; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    text-align: center;
    color: #1F2D3D;
    border: 1px solid #D6E2FF; /* Border color */
}

.page-co-bac-co-trach-nhiem__card-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    border-radius: 8px;
}

.page-co-bac-co-trach-nhiem__card-title {
    font-size: 1.4em;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 10px;
}

.page-co-bac-co-trach-nhiem__card-text {
    font-size: 0.95em;
    color: #1F2D3D;
}

.page-co-bac-co-trach-nhiem__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-co-bac-co-trach-nhiem__feature-item {
    background-color: #F4F7FB; /* Background */
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border: 1px solid #D6E2FF; /* Border color */
}

.page-co-bac-co-trach-nhiem__icon-box-media {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0 0 0 8px #A5C4FF; /* Glow */
}

.page-co-bac-co-trach-nhiem__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.page-co-bac-co-trach-nhiem__feature-title {
    font-size: 1.5em;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 10px;
}

.page-co-bac-co-trach-nhiem__feature-text {
    font-size: 1em;
    color: #1F2D3D;
}

.page-co-bac-co-trach-nhiem__cta-center {
    text-align: center;
    margin-top: 40px;
}

.page-co-bac-co-trach-nhiem__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 30px;
}

.page-co-bac-co-trach-nhiem__tip-item {
    background-color: #ffffff; /* Card BG */
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #D6E2FF; /* Border color */
}

.page-co-bac-co-trach-nhiem__tip-title {
    font-size: 1.3em;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 10px;
}

.page-co-bac-co-trach-nhiem__tip-text {
    font-size: 0.95em;
    color: #1F2D3D;
}

.page-co-bac-co-trach-nhiem__image-container {
    margin-top: 40px;
    text-align: center;
}

.page-co-bac-co-trach-nhiem__main-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

.page-co-bac-co-trach-nhiem__support-info {
    margin-top: 30px;
    text-align: center;
}

.page-co-bac-co-trach-nhiem__support-text {
    font-size: 1.05em;
    margin-bottom: 15px;
    color: #ffffff;
}

.page-co-bac-co-trach-nhiem__support-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-co-bac-co-trach-nhiem__support-list li {
    margin-bottom: 10px;
}

.page-co-bac-co-trach-nhiem__support-link {
    color: #6FA3FF; /* Secondary color */
    text-decoration: underline;
    font-weight: 600;
}

.page-co-bac-co-trach-nhiem__support-link:hover {
    color: #ffffff;
}

.page-co-bac-co-trach-nhiem__faq-list {
    margin-top: 40px;
}

.page-co-bac-co-trach-nhiem__faq-item {
    background-color: #F4F7FB; /* Background */
    border: 1px solid #D6E2FF; /* Border color */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #1F2D3D;
}

.page-co-bac-co-trach-nhiem__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: #000000; /* Custom Color_1776249996415 */
    cursor: pointer;
    background-color: #ffffff; /* Card BG */
    border-radius: 8px;
    list-style: none;
}

.page-co-bac-co-trach-nhiem__faq-question::-webkit-details-marker {
    display: none;
}

.page-co-bac-co-trach-nhiem__faq-question::marker {
    display: none;
}

.page-co-bac-co-trach-nhiem__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-co-bac-co-trach-nhiem__faq-item[open] .page-co-bac-co-trach-nhiem__faq-toggle {
    transform: rotate(45deg);
}

.page-co-bac-co-trach-nhiem__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #1F2D3D;
    line-height: 1.6;
}

.page-co-bac-co-trach-nhiem__faq-answer p {
    margin-bottom: 0;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-co-bac-co-trach-nhiem__main-title {
        font-size: clamp(2em, 5vw, 2.5em);
    }
    .page-co-bac-co-trach-nhiem__section-title {
        font-size: 2em;
    }
    .page-co-bac-co-trach-nhiem__hero-container {
        padding: 30px 16px;
    }
    .page-co-bac-co-trach-nhiem__content-area {
        padding: 40px 0;
    }
    .page-co-bac-co-trach-nhiem__icon-box-media {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    /* HERO section */
    .page-co-bac-co-trach-nhiem__hero-section {
        padding-top: 10px !important; /* Small top padding */
        padding-bottom: 30px;
    }
    .page-co-bac-co-trach-nhiem__hero-container {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    .page-co-bac-co-trach-nhiem__hero-content,
    .page-co-bac-co-trach-nhiem__hero-image {
        flex: 1 1 100%;
        min-width: unset;
    }
    .page-co-bac-co-trach-nhiem__main-title {
        font-size: clamp(1.8em, 7vw, 2.2em);
    }
    .page-co-bac-co-trach-nhiem__description {
        font-size: 1em;
    }
    .page-co-bac-co-trach-nhiem__cta-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 100%;
    }
    .page-co-bac-co-trach-nhiem__btn-primary,
    .page-co-bac-co-trach-nhiem__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 10px 20px;
    }

    /* General content area */
    .page-co-bac-co-trach-nhiem__content-area {
        padding: 30px 0;
    }
    .page-co-bac-co-trach-nhiem__container {
        padding: 0 15px;
    }

    /* Section titles */
    .page-co-bac-co-trach-nhiem__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    /* Grid layouts */
    .page-co-bac-co-trach-nhiem__grid-3-col,
    .page-co-bac-co-trach-nhiem__features-grid,
    .page-co-bac-co-trach-nhiem__tips-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Card and Feature items */
    .page-co-bac-co-trach-nhiem__card,
    .page-co-bac-co-trach-nhiem__feature-item,
    .page-co-bac-co-trach-nhiem__tip-item {
        padding: 20px;
    }
    .page-co-bac-co-trach-nhiem__card-title,
    .page-co-bac-co-trach-nhiem__feature-title,
    .page-co-bac-co-trach-nhiem__tip-title {
        font-size: 1.2em;
    }

    /* Module 1 (feature) specific: square image */
    .page-co-bac-co-trach-nhiem__icon-box-media {
        width: 120px;
        height: 120px;
        box-shadow: 0 0 0 6px #A5C4FF; /* Adjust glow for mobile */
    }
    .page-co-bac-co-trach-nhiem__icon-box-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Generic images and containers */
    .page-co-bac-co-trach-nhiem img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-co-bac-co-trach-nhiem__hero-image,
    .page-co-bac-co-trach-nhiem__image-container,
    .page-co-bac-co-trach-nhiem__card,
    .page-co-bac-co-trach-nhiem__feature-item,
    .page-co-bac-co-trach-nhiem__tip-item,
    .page-co-bac-co-trach-nhiem__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: auto;
        margin-right: auto;
    }

    /* FAQ section */
    .page-co-bac-co-trach-nhiem__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-co-bac-co-trach-nhiem__faq-answer {
        padding: 0 20px 15px;
    }
}