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

.ngo2026ImpactHubGrid {
    display: grid;
    grid-template-columns: 1.05fr 0.85fr 1.05fr 0.95fr;
    gap: 18px;
}

.ngo2026ImpactPanel,
.ngo2026DonatePanel,
.ngo2026TestimonialPanel {
    min-width: 0;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.ngo2026ImpactPanel {
    padding: 18px;
}

.ngo2026ImpactPanelHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.ngo2026ImpactPanelHead h2 {
    margin: 0;
    color: #0f5132;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 950;
}

.ngo2026ImpactPanelHead a {
    flex: 0 0 auto;
    color: #0f5132;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.ngo2026ImpactPanelHead a:hover {
    color: #f15301;
    text-decoration: none;
}

.ngo2026ImpactList,
.ngo2026DonorList {
    display: grid;
    gap: 12px;
}

.ngo2026UpcomingItem,
.ngo2026DonorItem {
    min-width: 0;
    display: grid;
    align-items: center;
    gap: 12px;
    color: #1f2937;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.ngo2026UpcomingItem {
    grid-template-columns: 48px minmax(0, 1fr);
}

.ngo2026UpcomingItem:hover,
.ngo2026DonorItem:hover {
    color: #1f2937;
    background: #f8fafc;
    text-decoration: none;
    transform: translateX(3px);
}

.ngo2026UpcomingDate {
    width: 48px;
    height: 52px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0f5132;
    background: #f0fdf4;
    border: 1px solid rgba(15, 81, 50, 0.22);
    border-radius: 8px;
}

.ngo2026UpcomingDate strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 950;
}

.ngo2026UpcomingDate small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.ngo2026UpcomingText,
.ngo2026DonorItem span,
.ngo2026TestimonialPerson span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ngo2026UpcomingText strong,
.ngo2026DonorItem strong,
.ngo2026TestimonialPerson strong {
    color: #101828;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.ngo2026UpcomingText small,
.ngo2026DonorItem small,
.ngo2026TestimonialPerson small {
    color: #667085;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

.ngo2026ImpactPanelBtn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
    padding: 10px 14px;
    color: #0f5132;
    background: #ffffff;
    border: 1.5px solid rgba(15, 81, 50, 0.52);
    border-radius: 7px;
    font-size: 13px;
    font-weight: 950;
    text-decoration: none;
}

.ngo2026ImpactPanelBtn:hover {
    color: #ffffff;
    background: #0f5132;
    text-decoration: none;
}

.ngo2026DonatePanel {
    position: relative;
    overflow: hidden;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.22), transparent 26%),
        linear-gradient(145deg, #0f5132, #07883f);
}

.ngo2026DonateIcon {
    width: 82px;
    height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    font-size: 40px;
}

.ngo2026DonatePanel h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 950;
}

.ngo2026DonatePanel p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
}

.ngo2026DonatePanel a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 18px;
    color: #0f5132;
    background: #ffffff;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 950;
    text-decoration: none;
}

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

.ngo2026DonorItem {
    grid-template-columns: 42px minmax(0, 1fr);
}

.ngo2026DonorItem img,
.ngo2026TestimonialPerson img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    background: #f0fdf4;
}

.ngo2026TestimonialPanel {
    padding: 18px;
}

.ngo2026TestimonialPanel .ngo2026ImpactPanelHead i {
    color: #0f5132;
    font-size: 22px;
}

.ngo2026TestimonialSlider {
    position: relative;
}

.ngo2026TestimonialTrack {
    position: relative;
    min-height: 206px;
}

.ngo2026TestimonialSlide {
    display: none;
}

.ngo2026TestimonialSlideActive {
    display: block;
}

.ngo2026TestimonialSlide p {
    min-height: 132px;
    margin: 0 0 16px;
    color: #344054;
    font-size: 14px;
    line-height: 1.68;
    font-weight: 700;
}

.ngo2026TestimonialDots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
}

.ngo2026TestimonialDots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.ngo2026TestimonialDots button.active {
    width: 22px;
    border-radius: 999px;
    background: #0f5132;
}

.ngo2026TestimonialPerson {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.ngo2026ImpactEmpty {
    min-height: 168px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px;
    color: #475467;
    background: linear-gradient(135deg, #f8fafc, #f0fdf4);
    border: 1px dashed rgba(15, 81, 50, 0.25);
    border-radius: 9px;
    text-align: center;
}

.ngo2026ImpactEmpty i {
    color: #0f5132;
    font-size: 30px;
}

.ngo2026ImpactEmpty strong {
    color: #101828;
    font-size: 15px;
    font-weight: 950;
}

.ngo2026ImpactEmpty span {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}

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

@media (max-width: 768px) {
    .ngo2026ImpactHubShell {
        padding: 0 12px;
        margin-bottom: 26px;
    }

    .ngo2026ImpactHubGrid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ngo2026ImpactPanel,
    .ngo2026DonatePanel,
    .ngo2026TestimonialPanel {
        border-radius: 9px;
    }

    .ngo2026ImpactPanel,
    .ngo2026TestimonialPanel {
        padding: 14px;
    }

    .ngo2026DonatePanel {
        min-height: 220px;
        padding: 22px 18px;
    }

    .ngo2026DonateIcon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
        font-size: 32px;
    }

    .ngo2026TestimonialTrack {
        min-height: 0;
    }

    .ngo2026TestimonialSlide p {
        min-height: 0;
        font-size: 13px;
    }
}
