:root {
    --site-navy: #192431;
    --site-navy-deep: #101923;
    --site-navy-soft: #223244;
    --site-blue: #347fc0;
    --site-blue-light: #62a9e5;
    --site-text: #17222e;
    --site-muted: #627080;
    --site-border: #dce3ea;
    --site-surface: #f5f7fa;
    --site-white: #ffffff;
    --site-shell: 1166px;
}

.home-page {
    min-height: 100%;
    overflow-x: clip;
    overflow-y: visible;
    color: var(--site-text);
    background: var(--site-white);
}

.page-shell {
    width: min(calc(100% - 40px), var(--site-shell));
    margin: 0 auto;
}

.section-space {
    padding: 104px 0;
}

.section-label {
    margin: 0 0 18px;
    color: #8fc7f5;
    font-family: "BankGothic", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.section-label--dark {
    color: var(--site-blue);
}

.button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.button:hover {
    transform: translateY(-2px);
}

.button:focus-visible,
.service-card a:focus-visible,
.text-link:focus-visible,
.operations-panel__services a:focus-visible {
    outline: 2px solid var(--site-blue-light);
    outline-offset: 4px;
}

.button--primary {
    background: var(--site-blue);
    color: var(--site-white);
    box-shadow: 0 14px 34px rgba(0, 89, 166, 0.28);
}

.button--primary:hover {
    background: #3d8dce;
}

.button--secondary {
    border-color: rgba(255, 255, 255, 0.34);
    color: var(--site-white);
    background: rgba(255, 255, 255, 0.03);
}

.button--secondary:hover {
    border-color: rgba(255, 255, 255, 0.68);
    background: rgba(255, 255, 255, 0.08);
}

.button--light {
    flex: 0 0 auto;
    color: var(--site-navy);
    background: var(--site-white);
    box-shadow: 0 16px 32px rgba(7, 23, 38, 0.22);
}

.button--light:hover {
    background: #eef6fc;
}

.hero {
    position: relative;
    min-height: 645px;
    display: flex;
    align-items: center;
    isolation: isolate;
    background:
        linear-gradient(105deg, rgba(10, 18, 27, 0.98) 0%, rgba(20, 34, 48, 0.97) 52%, rgba(21, 39, 56, 0.95) 100%);
    color: var(--site-white);
}

.hero__grid,
.contact-banner__grid {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0.9) 60%, transparent 100%);
}

.hero::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -290px;
    z-index: -2;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(98, 169, 229, 0.14);
    border-radius: 50%;
    box-shadow:
        0 0 0 74px rgba(98, 169, 229, 0.025),
        0 0 0 148px rgba(98, 169, 229, 0.018);
}

.hero__glow {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
}

.hero__glow--one {
    top: 8%;
    right: 8%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(52, 127, 192, 0.22), transparent 68%);
}

.hero__glow--two {
    bottom: -22%;
    left: -8%;
    width: 470px;
    height: 470px;
    background: radial-gradient(circle, rgba(52, 127, 192, 0.1), transparent 68%);
}

.hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(440px, 0.94fr);
    align-items: center;
    gap: 80px;
    padding-top: 75px;
    padding-bottom: 75px;
}

.hero__content {
    position: relative;
    z-index: 1;
}

.hero h1 {
    max-width: 690px;
    margin: 0;
    font-family: "BankGothic", Arial, sans-serif;
    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 500;
    line-height: 1.03;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.hero h1 span {
    color: var(--site-blue-light);
}

.hero__lead {
    max-width: 630px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.65;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 25px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.hero__assurances li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 600;
}

.hero__check {
    width: 19px;
    height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(98, 169, 229, 0.48);
    color: #9cd1fb;
    font-size: 11px;
}

.operations-panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
}

.operations-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 49.7%, rgba(255, 255, 255, 0.035) 50%, transparent 50.3%),
        linear-gradient(transparent 49.7%, rgba(255, 255, 255, 0.035) 50%, transparent 50.3%);
    background-size: 48px 48px;
    opacity: 0.45;
}

.operations-panel__header {
    position: relative;
    z-index: 1;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.operations-panel__header p {
    margin: 0;
    font-family: "BankGothic", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.operations-panel__header div > span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
}

.operations-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a9d8ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.operations-panel__status > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #69c6ff;
    box-shadow: 0 0 0 5px rgba(105, 198, 255, 0.09), 0 0 18px rgba(105, 198, 255, 0.65);
}

.operations-panel__display {
    position: relative;
    z-index: 1;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.operations-panel__crest {
    position: relative;
    z-index: 2;
    width: 142px;
    height: 142px;
    object-fit: contain;
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.38));
}

.operations-panel__display > p {
    position: absolute;
    right: 0;
    bottom: 17px;
    left: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
}

.operations-panel__rings {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.operations-panel__rings span {
    position: absolute;
    width: 185px;
    height: 185px;
    border: 1px solid rgba(94, 169, 229, 0.15);
    border-radius: 50%;
}

.operations-panel__rings span:nth-child(2) {
    width: 240px;
    height: 240px;
    border-style: dashed;
    opacity: 0.65;
}

.operations-panel__rings span:nth-child(3) {
    width: 290px;
    height: 290px;
    opacity: 0.38;
}

.operations-panel__services {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.operations-panel__services a {
    min-height: 79px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 18px;
    color: var(--site-white);
    text-decoration: none;
    transition: background-color 160ms ease;
}

.operations-panel__services a:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.operations-panel__services a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.operations-panel__services a:hover {
    background: rgba(86, 161, 222, 0.1);
}

.service-mini-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(98, 169, 229, 0.35);
    background: rgba(98, 169, 229, 0.07);
}

.service-mini-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #82c3f7;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.operations-panel__services strong {
    display: block;
    font-size: 12px;
    line-height: 1.25;
}

.operations-panel__services small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.44);
    font-size: 9px;
    line-height: 1.2;
}

.trust-strip {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid var(--site-border);
    background: var(--site-white);
    box-shadow: 0 14px 34px rgba(22, 40, 57, 0.055);
}

.trust-strip__inner {
    min-height: 118px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-strip article {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 26px 34px;
}

.trust-strip article + article {
    border-left: 1px solid var(--site-border);
}

.trust-strip__number {
    color: #b9c6d1;
    font-family: "BankGothic", Arial, sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.trust-strip strong {
    display: block;
    color: var(--site-text);
    font-size: 14px;
}

.trust-strip p {
    margin: 7px 0 0;
    color: var(--site-muted);
    font-size: 12px;
    line-height: 1.45;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 48px;
}

.section-heading h2,
.operations-section__content h2,
.contact-banner h2 {
    margin: 0;
    color: var(--site-text);
    font-family: "BankGothic", Arial, sans-serif;
    font-size: clamp(33px, 3.2vw, 48px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.section-heading > p {
    margin: 0;
    color: var(--site-muted);
    font-size: 16px;
    line-height: 1.7;
}

.services-section {
    background:
        linear-gradient(rgba(25, 36, 49, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 36, 49, 0.018) 1px, transparent 1px),
        var(--site-surface);
    background-size: 40px 40px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    min-height: 345px;
    display: flex;
    flex-direction: column;
    padding: 28px 25px 25px;
    border: 1px solid var(--site-border);
    background: var(--site-white);
    box-shadow: 0 8px 24px rgba(18, 39, 58, 0.035);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #b9cee0;
    box-shadow: 0 20px 42px rgba(18, 39, 58, 0.1);
}

.service-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.service-card__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid #cfe0ef;
    background: #edf6fd;
}

.service-card__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: var(--site-blue);
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card__index {
    color: #c6d0d9;
    font-family: "BankGothic", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.service-card h3 {
    margin: 30px 0 0;
    color: var(--site-text);
    font-family: "BankGothic", Arial, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.service-card p {
    margin: 17px 0 24px;
    color: var(--site-muted);
    font-size: 14px;
    line-height: 1.7;
}

.service-card a,
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-top: auto;
    color: var(--site-blue);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.service-card a span,
.text-link span {
    font-size: 18px;
    transition: transform 160ms ease;
}

.service-card a:hover span,
.text-link:hover span {
    transform: translateX(4px);
}

.operations-section {
    position: relative;
    background: var(--site-white);
}

.operations-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    gap: 86px;
}

.operations-section__visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 42px;
    background:
        linear-gradient(145deg, rgba(16, 25, 35, 0.95), rgba(27, 47, 65, 0.96));
    color: var(--site-white);
    box-shadow: 0 28px 55px rgba(17, 31, 43, 0.19);
}

.operations-section__visual::before,
.operations-section__visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(105, 183, 241, 0.14);
    border-radius: 50%;
}

.operations-section__visual::before {
    right: -150px;
    bottom: -140px;
    width: 430px;
    height: 430px;
    box-shadow:
        0 0 0 64px rgba(105, 183, 241, 0.025),
        0 0 0 128px rgba(105, 183, 241, 0.016);
}

.operations-section__visual::after {
    top: -100px;
    left: -140px;
    width: 320px;
    height: 320px;
}

.operations-section__pattern {
    position: absolute;
    inset: 0;
    opacity: 0.26;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 36px 36px;
}

.operations-section__badge {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 18px;
}

.operations-section__badge img {
    width: 76px;
    height: 76px;
    object-fit: contain;
}

.operations-section__badge span {
    display: block;
    color: #8fc7f5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.operations-section__badge strong {
    display: block;
    margin-top: 7px;
    font-family: "BankGothic", Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.operations-section blockquote {
    position: relative;
    z-index: 1;
    max-width: 420px;
    margin: 0;
    font-family: "BankGothic", Arial, sans-serif;
    font-size: clamp(25px, 2.4vw, 36px);
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
}

.operations-section__content {
    align-self: center;
}

.operations-section__intro {
    max-width: 610px;
    margin: 23px 0 0;
    color: var(--site-muted);
    font-size: 16px;
    line-height: 1.75;
}

.principles {
    display: grid;
    gap: 0;
    margin-top: 33px;
    border-top: 1px solid var(--site-border);
}

.principles article {
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 18px;
    padding: 23px 0;
    border-bottom: 1px solid var(--site-border);
}

.principles article > span {
    color: var(--site-blue);
    font-family: "BankGothic", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.principles h3 {
    margin: 0;
    color: var(--site-text);
    font-size: 15px;
}

.principles p {
    margin: 8px 0 0;
    color: var(--site-muted);
    font-size: 13px;
    line-height: 1.55;
}

.operations-section__content .text-link {
    margin-top: 28px;
}

.contact-banner {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(100deg, #1d527f, #2f78b4 55%, #256595);
    color: var(--site-white);
}

.contact-banner::after {
    content: "";
    position: absolute;
    z-index: -2;
    top: -250px;
    right: -120px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    box-shadow:
        0 0 0 74px rgba(255, 255, 255, 0.025),
        0 0 0 148px rgba(255, 255, 255, 0.018);
}

.contact-banner__grid {
    z-index: -1;
    opacity: 0.22;
    mask-image: none;
}

.contact-banner__inner {
    min-height: 278px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.contact-banner h2 {
    max-width: 770px;
    color: var(--site-white);
}

.contact-banner .section-label {
    color: #d7efff;
}


/* Compact desktop presentation for 100% browser zoom on common 1080p displays.
   At reduced browser zoom the viewport becomes taller and the standard spacing above is retained. */
@media (min-width: 901px) and (max-height: 1000px) {
    .hero {
        min-height: 570px;
    }

    .hero__inner {
        gap: 64px;
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .hero h1 {
        font-size: clamp(34px, 3vw, 46px);
        line-height: 1.04;
    }

    .hero__lead {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.58;
    }

    .hero__actions {
        margin-top: 26px;
    }

    .hero__assurances {
        margin-top: 22px;
    }

    .operations-panel__header {
        min-height: 64px;
    }

    .operations-panel__display {
        min-height: 190px;
    }

    .operations-panel__crest {
        width: 118px;
        height: 118px;
    }

    .operations-panel__rings span {
        width: 160px;
        height: 160px;
    }

    .operations-panel__rings span:nth-child(2) {
        width: 205px;
        height: 205px;
    }

    .operations-panel__rings span:nth-child(3) {
        width: 250px;
        height: 250px;
    }

    .operations-panel__services a {
        min-height: 68px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .trust-strip__inner {
        min-height: 96px;
    }

    .trust-strip article {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1100px) {
    .hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
        gap: 45px;
    }

    .hero h1 {
        font-size: clamp(34px, 4.3vw, 48px);
    }

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

    .service-card {
        min-height: 315px;
    }

    .operations-section__inner {
        gap: 55px;
    }
}

@media (max-width: 900px) {
    .section-space {
        padding: 82px 0;
    }

    .hero {
        min-height: auto;
    }

    .hero__inner {
        grid-template-columns: 1fr;
        gap: 55px;
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .hero__content {
        max-width: 700px;
    }

    .operations-panel {
        width: min(100%, 650px);
    }

    .trust-strip__inner {
        grid-template-columns: 1fr;
    }

    .trust-strip article {
        min-height: 96px;
    }

    .trust-strip article + article {
        border-top: 1px solid var(--site-border);
        border-left: 0;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-heading > p {
        max-width: 700px;
    }

    .operations-section__inner {
        grid-template-columns: 1fr;
    }

    .operations-section__visual {
        min-height: 430px;
    }

    .contact-banner__inner {
        min-height: 310px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
}

@media (max-width: 620px) {
    .page-shell {
        width: min(calc(100% - 30px), var(--site-shell));
    }

    .section-space {
        padding: 68px 0;
    }

    .section-label {
        margin-bottom: 15px;
        font-size: 11px;
        letter-spacing: 2.2px;
    }

    .hero__inner {
        gap: 42px;
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .hero h1 {
        font-size: clamp(31px, 9.5vw, 42px);
        letter-spacing: -0.8px;
    }

    .hero__lead {
        margin-top: 21px;
        font-size: 16px;
        line-height: 1.62;
    }

    .hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .hero__assurances {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }

    .operations-panel__header {
        min-height: 68px;
        padding: 0 17px;
    }

    .operations-panel__header p {
        font-size: 12px;
    }

    .operations-panel__display {
        min-height: 205px;
    }

    .operations-panel__crest {
        width: 120px;
        height: 120px;
    }

    .operations-panel__services {
        grid-template-columns: 1fr;
    }

    .operations-panel__services a:nth-child(odd) {
        border-right: 0;
    }

    .operations-panel__services a:nth-child(-n + 3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .trust-strip article {
        gap: 15px;
        padding: 22px 13px;
    }

    .trust-strip__number {
        font-size: 23px;
    }

    .section-heading h2,
    .operations-section__content h2,
    .contact-banner h2 {
        font-size: clamp(30px, 9vw, 41px);
    }

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

    .service-card {
        min-height: auto;
    }

    .operations-section__visual {
        min-height: 390px;
        padding: 29px;
    }

    .operations-section blockquote {
        font-size: clamp(23px, 7vw, 31px);
    }

    .operations-section__badge img {
        width: 62px;
        height: 62px;
    }

    .principles article {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 12px;
    }

    .contact-banner__inner {
        min-height: 330px;
        gap: 27px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .button,
    .service-card,
    .service-card a span,
    .text-link span {
        transition: none;
    }
}


/* Homepage hero after removal of the operations panel. */
@media (min-width: 901px) {
    .hero {
        min-height: 540px;
    }

    .hero__inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .hero__content {
        max-width: 850px;
    }
}
