body {
    font-family: 'Poppins', sans-serif;
    background-color: #90d88e;
}

.hero {
    background: url('/assets/hero-image.jpg') center/cover no-repeat;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta {
    background-color: #90d88e;
    color: #155724;
}

.card {
    border: none;
    border-radius: 12px;
}

.footer {
    background-color: #157347;
}

.footer h5, .footer h4, .footer p, .footer-link {
    color: #e9f7ef;
}

.footer-link {
    text-decoration: none;
}

/* Simplified pledge styles */
#pledgeList .list-group-item {
    transition: all 0.3s ease;
}