.hero-section {
    min-height: 100vh;
    height: auto;
    padding: 120px 0 88px;
}

.impact-section {
    min-height: auto;
    height: auto;
    padding: 96px 0;
}

.full-height {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 100px;
}

.hero-section p,
.impact-card p,
.donation-event-copy,
.donation-event-note,
#opportunities p {
    color: #4b5563;
    line-height: 1.7;
}

.hero-cta-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.hero-cta-panel {
    display: grid;
    gap: 1rem;
    max-width: 560px;
    padding: 1.15rem;
    border: 1px solid rgba(45, 138, 63, 0.14);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 251, 245, 0.94) 100%);
    box-shadow: 0 24px 54px rgba(16, 24, 40, 0.08);
}

.hero-cta-header {
    display: grid;
    gap: 0.45rem;
}

.hero-cta-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(45, 138, 63, 0.1);
    color: #256f34;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-cta-copy {
    color: #4b5563;
    font-size: 0.97rem;
}

.hero-cta-btn {
    min-width: 170px;
    text-align: center;
}

.hero-img img {
    min-height: 420px;
    box-shadow: 0 20px 48px rgba(34, 94, 51, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-img img:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 56px rgba(34, 94, 51, 0.22);
}

.donation-event-section {
    background: linear-gradient(180deg, #f4fbf5 0%, #ffffff 100%);
}

.donation-event-shell {
    padding: 1.75rem;
    border: 1px solid rgba(95, 169, 110, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.08);
}

.donation-event-visual-column {
    display: grid;
    gap: 1rem;
}

.donation-event-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background: #eaf5ec;
    min-height: 360px;
    aspect-ratio: 16 / 11;
}

.donation-event-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.35s ease;
}

.donation-event-shell:hover .donation-event-media img {
    transform: scale(1.02);
}

.donation-event-cta-panel {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(95, 169, 110, 0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, #f7fcf8 0%, #ffffff 100%);
}

.donation-event-badge,
.donation-event-updated {
    position: absolute;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    font-size: 0.85rem;
    font-weight: 700;
}

.donation-event-badge {
    top: 1rem;
    background: rgba(20, 48, 27, 0.72);
    color: #ffffff;
}

.donation-event-updated {
    bottom: 1rem;
    background: rgba(255, 255, 255, 0.9);
    color: #21462a;
}

.donation-event-content {
    padding: 0.25rem 0;
}

.donation-event-kicker {
    display: inline-block;
    margin-bottom: 0.9rem;
    color: #2d8a3f;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.donation-event-title {
    margin-bottom: 1rem;
    color: #16331d;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
}

.donation-event-copy {
    margin-bottom: 1.4rem;
    font-size: 1.02rem;
}

.donation-event-points {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.75rem;
}

.donation-event-point {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.85rem 0.95rem;
    border-radius: 8px;
    background: #f6fbf7;
    color: #21462a;
}

.donation-event-point i {
    margin-top: 0.1rem;
    color: #2d8a3f;
    font-size: 1rem;
}

.donation-event-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.donation-primary-btn,
.donation-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.9rem 1.35rem;
    border-radius: 8px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease,
        color 0.2s ease, border-color 0.2s ease;
}

.donation-primary-btn i,
.donation-secondary-btn i {
    transition: transform 0.2s ease;
}

.donation-primary-btn {
    background: linear-gradient(180deg, #2f9a47 0%, #25793a 100%);
    border: none;
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(47, 154, 71, 0.22);
}

.donation-primary-btn:hover,
.donation-primary-btn:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(47, 154, 71, 0.28);
}

.donation-primary-btn:hover i,
.donation-primary-btn:focus i,
.donation-secondary-btn:hover i,
.donation-secondary-btn:focus i {
    transform: translateX(2px);
}

.donation-secondary-btn {
    border: 1px solid rgba(45, 138, 63, 0.22);
    background: #ffffff;
    color: #2d8a3f;
}

.donation-secondary-btn:hover,
.donation-secondary-btn:focus {
    background: #f3fbf4;
    color: #256f34;
    border-color: rgba(45, 138, 63, 0.34);
    transform: translateY(-2px);
}

.donation-event-note a {
    color: #2d8a3f;
    font-weight: 700;
    text-decoration: none;
}

.donation-event-note a:hover,
.donation-event-note a:focus {
    text-decoration: underline;
}

.donation-event-support {
    color: #4b5563;
    line-height: 1.7;
}

.donation-event-support a {
    color: #2d8a3f;
    font-weight: 700;
    text-decoration: none;
}

.donation-event-support a:hover,
.donation-event-support a:focus {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding: 110px 0 72px;
    }

    .donation-event-shell {
        padding: 1.2rem;
    }

    .donation-event-title {
        font-size: 1.85rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section,
    .impact-section {
        padding-top: 100px;
        padding-bottom: 72px;
    }

    .full-height {
        padding-top: 92px;
        padding-bottom: 80px;
    }

    .hero-cta-panel {
        padding: 1rem;
        border-radius: 22px;
    }

    .hero-title {
        font-size: 2.3rem;
    }

    .hero-cta-group {
        grid-template-columns: 1fr;
    }

    .hero-cta-btn {
        width: 100%;
        min-height: 78px;
    }

    .hero-img img {
        min-height: 280px;
    }

    .donation-event-media {
        min-height: 280px;
        aspect-ratio: 4 / 3;
    }

    .donation-event-title {
        font-size: 1.65rem;
    }

    .donation-primary-btn,
    .donation-secondary-btn {
        width: 100%;
    }
}
