.ngo2026KeyProgramsShell {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto 34px;
    padding: 0 22px;
}

.ngo2026KeyProgramsHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 6px;
}

.ngo2026KeyProgramsHeading h2 {
    margin: 0;
    color: #0f5132;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
}

.ngo2026KeyProgramsLine {
    width: 74px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 81, 50, 0.42), transparent);
}

.ngo2026KeyProgramsSub {
    margin: 0 0 18px;
    color: #475467;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
}

.ngo2026KeyProgramsGrid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.ngo2026KeyProgramCard {
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(15, 81, 50, 0.10);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ngo2026KeyProgramCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.13);
    border-color: rgba(15, 81, 50, 0.24);
}

.ngo2026KeyProgramImageLink {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    isolation: isolate;
    background-color: #eaf4ec;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ngo2026KeyProgramImageLink::before {
    content: '';
    position: absolute;
    inset: -12px;
    z-index: -2;
    background-image: inherit;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(14px);
    transform: scale(1.08);
}

.ngo2026KeyProgramImageLink::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.42);
}

.ngo2026KeyProgramImageLink img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    padding: 8px;
    transition: transform 0.28s ease;
}

.ngo2026KeyProgramCard:hover .ngo2026KeyProgramImageLink img {
    transform: scale(1.04);
}

.ngo2026KeyProgramBody {
    padding: 15px 14px 16px;
    text-align: center;
}

.ngo2026KeyProgramBody h3 {
    margin: 0 0 8px;
    color: #0f5132;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.ngo2026KeyProgramMeta {
    min-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 8px;
    color: #667085;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
}

.ngo2026KeyProgramMeta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ngo2026KeyProgramMeta i {
    color: #0f5132;
    font-size: 10px;
}

.ngo2026KeyProgramBody p {
    min-height: 54px;
    margin: 0 0 12px;
    color: #344054;
    font-size: 13px;
    line-height: 1.48;
    font-weight: 600;
}

.ngo2026KeyProgramLearn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0f5132;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.ngo2026KeyProgramLearn:hover {
    color: #0a7a3b;
    text-decoration: none;
}

.ngo2026KeyProgramsViewAllWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.ngo2026KeyProgramsLoadMore {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 210px;
    padding: 10px 22px;
    color: #ffffff;
    background: #0f5132;
    border: 1.5px solid #0f5132;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ngo2026KeyProgramsLoadMore:hover,
.ngo2026KeyProgramsLoadMore:focus {
    background: #0a7a3b;
    box-shadow: 0 8px 18px rgba(15, 81, 50, 0.16);
    outline: none;
    transform: translateY(-2px);
}

.ngo2026KeyProgramsViewAll {
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 22px;
    color: #0f5132;
    background: #ffffff;
    border: 1.5px solid rgba(15, 81, 50, 0.55);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ngo2026KeyProgramsViewAll:hover {
    color: #ffffff;
    background: #0f5132;
    text-decoration: none;
    transform: translateY(-2px);
}

.ngo2026AfterProgramsGrid {
    grid-template-areas: 'a';
    grid-template-columns: minmax(280px, 1fr);
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .ngo2026KeyProgramsGrid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .ngo2026AfterProgramsGrid {
        grid-template-areas:
            'a'
            'c';
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ngo2026KeyProgramsShell {
        margin-bottom: 28px;
        padding: 0 14px;
    }

    .ngo2026KeyProgramsHeading {
        gap: 10px;
    }

    .ngo2026KeyProgramsHeading h2 {
        font-size: 23px;
    }

    .ngo2026KeyProgramsLine {
        width: 38px;
    }

    .ngo2026KeyProgramsSub {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .ngo2026KeyProgramsGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .ngo2026KeyProgramBody {
        padding: 11px 10px 13px;
    }

    .ngo2026KeyProgramBody h3 {
        font-size: 14px;
    }

    .ngo2026KeyProgramBody p {
        min-height: 58px;
        font-size: 11px;
        line-height: 1.38;
    }

    .ngo2026KeyProgramLearn {
        font-size: 12px;
    }

    .ngo2026KeyProgramsViewAll {
        width: 100%;
        min-width: 0;
    }

    .ngo2026KeyProgramsLoadMore {
        width: 100%;
        min-width: 0;
    }

    .ngo2026KeyProgramCard.ngo2026KeyProgramMobileHidden {
        display: none;
    }
}

@media (max-width: 420px) {
    .ngo2026KeyProgramsGrid {
        grid-template-columns: 1fr;
    }

    .ngo2026KeyProgramBody p {
        min-height: 0;
    }
}
