.fcrm-donations-page .entry-title,
.fcrm-donations-page .nv-page-title-wrap,
.fcrm-donations-page .wp-block-post-title {
    display: none;
}

.fcrm-donations-page .entry-content,
.fcrm-donations-page .wp-block-post-content {
    max-width: none;
}

.fcrm-donations {
    --fcrm-donations-ink: #16354b;
    --fcrm-donations-muted: #5b6f7d;
    --fcrm-donations-blue: #287fc1;
    --fcrm-donations-blue-dark: #1f659a;
    --fcrm-donations-blue-soft: #eaf5fc;
    --fcrm-donations-aqua: #dff3f0;
    --fcrm-donations-yellow: #f4cc22;
    --fcrm-donations-yellow-soft: #fff8d9;
    --fcrm-donations-border: #d5e2e9;
    --fcrm-donations-white: #ffffff;
    box-sizing: border-box;
    width: min(1160px, calc(100% - 32px));
    margin: 28px auto 64px;
    color: var(--fcrm-donations-ink);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.65;
}

.fcrm-donations *,
.fcrm-donations *::before,
.fcrm-donations *::after {
    box-sizing: inherit;
}

.fcrm-donations h1,
.fcrm-donations h2,
.fcrm-donations h3,
.fcrm-donations p,
.fcrm-donations ul,
.fcrm-donations ol {
    margin-top: 0;
}

.fcrm-donations h1,
.fcrm-donations h2,
.fcrm-donations h3 {
    color: var(--fcrm-donations-ink);
    font-family: inherit;
    font-weight: 750;
    letter-spacing: -0.025em;
    line-height: 1.16;
}

.fcrm-donations h1 {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(2.45rem, 5.5vw, 4.65rem);
}

.fcrm-donations h2 {
    margin-bottom: 16px;
    font-size: clamp(1.8rem, 3.4vw, 2.75rem);
}

.fcrm-donations h3 {
    margin-bottom: 10px;
    font-size: 1.15rem;
}

.fcrm-donations a {
    color: var(--fcrm-donations-blue-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.fcrm-donations a:hover {
    color: var(--fcrm-donations-blue-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.fcrm-donations a:focus-visible {
    outline: 3px solid var(--fcrm-donations-ink);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px var(--fcrm-donations-white);
}

.fcrm-donations-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
    gap: 42px;
    align-items: center;
    overflow: hidden;
    padding: clamp(34px, 6vw, 76px);
    border: 1px solid #cfe2ed;
    border-radius: 28px;
    background:
        radial-gradient(circle at 91% 12%, rgba(255, 255, 255, 0.95) 0 11%, transparent 31%),
        linear-gradient(135deg, #edf8fd 0%, #dff2f8 56%, #e7f7f3 100%);
}

.fcrm-donations-hero::after {
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 280px;
    height: 280px;
    border: 46px solid rgba(40, 127, 193, 0.09);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.fcrm-donations-hero-copy,
.fcrm-donations-trust {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.fcrm-donations-kicker {
    margin-bottom: 12px;
    color: var(--fcrm-donations-blue-dark);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.fcrm-donations-lead {
    max-width: 700px;
    margin-bottom: 28px;
    color: #385669;
    font-size: clamp(1.08rem, 1.9vw, 1.3rem);
    line-height: 1.65;
}

.fcrm-donations-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.fcrm-donations-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 12px;
    box-shadow: none;
    font-size: 0.98rem;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transform: none;
}

.fcrm-donations a.fcrm-donations-button-primary,
.fcrm-donations a.fcrm-donations-button-primary:visited,
.fcrm-donations a.fcrm-donations-button-primary:hover,
.fcrm-donations a.fcrm-donations-button-primary:focus,
.fcrm-donations a.fcrm-donations-button-primary:active {
    border-color: var(--fcrm-donations-ink);
    background: var(--fcrm-donations-yellow);
    box-shadow: none;
    color: var(--fcrm-donations-ink);
    text-decoration: none;
    transform: none;
}

.fcrm-donations a.fcrm-donations-button-secondary,
.fcrm-donations a.fcrm-donations-button-secondary:visited,
.fcrm-donations a.fcrm-donations-button-secondary:hover,
.fcrm-donations a.fcrm-donations-button-secondary:focus,
.fcrm-donations a.fcrm-donations-button-secondary:active {
    border-color: var(--fcrm-donations-blue-dark);
    background: var(--fcrm-donations-white);
    box-shadow: none;
    color: var(--fcrm-donations-blue-dark);
    text-decoration: none;
    transform: none;
}

.fcrm-donations a.fcrm-donations-button-light,
.fcrm-donations a.fcrm-donations-button-light:visited,
.fcrm-donations a.fcrm-donations-button-light:hover,
.fcrm-donations a.fcrm-donations-button-light:focus,
.fcrm-donations a.fcrm-donations-button-light:active {
    border-color: var(--fcrm-donations-white);
    background: var(--fcrm-donations-white);
    box-shadow: none;
    color: var(--fcrm-donations-blue-dark);
    text-decoration: none;
    transform: none;
}

.fcrm-donations p.fcrm-donations-microcopy {
    margin: 20px 0 0;
    color: var(--fcrm-donations-muted);
    font-size: 0.82rem;
}

.fcrm-donations-trust {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 45px rgba(44, 92, 119, 0.1);
}

.fcrm-donations-trust-mark {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--fcrm-donations-aqua);
    color: #147265;
    font-size: 1.3rem;
    font-weight: 800;
}

.fcrm-donations-trust h2 {
    font-size: 1.4rem;
}

.fcrm-donations-trust ul {
    display: grid;
    gap: 13px;
    margin-bottom: 0;
    padding-left: 21px;
    color: #405c6c;
}

.fcrm-donations-section {
    padding: clamp(54px, 8vw, 92px) clamp(8px, 3vw, 36px);
}

.fcrm-donations-section-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.fcrm-donations-section-heading > p:last-child {
    margin-bottom: 0;
    color: var(--fcrm-donations-muted);
}

.fcrm-donations-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.fcrm-donations-amount-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 330px;
    flex-direction: column;
    padding: 34px 28px 28px;
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 20px;
    background: var(--fcrm-donations-white);
    box-shadow: 0 16px 42px rgba(43, 77, 98, 0.08);
}

.fcrm-donations-amount-card.is-recommended {
    border: 2px solid var(--fcrm-donations-yellow);
    background: #fffdf3;
}

.fcrm-donations-recommended {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--fcrm-donations-yellow-soft);
    color: var(--fcrm-donations-ink);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.3;
}

.fcrm-donations-price {
    margin-bottom: 16px;
}

.fcrm-donations-price strong {
    display: block;
    color: var(--fcrm-donations-ink);
    font-size: clamp(2.35rem, 4vw, 3.2rem);
    letter-spacing: -0.04em;
    line-height: 1;
}

.fcrm-donations-price span {
    display: block;
    margin-top: 9px;
    color: var(--fcrm-donations-muted);
    font-size: 0.9rem;
}

.fcrm-donations-amount-card > p:not(.fcrm-donations-price) {
    flex: 1;
    margin-bottom: 24px;
    color: var(--fcrm-donations-muted);
}

.fcrm-donations-amount-card .fcrm-donations-button {
    width: 100%;
}

.fcrm-donations-other-amounts {
    margin-top: 28px;
    padding: 25px 28px;
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 18px;
    background: #f7fafb;
    text-align: center;
}

.fcrm-donations-other-amounts h3 {
    margin-bottom: 16px;
}

.fcrm-donations-amount-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.fcrm-donations-amount-links a,
.fcrm-donations-amount-links a:hover {
    display: inline-flex;
    min-width: 78px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid #b7ccd8;
    border-radius: 10px;
    background: var(--fcrm-donations-white);
    box-shadow: none;
    color: var(--fcrm-donations-ink);
    font-weight: 750;
    text-decoration: none;
    transform: none;
}

.fcrm-donations-how {
    padding-right: clamp(24px, 6vw, 70px);
    padding-left: clamp(24px, 6vw, 70px);
    border-radius: 26px;
    background: #f3f8fa;
}

.fcrm-donations-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fcrm-donations-steps li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    min-width: 0;
}

.fcrm-donations-steps li > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: var(--fcrm-donations-blue-dark);
    color: var(--fcrm-donations-white);
    font-weight: 800;
}

.fcrm-donations-steps p {
    margin-bottom: 0;
    color: var(--fcrm-donations-muted);
}

.fcrm-donations-mission {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(36px, 8vw, 100px);
    align-items: start;
}

.fcrm-donations-mission p {
    color: var(--fcrm-donations-muted);
    font-size: 1.08rem;
}

.fcrm-donations-faq {
    padding-top: 20px;
}

.fcrm-donations-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fcrm-donations-faq-grid article {
    min-width: 0;
    padding: 28px;
    border: 1px solid var(--fcrm-donations-border);
    border-radius: 16px;
    background: var(--fcrm-donations-white);
}

.fcrm-donations-faq-grid p {
    margin-bottom: 0;
    color: var(--fcrm-donations-muted);
}

.fcrm-donations-final {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 42px;
    align-items: center;
    padding: clamp(34px, 6vw, 64px);
    border-radius: 26px;
    background: var(--fcrm-donations-ink);
    color: var(--fcrm-donations-white);
}

.fcrm-donations-final h2,
.fcrm-donations-final .fcrm-donations-kicker {
    color: var(--fcrm-donations-white);
}

.fcrm-donations-final h2 {
    margin-bottom: 0;
}

.fcrm-donations-final-actions {
    display: grid;
    gap: 16px;
    justify-items: stretch;
}

.fcrm-donations a.fcrm-donations-one-time,
.fcrm-donations a.fcrm-donations-one-time:visited,
.fcrm-donations a.fcrm-donations-one-time:hover,
.fcrm-donations a.fcrm-donations-one-time:focus,
.fcrm-donations a.fcrm-donations-one-time:active {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 2px solid var(--fcrm-donations-white);
    border-radius: 12px;
    background: var(--fcrm-donations-white);
    box-shadow: none;
    color: var(--fcrm-donations-blue-dark);
    font-size: 0.98rem;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transform: none;
}

.fcrm-donations a.fcrm-donations-button:focus-visible,
.fcrm-donations a.fcrm-donations-one-time:focus-visible {
    outline: 3px solid var(--fcrm-donations-ink);
    outline-offset: 3px;
    box-shadow: 0 0 0 6px var(--fcrm-donations-white);
}

@media (max-width: 900px) {
    .fcrm-donations-hero,
    .fcrm-donations-final {
        grid-template-columns: 1fr;
    }

    .fcrm-donations .fcrm-donations-hero-copy,
    .fcrm-donations .fcrm-donations-final > div:first-child {
        text-align: center;
    }

    .fcrm-donations-lead {
        margin-right: auto;
        margin-left: auto;
    }

    .fcrm-donations-hero-actions {
        justify-content: center;
    }

    .fcrm-donations-final-actions {
        width: min(100%, 520px);
        justify-self: center;
    }

    .fcrm-donations-amount-grid {
        grid-template-columns: 1fr;
    }

    .fcrm-donations-amount-card {
        min-height: 0;
    }

    .fcrm-donations-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .fcrm-donations {
        width: min(100% - 20px, 1160px);
        margin-top: 10px;
        margin-bottom: 38px;
        font-size: 16px;
    }

    .fcrm-donations,
    .fcrm-donations * {
        hyphens: none;
        overflow-wrap: normal;
        word-break: normal;
    }

    .fcrm-donations h1 {
        font-size: clamp(2.05rem, 11vw, 3rem);
    }

    .fcrm-donations h2 {
        font-size: clamp(1.65rem, 8vw, 2.2rem);
    }

    .fcrm-donations-hero {
        gap: 28px;
        padding: 28px 20px;
        border-radius: 20px;
    }

    .fcrm-donations-hero-actions,
    .fcrm-donations-final-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    .fcrm-donations .fcrm-donations-hero-copy,
    .fcrm-donations .fcrm-donations-section-heading,
    .fcrm-donations .fcrm-donations-section-heading h2,
    .fcrm-donations .fcrm-donations-section-heading p,
    .fcrm-donations .fcrm-donations-amount-card,
    .fcrm-donations .fcrm-donations-mission > div:first-child,
    .fcrm-donations .fcrm-donations-final > div:first-child {
        text-align: center;
    }

    .fcrm-donations-trust {
        text-align: center;
    }

    .fcrm-donations-trust-mark {
        margin-right: auto;
        margin-left: auto;
    }

    .fcrm-donations-trust ul {
        text-align: left;
    }

    .fcrm-donations-recommended {
        align-self: center;
    }

    .fcrm-donations-button {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }

    .fcrm-donations-steps li {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        text-align: center;
    }

    .fcrm-donations-trust,
    .fcrm-donations-amount-card,
    .fcrm-donations-faq-grid article {
        padding: 24px 20px;
    }

    .fcrm-donations-section {
        padding: 54px 10px;
    }

    .fcrm-donations-how {
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 20px;
    }

    .fcrm-donations-amount-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fcrm-donations-amount-links a {
        min-width: 0;
    }

    .fcrm-donations-mission,
    .fcrm-donations-faq-grid {
        grid-template-columns: 1fr;
    }

    .fcrm-donations-final {
        gap: 28px;
        padding: 32px 20px;
        border-radius: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fcrm-donations *,
    .fcrm-donations *::before,
    .fcrm-donations *::after {
        scroll-behavior: auto !important;
    }
}
