.ngo-home-section {
    background: #f8f9fa;
}

.ngo-badge {
    background: #F4F1BB;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.ngo-title {
    color: #222;
    line-height: 1.3;
}

.ngo-btn-primary {
    background: #ED6A5A;
    color: #fff;
    border: 1px solid #ED6A5A;
    transition: all 0.3s ease;
}

.ngo-btn-primary:hover {
    background: #d95a4b;
    border-color: #d95a4b;
    color: #fff;
}

.ngo-donation-box {
    background: #9BC1BC;
    color: #212529;
}

.ngo-stat-card {
    transition: all 0.3s ease;
}

.ngo-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ngo-stat-number {
    color: #ED6A5A;
}

.ngo-feature-card {
    background: #fff;
    transition: all 0.3s ease;
}

.ngo-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.ngo-feature-card-primary {
    border-top: 4px solid #ED6A5A;
}

.ngo-feature-card-secondary {
    border-top: 4px solid #F4F1BB;
}

.ngo-feature-card-success {
    border-top: 4px solid #9BC1BC;
}

.ngo-cta-section {
    background: #F4F1BB;
}

@media (max-width: 767.98px) {
    .ngo-title {
        font-size: 1.8rem;
    }

    .ngo-donation-box,
    .ngo-feature-card,
    .ngo-cta-section {
        padding: 1.25rem !important;
    }

    .ngo-stat-card {
        padding: 1rem !important;
    }
}