.fr-homepage .fr-cta .container,
.fr-homepage .fr-parallax-strip .container,
.fr-homepage .fr-section .container { max-width: 920px; }

.fr-homepage #bio .container { max-width: 1220px; }

.fr-homepage h2,
.fr-homepage h3 {
    font-family: "Caprasimo", serif;
}

.fr-homepage h1 {
    font-family: "Caprasimo", serif;
}
.fr-homepage .fr-home-gero img {
    max-width:220px;
}
.fr-homepage .fr-home-hero .container { position: relative; min-height: 560px; border-radius: 20px; overflow: hidden; padding-top: 0.75rem; padding-bottom: 0.75rem; }
.cutout-corner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 205px;
    height: 77px;
    z-index: 2;
    border-bottom-right-radius: 30px;
    background: #fff; 
}

.cutout-corner:after, 
.cutout-corner:before {
    content: '';
    position: absolute;
    top: 0;
    background-repeat:no-repeat;
    right: -30px;
    height: 30px;
    width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 0 0 L 100 0 A 100 100 0 0 0 0 100 L 0 0 Z' fill='%23fff' /%3E%3C/svg%3E");
}

.cutout-corner:before {
    bottom: -30px;
    left: 0px;
    top: unset;
    transform: rotate(0deg); /* Adjust if svg direction needs flipping */
}
#header .navbar-brand-img {
    position: relative;
    z-index: 10;
}

#header .fr-header-wrap {
    display: flex;
    align-items: start;
    gap: 0.75rem;
}

#header .fr-header-cta {
    display: none;
    align-items: start;
    gap: 0.5rem;
    margin-top:-5em; 
}

#header .fr-header-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.52rem 0.95rem;
    font-family: gotham, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

#header .fr-header-cta-btn:hover,
#header .fr-header-cta-btn:focus {
    text-decoration: none;
    transform: translateY(-1px);
}

#header .fr-header-cta-btn--member {
    background: #f03d5c;
    color: #fff;
}

#header .fr-header-cta-btn--member:hover,
#header .fr-header-cta-btn--member:focus {
    background: #cf2442;
    color: #fff;
}

#header .fr-header-cta-btn--donate {
    background: #ffffff;
    color: #f03d5c;
    border-color: #f03d5c;
}

#header .fr-header-cta-btn--donate:hover,
#header .fr-header-cta-btn--donate:focus {
    background: #f03d5c;
    color: #fff;
}

#header #primaryNav {
    margin-left: auto;
}

#header #primaryNav .navbar-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#header #primaryNav .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.52rem 0.95rem !important;
    font-family: gotham, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    line-height: 1;
    text-decoration: none;
    border: 2px solid #f03d5c;
    color: #f03d5c;
    background: #fff;
    transition: background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

#header #primaryNav .nav-link:hover,
#header #primaryNav .nav-link:focus,
#header #primaryNav .nav-link.active,
#header #primaryNav .nav-item.show .nav-link {
    text-decoration: none;
    transform: translateY(-1px);
    background: #f03d5c;
    border-color: #f03d5c;
    color: #fff;
}

#header #primaryNav .nav-link[href*="volunteer"] {
    background: #f03d5c;
    border-color: #f03d5c;
    color: #fff;
}

#header #primaryNav .nav-link[href*="volunteer"]:hover,
#header #primaryNav .nav-link[href*="volunteer"]:focus,
#header #primaryNav .nav-link[href*="volunteer"].active {
    background: #cf2442;
    border-color: #cf2442;
    color: #fff;
}

@media (max-width: 991px) {
    #header .navbar-toggler {
        display: inline-flex !important;
        margin-left: auto;
        align-items: center;
    }

    #header .fr-header-cta-btn {
        padding: 0.44rem 0.72rem;
        font-size: 0.64rem;
        letter-spacing: 0.03em;
    }

    #header #primaryNav .navbar-nav {
        gap: 0.4rem;
    }

    #header #primaryNav .nav-link {
        padding: 0.44rem 0.72rem !important;
        font-size: 0.64rem;
        letter-spacing: 0.03em;
    }
}

@media (max-width: 575px) {
    #header .fr-header-cta {
        gap: 0.35rem;
    }

    #header .fr-header-cta-btn {
        padding: 0.38rem 0.58rem;
        font-size: 0.6rem;
    }

    #header #primaryNav .navbar-nav {
        gap: 0.32rem;
    }

    #header #primaryNav .nav-link {
        padding: 0.38rem 0.58rem !important;
        font-size: 0.6rem;
    }
}

.fr-homepage .fr-home-hero { margin-top:-5em;}
.fr-homepage .fr-home-hero-media { position: absolute; inset: 0; }
.fr-homepage .fr-home-hero-media img,
.fr-homepage .fr-home-hero-placeholder { width: 100%; height: 100%; object-fit: cover; display: block; }

.fr-homepage .fr-home-hero--secondary { margin-top: 0; }
.fr-homepage .fr-home-hero--secondary .container {
    min-height: 0;
    border-radius: 20px;
    overflow: hidden;
}
.fr-homepage .fr-home-hero--secondary .fr-home-hero-media { position: relative; inset: auto; }
.fr-homepage .fr-home-hero--secondary .fr-home-hero-media img {
    height: auto;
    object-fit: contain;
}
.fr-homepage .fr-home-hero--secondary .fr-home-hero-media,
.fr-homepage .fr-home-hero--secondary .fr-home-hero-media img {
    border-radius: inherit;
}
.fr-homepage .fr-home-hero-caption .container { max-width: 860px; }
.fr-homepage .fr-hero-logo { width: min(220px, 45vw); height: auto; margin: 0 auto 1rem; display: block; }
.fr-homepage .fr-home-hero-caption h1 { margin-bottom: .8rem; text-transform: uppercase; font-size: clamp(2rem, 4.1vw, 3.35rem); letter-spacing: .03em; font-style: italic; color: #211a42; }
.fr-homepage .fr-home-hero-caption p { margin: 0 auto; font-size: clamp(.98rem, 1.4vw, 1.15rem); max-width: 760px; color: #2b2b2b; }
.fr-homepage .fr-cta { background: linear-gradient(90deg, #211a42, #f03d5c); color: #fff; }
.fr-homepage .fr-cta h2 { margin: 0; font-style: italic; }
.fr-homepage .fr-section { padding: 2.1rem 0 4em; }
.fr-homepage .fr-section--light { background: #f7f6fc; }
.fr-homepage .fr-section--actions { background: #f3f0eb; }
.fr-homepage .fr-section--bio { background: #fff;
padding:2.1em 0 4em!important;overflow:hidden;
}
.fr-homepage .fr-parallax-grid,
.fr-homepage .fr-headline-grid,
.fr-homepage .fr-actions-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fr-homepage .fr-parallax-card,
.fr-homepage .fr-headline-card,
.fr-homepage .fr-bio-photo,
.fr-homepage .fr-action-card,
.fr-homepage .fr-quote-card { background: #fff; border: 1px solid rgba(33, 26, 66, .12); border-radius: 14px; }
.fr-homepage .fr-parallax-card,
.fr-homepage .fr-headline-card,
.fr-homepage .fr-bio-photo { overflow: hidden; }
.fr-homepage .fr-parallax-card { aspect-ratio: 16 / 10; max-height: 260px; }
.fr-homepage .fr-headline-card { aspect-ratio: 4 / 3; max-height: 210px; }
.fr-homepage .fr-parallax-card img,
.fr-homepage .fr-headline-card img,
.fr-homepage .fr-bio-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fr-homepage .fr-endorsements-grid { margin-top: 1.25rem; display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fr-homepage .fr-quote-card,
.fr-homepage .fr-action-card { padding: 1rem 1.2rem; }
.fr-homepage .fr-action-card:nth-child(1) { background: #f5f0eb; }
.fr-homepage .fr-action-card:nth-child(2) { background: #d8d0e8; }
.fr-homepage .fr-action-card:nth-child(3) { background: #c8dce0; }
.fr-homepage .fr-bio-layout {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: 210px minmax(0, 1.8fr) 210px;
    gap: 2.2rem;
    align-items: start;
    background-color:#fff;
    overflow: visible;
    position: relative;
}
.fr-homepage .fr-bio-story {
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    position: sticky;
    top: 95px;
    align-self: start;
    z-index: 3;
}
.fr-homepage .fr-bio-copy {
    background: #fff;
    border-radius: 14px;
    padding: 1.1rem 1.25rem;
}
.fr-homepage .fr-bio-copy p:last-child {
    margin-bottom: 0;
}

.fr-homepage .fr-bio-callout {
    margin-top: 3rem;
    padding: 1rem 1rem 1.05rem;
    border-radius: 14px;
    text-align:center;
    background: linear-gradient(180deg, #fff8fa 0%, #ffffff 100%);
}

.fr-homepage .fr-bio-callout p {
    margin: 0;
    color: #2a214a;
    font-weight:600;
    font-size:1.1em;
    margin-bottom:2em;
}

.fr-homepage .fr-bio-contact-btn {
    margin-top: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.62rem 1rem;
    border: 2px solid #f03d5c;
    background: #f03d5c;
    color: #fff;
    font-family: gotham, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background-color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.fr-homepage .fr-bio-contact-btn:hover,
.fr-homepage .fr-bio-contact-btn:focus {
    text-decoration: none;
    color: #fff;
    background: #cf2442;
    border-color: #cf2442;
    transform: translateY(-1px);
}

.fr-contact-modal {
    border: 0;
    border-radius: 16px;
}

.fr-contact-modal .modal-header h4 {
    margin-bottom: 0;
    color: #211a42;
}

.fr-contact-modal .form-control {
    border-radius: 10px;
}

.fr-contact-modal .form-control.is-invalid {
    border-color: #cf2442;
    box-shadow: 0 0 0 0.12rem rgba(207, 36, 66, 0.2);
}

.fr-contact-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.fr-homepage .fr-bio-contact-btn--submit {
    margin-top: 0;
}

.fr-homepage .fr-bio-contact-btn--submit:disabled {
    opacity: 0.68;
    cursor: not-allowed;
    transform: none;
}

.fr-contact-fallback {
    font-size: 0.9rem;
    color: #211a42;
}

.fr-contact-status {
    margin: 0.65rem 0 0;
    font-size: 0.9rem;
    color: #3a315d;
}

.fr-contact-status--error {
    color: #cf2442;
}

.fr-contact-status--success {
    color: #187142;
}

.fr-contact-status--info {
    color: #2d3a75;
}
.fr-homepage .fr-bio-rail {
    display: grid;
    gap: 1.15rem;
    position: relative;
    align-content: start;
    z-index: 1;
}
.fr-homepage .fr-bio-chapter { background: #fff; border: 0; border-radius: 14px; padding: 1.1rem 1.25rem; box-shadow: none; }
.fr-homepage .fr-bio-chapter h3 { margin: 0 0 .6rem; text-transform: uppercase; letter-spacing: .02em; color: #211a42; }
.fr-homepage .fr-bio-chapter p:last-child { margin-bottom: 0; }
.fr-homepage .fr-bio-photo-side {
    border-radius: 14px;
    overflow: visible;
    background: #fff;
    margin: 0;
}
.fr-homepage .fr-bio-photo-side img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(1) {
width: 210%;
    justify-self: start;
    margin-left: -100%;
    rotate: -4deg;
}

.fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(2) {
    width: 200%;
    justify-self: start;
    margin-left: -90%;
    rotate: 3deg;
    z-index: 10;
}

.fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(3) {
    width: 108%;
    justify-self: start;
    margin-left: 0.5rem;
    rotate: -2deg;
}

.fr-homepage .fr-bio-rail--left .fr-bio-photo-side--headline:nth-child(3) {
    width: 230%;
    max-width: 520px;
    justify-self: end;
    margin-right: -0.2rem;
}

.fr-homepage .fr-bio-rail--left .fr-bio-photo-side--headline:nth-child(4) {
    width: 172%;
    max-width: 395px;
    justify-self: end;
    margin-right: 0.15rem;
    rotate: 5deg;
}

.fr-homepage .fr-bio-rail--right .fr-bio-photo-side:nth-child(1) {
    width: 110%;
    justify-self: end;
    rotate: 4deg;
}

.fr-homepage .fr-bio-rail--right .fr-bio-photo-side:nth-child(2) {
    width: 98%;
    justify-self: end;
    margin-right: 0.25rem;
    rotate: -3deg;
}

.fr-homepage .fr-bio-rail--right .fr-bio-photo-side--headline:nth-child(2) {
    width: 220%;
    max-width: 500px;
    justify-self: start;
    margin-left: -0.2rem;
}

.fr-homepage .fr-bio-rail--right .fr-bio-photo-side:nth-child(3) {
    width: 112%;
    justify-self: end;
    margin-right: 0.45rem;
    rotate: 2deg;
}

.fr-homepage .fr-bio-rail--right .fr-bio-photo-side--headline:nth-child(3) {
    width: 240%;
    max-width: 540px;
    justify-self: start;
    margin-left: -0.25rem;
}

.fr-homepage .fr-bio-rail--right .fr-bio-photo-side--headline:nth-child(4) {
    width: 186%;
    max-width: 415px;
    justify-self: start;
    margin-left: 0.2rem;
    rotate: -5deg;
}

.fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(4) {
    width: 108%;
    justify-self: start;
    margin-left: 0.35rem;
    rotate: -3deg;
}

.fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(5) {
  width: 169%;
    justify-self: start;
    margin-left: -7.2rem;
    rotate: 4deg;
}

.fr-homepage .fr-bio-photo-side--headline { width: 150%; }

@media (max-width: 1199px) {
    .fr-homepage .fr-bio-layout {
        grid-template-columns: 170px minmax(0, 1.7fr) 170px;
        gap: 1.35rem;
    }

    .fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(1) {
        width: 160%;
        margin-left: -50%;
    }

    .fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(2) {
        width: 170%;
        margin-left: -55%;
    }

    .fr-homepage .fr-bio-rail--left .fr-bio-photo-side--headline:nth-child(3) {
        width: 175%;
        max-width: 420px;
    }

    .fr-homepage .fr-bio-rail--right .fr-bio-photo-side--headline:nth-child(2),
    .fr-homepage .fr-bio-rail--right .fr-bio-photo-side--headline:nth-child(3) {
        width: 180%;
        max-width: 430px;
    }
}

@media (max-width: 991px) {
  .fr-homepage .fr-home-hero .container,
  .fr-homepage .fr-cta .container,
  .fr-homepage .fr-parallax-strip .container,
  .fr-homepage .fr-section .container { max-width: 680px; }
  .fr-homepage .fr-home-hero .container { min-height: 420px; }
    .fr-homepage .fr-home-hero--secondary .container { min-height: 0; }
  .fr-homepage .cutout-corner { width: 33%; height: 82px; }
  .fr-homepage .fr-parallax-grid,
  .fr-homepage .fr-endorsements-grid,
    .fr-homepage .fr-actions-grid,
    .fr-homepage .fr-bio-layout { grid-template-columns: 1fr; }
    .fr-homepage .fr-bio-rail {
        display: block;
        column-count: 2;
        column-gap: 0.75rem;
    }
    .fr-homepage .fr-bio-story {
        position: static;
        top: auto;
        order: 1;
        z-index: 3;
    }
    .fr-homepage .fr-bio-rail {
        position: static;
    }
    .fr-homepage .fr-bio-rail--left {
        order: 2;
    }
    .fr-homepage .fr-bio-rail--right {
        order: 3;
    }
    .fr-homepage .fr-bio-photo-side,
    .fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(n),
    .fr-homepage .fr-bio-rail--right .fr-bio-photo-side:nth-child(n) {
        display: inline-block;
        width: 100%;
        max-width: none;
        justify-self: stretch;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0.75rem;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }
    .fr-homepage .fr-bio-rail--left .fr-bio-photo-side--headline:nth-child(n),
    .fr-homepage .fr-bio-rail--right .fr-bio-photo-side--headline:nth-child(n) {
        width: 100%;
        max-width: none;
        justify-self: stretch;
        margin-left: 0;
        margin-right: 0;
    }
    .fr-homepage .fr-bio-rail--left .fr-bio-photo-side:nth-child(n),
    .fr-homepage .fr-bio-rail--right .fr-bio-photo-side:nth-child(n) {
        rotate: 0deg;
    }
    .fr-homepage .fr-bio-photo-side.parallax {
            transform: none !important;
    }
  .fr-homepage .fr-parallax-card,
    .fr-homepage .fr-bio-photo-side { max-height: none; aspect-ratio: auto; }

    .fr-contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fr-contact-actions .fr-bio-contact-btn--submit {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .fr-homepage .fr-bio-rail {
        column-count: 1;
    }
}
.campaign-footer {
    background:#F03D5C;
    padding:4em 0 2em;
}
.campaign-footer-main {
    background:#fff;
    border-radius:20px;
}
.footer-tagline {
    text-align:center;
}
#endorsements {
    background-image:linear-gradient(45deg, #bcbcd8 0%, #dfefe7 100%);
        border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index:2;
    position:relative;
    margin-bottom:-30px;
    padding:4em 0;
}
.fr-homepage #endorsements .fr-endorsements-grid {
    gap: 1.25rem;
    align-items: stretch;
}
.fr-homepage #endorsements .fr-quote-card {
    position: relative;
    min-height: 100%;
    padding: 1.4rem 1.45rem 1.2rem;
    border: 1px solid rgba(33, 26, 66, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
    box-shadow: 0 12px 30px rgba(33, 26, 66, 0.1);
}
.fr-homepage #endorsements .fr-quote-card::before {
    content: "\201C";
    position: absolute;
    top: 0.4rem;
    left: 0.8rem;
    color: rgba(240, 61, 92, 0.35);
    font-size: 3.1rem;
    line-height: 1;
    pointer-events: none;
}
.fr-homepage #endorsements .fr-quote-card p {
    position: relative;
    color: #1f1a3d;
    line-height: 1.62;
}
.fr-homepage #endorsements .fr-quote-card p:first-child {
    padding-left: 1rem;
    font-size: 1.03rem;
}
.fr-homepage #endorsements .fr-quote-signoff {
    margin-top: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.fr-homepage #endorsements .fr-quote-photo {
    width: 88px;
    height: 88px;
    max-width: 200px;
    max-height: 200px;
    margin: 0;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(33, 26, 66, 0.2);
}
.fr-homepage #endorsements .fr-quote-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fr-homepage #endorsements .fr-quote-author {
    margin: 0;
    padding-top: 0;
    border-top: 0;
    color: #f03d5c;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.fr-homepage #endorsements .fr-quote-card:nth-child(2) {
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

.fr-homepage .fr-cta-important {
    padding: 1.8rem 0 2.3rem;
    color: #211a42;
    text-align:center;
    margin-top:4em;
    position:relative;
    z-index:2;
}

.fr-homepage .fr-cta-important .container {
    max-width: 920px;
}

.fr-homepage .fr-cta-important-inner {
    border-radius: 20px;
    padding: 1.4rem 1.35rem 1.45rem;
    background: #ffffff;
    border: 2px solid rgba(240, 61, 92, 0.2);
    box-shadow: 0 14px 34px rgba(240, 61, 92, 0.12);
}

.fr-homepage .fr-cta-important h2 {
    margin: 0 0 0.5rem;
    color: #211a42;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.fr-homepage .fr-cta-important p {
    margin: 0;
    color: #413a62;
}

.fr-homepage .fr-cta-important-buttons {
    margin-top: 1rem;
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fr-homepage .fr-cta-important-btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.85rem 1rem;
    font-weight: 700;
    font-family: gotham, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.88rem;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease, color 0.16s ease;
}

.fr-homepage .fr-cta-important-btn:hover,
.fr-homepage .fr-cta-important-btn:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

.fr-homepage .fr-cta-important-btn--member {
    background: #f03d5c;
    color: #fff;
    box-shadow: 0 10px 24px rgba(240, 61, 92, 0.28);
}

.fr-homepage .fr-cta-important-btn--onec,
.fr-homepage .fr-cta-important-btn--donate-onecity {
    background: #ffffff;
    color: #f03d5c;
    border-color: #f03d5c;
    box-shadow: 0 8px 20px rgba(240, 61, 92, 0.14);
}

.fr-homepage .fr-cta-important-btn--campaign,
.fr-homepage .fr-cta-important-btn--volunteer {
    background: #f03d5c;
    color: #fff;
    border-color: #f03d5c;
    box-shadow: 0 10px 24px rgba(240, 61, 92, 0.28);
}

.fr-homepage .fr-cta-important-btn--member:hover,
.fr-homepage .fr-cta-important-btn--member:focus {
    background: #cf2442;
    color: #fff;
}

.fr-homepage .fr-cta-important-btn--onec:hover,
.fr-homepage .fr-cta-important-btn--onec:focus,
.fr-homepage .fr-cta-important-btn--donate-onecity:hover,
.fr-homepage .fr-cta-important-btn--donate-onecity:focus {
    background: #f03d5c;
    color: #fff;
}

.fr-homepage .fr-cta-important-btn--campaign:hover,
.fr-homepage .fr-cta-important-btn--campaign:focus,
.fr-homepage .fr-cta-important-btn--volunteer:hover,
.fr-homepage .fr-cta-important-btn--volunteer:focus {
    background: #cf2442;
    border-color: #cf2442;
    color: #fff;
}

.fr-signup-section {
    padding: 1.2rem 0 1.8rem;
}

.fr-signup-section .container {
    max-width: 920px;
}

.fr-signup-section__inner {
    border-radius: 20px;
    padding: 1.25rem;
    background: linear-gradient(135deg, #ffffff 0%, #fff6f9 100%);
    border: 2px solid rgba(240, 61, 92, 0.22);
    box-shadow: 0 14px 32px rgba(240, 61, 92, 0.14);
}

.fr-signup-section__content h2 {
    margin: 0;
    color: #211a42;
    font-size: clamp(1.15rem, 2.4vw, 1.55rem);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.fr-signup-section__content p {
    margin: 0.35rem 0 0.9rem;
    color: #413a62;
}

.fr-signup-section__form-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.7rem;
    align-items: stretch;
}

.fr-signup-section__form-row .form-control {
    min-height: 46px;
    border-radius: 999px;
    border-color: rgba(33, 26, 66, 0.2);
    padding-left: 1rem;
}

.fr-signup-section__submit {
    min-height: 46px;
    border-radius: 999px;
    padding: 0.7rem 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f03d5c;
    border-color: #f03d5c;
    color: #fff;
}

.fr-signup-section__submit:hover,
.fr-signup-section__submit:focus {
    background: #cf2442;
    border-color: #cf2442;
    color: #fff;
}

.fr-signup-section__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 0.45rem;
}

.fr-signup-section__cta-note {
    margin: 0.35rem 0 0;
    color: #2d2750;
}

.fr-signup-section__submit--ghost {
    background: #ffffff;
    color: #f03d5c;
    border: 2px solid #f03d5c;
}

.fr-signup-section__submit--ghost:hover,
.fr-signup-section__submit--ghost:focus {
    background: #f03d5c;
    color: #fff;
    border-color: #f03d5c;
}

.fr-signup-section__thanks {
    margin: 0.35rem 0 0;
    color: #2d2750;
    font-weight: 600;
}

.fr-signup-section__links {
    margin-top: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.fr-signup-section__links a {
    color: #f03d5c;
    font-weight: 600;
}

.fr-signup-section__links a:hover,
.fr-signup-section__links a:focus {
    color: #211a42;
}

.fr-signup-section--home {
    padding-top: 0;
    padding-bottom: 2.2rem;
}

.fr-signup-section--basic {
    padding-top: 1.6rem;
    padding-bottom: 0.25rem;
}

.page-pages-show-volunteer-signup #content > h2,
.page-pages-show-volunteer-signup-wide #content > .row > .col-lg-9 > h2,
body[class*="volunteer-signup"] #content h2:first-child {
    margin: 0 0 0.75rem;
    color: #211a42;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.page-pages-show-volunteer-signup #intro,
.page-pages-show-volunteer-signup-wide #intro,
body[class*="volunteer-signup"] #intro {
    margin-bottom: 0.9rem;
    color: #413a62;
}

.page-pages-show-volunteer-signup #content > .form,
.page-pages-show-volunteer-signup-wide #content .col-lg-9 > .form,
body[class*="volunteer-signup"] #content .form {
    border-radius: 20px;
    padding: 1.25rem;
    background: linear-gradient(135deg, #ffffff 0%, #fff6f9 100%);
    border: 2px solid rgba(240, 61, 92, 0.22);
    box-shadow: 0 14px 32px rgba(240, 61, 92, 0.14);
}

.page-pages-show-volunteer-signup #content > .form h4,
.page-pages-show-volunteer-signup-wide #content .col-lg-9 > .form h4,
body[class*="volunteer-signup"] #content .form h4 {
    margin-bottom: 0.35rem;
    color: #211a42;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.page-pages-show-volunteer-signup #content > .form .submit-button,
.page-pages-show-volunteer-signup-wide #content .col-lg-9 > .form .submit-button,
body[class*="volunteer-signup"] #content .submit-button.btn-primary {
    min-height: 46px;
    border-radius: 999px;
    padding: 0.7rem 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f03d5c;
    border-color: #f03d5c;
    color: #fff;
}

.page-pages-show-volunteer-signup #content > .form .submit-button:hover,
.page-pages-show-volunteer-signup #content > .form .submit-button:focus,
.page-pages-show-volunteer-signup-wide #content .col-lg-9 > .form .submit-button:hover,
.page-pages-show-volunteer-signup-wide #content .col-lg-9 > .form .submit-button:focus,
body[class*="volunteer-signup"] #content .submit-button.btn-primary:hover,
body[class*="volunteer-signup"] #content .submit-button.btn-primary:focus {
    background: #cf2442;
    border-color: #cf2442;
    color: #fff;
}

.page-pages-show-volunteer-signup #content > .form .form-control,
.page-pages-show-volunteer-signup-wide #content .col-lg-9 > .form .form-control,
body[class*="volunteer-signup"] #content .form .form-control {
    border-color: rgba(33, 26, 66, 0.2);
}

body[class*="volunteer-signup"] #content .form label {
    color: #2d2750;
    font-weight: 600;
}

.page-pages-show-volunteer-signup #content,
.page-pages-show-volunteer-signup-wide #content,
body[class*="volunteer-signup"] #content {
    padding-bottom: 2.25rem;
}

@media (max-width: 991px) {
    .fr-homepage .fr-cta-important-buttons {
        grid-template-columns: 1fr;
    }

    .fr-signup-section__form-row {
        grid-template-columns: 1fr;
    }

    .fr-signup-section__submit {
        width: 100%;
    }

    .fr-signup-section__cta-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .page-pages-show-volunteer-signup #content > .form,
    .page-pages-show-volunteer-signup-wide #content .col-lg-9 > .form,
    body[class*="volunteer-signup"] #content .form {
        padding: 1rem;
    }

    .page-pages-show-volunteer-signup #content,
    .page-pages-show-volunteer-signup-wide #content,
    body[class*="volunteer-signup"] #content {
        padding-bottom: 1.5rem;
    }

    .page-pages-show-volunteer-signup #content > .form .submit-button,
    .page-pages-show-volunteer-signup-wide #content .col-lg-9 > .form .submit-button,
    body[class*="volunteer-signup"] #content .submit-button.btn-primary {
        width: 100%;
    }
}