body.backcountry-donate-page {
    background-color: #bf2030;
}

/* Top contact / member portal bar — white background so links stay readable on red page */
.backcountry-donate-page > .container-fluid.py-2.border-bottom {
    background-color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}

.backcountry-donate-main {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.backcountry-donate-intro {
    text-align: center;
    margin-bottom: 0.35rem;
}

.backcountry-donate-page .container-fluid.py-5 {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
}

.backcountry-donate-page .jotform-embed-wrap--backcountry-donate {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    contain: layout style paint;
}

.backcountry-donate-page .jotform-embed-wrap iframe[id^="JotFormIFrame"] {
    overflow: hidden !important;
    display: block;
}

/* Stable footer — solid layer above form area */
.backcountry-donate-page .container-fluid.bg-dark.text-light.mt-5,
.backcountry-donate-page .container-fluid.bg-dark.text-light.border-top {
    position: relative;
    z-index: 10;
    margin-top: 0 !important;
    background-color: #1D2A4D !important;
    isolation: isolate;
    transform: translateZ(0);
}

.backcountry-donate-heading {
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Thank-you page */
.backcountry-donate-thankyou-main {
    padding: 2.5rem 0 3rem;
}

.backcountry-donate-thankyou-card {
    max-width: 40rem;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    background-color: #fff;
    border-radius: 0.75rem;
    text-align: center;
}

.backcountry-donate-thankyou-heading {
    color: #bf2030;
    font-weight: 700;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.backcountry-donate-thankyou-message {
    color: #354F8E;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.backcountry-donate-thankyou-message + .backcountry-donate-thankyou-message {
    margin-top: 1rem;
}

.backcountry-donate-thankyou-message a {
    color: #bf2030;
    font-weight: 600;
}

.backcountry-donate-thankyou-message a:hover {
    color: #a31c2a;
}

.backcountry-donate-thankyou-actions {
    margin-top: 2rem;
}
