.llea-card,
.llea-card * {
    box-sizing: border-box;
}
.llea-forward-copy p {
    margin-bottom: 10px;
}
.llea-card {
    width: 100%;
/*     max-width: 920px; */
    margin: 0 auto 28px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    color: #0b0b0b;
    background: #ffffff;
/*     border: 3px solid #fff0c8; */
    overflow: hidden;
}

.llea-section-title {
    margin: 0;
    padding: 22px 20px 18px;
    text-align: center;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 600;
    color: #070707;
}

/* Leadership Model */
.llea-leadership-model {
    padding-bottom: 28px;
    background: linear-gradient(180deg, #eef9ff 0%, #ffffff 100%);
}

.llea-steps-wrap {
    display: grid;
    grid-template-columns: 1fr 52px 1fr 52px 1fr;
    align-items: center;
    gap: 12px;
    padding: 0 48px 10px;
}

.llea-step-item {
    text-align: center;
    min-width: 0;
}

.llea-step-number {
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--accent, #2b8dbd);
    border-radius: 50%;
    color: var(--accent, #2b8dbd);
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    background: rgba(255,255,255,0.7);
}

.llea-step-icon {
    min-height: 54px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent, #2b8dbd);
    font-size: 44px;
    line-height: 1;
}

.llea-step-icon svg {
    width: 48px;
    height: 48px;
    fill: currentColor;
}

.llea-step-icon img {
    max-width: 58px;
    max-height: 58px;
    object-fit: contain;
}

.llea-step-item h3 {
    margin: 0 0 4px;
    font-size: 18px;
    line-height: 1.12;
    font-weight: 600;
    color: #111111;
}

.llea-step-item p {
    margin: 0 auto;
    max-width: 230px;
    font-size: 13px;
    line-height: 1.18;
    font-weight: 500;
    color: #1b1b1b;
}

.llea-arrow {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    color: #111111;
    transform: translateY(20px);
}

/* Impact Numbers */
.llea-impact-box {
    background: #ffffff;
}

.llea-impact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.llea-impact-item {
    min-height: 159px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.llea-impact-icon {
    flex: 0 0 84px;
    text-align: center;
    color: var(--iconColor, #2c8fc3);
    font-size: 56px;
    line-height: 1;
}

.llea-impact-icon svg {
    width: 66px;
    height: 66px;
    fill: currentColor;
}

.llea-impact-number {
    font-size: 49px;
    line-height: 0.95;
    font-weight: 900;
    letter-spacing: -1px;
    color: #000000;
}

.llea-impact-label {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.05;
    font-weight: 800;
    color: #000000;
}

/* Looking Forward + Donate */
.llea-forward-donate {
    background: #ffffff;
}

.llea-forward-area {
    background: #ffffff;
}

.llea-forward-text-grid {
    display: grid;
/*     grid-template-columns: repeat(2, 1fr);
    gap: 50px; */
    padding: 0 70px 28px;
}

.llea-forward-text-grid p {
    margin: 0;
    font-size: 14px;
/*     line-height: 1.35; */
/*     font-weight: 500; */
    color: #161616;
}

.llea-donate-area {
    position: relative;
    padding: 0 62px 36px;
    background: linear-gradient(180deg, #e6f7ff 0%, #f1fbff 100%);
}

.llea-donate-area::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: 28px;
    width: 58px;
    height: 58px;
    background: rgba(255,255,255,0.72);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.llea-donate-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.llea-donate-card {
    min-height: 168px;
    padding: 20px 14px 16px;
    text-align: center;
    background: #ffffff;
    border-radius: 9px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.20);
}

.llea-donate-icon {
    height: 58px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--iconColor, #e76082);
    font-size: 48px;
    line-height: 1;
}

.llea-donate-icon svg {
    width: 54px;
    height: 54px;
    fill: currentColor;
}

.llea-donate-amount {
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    color: #000000;
}

.llea-donate-card p {
    margin: 0 auto;
    max-width: 130px;
    font-size: 13px;
    line-height: 1.13;
    font-weight: 600;
    color: #111111;
}

.llea-donate-button-wrap {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    text-align: center;
}

.llea-donate-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 28px;
    border-radius: 8px;
    background: #2387bd;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.18);
    transition: transform .2s ease, background .2s ease;
}

.llea-donate-button:hover {
    background: #176e9d;
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .llea-section-title {
        font-size: 27px;
    }

    .llea-steps-wrap {
        padding: 0 28px 10px;
        gap: 8px;
    }

    .llea-step-item h3 {
        font-size: 16px;
    }

    .llea-step-item p {
        font-size: 12px;
    }

    .llea-impact-number {
        font-size: 42px;
    }

    .llea-donate-area {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media (max-width: 767px) {
    .llea-card {
        border-width: 2px;
    }

    .llea-section-title {
        padding: 20px 15px 16px;
        font-size: 25px;
    }

    .llea-steps-wrap {
        display: flex;
        flex-direction: column;
        padding: 0 28px 20px;
        gap: 18px;
    }

    .llea-arrow {
        transform: none;
        rotate: 90deg;
        font-size: 32px;
        margin: -8px 0;
    }

    .llea-step-item p {
        max-width: 320px;
    }

    .llea-impact-grid {
        grid-template-columns: 1fr;
    }

    .llea-impact-item {
        min-height: 110px;
        justify-content: flex-start;
        padding: 20px 36px;
    }

    .llea-forward-text-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 0 30px 28px;
    }

    .llea-donate-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .llea-section-title {
        font-size: 23px;
    }

    .llea-impact-item {
        gap: 16px;
        padding: 18px 20px;
    }

    .llea-impact-icon {
        flex-basis: 64px;
        font-size: 44px;
    }

    .llea-impact-icon svg {
        width: 52px;
        height: 52px;
    }

    .llea-impact-number {
        font-size: 36px;
    }

    .llea-impact-label {
        font-size: 15px;
    }

    .llea-donate-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .llea-donate-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .llea-donate-card {
        min-height: 150px;
    }
}
