/* =========================================================
   ONLINE FOSTER CARE / TRAINING PAGE
   ========================================================= */

.online-foster-page {
    --of-blue: #052a56;
    --of-blue-mid: #234882;
    --of-blue-deep: #031f41;
    --of-blue-bright: #157fc3;
    --of-yellow: #efb52d;
    --of-cream: #f8f5ed;
    --of-soft: #f4f7fb;
    --of-border: #dbe4ee;
    --of-text: #20354d;
    --of-white: #ffffff;
    overflow: hidden;
}

.online-foster-page *,
.online-foster-page *::before,
.online-foster-page *::after {
    box-sizing: border-box;
}

.online-foster-eyebrow {
    display: inline-block;
    margin-bottom: 0.9rem;
    color: var(--of-blue-bright);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
}

.online-foster-heading {
    max-width: 760px;
    margin: 0 auto 3rem;
    text-align: center;
}

.online-foster-heading h2,
.online-foster-mission h2,
.online-foster-final h2 {
    margin: 0;
    color: var(--of-blue);
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.online-foster-heading > p {
    max-width: 690px;
    margin: 1.2rem auto 0;
    color: var(--of-text);
    font-size: 1.08rem;
    line-height: 1.8;
}

.online-foster-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.9rem 1.35rem;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

.online-foster-btn:hover {
    transform: translateY(-2px);
}

.online-foster-btn--yellow {
    background: var(--of-yellow);
    color: var(--of-blue) !important;
    box-shadow: 0 12px 28px rgba(5, 42, 86, 0.16);
}

.online-foster-btn--yellow:hover {
    box-shadow: 0 16px 34px rgba(5, 42, 86, 0.22);
}

.online-foster-btn--blue {
    background: var(--of-blue);
    color: #fff !important;
}

.online-foster-btn--outline {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.online-foster-btn--outline:hover,
.online-foster-btn--light-outline:hover {
    background: rgba(255, 255, 255, 0.15);
}

.online-foster-btn--light-outline {
    border-color: rgba(255, 255, 255, 0.62);
    color: #fff !important;
}


/* =========================================================
   HERO
   ========================================================= */

.online-foster-hero {
    position: relative;
    padding: clamp(3.5rem, 5vw, 5.5rem) 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(21, 127, 195, 0.30), transparent 34%),
        linear-gradient(135deg, var(--of-blue-deep), var(--of-blue));
}

.online-foster-hero::after {
    content: "";
    position: absolute;
    right: -9rem;
    bottom: -12rem;
    width: 30rem;
    height: 30rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
}

.online-foster-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(520px, 1.04fr);
    gap: clamp(3rem, 4.5vw, 5rem);
    align-items: center;
}

.online-foster-hero .online-foster-eyebrow {
    color: var(--of-yellow);
}

.online-foster-hero__content h2 {
    max-width: 640px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.1rem, 4.65vw, 5.05rem);
    line-height: 0.93;
    letter-spacing: -0.045em;
}

.online-foster-hero__content h2 span {
    display: block;
    margin-top: 0.10em;
    color: var(--of-yellow);
    white-space: nowrap;
}

.online-foster-hero__lead {
    max-width: 620px;
    margin: 1.6rem 0 0;
    color: #fff;
    font-size: clamp(1.08rem, 1.6vw, 1.28rem);
    font-weight: 650;
    line-height: 1.55;
}

.online-foster-hero__text {
    max-width: 620px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.72;
}

.online-foster-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.75rem;
}

.online-foster-hero__checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1.2rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.online-foster-hero__checks li {
    position: relative;
    padding-left: 1.55rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.93rem;
    line-height: 1.45;
}

.online-foster-hero__checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--of-yellow);
    font-weight: 900;
}

.online-foster-hero__media {
    position: relative;
    min-height: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 36px;
}

.online-foster-hero__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    object-position: center center;
    border-radius: 30px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.online-foster-hero__badge {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 110px);
    max-width: 460px;
    padding: 1.1rem 1.3rem;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.online-foster-hero__badge strong,
.online-foster-hero__badge span {
    display: block;
}

.online-foster-hero__badge strong {
    color: var(--of-blue);
    font-size: 1rem;
    line-height: 1.3;
}

.online-foster-hero__badge span {
    margin-top: 0.2rem;
    color: #5f7185;
    font-size: 0.88rem;
}


/* =========================================================
   TRAINING PATHS
   ========================================================= */

.online-foster-paths {
    padding: clamp(4.5rem, 8vw, 8rem) 0;
    background: var(--of-soft);
}

.online-foster-paths__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 1080px;
    margin: 0 auto;
}

.online-foster-path-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: clamp(1.7rem, 3vw, 2.6rem);
    overflow: hidden;
    border: 1px solid var(--of-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(5, 42, 86, 0.08);
}

.online-foster-path-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--of-yellow);
}

.online-foster-path-card--current::before {
    background: var(--of-blue-bright);
}

.online-foster-path-card__top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.6rem;
}

.online-foster-path-card__number {
    color: rgba(5, 42, 86, 0.14);
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
}

.online-foster-path-card__label {
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: #eef5fb;
    color: var(--of-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.online-foster-path-card h3 {
    margin: 0;
    color: var(--of-blue);
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.online-foster-path-card h3 span {
    display: block;
    color: var(--of-blue-bright);
}

.online-foster-path-card > p {
    margin: 1.15rem 0 0;
    color: var(--of-text);
    line-height: 1.75;
}

.online-foster-path-card ul {
    display: grid;
    gap: 0.6rem;
    margin: 1.35rem 0 1.7rem;
    padding: 0;
    list-style: none;
}

.online-foster-path-card li {
    position: relative;
    padding-left: 1.5rem;
    color: #4a6075;
    line-height: 1.5;
}

.online-foster-path-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--of-blue-bright);
    font-weight: 900;
}

.online-foster-path-card .online-foster-btn {
    margin-top: auto;
    align-self: flex-start;
}


/* =========================================================
   BENEFITS
   ========================================================= */

.online-foster-benefits {
    padding: clamp(4.5rem, 8vw, 8rem) 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(135deg, var(--of-blue-mid), #183a6b);
}

.online-foster-heading--light h2,
.online-foster-heading--light p {
    color: #fff;
}

.online-foster-heading--light p {
    color: rgba(255, 255, 255, 0.78);
}

.online-foster-heading--light .online-foster-eyebrow {
    color: var(--of-yellow);
}

.online-foster-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.online-foster-benefit-card {
    min-height: 100%;
    padding: 1.65rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 14px 34px rgba(5, 42, 86, 0.16);
    backdrop-filter: blur(8px);
}

.online-foster-benefit-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--of-yellow);
    color: var(--of-blue);
    font-weight: 900;
}

.online-foster-benefit-card h3 {
    margin: 1.2rem 0 0;
    color: #fff;
    font-size: 1.25rem;
}

.online-foster-benefit-card p {
    margin: 0.7rem 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.95rem;
    line-height: 1.7;
}


/* =========================================================
   CHRIST-CENTERED MISSION
   ========================================================= */

.online-foster-mission {
    padding: clamp(4.5rem, 8vw, 8rem) 0;
    background: var(--of-cream);
}

.online-foster-mission__panel {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4.5rem);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(5, 42, 86, 0.08);
}

.online-foster-mission__mark {
    display: grid;
    place-items: center;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.14), transparent 34%),
        linear-gradient(145deg, var(--of-blue-mid), var(--of-blue-deep));
    box-shadow:
        0 20px 45px rgba(5, 42, 86, 0.18),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.online-foster-mission__mark::before,
.online-foster-mission__mark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 999px;
    background: #ffd34e;
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 12px rgba(255, 211, 78, 0.9),
        0 0 28px rgba(239, 181, 45, 0.55);
}

.online-foster-mission__mark::before {
    width: 18px;
    height: 118px;
}

.online-foster-mission__mark::after {
    width: 82px;
    height: 18px;
    top: 43%;
}

.online-foster-mission__mark span {
    display: none;
}

.online-foster-mission__content p {
    margin: 1rem 0 0;
    color: var(--of-text);
    line-height: 1.8;
}

.online-foster-text-link {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    margin-top: 1.35rem;
    color: var(--of-blue) !important;
    font-weight: 850;
    text-decoration: none !important;
}

.online-foster-text-link span {
    transition: transform 180ms ease;
}

.online-foster-text-link:hover span {
    transform: translateX(4px);
}


/* =========================================================
   STEPS
   ========================================================= */

.online-foster-steps {
    padding: clamp(4.5rem, 8vw, 8rem) 0;
    background: #fff;
}

.online-foster-steps__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    max-width: 1050px;
    margin: 0 auto;
}

.online-foster-steps__grid article {
    padding: 1.8rem;
    border: 1px solid var(--of-border);
    border-radius: 22px;
    background: #fff;
}

.online-foster-steps__grid article > span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--of-blue);
    color: #fff;
    font-weight: 900;
}

.online-foster-steps__grid h3 {
    margin: 1.15rem 0 0;
    color: var(--of-blue);
    font-size: 1.28rem;
}

.online-foster-steps__grid p {
    margin: 0.7rem 0 0;
    color: var(--of-text);
    line-height: 1.7;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.online-foster-final {
    padding: 0 0 clamp(4.5rem, 8vw, 8rem);
    background: #fff;
}

.online-foster-final__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: 30px;
    background:
        radial-gradient(circle at 95% 10%, rgba(35, 72, 130, 0.55), transparent 34%),
        linear-gradient(135deg, var(--of-blue-deep), var(--of-blue-mid));
}

.online-foster-final .online-foster-eyebrow {
    color: var(--of-yellow);
}

.online-foster-final h2 {
    color: #fff;
}

.online-foster-final p {
    max-width: 720px;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.online-foster-final__actions {
    display: flex;
    min-width: 260px;
    flex-direction: column;
    gap: 0.75rem;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1220px) and (min-width: 1051px) {

    .online-foster-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(470px, 1fr);
        gap: 2.75rem;
    }

    .online-foster-hero__content h2 {
        font-size: clamp(3rem, 4.2vw, 4.7rem);
    }

    .online-foster-hero__content h2 span {
        white-space: normal;
    }
}


@media (max-width: 1050px) {

    .online-foster-hero__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .online-foster-hero__content {
        max-width: 760px;
    }

    .online-foster-hero__content h2 {
        max-width: 650px;
        font-size: clamp(3.4rem, 8vw, 5.2rem);
    }

    .online-foster-hero__media {
        max-width: 820px;
        width: 100%;
        min-height: 0;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .online-foster-hero__media img {
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 4;
        object-fit: cover;
        object-position: center center;
    }

    .online-foster-hero__badge {
        left: 50%;
        right: auto;
        bottom: 0;
        transform: translateX(-50%);
        width: calc(100% - 70px);
        max-width: 430px;
    }

    .online-foster-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .online-foster-final__panel {
        grid-template-columns: 1fr;
    }

    .online-foster-final__actions {
        min-width: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width: 760px) {

    .online-foster-hero {
        padding-top: 3.2rem;
    }

    .online-foster-hero__content h2 {
        font-size: clamp(2.8rem, 13vw, 4.2rem);
        line-height: 0.95;
    }

    .online-foster-hero__content h2 span {
        white-space: normal;
    }

    .online-foster-hero__actions,
    .online-foster-final__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .online-foster-btn {
        width: 100%;
    }

    .online-foster-hero__checks {
        grid-template-columns: 1fr;
    }

    .online-foster-hero__media {
        min-height: 0;
        padding-bottom: 28px;
    }

    .online-foster-hero__media img {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 5 / 4;
        object-fit: cover;
        object-position: center center;
        border-radius: 22px;
    }

    .online-foster-hero__badge {
        left: 50%;
        right: auto;
        bottom: 0;
        transform: translateX(-50%);
        width: calc(100% - 32px);
        max-width: 430px;
    }

    .online-foster-paths__grid,
    .online-foster-benefits__grid,
    .online-foster-steps__grid {
        grid-template-columns: 1fr;
    }

    .online-foster-mission__panel {
        grid-template-columns: 1fr;
    }

    .online-foster-mission__mark {
        width: 150px;
        height: 150px;
    }

    .online-foster-mission__mark::before {
        height: 86px;
        width: 14px;
    }

    .online-foster-mission__mark::after {
        width: 62px;
        height: 14px;
    }
}

@media (max-width: 480px) {

    .online-foster-hero__badge {
        width: calc(100% - 24px);
        padding: 1rem 1.05rem;
    }

    .online-foster-path-card,
    .online-foster-benefit-card,
    .online-foster-steps__grid article {
        border-radius: 18px;
    }

    .online-foster-path-card__top {
        align-items: flex-start;
    }

    .online-foster-path-card__number {
        font-size: 2.7rem;
    }
}

/* =========================================================
   ONLINE FOSTER CARE — MOTION / REVEAL ANIMATIONS
   ========================================================= */

/*
 * Elements are assigned .of-reveal by online-foster.js.
 * They remain visible when JS is unavailable.
 */

.online-foster-page .of-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--of-reveal-delay, 0ms);
    will-change: opacity, transform;
}

.online-foster-page .of-reveal.of-reveal--left {
    transform: translateX(-34px);
}

.online-foster-page .of-reveal.of-reveal--right {
    transform: translateX(34px);
}

.online-foster-page .of-reveal.of-reveal--scale {
    transform: translateY(18px) scale(0.965);
}

.online-foster-page .of-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}


/* ---------------------------------------------------------
   HERO ENTRANCE
   --------------------------------------------------------- */

.online-foster-hero__content > * {
    opacity: 0;
    transform: translateY(20px);
}

.online-foster-page.of-hero-ready .online-foster-hero__content > * {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.online-foster-page.of-hero-ready .online-foster-hero__content > *:nth-child(1) {
    transition-delay: 70ms;
}

.online-foster-page.of-hero-ready .online-foster-hero__content > *:nth-child(2) {
    transition-delay: 150ms;
}

.online-foster-page.of-hero-ready .online-foster-hero__content > *:nth-child(3) {
    transition-delay: 240ms;
}

.online-foster-page.of-hero-ready .online-foster-hero__content > *:nth-child(4) {
    transition-delay: 320ms;
}

.online-foster-page.of-hero-ready .online-foster-hero__content > *:nth-child(5) {
    transition-delay: 400ms;
}

.online-foster-page.of-hero-ready .online-foster-hero__content > *:nth-child(6) {
    transition-delay: 480ms;
}


/* Hero image enters from the right */
.online-foster-hero__media {
    opacity: 0;
    transform: translateX(42px) scale(0.975);
}

.online-foster-page.of-hero-ready .online-foster-hero__media {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition:
        opacity 900ms cubic-bezier(0.22, 1, 0.36, 1) 180ms,
        transform 900ms cubic-bezier(0.22, 1, 0.36, 1) 180ms;
}


/* Badge lifts in separately */
.online-foster-hero__badge {
    opacity: 0;
}

.online-foster-page.of-hero-ready .online-foster-hero__badge {
    opacity: 1;
    animation: ofBadgeIn 680ms cubic-bezier(0.22, 1, 0.36, 1) 720ms both;
}

@keyframes ofBadgeIn {
    from {
        opacity: 0;
        transform: translate(-50%, 18px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}


/* ---------------------------------------------------------
   CARD HOVER MOTION
   --------------------------------------------------------- */

.online-foster-path-card,
.online-foster-benefit-card,
.online-foster-steps__grid article {
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.online-foster-path-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 58px rgba(5, 42, 86, 0.13);
}

.online-foster-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 20px 42px rgba(5, 42, 86, 0.22);
}

.online-foster-steps__grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(21, 127, 195, 0.28);
    box-shadow: 0 18px 38px rgba(5, 42, 86, 0.09);
}


/* Number circles have a tiny pop on card hover */
.online-foster-benefit-card__number,
.online-foster-steps__grid article > span {
    transition:
        transform 220ms ease,
        box-shadow 220ms ease;
}

.online-foster-benefit-card:hover .online-foster-benefit-card__number,
.online-foster-steps__grid article:hover > span {
    transform: scale(1.08) rotate(-3deg);
}


/* ---------------------------------------------------------
   BUTTON / ARROW MICRO-INTERACTIONS
   --------------------------------------------------------- */

.online-foster-btn span[aria-hidden="true"],
.online-foster-text-link span[aria-hidden="true"] {
    display: inline-block;
    transition: transform 180ms ease;
}

.online-foster-btn:hover span[aria-hidden="true"],
.online-foster-text-link:hover span[aria-hidden="true"] {
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   CHRIST-CENTERED CROSS — SOFT PULSE
   --------------------------------------------------------- */

.online-foster-mission__mark::before,
.online-foster-mission__mark::after {
    animation: ofCrossGlow 3.4s ease-in-out infinite;
}

@keyframes ofCrossGlow {
    0%,
    100% {
        box-shadow:
            0 0 10px rgba(255, 211, 78, 0.72),
            0 0 24px rgba(239, 181, 45, 0.40);
    }

    50% {
        box-shadow:
            0 0 16px rgba(255, 211, 78, 1),
            0 0 38px rgba(239, 181, 45, 0.68);
    }
}


/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

    .online-foster-page *,
    .online-foster-page *::before,
    .online-foster-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    .online-foster-page .of-reveal,
    .online-foster-hero__content > *,
    .online-foster-hero__media,
    .online-foster-hero__badge {
        opacity: 1 !important;
        transform: none !important;
    }
}

