:root {
    --brand-cyan: #36a9e6;
    --brand-cyan-dark: #147fb9;
    --brand-green: #48bd00;
    --brand-green-dark: #338a00;
    --brand-navy: #071a3d;
    --brand-text: #26364f;
    --brand-muted: #68758a;
    --brand-line: #dceaf2;
    --brand-soft: #eef9fe;
    --brand-white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--brand-white);
    color: var(--brand-text);
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
}

.content-width,
.site-header__inner,
.hero__action-inner {
    margin: 0 auto;
    max-width: 1180px;
    width: calc(100% - 40px);
}

.site-header {
    background: var(--brand-white);
    border-bottom: 1px solid var(--brand-line);
    position: relative;
    z-index: 5;
}

.site-header__inner {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: auto 1fr auto;
    min-height: 104px;
}

.site-header__brand {
    display: inline-flex;
}

.site-header__brand img {
    display: block;
    height: 72px;
    object-fit: contain;
    width: auto;
}

.site-header__contact {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-self: end;
}

.site-header__contact span {
    color: var(--brand-muted);
    font-size: 13px;
    line-height: 1.4;
}

.site-header__contact a {
    color: var(--brand-cyan-dark);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.button {
    align-items: center;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.35;
    min-height: 48px;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.button:hover,
.button:focus-visible {
    box-shadow: 0 8px 20px rgba(7, 26, 61, .15);
    transform: translateY(-1px);
}

.button:focus-visible {
    outline: 3px solid rgba(54, 169, 230, .3);
    outline-offset: 3px;
}

.button--header,
.button--secondary {
    background: var(--brand-cyan);
    color: var(--brand-white);
}

.button--header:hover,
.button--header:focus-visible,
.button--secondary:hover,
.button--secondary:focus-visible {
    background: var(--brand-cyan-dark);
}

.button--primary {
    background: var(--brand-green);
    color: var(--brand-white);
    flex: 0 1 520px;
    min-height: 64px;
    padding: 14px 24px;
}

.button--primary:hover,
.button--primary:focus-visible {
    background: var(--brand-green-dark);
}

.hero {
    background: var(--brand-white);
}

.hero__visual {
    background-color: #f7fbfe;
    background-image: url("../images/presentation/partners-desktop.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: min(900px, 100%) auto;
    height: min(600px, 66.667vw);
    min-height: 420px;
}

.hero__action {
    background: var(--brand-navy);
    color: var(--brand-white);
}

.hero__action-inner {
    align-items: center;
    display: flex;
    gap: 42px;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
}

.hero__copy {
    max-width: 540px;
}

.eyebrow {
    color: var(--brand-cyan);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.hero h1,
.journey h2,
.closing h2 {
    color: inherit;
    font-size: 34px;
    line-height: 1.18;
    margin: 0;
}

.hero__copy > p:last-child {
    color: #cbd8e8;
    font-size: 16px;
    line-height: 1.55;
    margin: 12px 0 0;
}

.journey {
    padding: 76px 0 72px;
}

.section-heading {
    max-width: 760px;
}

.section-heading h2,
.closing h2 {
    color: var(--brand-navy);
}

.section-heading > p:last-child,
.closing p {
    color: var(--brand-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 14px 0 0;
}

.journey__steps {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
}

.journey__steps li {
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    min-height: 210px;
    padding: 20px;
}

.journey__steps li > span {
    align-items: center;
    background: var(--brand-cyan);
    border-radius: 50%;
    color: var(--brand-white);
    display: flex;
    font-size: 15px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    margin-bottom: 20px;
    width: 34px;
}

.journey__steps strong {
    color: var(--brand-navy);
    display: block;
    font-size: 16px;
    line-height: 1.35;
}

.journey__steps p {
    color: var(--brand-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 0;
}

.trust {
    background: var(--brand-soft);
    border-bottom: 1px solid var(--brand-line);
    border-top: 1px solid var(--brand-line);
}

.trust__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust__items > div {
    border-right: 1px solid var(--brand-line);
    padding: 30px;
}

.trust__items > div:first-child {
    padding-left: 0;
}

.trust__items > div:last-child {
    border-right: 0;
    padding-right: 0;
}

.trust strong,
.trust span {
    display: block;
}

.trust strong {
    color: var(--brand-cyan-dark);
    font-size: 19px;
    line-height: 1.3;
}

.trust span {
    color: var(--brand-muted);
    font-size: 14px;
    line-height: 1.5;
    margin-top: 6px;
}

.closing {
    padding: 72px 0;
}

.closing__inner {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.closing__inner > div {
    max-width: 760px;
}

.site-footer {
    background: var(--brand-navy);
    color: #cbd8e8;
}

.site-footer__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    min-height: 82px;
}

.site-footer a {
    color: var(--brand-white);
    text-decoration: none;
}

@media (max-width: 980px) {
    .journey__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .journey__steps li:last-child {
        grid-column: span 2;
        min-height: auto;
    }
}

@media (max-width: 760px) {
    .content-width,
    .site-header__inner,
    .hero__action-inner {
        width: calc(100% - 28px);
    }

    .site-header__inner {
        gap: 12px;
        grid-template-columns: 1fr auto;
        min-height: 84px;
    }

    .site-header__brand img {
        height: 58px;
    }

    .site-header__contact {
        display: none;
    }

    .button--header {
        font-size: 13px;
        min-height: 42px;
        padding: 9px 12px;
    }

    .hero__visual {
        background-image: url("../images/presentation/partners-mobile.webp");
        background-size: contain;
        height: min(780px, 150vw);
        min-height: 0;
    }

    .hero__action-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
    }

    .button--primary {
        flex-basis: auto;
        width: 100%;
    }

    .hero h1,
    .journey h2,
    .closing h2 {
        font-size: 28px;
    }

    .journey {
        padding: 56px 0;
    }

    .journey__steps {
        grid-template-columns: 1fr;
    }

    .journey__steps li,
    .journey__steps li:last-child {
        grid-column: auto;
        min-height: auto;
    }

    .trust__items {
        grid-template-columns: 1fr;
    }

    .trust__items > div,
    .trust__items > div:first-child,
    .trust__items > div:last-child {
        border-bottom: 1px solid var(--brand-line);
        border-right: 0;
        padding: 24px 0;
    }

    .trust__items > div:last-child {
        border-bottom: 0;
    }

    .closing {
        padding: 56px 0;
    }

    .closing__inner {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .site-footer__inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 420px) {
    .site-header__brand img {
        height: 48px;
    }

    .button--header {
        max-width: 140px;
    }

    .hero__visual {
        background-position: center top;
    }

    .hero h1,
    .journey h2,
    .closing h2 {
        font-size: 25px;
    }
}
