.financing-hero {
    min-height: 560px;
    background: #eef3fb;
    color: var(--ink);
}

.financing-hero::before {
    display: none;
}

.financing-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
}

.financing-hero .formation-hero-content {
    width: 100%;
    padding: 72px 0;
}

.financing-hero .formation-eyebrow {
    color: var(--brand-pink-dark);
}

.financing-hero h1 {
    max-width: 650px;
    color: var(--ink);
    font-size: clamp(2.45rem, 4.5vw, 4.35rem);
}

.financing-hero .formation-hero-content > p:not(.financing-hero-note) {
    max-width: 620px;
    color: #565d6b;
    line-height: 1.7;
}

.financing-hero .formation-button-secondary {
    border-color: #c8d0dc;
    background: #fff;
    color: var(--ink);
}

.financing-hero .financing-hero-note {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    max-width: 600px;
    margin: 1.25rem 0 0;
    color: #667085;
    font-size: 0.76rem;
    line-height: 1.5;
}

.financing-hero-note i {
    margin-top: 0.18rem;
    color: #3568e8;
}

.financing-media {
    min-width: 0;
    margin: 0;
}

.financing-media-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid #d3dbe8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(23, 26, 51, 0.13);
}

.financing-media-frame > img,
.financing-media-frame > video {
    width: 100%;
    aspect-ratio: 16 / 11;
    display: block;
    object-fit: contain;
    background: #fff;
}

.financing-media-badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: calc(100% - 2rem);
    min-height: 42px;
    padding: 0.6rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    background: rgba(23, 26, 51, 0.9);
    color: #fff;
    font-size: 0.73rem;
    font-weight: 750;
}

.financing-media figcaption {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 1px solid #d3dbe8;
    border-bottom: 1px solid #d3dbe8;
    border-left: 1px solid #d3dbe8;
    background: #fff;
}

.financing-media figcaption span {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 0.9rem;
    color: #4f5868;
    font-size: 0.72rem;
    font-weight: 700;
}

.financing-media figcaption span + span {
    border-left: 1px solid #d3dbe8;
}

.financing-media figcaption i {
    color: var(--brand-pink-dark);
}

@media (max-width: 980px) {
    .financing-hero-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .financing-hero .formation-hero-content {
        padding-bottom: 38px;
    }

    .financing-media {
        width: min(760px, 100%);
        padding-bottom: 58px;
    }
}

@media (max-width: 720px) {
    .financing-hero {
        min-height: 0;
        align-items: stretch;
        background: #eef3fb;
    }

    .financing-hero .formation-hero-content {
        padding: 52px 0 32px;
    }

    .financing-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.05rem);
    }

    .financing-media {
        padding-bottom: 44px;
    }

    .financing-media figcaption {
        grid-template-columns: 1fr;
    }

    .financing-media figcaption span {
        min-height: 54px;
    }

    .financing-media figcaption span + span {
        border-top: 1px solid #d3dbe8;
        border-left: 0;
    }
}
