.sfs-donation-wrap,
.sfs-donation-wrap * {
    box-sizing: border-box;
}

.sfs-donation-wrap {
    width: 100%;
    padding: 0;
    color: #111827;
    font-family: inherit;
    overflow: hidden;
}

.sfs-inner {
    width: 100%;
    margin: 0 auto;
}

.sfs-hero-grid {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(420px, 1.2fr);
    min-height: 430px;
    background: #ffffff;
}

.sfs-photo-frame {
    position: relative;
    overflow: hidden;
    min-height: 430px;
/*     border-bottom-right-radius: 48%; */
}

/* .sfs-photo-frame:after {
    content: '';
    position: absolute;
    top: -8%;
    right: -12px;
    width: 14px;
    height: 116%;
    transform: rotate(-8deg);
    border-radius: 999px;  
    background: #ffd400;
} */

.sfs-photo-frame img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.sfs-hero-content {
    padding: 58px 78px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sfs-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sfs-eyebrow-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
}

.sfs-hero-title {
    margin: 0 0 18px;
    color: #101827;
    font-size: clamp(32px, 4.3vw, 32px);
    line-height: 1.05;
    
    letter-spacing: -1.8px;
}

.sfs-hero-desc,
.sfs-support-text {
    margin: 0;
    max-width: 720px;
    color: #1f2937;
    font-size: 18px;
    line-height: 1.55;
}

.sfs-hero-line {
    width: 78px;
    height: 3px;
    display: block;
    margin: 28px 0 24px;
    border-radius: 10px;
}

.sfs-support-heading {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 850;
}

.sfs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
    border-radius: 999px;
    padding: 15px 38px;
    margin-top: 26px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.3px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
    transition: transform .22s ease, box-shadow .22s ease;
}

.sfs-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
    color: #0f172a;
}

.sfs-btn-blue {
    color: #ffffff !important;
}

.sfs-bottom-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(620px, 1.6fr);
    gap: 46px;
    padding: 42px 68px 56px;
    background: linear-gradient(135deg, #f1fbff 0%, #eff9ff 52%, #e7f4ff 100%);
    overflow: hidden;
}

.sfs-bottom-panel:after {
    content: '';
    position: absolute;
    right: -180px;
    bottom: -210px;
    width: 560px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255,255,255,.46);
    pointer-events: none;
}

.sfs-forward-box,
.sfs-cards-area {
    position: relative;
    z-index: 1;
}

.sfs-forward-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.sfs-forward-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.sfs-forward-title-row h3 {
    margin: 0;
    color: #111827;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 850;
}

.sfs-small-line {
    display: block;
    width: 30px;
    height: 2px;
    background: #1d5fa7;
    margin: 0 0 16px 58px;
}

.sfs-forward-text p {
    margin: 0 0 16px;
    color: #1f2937;
    font-size: 15.5px;
    line-height: 1.52;
}

.sfs-forward-cta {
    display: block;
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.4;
}

.sfs-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sfs-donation-card {
    position: relative;
    min-height: 260px;
    padding: 32px 18px 30px;
    background: #ffffff;
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(31, 41, 55, 0.14);
}

.sfs-card-icon {
    color: var(--sfs-card-color);
    font-size: 52px;
    line-height: 1;
    min-height: 56px;
    margin-bottom: 18px;
}

.sfs-card-icon svg {
    width: 58px;
    height: 58px;
    fill: currentColor;
}

.sfs-card-amount {
    color: #000000;
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -1px;
}

.sfs-card-line {
    display: block;
    width: 28px;
    height: 2px;
    margin: 18px auto 12px;
    border-radius: 999px;
    background: var(--sfs-card-color);
}

.sfs-card-label {
    position: relative;
    z-index: 2;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.18;
     
}

.sfs-wave {
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -20px;
    height: 58px;
    background: color-mix(in srgb, var(--sfs-card-color) 18%, white);
    border-radius: 48% 52% 0 0 / 45% 48% 0 0;
    opacity: .95;
}

.sfs-bottom-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.sfs-bottom-cta-row .sfs-btn {
    margin-top: 0;
    min-width: 280px;
}

.sfs-tax-note {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .sfs-hero-grid,
    .sfs-bottom-panel {
        grid-template-columns: 1fr;
    }

    .sfs-photo-frame {
/*         border-bottom-right-radius: 80px; */
        max-height: 520px;
    }

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

@media (max-width: 767px) {
    .sfs-hero-content {
        padding: 40px 22px;
    }

    .sfs-bottom-panel {
        padding: 34px 18px 42px;
        gap: 28px;
    }

    .sfs-card-grid {
        grid-template-columns: 1fr;
    }

    .sfs-hero-grid {
        min-height: auto;
    }

    .sfs-photo-frame,
    .sfs-photo-frame img {
        min-height: 320px;
    }

    .sfs-card-amount {
        font-size: 36px;
    }

    .sfs-btn,
    .sfs-bottom-cta-row .sfs-btn {
        width: 100%;
        min-width: 0;
    }
}
