.don-hero,.don-ways,.don-impact,.don-how,.don-faq,.don-cta { padding: 90px 0; }
.don-hero { background: linear-gradient(135deg, rgba(35,204,136,.08), rgba(22,150,231,.05)); }

.don-card,
.don-panel,
.don-cta-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    padding: 32px;
    border: 1px solid rgba(0,0,0,.03);
}

.don-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #23cc88;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.don-title { font-size: 42px; line-height: 1.1; color: #1a1a2e; margin-bottom: 16px; }

.don-intro,
.don-panel p,
.don-card p,
.don-step p,
.don-cta p,
.don-faq-list li { color: #555; line-height: 1.8; font-size: 16px; }

.don-list { padding-left: 20px; margin: 0 0 24px; }
.don-list li { margin-bottom: 10px; color: #555; line-height: 1.8; font-size: 16px; }

.don-image { border-radius: 14px; overflow: hidden; box-shadow: 0 12px 35px rgba(0,0,0,.08); height: 100%; }
.don-image img { width: 100%; height: 100%; object-fit: cover; }

.don-card {
    height: 100%;
    border-top: 4px solid #23cc88;
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    display: flex;
    flex-direction: column;
}
.don-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 45px rgba(35,204,136,.12);
    border-color: transparent;
}
.don-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: rgba(35,204,136,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23cc88;
    font-size: 24px;
    margin-bottom: 20px;
}
.don-card h3,
.don-panel h3,
.don-cta h3,
.don-step h4 { color: #1a1a2e; }
.don-card h3 { font-size: 22px; margin-bottom: 14px; font-weight: 700; }

.don-grid { margin-top: 40px; }
.don-panel ul,
.don-faq-list { padding-left: 20px; margin-bottom: 0; }

.don-step {
    padding: 24px;
    background: #f9fbfd;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 14px;
    height: 100%;
}
.step-number {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #23cc88;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}

.don-cta-box { background: linear-gradient(135deg, rgba(35,204,136,.08), rgba(22,150,231,.06)); }
.don-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }

.don-highlight {
    background: #f7fbf9;
    border-left: 4px solid #23cc88;
    padding: 18px 22px;
    border-radius: 10px;
    margin: 22px 0;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

@media (max-width: 991px) {
    .don-title { font-size: 34px; }
    .don-cta-actions { justify-content: flex-start; margin-top: 20px; }
}
@media (max-width: 767px) {
    .don-hero,.don-ways,.don-impact,.don-how,.don-faq,.don-cta { padding: 70px 0; }
    .don-title { font-size: 30px; }
    .don-card,.don-panel,.don-cta-box { padding: 26px; }
    .don-cta-actions .thm-btn { width: 100%; text-align: center; }
}
