:root {
    --blue: #102658
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 84px
}

body {
    font-family: Arial, "Helvetica Neue", sans-serif;
    color: #172033;
    background: #f6f7f9;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased
}

body.nav-open {
    overflow: hidden
}

img,
svg {
    display: block;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
select,
textarea {
    font: inherit
}

button {
    cursor: pointer
}

button,
input,
select,
textarea {
    border: 0
}

.skip-link {
    position: fixed;
    left: 12px;
    top: -80px;
    z-index: 999;
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px
}

.skip-link:focus {
    top: 12px
}

:focus-visible {
    outline: 3px solid #ec1956;
    outline-offset: 3px
}

.shell {
    width: min(1180px, calc(100% - 48px));
    margin: auto
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    color: #fff;
    transition: .25s
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 0 0 -100px;
    background: linear-gradient(180deg, rgba(16, 38, 88, 0.7) 0%, rgba(16, 38, 88, 0.25) 50%, rgba(16, 38, 88, 0) 100%);
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.25s
}

.site-header.is-scrolled::before {
    opacity: 0
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(14px);
    color: #102658;
    box-shadow: 0 1px 0 rgba(16, 38, 88, .12)
}

body.nav-open .site-header {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transition: none !important;
}

.header-inner {
    height: 82px;
    display: flex;
    align-items: center;
    gap: 32px
}

.brand {
    margin-right: auto
}

.brand img {
    width: 142px
}

.site-header:not(.is-scrolled) .brand img {
    filter: brightness(0) invert(1)
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 14px;
    font-weight: 700
}

.main-nav a {
    padding: 14px 0
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 700
}

.header-phone>span:first-child {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ec1956;
    color: #fff
}

.button {
    min-height: 52px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: -.01em;
    transition: .2s
}

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

.button-small {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px
}

.button-primary {
    background: #ec1956;
    color: #fff
}

.button-primary:hover {
    background: #c9003c
}

.button-ghost {
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff
}

.button-dark {
    background: #102658;
    color: #fff
}

.button-outline-light {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

.button-full {
    width: 100%;
    justify-content: space-between
}

.nav-toggle,
.nav-close {
    display: none
}

.hero {
    min-height: 760px;
    display: grid;
    grid-template-columns: 48% 52%;
    background: #102658;
    color: #fff
}

.hero-copy {
    display: flex;
    align-items: center;
    padding: 130px 6vw 70px
}

.hero-copy-inner {
    max-width: 610px;
    margin-left: auto
}

.kicker {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ec1956;
    font-weight: 800;
    margin-bottom: 20px
}

.kicker-light {
    color: #ff789e
}

.hero h1 {
    font-size: clamp(50px, 5.4vw, 82px);
    line-height: .96;
    letter-spacing: -.055em;
    max-width: 730px
}

.hero h1 em {
    font-style: normal;
    color: #ff477a
}

.hero-lead {
    font-size: 19px;
    max-width: 620px;
    color: rgba(255, 255, 255, .78);
    margin-top: 28px
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 34px
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
    font-size: 13px;
    color: rgba(255, 255, 255, .7)
}

.hero-proof span::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ec1956;
    margin-right: 9px
}

.hero-visual {
    position: relative;
    overflow: hidden;
    min-height: 640px
}

.hero-visual>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 38, 88, .90) 0%, rgba(16, 38, 88, 0) 25%), linear-gradient(90deg, rgba(16, 38, 88, .48), transparent 35%), linear-gradient(0deg, rgba(10, 19, 45, .38), transparent 55%)
}

.dispatch-card {
    position: absolute;
    right: 42px;
    bottom: 42px;
    width: min(420px, calc(100% - 84px));
    background: rgba(9, 23, 54, .78);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .22);
    padding: 24px;
    border-radius: 12px
}

.dispatch-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #5ce598;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(92, 229, 152, .12)
}

.dispatch-card p {
    margin: 18px 0;
    color: rgba(255, 255, 255, .78)
}

.route {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px
}

.route i {
    height: 1px;
    background: linear-gradient(90deg, #ec1956 50%, rgba(255, 255, 255, .25) 50%);
    background-size: 12px;
    width: 100%
}

.proof-bar {
    background: #fff;
    border-bottom: 1px solid #dde2ea
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.proof-grid div {
    padding: 26px 24px;
    border-right: 1px solid #e2e6ed
}

.proof-grid div:last-child {
    border: 0
}

.proof-grid strong {
    display: block;
    color: #102658;
    font-size: 22px
}

.proof-grid span {
    font-size: 12px;
    color: #697386
}

.section {
    padding: 112px 0
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px
}

.intro h2,
.section-head h2,
.park h2,
.careers h2,
.contact h2,
.fleet-copy h2 {
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1.02;
    letter-spacing: -.045em;
    color: #102658
}

.intro h2 span {
    color: #ec1956
}

.intro-copy {
    padding-top: 38px
}

.large-copy {
    font-size: 22px;
    line-height: 1.45;
    color: #26334a
}

.intro-copy>p+p {
    margin-top: 20px;
    color: #697386
}

.text-link {
    display: inline-flex;
    gap: 10px;
    margin-top: 28px;
    color: #102658;
    font-weight: 800;
    border-bottom: 1px solid #102658;
    padding-bottom: 4px
}

.services {
    background: #e9edf3
}

.section-head {
    display: grid;
    grid-template-columns: 1.4fr .7fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 52px
}

.section-head>p {
    color: #657085;
    font-size: 18px
}

.service-layout {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 16px
}

.service-card {
    background: #fff;
    min-height: 310px;
    padding: 32px;
    border: 1px solid #dfe4ec;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .25s
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #bdc6d4
}

.service-card-featured {
    grid-row: span 2;
    background: #102658;
    color: #fff;
    min-height: 636px;
    justify-content: flex-start
}

.service-art {
    height: 230px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 9px;
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 12px;
    color: #fff;
    font-size: 12px
}

.service-art-transport {
    position: relative;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    flex-grow: 1;
    min-height: 300px;
    margin-bottom: 15px
}

.service-art-transport img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px
}

.service-art i {
    height: 2px;
    background: repeating-linear-gradient(90deg, #ec1956 0 10px, rgba(255, 255, 255, .18) 10px 20px);
    flex: 1
}

.service-tag {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
    font-weight: 800;
    color: #ec1956;
    margin-bottom: 14px
}

.service-card h3 {
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: -.03em;
    color: #102658
}

.service-card-featured h3 {
    color: #fff;
    font-size: 35px
}

.service-card p:not(.service-tag) {
    color: #697386;
    margin-top: 14px
}

.service-card-featured p:not(.service-tag) {
    color: rgba(255, 255, 255, .7)
}

.service-card a {
    display: inline-block;
    margin-top: 22px;
    font-weight: 800;
    font-size: 14px
}

.mini-metric {
    margin-top: 30px;
    border-top: 1px solid #e0e5ed;
    padding-top: 18px
}

.mini-metric strong {
    font-size: 28px;
    color: #102658
}

.mini-metric span {
    display: block;
    color: #697386;
    font-size: 12px
}

.accent-card {
    background: #ec1956;
    color: #fff
}

.accent-card .service-tag,
.accent-card h3,
.accent-card p:not(.service-tag) {
    color: #fff
}

.fleet-section {
    background: #102658;
    color: #fff
}

.fleet-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: center
}

.fleet-copy h2 {
    color: #fff
}

.fleet-copy>p:not(.kicker) {
    color: rgba(255, 255, 255, .68);
    font-size: 18px;
    margin: 22px 0 28px
}

.fleet-tabs {
    display: grid;
    gap: 7px;
    margin-bottom: 28px
}

.fleet-tab {
    min-height: 48px;
    text-align: left;
    padding: 0 16px;
    background: transparent;
    border-left: 2px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .62)
}

.fleet-tab.is-active {
    background: rgba(255, 255, 255, .08);
    border-color: #ec1956;
    color: #fff
}

.fleet-stage {
    position: relative;
    min-height: 570px;
    border-radius: 14px;
    overflow: hidden
}

.fleet-stage img {
    width: 100%;
    height: 570px;
    object-fit: cover
}

.fleet-info {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: rgba(255, 255, 255, .92);
    color: #172033;
    padding: 24px;
    border-radius: 10px
}

.fleet-info>p:first-child {
    color: #ec1956;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em
}

.fleet-info h3 {
    font-size: 25px;
    color: #102658;
    margin: 8px 0
}

.fleet-info>p:last-child {
    color: #657085
}

.park {
    background: #fff
}

.park-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 80px;
    align-items: center
}

.park-visual {
    position: relative
}

.park-visual img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 12px
}

.image-note {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800
}

.park-copy .large-copy {
    margin: 24px 0 26px
}

.park-list {
    list-style: none;
    padding: 0
}

.park-list li {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-top: 1px solid #dfe4ec
}

.park-list strong {
    color: #102658
}

.park-list span {
    color: #697386
}

.park-copy .button {
    margin-top: 28px
}

.process {
    background: #f6f7f9
}

.process-grid {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #cfd6e1
}

.process-grid li {
    padding: 28px 34px 0 0
}

.process-grid span {
    color: #ec1956;
    font-size: 12px;
    font-weight: 800
}

.process-grid h3 {
    color: #102658;
    font-size: 23px;
    margin: 38px 0 10px
}

.process-grid p {
    color: #697386
}

.careers {
    background: #0d1c3d;
    color: #fff
}

.careers-head {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 44px
}

.careers h2 {
    color: #fff
}

.careers-head>p {
    color: rgba(255, 255, 255, .65);
    font-size: 18px
}

.job-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.job-card {
    height: 530px;
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.job-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.job-card:hover img {
    transform: scale(1.035)
}

.job-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 14, 35, .94), rgba(5, 14, 35, .04) 70%)
}

.job-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px
}

.job-content span,
.quick-jobs span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ff789e
}

.job-content h3 {
    font-size: 35px;
    line-height: 1.02;
    margin: 10px 0
}

.job-content p {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 18px
}

.job-content b {
    font-size: 14px
}

.quick-jobs {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    color: #172033;
    border-radius: 12px
}

.quick-jobs>div {
    padding: 26px 30px
}

.quick-jobs>div+div {
    border-left: 1px solid #dfe4ec
}

.quick-jobs h3 {
    color: #102658;
    margin: 6px 0
}

.quick-jobs p {
    color: #697386
}

.quick-jobs a {
    display: inline-block;
    margin-top: 14px;
    font-weight: 800
}

.benefit-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px
}

.benefit-line span {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, .75)
}

.contact {
    background: #eef1f5
}

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px
}

.contact-intro>p:not(.kicker) {
    font-size: 18px;
    color: #657085;
    margin: 24px 0 34px
}

.contact-direct {
    display: grid;
    gap: 12px
}

.contact-direct a {
    padding: 16px 0;
    border-top: 1px solid #cfd6e1
}

.contact-direct small {
    display: block;
    color: #7b8495
}

.contact-direct strong {
    color: #102658
}

.contact-intro address {
    font-style: normal;
    color: #657085;
    margin-top: 26px
}

.contact-card {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 18px 55px rgba(16, 38, 88, .1)
}

.contact-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #e9edf3;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 28px
}

.contact-tab {
    min-height: 46px;
    background: transparent;
    color: #657085;
    border-radius: 6px;
    font-weight: 800
}

.contact-tab.is-active {
    background: #102658;
    color: #fff
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.field {
    margin-bottom: 16px
}

.field label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #445067;
    margin-bottom: 7px
}

.field input,
.field select,
.field textarea {
    width: 100%;
    background: #f4f6f8;
    border: 1px solid #dbe1e9;
    border-radius: 7px;
    padding: 13px 14px;
    min-height: 49px
}

.field textarea {
    resize: vertical
}

.field.has-error input,
.field.has-error textarea {
    border-color: #ec1956
}

.field small {
    color: #c9003c;
    font-size: 11px
}

.consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: #657085;
    margin-bottom: 18px
}

.consent input {
    width: 18px;
    height: 18px;
    margin-top: 1px
}

.consent a {
    text-decoration: underline
}

.form-note,
.form-status {
    font-size: 12px;
    color: #7b8495;
    margin-top: 12px
}

.form-status {
    color: #102658;
    font-weight: 700
}

.footer {
    background: #08152f;
    color: #fff;
    padding: 70px 0 24px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 50px
}

.footer-grid img {
    filter: brightness(0) invert(1);
    margin-bottom: 18px
}

.footer-grid p {
    color: rgba(255, 255, 255, .55);
    max-width: 270px
}

.footer-grid h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #ff789e;
    margin-bottom: 16px
}

.footer-grid a {
    display: block;
    color: rgba(255, 255, 255, .7);
    padding: 6px 0
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .14);
    margin-top: 50px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .45);
    font-size: 12px
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: .65s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

@media(max-width:980px) {

    .desktop-cta,
    .main-nav {
        display: none
    }

    .nav-toggle {
        display: grid;
        width: 44px;
        height: 44px;
        place-content: center;
        gap: 6px;
        background: transparent;
        color: inherit
    }

    .nav-toggle span {
        width: 23px;
        height: 2px;
        background: currentColor
    }

    .main-nav.is-open {
        display: flex;
        position: fixed;
        inset: 0;
        background: #102658;
        color: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 110px 32px 30px;
        font-size: 24px
    }

    .nav-close {
        display: block;
        position: absolute;
        right: 24px;
        top: 22px;
        background: transparent;
        color: #fff;
        font-size: 42px
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: 0
    }

    .hero-copy {
        padding: 140px 24px 70px
    }

    .hero-copy-inner {
        margin: 0
    }

    .hero-visual {
        height: 560px
    }

    .proof-grid {
        grid-template-columns: 1fr 1fr
    }

    .intro-grid,
    .section-head,
    .fleet-grid,
    .park-grid,
    .careers-head,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

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

    .service-card-featured {
        grid-row: auto;
        grid-column: 1/-1;
        min-height: 520px
    }

    .job-card {
        height: 480px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .fleet-copy {
        max-width: 720px
    }
}

@media(max-width:620px) {
    .shell {
        width: min(100% - 32px, 1180px)
    }

    .header-inner {
        height: 68px
    }

    .brand img {
        width: 105px
    }

    .phone-label {
        display: none
    }

    .hero-copy {
        padding: 108px 16px 48px
    }

    .hero h1 {
        font-size: 44px
    }

    .hero-lead {
        font-size: 17px
    }

    .hero-actions {
        display: grid
    }

    .hero-proof {
        gap: 12px 18px
    }

    .hero-visual {
        height: 420px;
        min-height: 0
    }

    .dispatch-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        width: auto;
        padding: 18px
    }

    .dispatch-card p {
        font-size: 14px
    }

    .proof-grid {
        width: 100%;
        grid-template-columns: 1fr 1fr
    }

    .proof-grid div {
        padding: 20px 16px
    }

    .proof-grid strong {
        font-size: 18px
    }

    .section {
        padding: 76px 0
    }

    .intro-grid {
        gap: 24px
    }

    .intro-copy {
        padding: 0
    }

    .large-copy {
        font-size: 19px
    }

    .service-layout,
    .job-grid,
    .quick-jobs,
    .process-grid,
    .form-row {
        grid-template-columns: 1fr
    }

    .service-card-featured {
        grid-column: auto;
        min-height: 500px
    }

    .service-card {
        min-height: 270px;
        padding: 24px
    }

    .service-art-transport {
        min-height: 200px
    }

    .fleet-stage,
    .fleet-stage img {
        height: 470px;
        min-height: 470px
    }

    .fleet-info {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 18px
    }

    .park-visual img {
        height: 390px
    }

    .park-list li {
        grid-template-columns: 105px 1fr
    }

    .process-grid li {
        padding: 26px 0;
        border-bottom: 1px solid #dfe4ec
    }

    .process-grid h3 {
        margin: 18px 0 8px
    }

    .careers-head {
        gap: 20px
    }

    .job-card {
        height: 470px
    }

    .quick-jobs>div+div {
        border-left: 0;
        border-top: 1px solid #dfe4ec
    }

    .contact-card {
        padding: 20px
    }

    .contact-tabs {
        grid-template-columns: 1fr
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .footer-bottom {
        gap: 18px;
        flex-direction: column
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

.legal-page {
    padding-top: 140px;
    padding-bottom: 80px;
    line-height: 1.7;
    color: #26334a
}

.legal-page h1 {
    font-size: clamp(32px, 3.5vw, 48px);
    color: #102658;
    margin-bottom: 28px;
    letter-spacing: -.03em
}

.legal-page h2 {
    font-size: 24px;
    color: #102658;
    margin: 36px 0 14px;
    letter-spacing: -.02em
}

.legal-page h3 {
    font-size: 18px;
    color: #102658;
    margin: 28px 0 10px
}

.legal-page h4 {
    font-size: 16px;
    color: #102658;
    font-weight: 700;
    margin: 20px 0 8px
}

.legal-page p {
    margin-bottom: 16px
}

.legal-page ul {
    margin-bottom: 20px;
    padding-left: 20px
}

.legal-page li {
    margin-bottom: 8px
}

.legal-page a {
    color: #ec1956;
    text-decoration: underline
}

.legal-page a:hover {
    color: #c9003c
}

.legal-card {
    background: #fff;
    border: 1px solid #dfe4ec;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 18px rgba(16, 38, 88, .04)
}

.legal-card-blue {
    border-top: 4px solid #102658
}

.legal-card-red {
    border-top: 4px solid #ec1956
}

.legal-card-left-red {
    border-left: 4px solid #ec1956
}

.legal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px
}

@media(max-width:620px) {
    .legal-grid {
        grid-template-columns: 1fr
    }
}
