@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat-cyrillic-6fd02dd74afdd6a317035272abf554e6.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

/* Dock operations service page */
.dock-main {
    overflow: hidden;
    background: #fff;
}

.dock-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background: var(--navy-950);
    color: #fff;
}

.dock-hero__image,
.dock-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dock-hero__image {
    object-fit: cover;
    object-position: center 48%;
    filter: saturate(.9) contrast(1.04);
}

.dock-hero__overlay {
    background:
        linear-gradient(90deg, rgb(3 21 43 / 97%) 0%, rgb(3 21 43 / 91%) 38%, rgb(3 21 43 / 53%) 69%, rgb(3 21 43 / 27%) 100%),
        linear-gradient(0deg, rgb(3 21 43 / 56%), transparent 62%);
}

.dock-hero__content {
    position: relative;
    z-index: 1;
    padding-top: 34px;
    padding-bottom: 82px;
}

.dock-breadcrumbs {
    display: flex;
    margin-bottom: 70px;
    color: rgb(255 255 255 / 67%);
    font-size: 11px;
    align-items: center;
    gap: 9px;
}

.dock-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.dock-breadcrumbs a:hover {
    color: #fff;
}

.dock-hero h1,
.dock-section-heading h2,
.dock-workplaces h2,
.dock-process h2,
.dock-brief h2 {
    margin: 0;
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.dock-hero h1 {
    max-width: 720px;
    margin-top: 16px;
    color: #fff;
    font-size: clamp(56px, 7vw, 92px);
}

.dock-hero__content > p {
    max-width: 690px;
    margin: 26px 0 0;
    color: rgb(255 255 255 / 82%);
    font-size: 17px;
    line-height: 1.7;
}

.dock-hero__actions {
    display: flex;
    margin-top: 32px;
    gap: 12px;
    flex-wrap: wrap;
}

.dock-hero__actions .button {
    min-width: 196px;
}

.dock-assurance {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 108px;
    margin-top: -42px;
    border: 1px solid #d6e0ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 48px rgb(5 31 59 / 14%);
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dock-assurance article {
    display: flex;
    min-width: 0;
    padding: 24px 26px;
    border-right: 1px solid var(--line);
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.dock-assurance article:last-child {
    border-right: 0;
}

.dock-assurance strong {
    color: var(--orange-600);
    font-size: 20px;
    font-weight: 780;
    letter-spacing: -.03em;
}

.dock-assurance span {
    color: #435b75;
    font-size: 11px;
    line-height: 1.45;
}

.dock-services,
.dock-cargo {
    padding-top: 92px;
    padding-bottom: 94px;
}

.dock-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 54px;
}

.dock-section-heading > div {
    min-width: 0;
    flex: 1 1 auto;
}

.dock-section-heading h2,
.dock-workplaces h2,
.dock-process h2,
.dock-brief h2 {
    margin-top: 10px;
    color: var(--navy-950);
    font-size: clamp(34px, 4vw, 52px);
}

.dock-section-heading > p {
    max-width: none;
    margin: 0 0 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
}

.dock-services__grid {
    display: grid;
    margin-top: 36px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dock-services__grid article {
    position: relative;
    min-height: 245px;
    padding: 32px 32px 34px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.dock-services__grid article:hover {
    z-index: 1;
    background: #f7f9fc;
    box-shadow: 0 18px 38px rgb(6 31 63 / 9%);
    transform: translateY(-3px);
}

.dock-services__grid article > span {
    display: block;
    color: var(--orange-600);
    font-size: 11px;
    font-weight: 780;
    letter-spacing: .12em;
}

.dock-services__grid h3 {
    max-width: 300px;
    margin: 35px 0 11px;
    color: var(--navy-950);
    font-size: 20px;
    font-weight: 730;
    line-height: 1.25;
}

.dock-services__grid p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.dock-workplaces {
    padding: 84px 0;
    background: var(--navy-950);
}

.dock-workplaces__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    align-items: center;
    gap: 72px;
}

.dock-workplaces__media {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-radius: 12px;
    background: #0b3159;
}

.dock-workplaces__media::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

.dock-workplaces__media img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    object-position: center;
}

.dock-workplaces__media > span {
    position: absolute;
    right: 18px;
    bottom: 18px;
    padding: 10px 13px;
    border-radius: 5px;
    background: rgb(4 28 56 / 86%);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dock-workplaces h2 {
    color: #fff;
}

.dock-workplaces__copy > p {
    margin: 20px 0 0;
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    line-height: 1.7;
}

.dock-workplaces ul {
    display: grid;
    margin: 30px 0 0;
    padding: 0;
    border-top: 1px solid rgb(255 255 255 / 14%);
    list-style: none;
}

.dock-workplaces li {
    display: grid;
    padding: 17px 0;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    grid-template-columns: minmax(150px, .75fr) 1.25fr;
    gap: 20px;
}

.dock-workplaces li b {
    color: #fff;
    font-size: 12px;
}

.dock-workplaces li span {
    color: rgb(255 255 255 / 63%);
    font-size: 11px;
    line-height: 1.5;
}

.dock-cargo {
    padding-bottom: 82px;
}

.dock-cargo__list {
    display: flex;
    margin-top: 34px;
    gap: 10px;
    flex-wrap: wrap;
}

.dock-cargo__list span {
    padding: 15px 20px;
    border: 1px solid #d8e1e9;
    border-radius: 999px;
    background: #f8fafc;
    color: var(--navy-950);
    font-size: 12px;
    font-weight: 650;
}

.dock-process {
    padding: 82px 0 88px;
    background: #f2f5f8;
}

.dock-process__steps {
    display: grid;
    margin: 38px 0 0;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
}

.dock-process__steps li {
    position: relative;
    padding: 0 27px 0 0;
}

.dock-process__steps li::after {
    position: absolute;
    top: 20px;
    right: 10px;
    left: 52px;
    height: 1px;
    background: #b8c8d8;
    content: "";
}

.dock-process__steps li:last-child::after {
    display: none;
}

.dock-process__steps li > span {
    display: grid;
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--navy-900);
    color: #fff;
    font-size: 12px;
    font-weight: 760;
    place-items: center;
}

.dock-process__steps h3 {
    margin: 24px 0 9px;
    color: var(--navy-950);
    font-size: 16px;
    font-weight: 730;
    line-height: 1.35;
}

.dock-process__steps p {
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.65;
}

.dock-brief {
    display: grid;
    padding-top: 78px;
    padding-bottom: 72px;
    grid-template-columns: minmax(310px, .72fr) 1.28fr;
    align-items: start;
    gap: 70px;
}

.dock-brief ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    gap: 12px;
}

.dock-brief li {
    position: relative;
    min-height: 62px;
    padding: 20px 20px 18px 48px;
    border: 1px solid var(--line);
    border-radius: 9px;
    color: #3f5872;
    font-size: 12px;
    line-height: 1.45;
}

.dock-brief li::before {
    position: absolute;
    top: 21px;
    left: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--orange-600);
    box-shadow: inset 0 0 0 5px #fff;
    content: "";
}

.dock-faq {
    padding-top: 0;
}

.dock-quote {
    margin-top: 78px;
}

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

    .dock-workplaces__inner {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

    .dock-process__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 34px 0;
    }

    .dock-process__steps li:nth-child(3)::after {
        display: none;
    }
}

@media (max-width: 760px) {
    .dock-hero {
        min-height: 610px;
    }

    .dock-hero__image {
        object-position: 61% center;
    }

    .dock-hero__overlay {
        background: linear-gradient(90deg, rgb(3 21 43 / 95%), rgb(3 21 43 / 68%));
    }

    .dock-hero__content {
        padding-top: 24px;
        padding-bottom: 72px;
    }

    .dock-breadcrumbs {
        margin-bottom: 58px;
    }

    .dock-hero h1 {
        font-size: clamp(52px, 16vw, 72px);
    }

    .dock-hero__content > p {
        font-size: 15px;
        line-height: 1.65;
    }

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

    .dock-hero__actions .button {
        width: 100%;
    }

    .dock-assurance {
        width: calc(100% - 28px);
        margin-top: -28px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dock-assurance article {
        padding: 18px;
    }

    .dock-assurance article:nth-child(2) {
        border-right: 0;
    }

    .dock-assurance article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .dock-services,
    .dock-cargo {
        padding-top: 60px;
        padding-bottom: 62px;
    }

    .dock-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .dock-section-heading h2,
    .dock-workplaces h2,
    .dock-process h2,
    .dock-brief h2 {
        font-size: 34px;
    }

    .dock-services__grid {
        margin-top: 28px;
        grid-template-columns: 1fr;
    }

    .dock-services__grid article {
        min-height: 0;
        padding: 26px 24px 28px;
    }

    .dock-services__grid h3 {
        margin-top: 20px;
        font-size: 18px;
    }

    .dock-workplaces {
        padding: 60px 0;
    }

    .dock-workplaces__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .dock-workplaces__media,
    .dock-workplaces__media img {
        min-height: 330px;
    }

    .dock-workplaces li {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .dock-cargo__list span {
        width: 100%;
        padding: 13px 17px;
        border-radius: 8px;
    }

    .dock-process {
        padding: 60px 0 64px;
    }

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

    .dock-process__steps li {
        display: grid;
        min-height: 112px;
        padding: 18px 0;
        border-bottom: 1px solid #d7e0e8;
        grid-template-columns: 54px 1fr;
    }

    .dock-process__steps li::after,
    .dock-process__steps li:nth-child(3)::after {
        display: block;
        top: 60px;
        right: auto;
        bottom: -20px;
        left: 20px;
        width: 1px;
        height: auto;
    }

    .dock-process__steps li:last-child::after {
        display: none;
    }

    .dock-process__steps h3 {
        margin: 3px 0 6px;
    }

    .dock-process__steps p {
        grid-column: 2;
    }

    .dock-brief {
        padding-top: 58px;
        padding-bottom: 56px;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .dock-brief ul {
        grid-template-columns: 1fr;
    }

    .dock-quote {
        margin-top: 58px;
    }
}

/* Страница контактов. */
.contacts-main {
    min-height: 72vh;
    padding-bottom: 104px;
    background: #fff;
}

.contacts-hero {
    padding-top: 38px;
}

.contacts-hero .car-service-breadcrumbs {
    margin-bottom: 68px;
}

.contacts-heading {
    margin-bottom: 42px;
}

.contacts-heading h1 {
    margin: 9px 0 0;
    color: var(--navy-950);
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 780;
    letter-spacing: -.055em;
    line-height: .98;
}

.contacts-heading > p {
    margin: 0;
    color: #435a73;
    font-size: 17px;
    line-height: 1.75;
    text-wrap: pretty;
}

.contacts-card {
    display: grid;
    overflow: hidden;
    border: 1px solid rgb(6 43 85 / 9%);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 28px 70px rgb(6 43 85 / 12%);
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
}

.contacts-card__primary {
    padding: clamp(42px, 5vw, 68px);
    background:
        linear-gradient(145deg, rgb(255 255 255 / 4%), transparent 42%),
        linear-gradient(115deg, var(--navy-950), var(--navy-900));
    color: #fff;
}

.contacts-label {
    color: rgb(255 255 255 / 58%);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.contacts-phone {
    display: block;
    width: fit-content;
    margin-top: 10px;
    color: #fff;
    font-size: clamp(30px, 3.3vw, 50px);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1.12;
    text-decoration: none;
    transition: color 180ms ease;
}

.contacts-phone:hover {
    color: var(--orange-500);
}

.contacts-phone:focus-visible,
.messenger-button:focus-visible,
.contacts-detail a:focus-visible {
    outline: 3px solid var(--orange-500);
    outline-offset: 4px;
}

.contacts-availability {
    display: flex;
    margin: 16px 0 0;
    color: rgb(255 255 255 / 70%);
    align-items: center;
    gap: 9px;
    font-size: 13px;
}

.contacts-availability > span {
    width: 8px;
    height: 8px;
    border: 2px solid rgb(255 255 255 / 45%);
    border-radius: 50%;
    background: #4ed28a;
    box-shadow: 0 0 0 4px rgb(78 210 138 / 12%);
}

.contacts-messengers {
    margin-top: 58px;
}

.contacts-messengers h2 {
    margin: 0 0 17px;
    color: rgb(255 255 255 / 78%);
    font-size: 13px;
    font-weight: 650;
}

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

.messenger-button {
    display: grid;
    min-width: 0;
    min-height: 52px;
    padding: 9px 11px;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 11px;
    background: rgb(255 255 255 / 7%);
    color: #fff;
    cursor: default;
    font: inherit;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    text-align: left;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.messenger-button svg,
.messenger-button__max-icon {
    display: grid;
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 7px;
    background: rgb(255 255 255 / 10%);
    fill: currentColor;
    place-items: center;
}

.messenger-button__max-icon {
    padding: 0;
    font-size: 12px;
    font-weight: 800;
}

.messenger-button > span:nth-child(2) {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.messenger-button strong {
    font-size: 11px;
    font-weight: 720;
}

.messenger-button small {
    overflow: hidden;
    color: rgb(255 255 255 / 55%);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.messenger-button__arrow {
    color: rgb(255 255 255 / 42%);
    font-size: 13px;
}

.messenger-button--max {
    cursor: default;
}

.messenger-button--max small {
    color: rgb(255 255 255 / 42%);
}

.contacts-details {
    display: grid;
    margin: 0;
    padding: 0 clamp(38px, 4.3vw, 64px);
    align-content: center;
}

.contacts-detail {
    padding: 34px 0;
    border-bottom: 1px solid var(--line);
}

.contacts-detail:last-child {
    border-bottom: 0;
}

.contacts-detail dt {
    display: flex;
    color: var(--muted);
    align-items: center;
    gap: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contacts-detail__icon {
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--orange-100);
    color: var(--orange-600);
    place-items: center;
}

.contacts-detail__icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.contacts-detail dd {
    margin: 13px 0 0 46px;
    color: var(--navy-950);
    font-size: clamp(19px, 2vw, 25px);
    font-weight: 680;
    letter-spacing: -.025em;
    line-height: 1.38;
}

.contacts-detail address {
    font: inherit;
}

.contacts-detail a {
    color: inherit;
    text-decoration-color: rgb(242 101 34 / 35%);
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    transition: color 180ms ease, text-decoration-color 180ms ease;
}

.contacts-detail a:hover {
    color: var(--orange-600);
    text-decoration-color: currentColor;
}

@media (max-width: 1050px) {
    .contacts-card {
        grid-template-columns: 1fr;
    }

    .contacts-details {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }

    .contacts-detail,
    .contacts-detail:last-child {
        padding: 32px 28px;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .contacts-detail:first-child {
        padding-left: 0;
    }

    .contacts-detail:last-child {
        padding-right: 0;
        border-right: 0;
    }

    .contacts-detail dd {
        margin-left: 0;
        font-size: 18px;
    }
}

@media (max-width: 760px) {
    .contacts-main {
        padding-bottom: 64px;
    }

    .contacts-hero {
        padding-top: 24px;
    }

    .contacts-hero .car-service-breadcrumbs {
        margin-bottom: 42px;
    }

    .contacts-heading {
        margin-bottom: 28px;
    }

    .contacts-heading h1 {
        font-size: clamp(44px, 14vw, 62px);
    }

    .contacts-heading > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .contacts-card {
        border-radius: 13px;
    }

    .contacts-card__primary {
        padding: 32px 22px 28px;
    }

    .contacts-phone {
        font-size: clamp(27px, 8vw, 38px);
    }

    .contacts-messengers {
        margin-top: 44px;
    }

    .contacts-messengers__list {
        grid-template-columns: 1fr;
    }

    .messenger-button {
        min-height: 50px;
        padding: 8px 11px;
    }

    .messenger-button strong {
        font-size: 12px;
    }

    .messenger-button small {
        font-size: 9px;
    }

    .contacts-details {
        padding: 10px 22px;
        grid-template-columns: 1fr;
    }

    .contacts-detail,
    .contacts-detail:first-child,
    .contacts-detail:last-child {
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .contacts-detail:last-child {
        border-bottom: 0;
    }

    .contacts-detail dd {
        margin: 11px 0 0 46px;
        font-size: 18px;
    }
}

.contacts-list {
    width: min(100%, 980px);
    margin: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.contacts-list__item {
    padding: 28px 0 30px;
    border-bottom: 1px solid var(--line);
}

.contacts-list__item:last-child {
    border-bottom: 0;
}

.contacts-list__item dt {
    margin: 0 0 9px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.contacts-list__item dd {
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(19px, 2.2vw, 27px);
    font-weight: 680;
    letter-spacing: -.025em;
    line-height: 1.4;
}

.contacts-list__item address {
    font: inherit;
}

.contacts-list__item dd > a {
    color: inherit;
    text-decoration: none;
}

.contacts-list__item dd > a:hover {
    color: var(--orange-600);
}

.contacts-list__item dd > small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}

.contacts-list__item--messengers {
    padding-bottom: 34px;
}

.contacts-list__hidden-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.contacts-list__item--messengers dd {
    width: min(100%, 340px);
}

.contacts-list__item--consultation {
    padding-block: 34px 38px;
}

.contacts-list__item--consultation dd {
    width: 100%;
}

.contacts-list__item--consultation p {
    margin: 0;
    color: #435a73;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7;
}

.contacts-list__item--consultation .button {
    margin-top: 22px;
}

.contacts-list .contacts-messengers__list {
    grid-template-columns: 1fr;
    gap: 12px;
}

.contacts-list .messenger-button {
    min-height: 58px;
    padding: 9px 13px;
    border-color: var(--line);
    background: #fff;
    box-shadow: 0 5px 16px rgb(6 43 85 / 6%);
    color: var(--navy-950);
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 11px;
}

.contacts-list .messenger-button svg,
.contacts-list .messenger-button__max-icon {
    width: 28px;
    height: 28px;
    background: var(--surface-soft);
}

.contacts-list .messenger-button strong {
    font-size: 18px;
    line-height: 1.15;
}

.contacts-list .messenger-button small {
    font-size: 13px;
    line-height: 1.25;
}

.contacts-list .messenger-button--telegram svg {
    color: #229ed9;
}

.contacts-list .messenger-button--whatsapp svg {
    color: #1fad57;
}

.contacts-list .messenger-button small,
.contacts-list .messenger-button__arrow {
    color: var(--muted);
}

.contacts-list .messenger-button--max {
    color: #425a76;
}

@media (hover: hover) and (pointer: fine) {
    .contacts-list .messenger-button--telegram:hover {
        border-color: rgb(34 158 217 / 42%);
        background: rgb(34 158 217 / 6%);
    }

    .contacts-list .messenger-button--whatsapp:hover {
        border-color: rgb(31 173 87 / 40%);
        background: rgb(31 173 87 / 6%);
    }
}

@media (max-width: 760px) {
    .contacts-list__item {
        padding: 22px 0 24px;
    }

    .contacts-list__item dd {
        font-size: 18px;
    }

    .contacts-list__item--messengers {
        padding-bottom: 26px;
    }

    .contacts-list__item--consultation {
        padding-block: 27px 30px;
    }

    .contacts-list__item--consultation p {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dock-services__grid article {
        transition: none;
    }

    .dock-services__grid article:hover {
        transform: none;
    }
}

/* Prices page */
.prices-main {
    overflow: hidden;
    background: #fff;
}

.prices-hero {
    min-height: 390px;
    background: #fff;
    color: var(--navy-950);
}

.prices-hero__copy {
    display: flex;
    min-height: 390px;
    padding: 34px 0 40px;
    align-items: center;
    justify-content: flex-start;
}

.prices-hero__content {
    width: 100%;
}

.prices-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 46px;
    color: var(--muted);
    font-size: 12px;
}

.prices-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.prices-breadcrumbs a:hover {
    color: var(--orange-600);
}

.prices-hero h1 {
    max-width: 760px;
    margin: 14px 0 18px;
    color: var(--navy-950);
    font-size: clamp(44px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -.045em;
}

.prices-hero__content > p {
    max-width: none;
    margin: 0;
    color: #465e7a;
    font-size: 18px;
    line-height: 1.6;
}

.prices-hero .button {
    margin-top: 28px;
}

.prices-section {
    padding-top: 42px;
    padding-bottom: 78px;
}

.prices-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

.prices-heading > div {
    min-width: 0;
    flex: 1 1 auto;
}

.prices-heading h2,
.prices-payment h2 {
    margin: 10px 0 0;
    color: var(--navy-950);
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.04;
    letter-spacing: -.035em;
}

.prices-heading > p {
    max-width: none;
    margin: 0 0 4px;
    color: var(--muted);
    line-height: 1.65;
}

.prices-table-shell {
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 55px rgb(4 28 56 / 8%);
}

.prices-route-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 34px;
}

.prices-route h3 {
    margin: 0;
    color: var(--navy-950);
    font-size: 23px;
    line-height: 1.25;
}

.prices-route__term {
    white-space: nowrap;
}

.prices-route .prices-table-shell {
    margin-top: 14px;
}

.prices-table {
    width: 100%;
    border-collapse: collapse;
}

.prices-table thead {
    background: var(--navy-950);
    color: #fff;
}

.prices-table th,
.prices-table td {
    padding: 17px 24px;
    text-align: left;
}

.prices-table th {
    color: rgb(255 255 255 / 74%);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.prices-table tbody tr {
    border-bottom: 1px solid var(--line);
    transition: background-color .2s ease;
}

.prices-table tbody tr:last-child {
    border-bottom: 0;
}

.prices-table tbody tr:hover {
    background: #f7f9fc;
}

.prices-table td {
    color: var(--muted);
    font-size: 15px;
}

.prices-table td:first-child {
    width: 52%;
    color: var(--navy-950);
}

.prices-table td b {
    color: var(--orange-600);
    white-space: nowrap;
}

.car-service-quote.prices-quote {
    margin-top: 34px;
    margin-bottom: 0;
    scroll-margin-top: 220px;
}

.car-quote-form.prices-quote-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prices-payment {
    padding: 72px 0 82px;
    background: #fff;
}

.prices-payment__intro {
    max-width: 760px;
}

.prices-payment__intro > p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.payment-card {
    min-height: 220px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 35px rgb(4 28 56 / 5%);
}

.payment-card__mark {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: #eaf1f8;
    color: var(--navy-900);
    font-size: 24px;
    font-weight: 800;
}

.payment-card__mark--small {
    font-size: 13px;
    letter-spacing: .04em;
}

.payment-card h3 {
    margin: 24px 0 10px;
    color: var(--navy-950);
    font-size: 19px;
}

.payment-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 1000px) {
    .prices-hero {
        min-height: auto;
    }

    .prices-hero__copy {
        min-height: 360px;
        padding: 42px 0 40px;
    }

    .prices-hero__content {
        width: 100%;
    }

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

@media (max-width: 760px) {
    .prices-hero {
        min-height: auto;
    }

    .prices-hero__copy {
        min-height: 0;
        padding: 32px 0 24px;
    }

    .prices-breadcrumbs {
        margin-bottom: 34px;
    }

    .prices-hero h1 {
        font-size: clamp(39px, 12vw, 52px);
    }

    .prices-hero .button {
        width: 100%;
    }

    .prices-hero__content > p {
        font-size: 16px;
    }

    .prices-section,
    .prices-payment {
        padding-top: 52px;
        padding-bottom: 58px;
    }

    .prices-section {
        padding-top: 32px;
    }

    .prices-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .prices-heading h2,
    .prices-payment h2 {
        font-size: 34px;
    }

    .prices-route-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 30px;
    }

    .prices-route h3 {
        font-size: 20px;
    }

    .prices-table-shell {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .prices-table,
    .prices-table tbody {
        display: block;
    }

    .prices-table thead {
        display: none;
    }

    .prices-table tbody {
        display: grid;
        gap: 12px;
    }

    .prices-table tbody tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: hidden;
        border: 1px solid var(--line);
        border-radius: 11px;
        background: #fff;
        box-shadow: 0 8px 24px rgb(4 28 56 / 5%);
    }

    .prices-table td,
    .prices-table td:first-child {
        display: block;
        width: auto;
        padding: 12px 14px;
    }

    .prices-table td:first-child {
        grid-column: 1 / -1;
        padding-top: 16px;
        padding-bottom: 14px;
        border-bottom: 1px solid var(--line);
    }

    .prices-table td::before {
        display: block;
        margin-bottom: 4px;
        color: #8491a1;
        content: attr(data-label);
        font-size: 8px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .prices-route .prices-table tbody tr {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    }

    .prices-route .prices-table td:first-child {
        grid-column: auto;
        padding: 12px 14px;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .car-service-quote.prices-quote {
        width: 100%;
        padding: 30px 20px;
        scroll-margin-top: 140px;
    }

    .prices-quote h2 {
        font-size: 28px;
    }

    .car-quote-form.prices-quote-form {
        grid-template-columns: 1fr;
    }

    .prices-quote-form .car-quote-form__consent,
    .prices-quote-form .form-status {
        grid-column: 1;
    }

    .prices-quote-form input:not([type="checkbox"]) {
        font-size: 16px;
    }

    .prices-quote-form .button {
        width: 100%;
    }

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

    .payment-card {
        min-height: 0;
    }
}

/* Cargo transportation service page */
.cargo-service-page .cargo-service-hero__media::after {
    background: linear-gradient(90deg, #fff 0%, #fff 35%, rgb(255 255 255 / 91%) 44%, rgb(255 255 255 / 28%) 60%, transparent 74%);
}

.cargo-service-page .cargo-service-hero__media img {
    object-position: center 58%;
}

.cargo-assurance-strip svg {
    width: 34px;
    height: 34px;
    color: var(--navy-900);
    fill: none;
    flex: 0 0 auto;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.cargo-types-mosaic {
    display: grid;
    margin-top: 58px;
    grid-auto-rows: 210px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px;
}

.cargo-type-card {
    position: relative;
    min-width: 0;
    border-radius: 10px;
    background: var(--navy-950);
    box-shadow: 0 10px 28px rgb(10 40 72 / 9%);
    overflow: hidden;
    isolation: isolate;
}

.cargo-type-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgb(2 22 45 / 82%) 100%);
    content: "";
    pointer-events: none;
}

.cargo-type-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.cargo-type-card:hover img {
    transform: scale(1.025);
}

.cargo-type-card > div {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 22px;
    color: #fff;
}

.cargo-type-card h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 730;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.cargo-type-card p {
    margin: 6px 0 0;
    color: rgb(255 255 255 / 80%);
    font-size: 11px;
    line-height: 1.45;
}

.cargo-type-card--general {
    grid-column: 1 / 7;
    grid-row: 1 / 3;
}

.cargo-type-card--equipment {
    grid-column: 7 / 10;
    grid-row: 1;
}

.cargo-type-card--commercial {
    grid-column: 10 / 13;
    grid-row: 1 / 3;
}

.cargo-type-card--refrigerated {
    grid-column: 7 / 10;
    grid-row: 2;
}

.cargo-type-card--machinery {
    grid-column: 1 / 6;
    grid-row: 3;
}

.cargo-type-card--oversized {
    grid-column: 6 / 10;
    grid-row: 3;
}

.cargo-type-card--palletized {
    grid-column: 10 / 13;
    grid-row: 3;
}

.cargo-process__steps {
    position: relative;
    display: grid;
    margin: 34px 0 0;
    padding: 0;
    gap: 0;
    list-style: none;
}

.cargo-process__steps li {
    position: relative;
    display: grid;
    padding: 24px 28px 24px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: start;
}

.cargo-process__steps li:first-child {
    border-top: 1px solid var(--line);
}

.cargo-process__steps li::after {
    position: absolute;
    top: 66px;
    bottom: -18px;
    left: 22px;
    width: 1px;
    background: #b8c9da;
    content: "";
}

.cargo-process__steps li:last-child::after {
    display: none;
}

.cargo-process__steps li > span {
    display: grid;
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--navy-900);
    box-shadow: 0 0 0 1px #b8c9da;
    color: #fff;
    font-size: 13px;
    font-weight: 760;
    place-items: center;
}

.cargo-process__steps h3 {
    margin: 0;
    color: var(--navy-950);
    font-size: 18px;
    font-weight: 720;
    line-height: 1.35;
}

.cargo-process__steps p {
    max-width: 1060px;
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.cargo-control-grid {
    display: grid;
    margin-top: 42px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.cargo-control-grid article {
    display: flex;
    min-height: 360px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgb(20 52 87 / 6%);
    flex-direction: column;
    overflow: hidden;
}

.cargo-control-grid img {
    width: 100%;
    height: 220px;
    min-height: 0;
    object-fit: cover;
}

.cargo-control-grid article > div {
    display: flex;
    padding: 24px 25px 27px;
    flex: 1;
    justify-content: center;
    flex-direction: column;
}

.cargo-control-grid h3 {
    margin: 0;
    color: var(--navy-950);
    font-size: 16px;
    font-weight: 720;
    line-height: 1.3;
}

.cargo-control-grid p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.65;
}

@media (max-width: 1050px) {
    .cargo-types-mosaic {
        grid-auto-rows: 190px;
    }

}

@media (max-width: 760px) {
    .cargo-service-page .cargo-service-hero__media::after {
        display: none;
    }

    .cargo-service-page .cargo-service-hero__media img {
        object-position: center;
    }

    .cargo-types-mosaic {
        width: calc(100% - 28px);
        margin-top: 34px;
        grid-auto-rows: 210px;
        grid-template-columns: 1fr;
    }

    .cargo-type-card--general,
    .cargo-type-card--equipment,
    .cargo-type-card--commercial,
    .cargo-type-card--refrigerated,
    .cargo-type-card--machinery,
    .cargo-type-card--oversized,
    .cargo-type-card--palletized {
        grid-column: 1;
        grid-row: auto;
    }

    .cargo-process__steps li {
        padding: 20px 0;
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .cargo-process__steps li::after {
        top: 60px;
        left: 20px;
    }

    .cargo-process__steps li > span {
        width: 40px;
        height: 40px;
    }

    .cargo-process__steps h3 {
        font-size: 16px;
    }

    .cargo-process__steps p {
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.7;
    }

    .cargo-control-grid {
        grid-template-columns: 1fr;
    }

    .cargo-control-grid article {
        min-height: 0;
    }

    .cargo-control-grid img {
        height: 210px;
        min-height: 0;
    }

    .cargo-control-grid article > div {
        padding: 22px 20px 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cargo-type-card img {
        transition: none;
    }

    .cargo-type-card:hover img {
        transform: none;
    }
}

/* Dock operations page — simplified editorial layout */
.dock-service-page .dock-hero {
    min-height: 0;
    background: #fff;
    color: var(--navy-950);
}

.dock-service-page .dock-hero__inner {
    display: grid;
    min-height: 590px;
    grid-template-columns: minmax(0, 55%) minmax(0, 45%);
    overflow: hidden;
}

.dock-service-page .dock-hero__media {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.dock-service-page .dock-hero__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 92%) 10%, rgb(255 255 255 / 46%) 26%, transparent 44%);
    content: "";
    pointer-events: none;
}

.dock-service-page .dock-hero__image {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
}

.dock-service-page .dock-hero__content {
    position: relative;
    z-index: 1;
    padding: 34px 38px 82px 0;
    box-sizing: border-box;
}

.dock-service-page .dock-breadcrumbs {
    margin-bottom: 68px;
    color: #65758a;
}

.dock-service-page .dock-breadcrumbs a:hover {
    color: var(--orange-600);
}

.dock-service-page .dock-hero h1 {
    max-width: 700px;
    margin-top: 16px;
    color: var(--navy-950);
    font-size: clamp(54px, 7vw, 92px);
}

.dock-service-page .dock-hero__content > p {
    max-width: 710px;
    margin-top: 30px;
    color: #334e69;
    font-size: 20px;
    line-height: 1.65;
}

.dock-service-page .dock-services {
    padding-top: 82px;
}

.dock-service-page .dock-section-heading h2,
.dock-service-page .dock-works .car-works__heading h2 {
    margin-top: 0;
}

.dock-services__list {
    display: grid;
    margin: 40px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 72px;
    list-style: none;
}

.dock-services__list li {
    display: grid;
    min-width: 0;
    padding: 0;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
}

.dock-services__list li::before {
    width: 9px;
    height: 9px;
    margin-top: 8px;
    border: 2px solid #71869b;
    border-radius: 50%;
    content: "";
}

.dock-services__list li > div {
    display: block;
}

.dock-services__list h3 {
    margin: 0;
    color: var(--navy-950);
    font-size: 20px;
    font-weight: 730;
    line-height: 1.35;
}

.dock-services__list p {
    max-width: 680px;
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.dock-service-page .dock-works {
    padding-top: 80px;
    padding-bottom: 84px;
}

.work-carousel-shell {
    position: relative;
}

.work-carousel-arrow {
    position: absolute;
    z-index: 3;
    top: calc(50% - 4px);
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid #cbd7e3;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 22px rgb(4 28 56 / 12%);
    color: var(--navy-900);
    cursor: pointer;
    font-size: 20px;
    transform: translateY(-50%);
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, opacity 160ms ease;
    place-items: center;
}

.work-carousel-arrow--previous {
    left: -59px;
}

.work-carousel-arrow--next {
    right: -59px;
}

.work-carousel-arrow:hover:not(:disabled) {
    border-color: var(--navy-900);
    background: var(--navy-900);
    color: #fff;
}

.work-carousel-arrow:focus-visible {
    outline: 3px solid rgb(255 116 23 / 30%);
    outline-offset: 3px;
}

.work-carousel-arrow:disabled {
    cursor: default;
    opacity: .3;
}

.dock-service-page .dock-faq {
    padding-top: 80px;
}

.dock-service-page .dock-quote {
    margin-top: 18px;
}

@media (max-width: 900px) {
    .dock-services__list li {
        grid-template-columns: 62px minmax(210px, .8fr) 1.2fr;
        column-gap: 20px;
    }
}

@media (max-width: 760px) {
    .dock-service-page .dock-hero {
        min-height: 0;
    }

    .dock-service-page .dock-hero__inner {
        display: flex;
        min-height: 0;
        flex-direction: column;
        overflow: visible;
    }

    .dock-service-page .dock-hero__content {
        padding: 24px 0 34px;
        order: 1;
    }

    .dock-service-page .dock-hero__media {
        position: relative;
        width: calc(100% + 32px);
        height: auto;
        margin-inline: -16px;
        aspect-ratio: 1732 / 908;
        order: 2;
    }

    .dock-service-page .dock-hero__media::after {
        display: none;
    }

    .dock-service-page .dock-hero__image {
        object-fit: contain;
        object-position: center;
        transform: none;
    }

    .dock-service-page .dock-breadcrumbs {
        margin-bottom: 48px;
    }

    .dock-service-page .dock-hero h1 {
        font-size: clamp(45px, 14vw, 62px);
        line-height: 1.02;
    }

    .dock-service-page .dock-hero__content > p {
        margin-top: 24px;
        font-size: 17px;
        line-height: 1.65;
    }

    .dock-service-page .dock-services {
        padding-top: 58px;
    }

    .dock-services__list {
        margin-top: 28px;
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .dock-services__list li {
        grid-template-columns: 16px 1fr;
        gap: 13px;
    }

    .dock-services__list h3 {
        font-size: 18px;
    }

    .dock-services__list p {
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.7;
    }

    .dock-service-page .dock-works,
    .dock-service-page .dock-faq {
        padding-top: 58px;
        padding-bottom: 60px;
    }

    .work-carousel-shell {
        padding-inline: 34px;
    }

    .work-carousel-arrow {
        top: calc(50% - 4px);
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .work-carousel-arrow--previous {
        left: -8px;
    }

    .work-carousel-arrow--next {
        right: -8px;
    }

    .dock-service-page .dock-quote {
        margin-top: 0;
    }
}

/* Car transportation service page */
.equipment-service-page .equipment-hero .car-service-hero__inner {
    min-height: 590px;
}

.equipment-service-page .equipment-hero .car-service-hero__copy {
    width: 58%;
    padding-bottom: 84px;
}

.equipment-service-page .equipment-hero h1 {
    max-width: 760px;
}

.equipment-service-page .equipment-hero .equipment-hero__media::after {
    background: linear-gradient(90deg, #fff 0%, #fff 36%, rgb(255 255 255 / 94%) 45%, rgb(255 255 255 / 62%) 57%, rgb(255 255 255 / 12%) 73%, transparent 84%);
}

.equipment-service-page .equipment-hero .equipment-hero__media img {
    object-position: center;
}

.equipment-scope {
    padding-block: 74px;
    background: #fff;
    color: var(--navy-950);
}

.equipment-scope__inner {
    display: block;
}

.equipment-scope h2 {
    max-width: none;
    margin-top: 14px;
    color: var(--navy-950);
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.03;
}

.equipment-scope ul {
    display: grid;
    margin: 42px 0 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 72px;
    list-style: none;
}

.equipment-scope li {
    position: relative;
    padding: 17px 0 17px 26px;
    border-bottom: 1px solid var(--line);
    color: #334e69;
    font-size: 15px;
    line-height: 1.55;
}

.equipment-scope li::before {
    position: absolute;
    top: 25px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange-500);
    content: "";
}

.equipment-service-page .equipment-services {
    padding-top: 90px;
    border-top: 0;
}

.equipment-section-heading {
    display: block;
    width: 100%;
    max-width: none;
    text-align: left;
}

.equipment-section-heading h2 {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: left;
}

.equipment-services__list {
    margin-top: 44px;
}

.equipment-service-page .equipment-works {
    margin-top: 86px;
    background: #fff;
    box-shadow: none;
    clip-path: none;
}

.equipment-service-page .equipment-faq {
    padding-top: 80px;
}

@media (max-width: 760px) {
    .equipment-service-page .equipment-hero .car-service-hero__inner {
        min-height: 0;
    }

    .equipment-service-page .equipment-hero .car-service-hero__copy {
        width: 100%;
        padding-bottom: 34px;
    }

    .equipment-service-page .equipment-hero h1 {
        font-size: clamp(36px, 11.3vw, 46px);
    }

    .equipment-service-page .equipment-hero .equipment-hero__media::after {
        background: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 70%) 10%, transparent 28%);
    }

    .equipment-service-page .equipment-hero .equipment-hero__media img {
        object-position: 72% center;
    }

    .equipment-scope {
        padding-block: 58px;
    }

    .equipment-scope h2 {
        font-size: 36px;
    }

    .equipment-scope ul {
        margin-top: 28px;
        grid-template-columns: 1fr;
    }

    .equipment-scope li {
        font-size: 13px;
    }

    .equipment-service-page .equipment-services {
        padding-top: 62px;
    }

    .equipment-services__list {
        margin-top: 30px;
    }

    .equipment-service-page .equipment-works {
        margin-top: 58px;
    }

    .equipment-service-page .equipment-faq {
        padding-top: 58px;
    }
}

.car-icon-library {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.car-service-main {
    overflow: hidden;
    background: #fff;
}

.car-service-hero {
    background: #fff;
}

.car-service-hero__inner {
    position: relative;
    display: flex;
    min-height: 540px;
    align-items: center;
    overflow: hidden;
}

.car-service-hero__copy {
    position: relative;
    z-index: 2;
    width: 52%;
    padding: 42px 0 70px;
}

.car-service-breadcrumbs {
    display: flex;
    margin-bottom: 38px;
    color: #65758a;
    font-size: 11px;
    align-items: center;
    gap: 9px;
}

.car-service-breadcrumbs a {
    text-decoration: none;
}

.car-service-breadcrumbs a:hover {
    color: var(--orange-600);
}

.car-service-hero h1,
.car-service-section h2,
.car-service-quote h2 {
    margin: 0;
    color: var(--navy-950);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.car-service-hero h1 {
    max-width: 710px;
    margin-top: 14px;
    font-size: clamp(42px, 4vw, 66px);
}

.car-service-hero__copy > p {
    max-width: 650px;
    margin: 24px 0 0;
    color: #465e7a;
    font-size: 15px;
    line-height: 1.7;
}

.car-service-hero__actions {
    display: flex;
    margin-top: 30px;
    gap: 12px;
    flex-wrap: wrap;
}

.car-service-hero__actions .button {
    min-width: 190px;
}

.car-service-hero__media {
    position: absolute;
    inset: 0;
}

.car-service-hero__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #fff 0%, #fff 37%, rgb(255 255 255 / 88%) 45%, rgb(255 255 255 / 20%) 59%, transparent 71%);
    content: "";
    pointer-events: none;
}

.car-service-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.car-assurance-strip {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 86px;
    margin-top: -34px;
    border: 1px solid #d6e0ea;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 35px rgb(9 42 76 / 11%);
    grid-template-columns: repeat(4, 1fr);
}

.car-assurance-strip article {
    display: flex;
    min-width: 0;
    padding: 18px 24px;
    border-right: 1px solid var(--line);
    color: var(--navy-950);
    font-size: 13px;
    font-weight: 670;
    align-items: center;
    justify-content: center;
    gap: 13px;
}

.car-assurance-strip article:last-child {
    border-right: 0;
}

.car-assurance-strip svg,
.car-benefits svg {
    width: 34px;
    height: 34px;
    color: var(--navy-900);
    fill: none;
    flex: 0 0 auto;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.car-service-section {
    padding-top: 76px;
}

.car-service-section > h2 {
    margin-top: 8px;
    font-size: clamp(30px, 3vw, 44px);
}

.car-benefits h3,
.car-types h3 {
    margin: 18px 0 0;
    color: var(--navy-950);
    font-size: 14px;
    font-weight: 720;
    line-height: 1.35;
}

.car-benefits p,
.car-types p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.65;
}

.car-journey__list {
    display: grid;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    gap: 16px;
}

.car-journey__list li {
    display: grid;
    min-height: 260px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgb(20 52 87 / 6%);
    grid-template-columns: 44% 56%;
    overflow: hidden;
}

.car-journey__list li:nth-child(even) {
    grid-template-columns: 56% 44%;
}

.car-journey__list img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.car-journey__list li:nth-child(1) img {
    object-position: 53% center;
}

.car-journey__list li:nth-child(2) img,
.car-journey__list li:nth-child(6) img {
    object-position: center;
}

.car-journey__list li:nth-child(3) img {
    object-position: 68% center;
}

.car-journey__list li > div {
    display: grid;
    padding: 36px 46px;
    align-content: center;
    grid-template-columns: 42px 1fr;
    column-gap: 16px;
}

.car-step-number {
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--navy-900);
    color: #fff;
    font-size: 15px;
    font-weight: 750;
    grid-row: 1 / span 2;
    place-items: center;
}

.car-journey h3 {
    margin: 5px 0 0;
    color: var(--navy-950);
    font-size: 21px;
    font-weight: 730;
}

.car-journey p {
    max-width: 590px;
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
    grid-column: 2;
}

.car-types__grid {
    display: grid;
    margin-top: 28px;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.car-types article {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgb(20 52 87 / 5%);
    isolation: isolate;
    overflow: hidden;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    will-change: transform;
}

.car-types img {
    width: 100%;
    height: 190px;
    backface-visibility: hidden;
    background: var(--surface-soft);
    filter: none;
    image-rendering: auto;
    object-fit: cover;
    transform: none;
    transition: none;
}

@media (hover: hover) and (pointer: fine) {
    .car-types article:hover {
        border-color: #bdcada;
        box-shadow: 0 16px 34px rgb(20 52 87 / 11%);
        transform: translate3d(0, -4px, 0) scale(1.012);
    }
}

.car-types article:nth-child(2) img {
    object-position: 48% center;
}

.car-types article > div {
    padding: 20px 22px 24px;
}

.car-types h3 {
    margin-top: 0;
    font-size: 15px;
}

.car-benefits__grid {
    display: grid;
    margin-top: 28px;
    border: 1px solid var(--line);
    border-radius: 10px;
    grid-template-columns: repeat(6, 1fr);
    overflow: hidden;
}

.car-benefits article {
    min-height: 205px;
    padding: 26px 20px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.car-benefits article:last-child {
    border-right: 0;
}

.car-benefits svg {
    width: 39px;
    height: 39px;
}

.car-benefits h3 {
    font-size: 13px;
}

.car-works__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
}

.car-works__heading > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

.car-works__heading h2 {
    margin: 8px 0 0;
    color: var(--navy-950);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.car-works__heading p {
    max-width: none;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.car-works__navigation {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.car-works__counter {
    min-width: 56px;
    color: var(--muted);
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    text-align: center;
}

.car-works__navigation button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #cbd7e3;
    border-radius: 50%;
    background: #fff;
    color: var(--navy-900);
    cursor: pointer;
    font-size: 19px;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
    place-items: center;
}

.car-works__navigation button:hover:not(:disabled) {
    border-color: var(--navy-900);
    background: var(--navy-900);
    color: #fff;
}

.car-works__navigation button:disabled {
    cursor: default;
    opacity: .35;
}

.car-works__track {
    display: grid;
    margin-top: 28px;
    padding: 0 0 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    grid-auto-columns: calc((100% - 32px) / 3);
    grid-auto-flow: column;
    gap: 16px;
}

.car-works__track::-webkit-scrollbar {
    display: none;
}

.car-works__track:focus-visible {
    border-radius: 10px;
    outline: 3px solid rgb(255 116 23 / 28%);
    outline-offset: 5px;
}

.car-work-card {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgb(20 52 87 / 6%);
    scroll-snap-align: start;
    overflow: hidden;
}

.car-work-card__photo,
.car-work-card__media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 0;
    background: #e8edf2;
    overflow: hidden;
}

.car-work-card__photo {
    padding: 0;
    cursor: zoom-in;
}

.car-work-card__photo img,
.car-work-card__media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car-work-card__photo img {
    display: block;
    transition: transform 220ms ease;
}

.car-work-card__photo:hover img {
    transform: scale(1.025);
}

.car-work-card__photo--contain img,
.car-work-card__media video {
    background: var(--navy-950);
    object-fit: contain;
}

.car-work-card__play {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: grid;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: linear-gradient(0deg, rgb(3 25 50 / 26%), transparent 56%);
    color: #fff;
    cursor: pointer;
    place-items: center;
}

.car-work-card__play[hidden] {
    display: none;
}

.car-work-card__play span {
    display: grid;
    width: 58px;
    height: 58px;
    padding-left: 4px;
    border: 1px solid rgb(255 255 255 / 68%);
    border-radius: 50%;
    background: rgb(3 31 61 / 82%);
    box-shadow: 0 8px 24px rgb(0 0 0 / 22%);
    font-size: 20px;
    place-items: center;
    transition: transform 160ms ease, background-color 160ms ease;
}

.car-work-card__play:hover span {
    background: var(--orange-600);
    transform: scale(1.06);
}

.car-work-card__play:focus-visible {
    outline: 3px solid var(--orange-500);
    outline-offset: -5px;
}

.car-faq {
    padding-bottom: 60px;
}

.car-faq__grid {
    display: grid;
    margin-top: 28px;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
}

.car-faq details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.car-faq summary {
    position: relative;
    padding: 17px 48px 17px 20px;
    color: var(--navy-950);
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
    list-style: none;
}

.car-faq summary::-webkit-details-marker {
    display: none;
}

.car-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--navy-900);
    border-bottom: 1.5px solid var(--navy-900);
    content: "";
    transform: translateY(-70%) rotate(45deg);
    transition: transform 160ms ease;
}

.car-faq details[open] summary::after {
    transform: translateY(-30%) rotate(225deg);
}

.car-faq details p {
    margin: 0;
    padding: 0 20px 18px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
}

.car-service-quote {
    display: grid;
    margin-bottom: 48px;
    padding: 36px 42px;
    border-radius: 12px;
    background: linear-gradient(110deg, var(--navy-950), #0b447c);
    color: #fff;
    grid-template-columns: minmax(250px, .72fr) minmax(640px, 1.5fr);
    align-items: center;
    gap: 36px;
}

.car-service-quote h2 {
    margin-top: 9px;
    color: #fff;
    font-size: 30px;
}

.car-service-quote__intro p {
    margin: 14px 0 0;
    color: rgb(255 255 255 / 75%);
    font-size: 11px;
    line-height: 1.7;
}

.car-quote-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 10px;
}

.car-quote-form > label {
    display: flex;
    min-width: 0;
    color: rgb(255 255 255 / 78%);
    font-size: 8px;
    flex-direction: column;
    gap: 5px;
}

.car-quote-form input:not([type="checkbox"]),
.car-quote-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 13px;
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 5px;
    outline: none;
    background: #fff;
    color: var(--ink);
    font-size: 12px;
}

.car-quote-form textarea {
    min-height: 61px;
    resize: vertical;
}

.car-quote-form input:focus,
.car-quote-form textarea:focus {
    border-color: var(--orange-500);
    box-shadow: 0 0 0 3px rgb(255 116 23 / 18%);
}

.car-quote-form [aria-invalid="true"] {
    border-color: #ff6d67 !important;
}

.car-quote-form .form-error {
    display: block;
    min-height: 14px;
    color: #ff938c;
    line-height: 14px;
}

.car-quote-form__comment {
    grid-column: span 2;
}

.car-quote-form__consent {
    display: grid !important;
    grid-column: span 2;
    grid-template-columns: 16px 1fr;
    align-items: start;
    gap: 7px !important;
}

.car-quote-form__consent input {
    width: 14px;
    height: 14px;
    margin: 1px 0 0;
    accent-color: var(--orange-500);
}

.car-quote-form__consent a {
    color: #fff;
}

.car-quote-form__consent .form-error {
    grid-column: 2;
}

.car-quote-form .button {
    min-height: 44px;
    align-self: start;
}

.car-quote-form .form-status {
    margin: 0;
    color: #ffb17c;
    font-size: 10px;
    grid-column: 1 / -1;
}

@media (max-width: 1180px) {
    .car-service-hero__copy {
        width: 62%;
    }

    .car-service-hero__media::after {
        background: linear-gradient(90deg, #fff 0%, #fff 46%, rgb(255 255 255 / 82%) 57%, transparent 78%);
    }

    .car-benefits__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .car-benefits article:nth-child(3) {
        border-right: 0;
    }

    .car-benefits article:nth-child(n + 4) {
        border-top: 1px solid var(--line);
    }

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

@media (max-width: 900px) {
    .car-service-hero__copy {
        width: 72%;
    }

    .car-assurance-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .car-assurance-strip article:nth-child(even) {
        border-right: 0;
    }

    .car-assurance-strip article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .car-journey__list li,
    .car-journey__list li:nth-child(even) {
        grid-template-columns: 1fr 1fr;
    }

    .car-journey__list li > div {
        padding: 26px;
    }

    .car-types__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .car-works__track {
        grid-auto-columns: calc((100% - 16px) / 2);
    }
}

@media (max-width: 760px) {
    .car-service-hero {
        background: #fff;
    }

    .car-service-hero__inner {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .car-service-hero__copy {
        width: 100%;
        padding: 24px 0 34px;
    }

    .car-service-breadcrumbs {
        margin-bottom: 28px;
        font-size: 9px;
        flex-wrap: wrap;
    }

    .car-service-hero h1 {
        font-size: clamp(36px, 11vw, 50px);
    }

    .car-service-hero__copy > p {
        font-size: 13px;
    }

    .car-service-hero__actions,
    .car-service-hero__actions .button {
        width: 100%;
    }

    .car-service-hero__actions {
        flex-direction: column;
    }

    .car-service-hero__media {
        position: relative;
        width: calc(100% + 32px);
        height: 280px;
        margin-inline: -16px;
    }

    .car-service-hero__media::after {
        background: linear-gradient(180deg, #fff 0%, transparent 20%);
    }

    .car-service-hero__media img {
        object-position: 65% center;
    }

    .car-assurance-strip {
        width: calc(100% - 28px);
        margin-top: -20px;
    }

    .car-assurance-strip article {
        min-height: 72px;
        padding: 14px 10px;
        font-size: 10px;
        justify-content: flex-start;
    }

    .car-assurance-strip svg {
        width: 28px;
        height: 28px;
    }

    .car-service-section {
        padding-top: 54px;
    }

    .car-works__heading {
        align-items: flex-end;
        gap: 16px;
    }

    .car-works__heading p {
        font-size: 11px;
    }

    .car-works__counter {
        display: none;
    }

    .car-works__navigation button {
        width: 40px;
        height: 40px;
    }

    .car-works__track {
        width: calc(100% + 16px);
        grid-auto-columns: min(86vw, 360px);
    }

    .car-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .car-benefits article {
        min-height: 0;
        padding: 20px 16px;
    }

    .car-benefits article:nth-child(3) {
        border-right: 1px solid var(--line);
    }

    .car-benefits article:nth-child(even) {
        border-right: 0;
    }

    .car-benefits article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .car-journey__list li,
    .car-journey__list li:nth-child(even) {
        display: flex;
        flex-direction: column;
    }

    .car-journey__list li:nth-child(even) > div {
        order: 2;
    }

    .car-journey__list li:nth-child(even) > img {
        order: 1;
    }

    .car-journey__list img {
        min-height: 0;
        height: 230px;
    }

    .car-journey__list li > div {
        padding: 24px 20px 28px;
        grid-template-columns: 38px 1fr;
        column-gap: 12px;
    }

    .car-step-number {
        width: 38px;
        height: 38px;
    }

    .car-journey h3 {
        font-size: 18px;
    }

    .car-types__grid {
        grid-template-columns: 1fr;
    }

    .car-types img {
        height: 220px;
    }

    .car-faq__grid {
        grid-template-columns: 1fr;
    }

    .car-service-quote {
        width: calc(100% - 28px);
        margin-bottom: 28px;
        padding: 30px 20px;
        gap: 24px;
    }

    .car-service-quote h2 {
        font-size: 26px;
    }

    .car-quote-form {
        grid-template-columns: 1fr;
    }

    .car-quote-form__comment,
    .car-quote-form__consent,
    .car-quote-form .form-status {
        grid-column: 1;
    }

    .car-quote-form input:not([type="checkbox"]),
    .car-quote-form textarea {
        font-size: 16px;
    }

    .car-quote-form .button {
        width: 100%;
    }
}

:root {
    --navy-950: #041c38;
    --navy-900: #062b55;
    --navy-800: #0a3a6d;
    --navy-700: #12528b;
    --orange-600: #f26522;
    --orange-500: #ff7417;
    --orange-100: #fff1e8;
    --ink: #102b4e;
    --muted: #607087;
    --line: #dce3eb;
    --surface: #ffffff;
    --surface-soft: #f5f8fb;
    --page: #ffffff;
    --shadow: 0 14px 40px rgb(15 45 78 / 10%);
    --shadow-hover: 0 20px 48px rgb(15 45 78 / 17%);
    --radius: 10px;
    --header-height: 76px;
    --container: 1380px;
}

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

html {
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

body {
    min-width: 320px;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-x: clip;
    background: var(--page);
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

body.menu-open,
body.dialog-open {
    overflow: hidden;
}

button,
input {
    font: inherit;
}

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

a {
    color: inherit;
}

.site-container,
.home-section > .site-container,
.section {
    width: min(calc(100% - 64px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 18px;
    z-index: 1000;
    padding: 12px 18px;
    border-radius: 0 0 8px 8px;
    background: var(--orange-600);
    color: #fff;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    min-height: var(--header-height);
    background: linear-gradient(100deg, var(--navy-950), var(--navy-900));
    color: #fff;
    box-shadow: 0 4px 18px rgb(4 28 56 / 16%);
}

.header-inner {
    display: grid;
    min-height: var(--header-height);
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(18px, 2.2vw, 38px);
}

.brand {
    position: relative;
    display: block;
    width: 145px;
    flex: 0 0 auto;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: 100%;
    height: auto;
}

.brand-tagline {
    position: absolute;
    right: 1%;
    bottom: 1px;
    left: 15%;
    color: #fff;
    font-size: 6.4px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 1.7vw, 28px);
}

.site-navigation > a,
.navigation-dropdown__toggle {
    position: relative;
    padding: 29px 0 25px;
    border: 0;
    background: transparent;
    color: rgb(255 255 255 / 82%);
    font-family: inherit;
    font-size: 12px;
    font-weight: 520;
    text-decoration: none;
    transition: color 160ms ease;
    white-space: nowrap;
}

.site-navigation > a::after,
.navigation-dropdown__toggle::after {
    position: absolute;
    right: 50%;
    bottom: 15px;
    left: 50%;
    height: 2px;
    background: var(--orange-500);
    content: "";
    opacity: 0;
    transition: right 160ms ease, left 160ms ease, opacity 160ms ease;
}

.site-navigation > a:hover,
.site-navigation > a:focus-visible,
.site-navigation > a.is-active,
.navigation-dropdown__toggle:hover,
.navigation-dropdown__toggle:focus-visible,
.navigation-dropdown__toggle.is-active,
.navigation-dropdown.is-open .navigation-dropdown__toggle {
    color: #fff;
}

.site-navigation > a:hover::after,
.site-navigation > a:focus-visible::after,
.site-navigation > a.is-active::after,
.navigation-dropdown__toggle:hover::after,
.navigation-dropdown__toggle:focus-visible::after,
.navigation-dropdown__toggle.is-active::after,
.navigation-dropdown.is-open .navigation-dropdown__toggle::after {
    right: 0;
    left: 0;
    opacity: 1;
}

.navigation-dropdown {
    position: relative;
}

.navigation-dropdown__mobile-control {
    display: none;
}

.navigation-dropdown__toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.navigation-dropdown__chevron {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.navigation-dropdown.is-open .navigation-dropdown__chevron {
    margin-top: 3px;
    transform: rotate(225deg);
}

.navigation-dropdown__menu {
    position: absolute;
    top: calc(100% - 7px);
    left: 50%;
    z-index: 110;
    min-width: 290px;
    padding: 8px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 9px;
    background: var(--navy-950);
    box-shadow: 0 18px 42px rgb(0 13 31 / 34%);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
}

.navigation-dropdown.is-open .navigation-dropdown__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
}

.navigation-submenu {
    position: relative;
}

.navigation-submenu__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: stretch;
}

.navigation-submenu__row > a {
    min-width: 0;
}

.navigation-submenu__toggle {
    display: grid;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgb(255 255 255 / 70%);
    cursor: pointer;
    place-items: center;
}

.navigation-submenu__toggle:hover,
.navigation-submenu__toggle:focus-visible,
.navigation-submenu.is-open .navigation-submenu__toggle {
    background: rgb(255 255 255 / 9%);
    color: #fff;
}

.navigation-submenu__chevron {
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
}

.navigation-submenu__menu {
    position: absolute;
    top: -8px;
    left: calc(100% - 2px);
    z-index: 111;
    min-width: 260px;
    padding: 8px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 9px;
    background: var(--navy-950);
    box-shadow: 0 18px 42px rgb(0 13 31 / 34%);
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
}

.navigation-submenu.is-open .navigation-submenu__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
}

@media (min-width: 1025px) {
    .navigation-dropdown:hover .navigation-dropdown__menu,
    .navigation-dropdown:focus-within .navigation-dropdown__menu {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
        visibility: visible;
    }

    .navigation-dropdown:hover .navigation-dropdown__toggle,
    .navigation-dropdown:focus-within .navigation-dropdown__toggle {
        color: #fff;
    }

    .navigation-dropdown:hover .navigation-dropdown__toggle::after,
    .navigation-dropdown:focus-within .navigation-dropdown__toggle::after {
        right: 0;
        left: 0;
    }

    .navigation-dropdown:hover .navigation-dropdown__chevron,
    .navigation-dropdown:focus-within .navigation-dropdown__chevron {
        margin-top: 3px;
        transform: rotate(225deg);
    }

    .navigation-submenu:hover .navigation-submenu__menu,
    .navigation-submenu:focus-within .navigation-submenu__menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible;
    }

    .navigation-submenu:hover .navigation-submenu__toggle,
    .navigation-submenu:focus-within .navigation-submenu__toggle {
        background: rgb(255 255 255 / 9%);
        color: #fff;
    }
}

.navigation-dropdown__menu a {
    display: block;
    padding: 12px 14px;
    border-radius: 6px;
    color: rgb(255 255 255 / 84%);
    font-size: 11px;
    font-weight: 560;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: color 150ms ease, background 150ms ease;
}

.navigation-dropdown__menu a:hover,
.navigation-dropdown__menu a:focus-visible {
    background: rgb(255 255 255 / 9%);
    color: #fff;
}

.header-contact {
    display: flex;
    justify-self: end;
    align-items: flex-end;
    flex-direction: column;
}

.header-phone {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.header-contact span {
    margin-top: 4px;
    color: rgb(255 255 255 / 66%);
    font-size: 12px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgb(255 255 255 / 28%);
    border-radius: 7px;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin-block: 5px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease;
}

.button {
    display: inline-flex;
    min-height: 52px;
    padding: 13px 26px;
    border: 1px solid transparent;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button--primary,
.button--gold {
    background: linear-gradient(135deg, var(--orange-600), var(--orange-500));
    box-shadow: 0 10px 24px rgb(242 101 34 / 24%);
    color: #fff;
}

.button--primary:hover,
.button--gold:hover {
    box-shadow: 0 14px 30px rgb(242 101 34 / 34%);
}

.button--secondary,
.button--outline {
    border-color: #9dacc0;
    background: transparent;
    color: var(--ink);
}

.button--secondary:hover,
.button--outline:hover {
    border-color: var(--navy-700);
    background: var(--surface-soft);
}

.button--white {
    min-height: 42px;
    padding: 9px 22px;
    background: #fff;
    color: var(--navy-900);
}

.eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--orange-600);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.eyebrow--light {
    color: #ffb17c;
}

.home-hero {
    display: grid;
    min-height: 560px;
    background: #fff;
    grid-template-columns: minmax(0, 54%) minmax(0, 46%);
}

.hero-copy {
    display: flex;
    padding: clamp(52px, 6vw, 92px) clamp(36px, 5vw, 92px);
    align-items: center;
    justify-content: flex-end;
}

.hero-copy__inner {
    width: min(100%, 660px);
}

.hero-copy h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(38px, 4.2vw, 64px);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.hero-copy > .hero-copy__inner > p {
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--ink);
    font-size: clamp(15px, 1.35vw, 20px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 18px;
}

.home-hero .hero-actions .button,
.button[data-modal-target="consultation"],
.site-dialog [data-lead-form="consultation"] .form-submit {
    min-width: 240px;
    min-height: 56px;
    padding: 16px 32px;
    font-size: 14px;
}

.hero-media {
    position: relative;
    min-height: 560px;
    overflow: hidden;
}

.home-page .hero-media::before {
    position: absolute;
    z-index: 1;
    inset: 0 auto 0 0;
    width: clamp(90px, 16vw, 280px);
    background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 94%) 18%, rgb(255 255 255 / 58%) 52%, transparent 100%);
    content: "";
    pointer-events: none;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stats-strip {
    position: relative;
    z-index: 4;
    display: grid;
    min-height: 96px;
    margin-top: -48px;
    padding: 20px 24px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: var(--radius);
    background: linear-gradient(100deg, var(--navy-950), var(--navy-900));
    box-shadow: 0 16px 38px rgb(4 28 56 / 23%);
    color: #fff;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stats-strip > div {
    display: grid;
    padding: 0 24px;
    border-right: 1px solid rgb(255 255 255 / 15%);
    grid-template-columns: 38px 1fr;
    align-content: center;
    column-gap: 12px;
}

.stats-strip > div:last-child {
    border-right: 0;
}

.stats-strip > div > span {
    display: grid;
    width: 30px;
    height: 30px;
    color: var(--orange-500);
    font-size: 30px;
    grid-row: span 2;
    place-items: center;
}

.stats-strip > div > span svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.stats-strip strong {
    font-size: 18px;
    line-height: 1.25;
}

.stats-strip small {
    margin-top: 3px;
    color: rgb(255 255 255 / 72%);
    font-size: 8px;
}

.home-section {
    padding-block: 72px;
}

.home-section--tight {
    padding-block: 28px 66px;
}

.home-section--compact {
    padding-block: 26px 54px;
}

.section-heading {
    display: flex;
    margin-bottom: 28px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.section-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.section-heading--small {
    align-items: center;
}

.section-heading--small h2 {
    font-size: clamp(25px, 2.4vw, 34px);
}

.text-link {
    display: inline-flex;
    padding-bottom: 5px;
    color: var(--ink);
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}

.text-link span {
    color: var(--orange-600);
    font-size: 20px;
}

.route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.route-card-v2 {
    display: grid;
    min-height: 290px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 8px 26px rgb(15 45 78 / 7%);
    grid-template-columns: 42% 1fr;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.route-card-v2:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

.route-card-v2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.route-card-v2__body {
    display: flex;
    padding: 24px;
    flex-direction: column;
}

.route-card-v2 h3 {
    min-height: 48px;
    margin: 0 0 14px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
}

.route-card-v2 dl {
    margin: 0;
}

.route-card-v2 dl > div {
    display: flex;
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.route-card-v2 dt {
    color: var(--muted);
    font-size: 10px;
}

.route-card-v2 dd {
    margin: 0;
    font-size: 12px;
    font-weight: 650;
}

.route-card-v2 .accent-value {
    color: var(--orange-600);
    font-size: 14px;
    font-weight: 800;
}

.card-link {
    display: flex;
    min-height: 42px;
    margin-top: auto;
    padding: 9px 14px;
    border: 1px solid #9eacbd;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: border 160ms ease, color 160ms ease;
}

.card-link span {
    margin-left: auto;
    font-size: 18px;
}

.card-link:hover {
    border-color: var(--orange-600);
    color: var(--orange-600);
}

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

.service-card-v2 {
    position: relative;
    min-height: 340px;
    overflow: hidden;
    border-radius: var(--radius);
    background: var(--navy-900);
    box-shadow: var(--shadow);
}

.service-card-v2::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        var(--navy-950) 0%,
        var(--navy-900) 36%,
        rgb(6 43 85 / 88%) 44%,
        rgb(6 43 85 / 42%) 56%,
        transparent 70%
    );
    content: "";
}

.service-card-v2 > img {
    --service-image-shift: 0%;
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: 72% center;
    transform: translateX(var(--service-image-shift));
    transition: transform 500ms ease;
}

.service-card-v2--car > img {
    --service-image-shift: 6%;
}

.service-card-v2:hover > img {
    transform: translateX(var(--service-image-shift)) scale(1.035);
}

.service-card-v2__content {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    display: flex;
    width: 58%;
    padding: 30px;
    color: #fff;
    flex-direction: column;
    align-items: flex-start;
}

.service-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: #fff;
    color: var(--navy-900);
    place-items: center;
}

.service-icon svg {
    width: 28px;
    height: 20px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.service-card-v2 h3 {
    margin: 0;
    font-size: 18px;
}

.service-card-v2 p {
    margin: 10px 0;
    color: rgb(255 255 255 / 78%);
    font-size: 10px;
    line-height: 1.55;
}

.service-card-v2 ul {
    margin: 0 0 18px;
    padding: 0;
    font-size: 10px;
    list-style: none;
}

.service-card-v2 li {
    margin-top: 5px;
}

.service-card-v2 li::before {
    display: inline-grid;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    border-radius: 50%;
    background: var(--orange-500);
    color: #fff;
    content: "✓";
    font-size: 8px;
    place-items: center;
}

.service-card-v2 .button {
    margin-top: auto;
}

.benefit-grid-v2 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.benefit-grid-v2 article {
    padding: 6px 22px 12px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.benefit-grid-v2 article:last-child {
    border-right: 0;
}

.benefit-grid-v2 article > span {
    display: grid;
    width: 46px;
    height: 46px;
    margin: 0 auto 13px;
    border: 2px solid var(--navy-900);
    border-radius: 50%;
    color: var(--navy-900);
    font-size: 22px;
    place-items: center;
}

.benefit-grid-v2 article > span svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.benefit-grid-v2 .icon-route {
    stroke-dasharray: 2.2 3;
}

.benefit-grid-v2 h3 {
    margin: 0;
    font-size: 12px;
}

.benefit-grid-v2 p {
    margin: 7px 0 0;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.55;
}

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

.process-list li {
    position: relative;
    padding: 0 14px;
    text-align: center;
}

.process-list li::after {
    position: absolute;
    top: 17px;
    left: calc(50% + 25px);
    width: calc(100% - 50px);
    border-top: 1px dashed #9baabe;
    content: "";
}

.process-list li:last-child::after {
    display: none;
}

.step-number {
    position: relative;
    z-index: 2;
    display: grid;
    width: 36px;
    height: 36px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--navy-900);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    place-items: center;
}

.step-icon {
    display: block;
    min-height: 48px;
    color: var(--navy-900);
    font-size: 30px;
    line-height: 0;
}

.step-icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.process-list h3 {
    margin: 11px 0 0;
    font-size: 17px;
}

.process-list p {
    max-width: 240px;
    margin: 9px auto 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

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

.project-grid article {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 7px 20px rgb(15 45 78 / 7%);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.project-grid article:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
}

.project-grid img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.project-grid article > div {
    padding: 15px 16px 17px;
}

.project-grid h3 {
    margin: 0;
    font-size: 13px;
}

.project-grid p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 9px;
}

.feedback-section {
    background: #fff;
}

.feedback-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.9fr);
    gap: 48px;
}

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

.review-grid-v2 article {
    display: flex;
    min-height: 210px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    flex-direction: column;
}

.review-grid-v2 blockquote {
    margin: 0;
    color: var(--ink);
    font-size: 10px;
    line-height: 1.65;
}

.review-grid-v2 blockquote::before {
    display: block;
    height: 18px;
    color: #b4bfcc;
    content: "“";
    font-family: Georgia, serif;
    font-size: 35px;
    line-height: 1;
}

.review-grid-v2 footer {
    display: grid;
    margin-top: auto;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 9px;
}

.review-grid-v2 footer img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.review-grid-v2 footer div {
    display: flex;
    flex-direction: column;
}

.review-grid-v2 footer b {
    font-size: 9px;
}

.review-grid-v2 footer small {
    color: var(--muted);
    font-size: 7px;
}

.review-grid-v2 footer > span {
    color: var(--orange-500);
    font-size: 9px;
    grid-column: 2;
}

.faq-v2 details {
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.faq-v2 details:first-of-type {
    border-top: 1px solid var(--line);
}

.faq-v2 .section-heading--small h2 {
    color: var(--navy-950);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.faq-v2 summary {
    display: flex;
    min-height: 46px;
    padding: 12px 8px;
    align-items: center;
    justify-content: space-between;
    color: var(--navy-950);
    cursor: pointer;
    font-size: 12px;
    font-weight: 650;
    list-style: none;
}

.faq-v2 summary::-webkit-details-marker {
    display: none;
}

.faq-v2 summary::after {
    color: var(--navy-700);
    content: "+";
    font-size: 20px;
}

.faq-v2 details[open] summary::after {
    content: "−";
}

.faq-v2 details p {
    margin: 0;
    padding: 0 34px 16px 8px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
}

.calculation-banner {
    display: grid;
    margin-top: 36px;
    margin-bottom: 48px;
    padding: 32px 42px;
    border-radius: 12px;
    background: linear-gradient(110deg, var(--navy-950), var(--navy-900) 68%, #0b4379);
    color: #fff;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 2.2fr);
    align-items: center;
    gap: 42px;
}

.calculation-banner__intro h2 {
    margin: 0;
    font-size: 27px;
    line-height: 1.15;
}

.calculation-banner__intro p {
    margin: 12px 0 0;
    color: rgb(255 255 255 / 72%);
    font-size: 10px;
    line-height: 1.65;
}

.inline-lead-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
    gap: 10px;
}

.inline-lead-form label {
    color: rgb(255 255 255 / 78%);
    font-size: 11px;
    line-height: 1.35;
}

.inline-lead-form__comment {
    grid-column: span 2;
}

.inline-lead-form input:not([type="checkbox"]) {
    width: 100%;
    min-height: 46px;
    margin-top: 5px;
    padding: 11px 13px;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 5px;
    background: #fff;
    color: var(--ink);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    outline: none;
}

.inline-lead-form input::placeholder {
    color: #6f7782;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    opacity: 1;
}

.inline-lead-form input:focus {
    border-color: var(--orange-500);
    box-shadow: 0 0 0 3px rgb(255 116 23 / 18%);
}

.inline-lead-form .form-error {
    display: block;
    min-height: 16px;
    font-size: 11px;
    line-height: 16px;
}

.inline-lead-form .form-consent {
    grid-column: 1 / -1;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.inline-lead-form .form-consent label {
    color: rgb(255 255 255 / 82%);
    font-size: 11px;
}

.inline-lead-form .form-consent a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.inline-lead-form .button {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 240px;
    min-height: 56px;
    padding: 16px 32px;
    font-size: 14px;
    white-space: nowrap;
}

.inline-lead-form .form-status {
    grid-column: 1 / -1;
}

.site-footer {
    padding-top: 44px;
    background: linear-gradient(100deg, var(--navy-950), var(--navy-900));
    color: #fff;
}

.footer-grid {
    display: grid;
    padding-bottom: 38px;
    grid-template-columns: 1.3fr repeat(3, 0.85fr) 1.1fr;
    gap: 42px;
}

.brand--footer {
    width: 145px;
    margin-bottom: 18px;
}

.brand--footer .brand-tagline {
    font-size: 6.4px;
}

.footer-about > p,
.footer-contacts p,
.footer-company p,
.footer-company address {
    margin: 7px 0 0;
    color: rgb(255 255 255 / 62%);
    font-size: 13px;
    line-height: 1.65;
}

.footer-company address {
    margin-top: 12px;
    font-style: normal;
}

.footer-company address strong {
    color: rgb(255 255 255 / 82%);
    font-weight: 650;
}

.footer-about > p {
    max-width: 230px;
    margin-bottom: 18px;
}

.footer-grid h2 {
    margin: 0 0 14px;
    font-size: 15px;
}

.footer-grid nav,
.footer-company,
.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-grid nav a,
.footer-contacts a {
    margin-top: 7px;
    color: rgb(255 255 255 / 67%);
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
}

.footer-grid nav a:hover,
.footer-contacts a:hover {
    color: var(--orange-500);
}

.footer-contacts .footer-phone {
    margin-top: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 750;
}

.footer-bottom {
    display: flex;
    min-height: 52px;
    padding-block: 14px;
    border-top: 1px solid rgb(255 255 255 / 13%);
    color: rgb(255 255 255 / 48%);
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 11px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom div {
    display: flex;
    gap: 26px;
}

.footer-bottom a {
    text-decoration: none;
}

/* Внутренние страницы-заготовки. */
.page-main {
    min-height: 65vh;
    background: var(--surface-soft);
}

.page-intro {
    display: flex;
    min-height: 560px;
    padding-block: 100px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.breadcrumbs {
    display: flex;
    margin-bottom: 26px;
    color: var(--muted);
    align-items: center;
    gap: 9px;
    font-size: 10px;
}

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

.section-label {
    margin-bottom: 10px;
    color: var(--orange-600);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-intro h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(42px, 6vw, 76px);
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.page-intro > p {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.page-intro__actions {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 12px;
}

/* Формы и модальные окна. */
.site-dialog,
.gallery-dialog {
    color: var(--ink);
}

.site-dialog {
    width: min(calc(100% - 32px), 560px);
    max-height: calc(100vh - 32px);
    max-height: calc(100dvh - 32px);
    padding: 0;
    overflow: auto;
    overscroll-behavior: contain;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 30px 120px rgb(4 28 56 / 42%);
    -webkit-overflow-scrolling: touch;
}

.site-dialog--wide {
    width: min(calc(100% - 32px), 720px);
}

.site-dialog--compact {
    width: min(calc(100% - 32px), 500px);
}

.site-dialog--video {
    width: min(calc(100% - 32px), 960px);
}

.site-dialog::backdrop,
.gallery-dialog::backdrop {
    background: rgb(4 28 56 / 72%);
    backdrop-filter: blur(6px);
}

.dialog-shell {
    position: relative;
    padding: 42px;
    background: #fff;
}

.dialog-shell--center {
    text-align: center;
}

.dialog-close,
.gallery-dialog-close {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    cursor: pointer;
    font-size: 0;
    place-items: center;
}

.dialog-close::before,
.dialog-close::after,
.gallery-dialog-close::before,
.gallery-dialog-close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
}

.dialog-close::after,
.gallery-dialog-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dialog-close {
    top: 18px;
    right: 18px;
}

.dialog-kicker {
    display: block;
    margin-bottom: 8px;
    padding-right: 54px;
    color: var(--orange-600);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dialog-shell h2 {
    margin: 0;
    padding-right: 44px;
    font-size: clamp(25px, 4vw, 36px);
    line-height: 1.2;
}

.dialog-shell--center h2 {
    padding-right: 0;
}

.dialog-description {
    margin: 10px 0 24px;
    color: var(--muted);
    font-size: 12px;
}

.dialog-icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 4px auto 20px;
    border-radius: 50%;
    background: var(--orange-100);
    color: var(--orange-600);
    font-size: 24px;
    place-items: center;
}

.dialog-actions,
.lead-form {
    display: grid;
    gap: 14px;
}

.dialog-actions {
    margin-top: 24px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.form-field {
    display: grid;
    gap: 5px;
}

.form-field label {
    color: var(--ink);
    font-size: 10px;
    font-weight: 650;
}

.form-field input {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff;
    color: var(--ink);
    font-size: 14px;
    outline: none;
}

.form-field input:focus {
    border-color: var(--orange-500);
    box-shadow: 0 0 0 3px rgb(255 116 23 / 14%);
}

.form-field input[aria-invalid="true"],
.inline-lead-form input[aria-invalid="true"] {
    border-color: #bd4238;
}

.form-error {
    min-height: 14px;
    color: #bd4238;
    font-size: 9px;
}

.form-consent {
    display: grid;
    padding: 12px;
    border-radius: 5px;
    background: var(--surface-soft);
    grid-template-columns: 18px 1fr;
    gap: 8px;
}

.form-consent input {
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--orange-600);
}

.form-consent label {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.55;
}

.form-consent a {
    color: var(--navy-700);
}

.form-consent .form-error {
    grid-column: 2;
}

.form-submit {
    width: 100%;
}

.form-status {
    min-height: 18px;
    margin: 0;
    color: var(--orange-600);
    font-size: 10px;
}

.video-frame {
    position: relative;
    margin-top: 22px;
    padding-top: 56.25%;
    background: var(--navy-950);
}

.video-frame > * {
    position: absolute;
    inset: 0;
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.gallery-dialog {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: rgb(4 28 56 / 96%);
}

.gallery-dialog-close {
    top: 20px;
    right: 20px;
}

.gallery-dialog figure {
    display: grid;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 70px 100px 56px;
    place-items: center;
}

.gallery-dialog img {
    max-width: 100%;
    max-height: calc(100dvh - 150px);
    object-fit: contain;
}

.gallery-counter {
    color: #fff;
    font-size: 10px;
}

.gallery-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255 255 255 / 28%);
    border-radius: 50%;
    background: rgb(4 28 56 / 74%);
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    transform: translateY(-50%);
}

.gallery-control--previous {
    left: 24px;
}

.gallery-control--next {
    right: 24px;
}

.gallery-counter {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    text-align: center;
}

/* Главная использует ту же сетку, что шапка и внутренние страницы. */
@media (min-width: 1025px) {
    .home-page .hero-copy {
        padding-left: 0;
    }
}

@media (max-width: 1280px) {
    .site-navigation {
        gap: 14px;
    }

    .site-navigation > a,
    .navigation-dropdown__toggle {
        font-size: 10px;
    }

    .header-inner {
        grid-template-columns: auto 1fr auto;
    }

    .hero-copy {
        padding-inline: 44px;
    }

    .stats-strip > div {
        padding-inline: 14px;
    }

    .service-card-v2__content {
        width: 64%;
    }

    .footer-grid {
        gap: 26px;
    }
}

@media (max-width: 1024px) {
    .home-page .hero-media::before {
        display: none;
    }

    :root {
        --header-height: 70px;
    }

    .site-container,
    .home-section > .site-container,
    .section {
        width: min(calc(100% - 40px), var(--container));
    }

    .header-inner {
        grid-template-columns: auto 1fr auto;
    }

    .menu-toggle {
        display: block;
        grid-column: 3;
        grid-row: 1;
    }

    .header-contact {
        margin-left: auto;
        grid-column: 2;
        grid-row: 1;
    }

    .site-navigation {
        position: fixed;
        top: var(--header-height);
        right: 0;
        bottom: 0;
        z-index: 99;
        display: flex;
        width: min(86vw, 380px);
        padding: 24px;
        background: var(--navy-950);
        box-shadow: -18px 0 44px rgb(4 28 56 / 30%);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        opacity: 0;
        overflow-y: auto;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform 200ms ease, opacity 180ms ease;
        visibility: hidden;
    }

    body.menu-open .site-navigation {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
        visibility: visible;
    }

    .site-navigation > a,
    .navigation-dropdown__toggle {
        width: 100%;
        padding: 16px 4px;
        border-bottom: 1px solid rgb(255 255 255 / 12%);
        font-size: 13px;
        text-align: left;
    }

    .site-navigation > a::after,
    .navigation-dropdown__toggle::after {
        display: none;
    }

    .navigation-dropdown {
        width: 100%;
    }

    .navigation-dropdown__toggle--desktop {
        display: none;
    }

    .navigation-dropdown__mobile-control {
        display: flex;
        width: 100%;
        border-bottom: 1px solid rgb(255 255 255 / 12%);
        align-items: stretch;
    }

    .navigation-dropdown__toggle--mobile {
        width: 100%;
        padding: 16px 4px;
        border-bottom: 0;
        justify-content: space-between;
    }

    .navigation-dropdown__menu {
        position: static;
        display: none;
        min-width: 0;
        padding: 4px 0 8px 14px;
        border: 0;
        border-bottom: 1px solid rgb(255 255 255 / 12%);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
    }

    .navigation-dropdown.is-open .navigation-dropdown__menu {
        display: block;
        transform: none;
    }

    .navigation-dropdown__menu a {
        padding: 13px 14px;
        border-bottom: 1px solid rgb(255 255 255 / 8%);
        border-radius: 0;
        color: rgb(255 255 255 / 76%);
        font-size: 12px;
        white-space: normal;
    }

    .navigation-dropdown__menu a:last-child {
        border-bottom: 0;
    }

    .navigation-submenu {
        border-bottom: 1px solid rgb(255 255 255 / 8%);
    }

    .navigation-submenu__row {
        grid-template-columns: minmax(0, 1fr) 48px;
    }

    .navigation-submenu__row > a {
        border-bottom: 0;
    }

    .navigation-submenu__toggle {
        border-radius: 0;
    }

    .navigation-submenu__chevron {
        transform: rotate(135deg);
    }

    .navigation-submenu.is-open .navigation-submenu__chevron {
        transform: rotate(315deg);
    }

    .navigation-submenu__menu {
        position: static;
        display: none;
        min-width: 0;
        padding: 0 0 6px 14px;
        border: 0;
        border-radius: 0;
        background: rgb(0 0 0 / 12%);
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        visibility: visible;
    }

    .navigation-submenu.is-open .navigation-submenu__menu {
        display: block;
        transform: none;
    }

    .navigation-submenu__menu a {
        padding-left: 20px;
        font-size: 11px;
    }

    body.menu-open .menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.menu-open .menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

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

    .hero-copy {
        padding: 64px 40px;
        justify-content: center;
    }

    .hero-copy__inner {
        width: min(100%, 850px);
    }

    .hero-media {
        min-height: 520px;
    }

    .stats-strip {
        margin-top: -40px;
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-strip > div {
        min-height: 70px;
    }

    .stats-strip > div:nth-child(2n) {
        border-right: 0;
    }

    .stats-strip > div:nth-child(n + 3) {
        border-top: 1px solid rgb(255 255 255 / 15%);
    }

    .route-card-v2 {
        grid-template-columns: 38% 1fr;
    }

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

    .benefit-grid-v2 {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 28px;
    }

    .benefit-grid-v2 article:nth-child(3) {
        border-right: 0;
    }

    .process-list li {
        padding-inline: 10px;
    }

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

    .calculation-banner {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-about,
    .footer-contacts {
        grid-column: span 3;
    }
}

@media (max-width: 760px) {
    .site-container,
    .home-section > .site-container,
    .section {
        width: min(calc(100% - 32px), var(--container));
    }

    .brand {
        width: 116px;
    }

    .brand-tagline {
        font-size: 5.1px;
    }

    .header-contact {
        display: none;
    }

    .header-inner {
        grid-template-columns: 1fr auto;
        width: calc(100% - 24px);
    }

    .menu-toggle {
        grid-column: 2;
    }

    .hero-copy {
        min-width: 0;
        padding: 42px 0 36px;
    }

    .hero-copy__inner,
    .hero-media {
        min-width: 0;
    }

    .hero-copy h1 {
        max-width: 100%;
        font-size: clamp(27px, 8.5vw, 36px);
        letter-spacing: -0.04em;
        line-height: 1.1;
    }

    .hero-copy > .hero-copy__inner > p {
        margin-top: 18px;
        font-size: 14px;
    }

    .hero-actions,
    .hero-actions .button {
        width: 100%;
    }

    .hero-media {
        min-height: clamp(240px, 76vw, 340px);
    }

    .stats-strip {
        width: calc(100% - 32px);
        margin-top: 14px;
        padding: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-strip > div {
        min-height: 82px;
        padding: 12px;
        border-top: 1px solid rgb(255 255 255 / 15%);
        border-right: 0;
        grid-template-columns: 30px 1fr;
    }

    .stats-strip > div:nth-child(odd) {
        border-right: 1px solid rgb(255 255 255 / 15%);
    }

    .stats-strip > div:nth-child(-n + 2) {
        border-top: 0;
    }

    .stats-strip > div > span {
        font-size: 23px;
    }

    .stats-strip strong {
        font-size: 14px;
    }

    .home-section,
    .home-section--tight,
    .home-section--compact {
        padding-block: 52px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .route-grid,
    .project-grid,
    .review-grid-v2 {
        grid-template-columns: 1fr;
    }

    .route-card-v2 {
        grid-template-columns: 1fr;
    }

    .route-card-v2 > img {
        height: 220px;
    }

    .service-card-v2 {
        min-height: 480px;
    }

    .service-card-v2::after {
        background: linear-gradient(0deg, var(--navy-950) 0%, rgb(6 43 85 / 94%) 55%, rgb(6 43 85 / 10%) 100%);
    }

    .service-card-v2 > img {
        --service-image-shift: 0%;
        height: 480px;
        object-position: center top;
    }

    .service-card-v2__content {
        top: auto;
        width: 100%;
        min-height: 68%;
        padding: 24px;
    }

    .benefit-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .benefit-grid-v2 article,
    .benefit-grid-v2 article:nth-child(3) {
        padding: 18px 10px;
        border: 1px solid var(--line);
        border-radius: 9px;
        background: var(--surface-soft);
    }

    .benefit-grid-v2 article > span {
        margin-bottom: 10px;
    }

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

    .process-list li {
        display: grid;
        min-height: 136px;
        padding: 0 0 24px;
        text-align: left;
        grid-template-columns: 44px minmax(0, 1fr);
        column-gap: 14px;
    }

    .process-list li::after {
        top: 36px;
        bottom: -1px;
        left: 18px;
        width: 0;
        border-top: 0;
        border-left: 1px dashed #9baabe;
    }

    .step-number {
        margin: 0;
        grid-row: 1 / span 3;
    }

    .step-icon {
        display: none;
    }

    .process-list h3,
    .process-list p {
        margin-right: 0;
        margin-left: 0;
    }

    .process-list h3 {
        margin-top: 5px;
    }

    .project-grid img {
        height: 240px;
    }

    .feedback-grid {
        gap: 52px;
    }

    .calculation-banner {
        width: calc(100% - 32px);
        margin-top: 0;
        margin-bottom: 28px;
        padding: 34px 20px;
        border-radius: 12px;
        gap: 26px;
    }

    .inline-lead-form {
        grid-template-columns: 1fr;
    }

    .inline-lead-form .button,
    .inline-lead-form__comment,
    .inline-lead-form .form-status {
        grid-column: 1;
    }

    .inline-lead-form .button {
        width: 100%;
        min-width: 0;
        padding-inline: 20px;
        justify-self: stretch;
    }

    .inline-lead-form input,
    .form-field input {
        font-size: 16px;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 20px;
    }

    .footer-about,
    .footer-contacts {
        grid-column: 1 / -1;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .page-intro {
        min-height: 500px;
        padding-block: 72px;
    }

    .page-intro h1 {
        font-size: clamp(36px, 12vw, 55px);
    }

    .page-intro__actions,
    .page-intro__actions .button {
        width: 100%;
    }

    .site-dialog {
        width: calc(100% - 16px);
        max-height: calc(100vh - 16px);
        max-height: calc(100dvh - 16px);
    }

    .dialog-shell {
        padding: 28px 17px 20px;
    }

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

    .gallery-dialog figure {
        padding: 64px 14px 100px;
    }

    .gallery-control {
        top: auto;
        bottom: 18px;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Страница услуг. */
.services-main {
    overflow: hidden;
    background: #fff;
}

.services-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: var(--navy-950);
    color: #fff;
}

.services-hero__image,
.services-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.services-hero__image {
    object-fit: cover;
    object-position: center 52%;
}

.services-hero__overlay {
    background:
        linear-gradient(90deg, rgb(4 28 56 / 98%) 0%, rgb(4 28 56 / 88%) 36%, rgb(4 28 56 / 48%) 67%, rgb(4 28 56 / 25%) 100%),
        linear-gradient(0deg, rgb(4 28 56 / 72%) 0%, transparent 55%);
}

.services-hero__content {
    position: relative;
    z-index: 2;
    padding-top: 34px;
    padding-bottom: 150px;
}

.services-breadcrumbs {
    display: flex;
    margin-bottom: 24px;
    color: rgb(255 255 255 / 72%);
    align-items: center;
    gap: 10px;
    font-size: 10px;
}

.services-breadcrumbs a {
    text-decoration: none;
}

.services-breadcrumbs a:hover {
    color: var(--orange-500);
}

.services-hero h1 {
    max-width: 750px;
    margin: 0;
    font-size: clamp(44px, 5.2vw, 72px);
    font-weight: 780;
    letter-spacing: -0.045em;
    line-height: 1.03;
}

.services-hero__content > p {
    max-width: 670px;
    margin: 24px 0 0;
    color: rgb(255 255 255 / 86%);
    font-size: 15px;
    line-height: 1.65;
}

.services-hero__actions {
    display: flex;
    margin-top: 30px;
    gap: 14px;
}

.services-hero .button--secondary {
    border-color: rgb(255 255 255 / 72%);
    background: #fff;
    color: var(--navy-900);
}

.services-hero .button--secondary:hover {
    background: var(--surface-soft);
}

.services-hero__stats {
    display: grid;
    max-width: 820px;
    margin-top: 44px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-hero__stats > div {
    display: grid;
    min-height: 64px;
    padding: 6px 20px;
    border-right: 1px solid rgb(255 255 255 / 18%);
    grid-template-columns: 38px 1fr;
    align-content: center;
    column-gap: 11px;
}

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

.services-hero__stats > div:last-child {
    border-right: 0;
}

.services-hero__stats span {
    display: grid;
    width: 32px;
    height: 32px;
    color: #fff;
    grid-row: span 2;
    place-items: center;
}

.services-hero__stats svg,
.services-advantages svg,
.services-step-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.services-hero__stats strong {
    font-size: 15px;
    line-height: 1.25;
}

.services-hero__stats small {
    margin-top: 3px;
    color: rgb(255 255 255 / 68%);
    font-size: 8px;
    line-height: 1.35;
}

.services-catalog {
    position: relative;
    z-index: 5;
    display: grid;
    margin-top: -118px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.services-catalog.home-services-catalog {
    margin-top: 0;
}

.home-services-section {
    padding-block: 64px 72px;
    background: #fff;
}

.services-card {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 12px;
    background: var(--navy-900);
    box-shadow: 0 12px 34px rgb(4 28 56 / 14%);
    color: #fff;
    text-decoration: none;
}

.services-card--half {
    grid-column: span 3;
}

.services-card--third {
    grid-column: span 2;
}

.services-card--full {
    min-height: 310px;
    grid-column: 1 / -1;
}

.services-card--featured .services-card__shade {
    background: linear-gradient(90deg, rgb(4 28 56 / 92%) 0%, rgb(4 28 56 / 64%) 35%, rgb(4 28 56 / 10%) 72%, transparent 100%);
}

.services-card--featured h2,
.services-card--featured h3 {
    max-width: 520px;
    font-size: clamp(24px, 3vw, 38px);
}

.services-card--compact {
    min-height: 286px;
}

.services-card--small {
    min-height: 270px;
}

.services-card img,
.services-card__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.services-card img {
    object-fit: cover;
    transition: transform 500ms ease;
}

.services-card__shade {
    background: linear-gradient(135deg, rgb(4 28 56 / 88%) 0%, rgb(4 28 56 / 38%) 48%, transparent 76%);
}

.services-card h2,
.services-card h3 {
    position: relative;
    z-index: 2;
    max-width: 85%;
    margin: 0;
    padding: 24px;
    font-size: clamp(19px, 2vw, 28px);
    letter-spacing: -0.03em;
    line-height: 1.14;
}

.about-reviews {
    background: #fff;
}

.services-card--small h2 {
    font-size: clamp(17px, 1.6vw, 23px);
}

.services-card:hover img,
.services-card:focus-visible img {
    transform: scale(1.045);
}

.services-card:focus-visible {
    outline: 3px solid var(--orange-500);
    outline-offset: 2px;
}

.services-advantages {
    display: grid;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.services-advantages article {
    padding: 24px 18px;
    border-right: 1px solid var(--line);
    text-align: center;
}

.services-advantages article:last-child {
    border-right: 0;
}

.services-advantages article > span {
    display: grid;
    width: 38px;
    height: 38px;
    margin: 0 auto 12px;
    color: var(--navy-900);
    place-items: center;
}

.services-advantages h2 {
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
}

.services-advantages p {
    margin: 9px 0 0;
    color: var(--muted);
    font-size: 8px;
    line-height: 1.65;
}

.services-process {
    padding-block: 54px 42px;
}

.services-process > h2,
.services-faq > h2 {
    margin: 0 0 26px;
    font-size: clamp(26px, 3vw, 38px);
    letter-spacing: -0.035em;
    line-height: 1.15;
}

.services-process ol {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    list-style: none;
}

.services-process li {
    position: relative;
    padding: 0 14px;
    text-align: center;
}

.services-process li::after {
    position: absolute;
    top: 13px;
    left: calc(50% + 20px);
    width: calc(100% - 40px);
    border-top: 1px dashed #9baabe;
    content: "";
}

.services-process li:last-child::after {
    display: none;
}

.services-step-number {
    position: relative;
    z-index: 2;
    display: grid;
    width: 28px;
    height: 28px;
    margin: 0 auto 13px;
    border-radius: 50%;
    background: var(--navy-900);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    place-items: center;
}

.services-step-icon {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto 8px;
    color: var(--navy-900);
}

.services-process h3 {
    margin: 0;
    font-size: 11px;
    line-height: 1.35;
}

.services-process p {
    max-width: 175px;
    margin: 8px auto 0;
    color: var(--muted);
    font-size: 8px;
    line-height: 1.6;
}

.services-faq {
    padding-bottom: 40px;
}

.services-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.services-faq details {
    border: 1px solid var(--line);
    border-radius: 7px;
    background: #fff;
}

.services-faq details + details {
    margin-top: 8px;
}

.services-faq summary {
    display: flex;
    min-height: 48px;
    padding: 12px 16px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 650;
    list-style: none;
}

.services-faq summary::-webkit-details-marker {
    display: none;
}

.services-faq summary::after {
    color: var(--navy-700);
    content: "+";
    font-size: 20px;
}

.services-faq details[open] summary::after {
    content: "−";
}

.services-faq details p {
    margin: 0;
    padding: 0 42px 15px 16px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.65;
}

.services-quote {
    display: grid;
    margin-bottom: 48px;
    padding: 30px 34px;
    border-radius: 12px;
    background: linear-gradient(110deg, var(--navy-950), var(--navy-900) 72%, #0b4379);
    color: #fff;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 2fr);
    align-items: center;
    gap: 36px;
}

.services-quote__intro h2 {
    margin: 0;
    font-size: clamp(23px, 2.6vw, 34px);
    line-height: 1.12;
}

.services-quote__intro p {
    margin: 12px 0 0;
    color: rgb(255 255 255 / 72%);
    font-size: 9px;
    line-height: 1.65;
}

.service-quote-form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 8px 12px;
}

.service-quote-form > label:not(.service-quote-form__consent) {
    display: grid;
    color: rgb(255 255 255 / 76%);
    font-size: 8px;
}

.service-quote-form input:not([type="checkbox"]),
.service-quote-form select,
.service-quote-form textarea {
    width: 100%;
    min-height: 44px;
    margin-top: 5px;
    padding: 10px 12px;
    border: 1px solid rgb(255 255 255 / 22%);
    border-radius: 5px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 11px;
    outline: none;
}

.service-quote-form textarea {
    height: 44px;
    min-height: 44px;
    resize: vertical;
}

.service-quote-form input:focus,
.service-quote-form select:focus,
.service-quote-form textarea:focus {
    border-color: var(--orange-500);
    box-shadow: 0 0 0 3px rgb(255 116 23 / 18%);
}

.service-quote-form [aria-invalid="true"] {
    border-color: #ff746c;
}

.service-quote-form .form-error {
    display: block;
    min-height: 14px;
    color: #ff938c;
    line-height: 14px;
}

.service-quote-form__comment {
    grid-column: span 2;
}

.service-quote-form__consent {
    display: grid;
    color: rgb(255 255 255 / 68%);
    font-size: 8px;
    grid-column: span 2;
    grid-template-columns: 16px 1fr;
    align-items: start;
    gap: 7px;
}

.service-quote-form__consent input {
    width: 14px;
    height: 14px;
    margin: 1px 0 0;
    accent-color: var(--orange-500);
}

.service-quote-form__consent a {
    color: #fff;
}

.service-quote-form__consent .form-error {
    grid-column: 2;
}

.service-quote-form .button {
    min-height: 44px;
    margin-bottom: 14px;
}

.service-quote-form .form-status {
    color: #ffb17c;
    grid-column: 1 / -1;
}

@media (max-width: 1024px) {
    .services-hero {
        min-height: 720px;
    }

    .services-hero__content {
        padding-bottom: 140px;
    }

    .services-hero__stats {
        max-width: 680px;
        grid-template-columns: repeat(2, 1fr);
    }

    .services-hero__stats > div:nth-child(2) {
        border-right: 0;
    }

    .services-hero__stats > div:nth-child(n + 3) {
        border-top: 1px solid rgb(255 255 255 / 18%);
    }

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

    .services-card--half,
    .services-card--third {
        grid-column: span 1;
    }

    .services-card,
    .services-card--compact,
    .services-card--small {
        min-height: 300px;
    }

    .services-advantages {
        grid-template-columns: repeat(3, 1fr);
    }

    .services-advantages article:nth-child(3) {
        border-right: 0;
    }

    .services-advantages article:nth-child(n + 4) {
        border-top: 1px solid var(--line);
    }

    .services-process ol {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 34px;
    }

    .services-process li:nth-child(3)::after {
        display: none;
    }

    .services-quote {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .services-hero {
        min-height: auto;
    }

    .services-hero__image {
        object-position: 62% center;
    }

    .services-hero__overlay {
        background: linear-gradient(90deg, rgb(4 28 56 / 96%), rgb(4 28 56 / 72%));
    }

    .services-hero__content {
        padding-top: 24px;
        padding-bottom: 92px;
    }

    .services-hero h1 {
        font-size: clamp(36px, 11vw, 52px);
    }

    .services-hero__content > p {
        font-size: 13px;
    }

    .services-hero__actions,
    .services-hero__actions .button {
        width: 100%;
    }

    .services-hero__actions {
        flex-direction: column;
    }

    .services-hero__stats {
        margin-top: 34px;
    }

    .services-hero__stats > div {
        min-height: 72px;
        padding: 10px;
        border-top: 1px solid rgb(255 255 255 / 18%);
        border-right: 0;
    }

    .services-hero__stats > div:nth-child(odd) {
        border-right: 1px solid rgb(255 255 255 / 18%);
    }

    .services-hero__stats > div:nth-child(-n + 2) {
        border-top: 0;
    }

    .services-catalog {
        margin-top: -48px;
        grid-template-columns: 1fr;
    }

    .services-card,
    .services-card--compact,
    .services-card--small {
        min-height: 255px;
    }

    .services-card h2,
    .services-card h3,
    .services-card--small h2,
    .services-card--small h3 {
        padding: 20px;
        font-size: 21px;
    }

    .services-advantages {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-advantages article,
    .services-advantages article:nth-child(3) {
        border-right: 1px solid var(--line);
    }

    .services-advantages article:nth-child(even) {
        border-right: 0;
    }

    .services-advantages article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .services-advantages article {
        padding: 20px 12px;
    }

    .services-process {
        padding-block: 48px 34px;
    }

    .services-process ol {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .services-process li {
        display: grid;
        min-height: 116px;
        padding: 0 0 22px 54px;
        text-align: left;
        grid-template-columns: 40px 1fr;
        column-gap: 10px;
    }

    .services-process li::after,
    .services-process li:nth-child(3)::after {
        display: block;
        top: 28px;
        bottom: 0;
        left: 19px;
        width: 0;
        border-top: 0;
        border-left: 1px dashed #9baabe;
    }

    .services-process li:last-child::after {
        display: none;
    }

    .services-step-number {
        margin: 0;
        grid-row: 1 / span 3;
    }

    .services-step-icon {
        display: none;
    }

    .services-process h3,
    .services-process p {
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }

    .services-faq__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .services-quote {
        width: calc(100% - 28px);
        margin-bottom: 28px;
        padding: 30px 20px;
        gap: 24px;
    }

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

    .service-quote-form__comment,
    .service-quote-form__consent,
    .service-quote-form .form-status {
        grid-column: 1;
    }

    .service-quote-form input:not([type="checkbox"]),
    .service-quote-form select,
    .service-quote-form textarea {
        font-size: 16px;
    }

    .service-quote-form .button {
        width: 100%;
    }
}

/* Более плотный вертикальный ритм соседних секций главной на телефонах. */
@media (max-width: 760px) {
    .home-page .home-services-section {
        padding-block: 48px 28px;
    }

    .home-page .home-section--compact {
        padding-block: 28px;
    }

    .home-page .feedback-section {
        padding-block: 28px 48px;
    }
}

/* Terminals page */
.terminals-main {
    overflow: hidden;
}

.terminals-hero {
    display: grid;
    min-height: 540px;
    overflow: hidden;
    background: #fff;
    color: var(--ink);
    grid-template-columns: minmax(0, 46%) minmax(0, 54%);
}

.terminals-hero__copy {
    display: flex;
    padding: clamp(48px, 5vw, 80px) clamp(24px, 4vw, 56px) clamp(48px, 5vw, 80px) 0;
    align-items: center;
    justify-content: flex-start;
}

.terminals-hero__content {
    position: relative;
    z-index: 1;
    width: min(100%, 610px);
}

.terminals-hero__media {
    position: relative;
    min-height: 540px;
    overflow: hidden;
}

.terminals-hero__image,
.terminals-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.terminals-hero__image {
    object-fit: cover;
    object-position: center 52%;
}

.terminals-hero__overlay {
    background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 88%) 12%, rgb(255 255 255 / 34%) 30%, transparent 48%);
    pointer-events: none;
}

.terminals-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 54px;
    color: #65758a;
    font-size: 12px;
}

.terminals-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.terminals-breadcrumbs a:hover {
    color: var(--orange-600);
}

.terminals-hero h1 {
    max-width: 760px;
    margin: 14px 0 18px;
    color: var(--navy-950);
    font-size: clamp(46px, 5vw, 70px);
    line-height: .98;
    letter-spacing: -.045em;
}

.terminals-hero p {
    max-width: 610px;
    margin: 0;
    color: #465e7a;
    font-size: 18px;
    line-height: 1.65;
}

.terminals-section {
    display: grid;
    padding-top: 40px;
    padding-bottom: 84px;
    gap: 72px;
}

.terminal-card {
    display: grid;
    min-height: 370px;
    grid-template-columns: minmax(320px, 38%) minmax(0, 62%);
    column-gap: 48px;
}

.terminal-card__content {
    position: relative;
    display: flex;
    padding: 30px 0;
    justify-content: center;
    flex-direction: column;
}

.terminal-card h2 {
    position: relative;
    z-index: 1;
    margin: 4px 0 18px;
    color: var(--navy-950);
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.terminal-card address {
    color: #354d69;
    font-size: 17px;
    font-style: normal;
    font-weight: 650;
    line-height: 1.5;
}

.terminal-card p {
    max-width: 470px;
    margin: 18px 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.terminal-card__link {
    display: inline-flex;
    width: fit-content;
    margin-top: 28px;
    color: var(--navy-800);
    font-size: 12px;
    font-weight: 750;
    gap: 10px;
    text-decoration: none;
}

.terminal-card__link span {
    color: var(--orange-600);
    transition: transform .18s ease;
}

.terminal-card__link:hover span {
    transform: translateX(4px);
}

.terminal-card__map {
    overflow: hidden;
    min-height: 370px;
    border-radius: 12px;
    background: #dfe7ef;
}

.terminal-card__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 370px;
    border: 0;
}

.terminals-storage-note {
    display: grid;
    padding: 32px 38px;
    border: 1px solid rgb(18 82 139 / 13%);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow);
    grid-template-columns: auto minmax(0, 1fr);
    gap: 22px;
}

.terminals-storage-note__mark {
    display: grid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--orange-100);
    color: var(--orange-600);
    font-size: 24px;
    font-weight: 750;
    place-items: center;
}

.terminals-storage-note h2 {
    margin: 0 0 8px;
    color: var(--navy-950);
    font-size: 22px;
    line-height: 1.3;
}

.terminals-storage-note p {
    max-width: none;
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

@media (max-width: 1000px) {
    .terminals-hero {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .terminals-hero__copy {
        padding: 56px 40px;
        justify-content: center;
    }

    .terminals-hero__content {
        width: min(100%, 850px);
    }

    .terminals-hero__media {
        min-height: 430px;
    }

    .terminals-hero__overlay {
        background: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 38%) 12%, transparent 28%);
    }
}

@media (max-width: 900px) {
    .terminal-card {
        grid-template-columns: minmax(280px, 42%) minmax(0, 58%);
        column-gap: 32px;
    }

    .terminal-card__content {
        padding: 24px 0;
    }
}

@media (max-width: 700px) {
    .terminals-hero__copy {
        padding: 32px 16px 42px;
    }

    .terminals-hero__content {
        min-height: 0;
    }

    .terminals-hero__media {
        min-height: 300px;
    }

    .terminals-hero__image {
        object-position: 60% center;
    }

    .terminals-breadcrumbs {
        margin-bottom: 44px;
    }

    .terminals-hero h1 {
        font-size: clamp(40px, 13vw, 54px);
    }

    .terminals-hero p {
        font-size: 16px;
    }

    .terminals-section {
        padding-top: 32px;
        padding-bottom: 60px;
        gap: 48px;
    }

    .terminal-card {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    .terminal-card__content {
        min-height: 0;
        padding: 0;
    }

    .terminal-card h2 {
        font-size: 31px;
    }

    .terminal-card__map,
    .terminal-card__map iframe {
        min-height: 310px;
    }

    .terminals-storage-note {
        padding: 26px 22px;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .terminals-storage-note h2 {
        font-size: 20px;
    }
}

/* General cargo service page */
.general-cargo-page {
    --cargo-blue: #0b4a82;
    --cargo-blue-soft: #eaf2f8;
    --cargo-body-text: #344f6c;
}

.general-cargo-hero {
    background: #fff;
}

.general-cargo-hero .car-service-hero__inner {
    min-height: 590px;
}

.general-cargo-hero .car-service-hero__copy {
    width: 58%;
    padding-bottom: 84px;
}

.general-cargo-hero h1 {
    max-width: 760px;
}

.general-cargo-hero .car-service-hero__copy > p {
    color: var(--cargo-body-text);
    font-size: 16px;
}

.general-cargo-hero__media::after {
    background: linear-gradient(90deg, #fff 0%, #fff 35%, rgb(255 255 255 / 93%) 45%, rgb(255 255 255 / 58%) 57%, rgb(255 255 255 / 10%) 72%, transparent 82%);
}

.general-cargo-hero__media img {
    object-position: center;
}

.general-cargo-hero__visual {
    position: absolute;
    right: 0;
    bottom: 74px;
    width: min(37%, 455px);
    min-height: 360px;
    padding: 30px;
    border: 1px solid rgb(8 55 97 / 12%);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 60px rgb(9 42 76 / 14%);
}

.general-cargo-hero__visual::before {
    position: absolute;
    top: -10px;
    right: 28px;
    width: 76px;
    height: 20px;
    border-radius: 20px;
    background: var(--orange-500);
    content: "";
}

.general-cargo-hero__route {
    display: grid;
    color: #65758a;
    font-size: 10px;
    font-weight: 680;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
}

.general-cargo-hero__route i {
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--cargo-blue) 0 5px, transparent 5px 9px);
}

.general-cargo-hero__load {
    position: relative;
    height: 205px;
    margin-top: 28px;
    border-bottom: 5px solid var(--navy-950);
}

.general-cargo-hero__load::after {
    position: absolute;
    right: -5px;
    bottom: -11px;
    left: -5px;
    height: 6px;
    border-radius: 50%;
    background: rgb(6 43 85 / 15%);
    content: "";
    filter: blur(4px);
}

.general-cargo-hero__box {
    position: absolute;
    display: flex;
    padding: 12px;
    border: 2px solid rgb(255 255 255 / 72%);
    border-radius: 6px 6px 2px 2px;
    background: var(--cargo-blue);
    box-shadow: inset 0 0 0 1px rgb(6 43 85 / 12%);
    color: #fff;
    font-size: 9px;
    font-weight: 720;
    align-items: flex-end;
}

.general-cargo-hero__box::before,
.general-cargo-hero__box::after {
    position: absolute;
    background: rgb(255 255 255 / 18%);
    content: "";
}

.general-cargo-hero__box::before {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
}

.general-cargo-hero__box::after {
    top: 42%;
    right: 0;
    left: 0;
    height: 1px;
}

.general-cargo-hero__box--small {
    bottom: 0;
    left: 0;
    width: 27%;
    height: 82px;
    background: #326fa4;
}

.general-cargo-hero__box--medium {
    bottom: 0;
    left: 28%;
    width: 31%;
    height: 128px;
    background: #1d5c93;
}

.general-cargo-hero__box--large {
    right: 0;
    bottom: 0;
    width: 40%;
    height: 176px;
}

.general-cargo-hero__visual > strong {
    display: block;
    margin-top: 25px;
    color: var(--navy-950);
    font-size: 17px;
    line-height: 1.35;
}

.general-cargo-assurance {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 92px;
    margin-top: -42px;
    border: 1px solid #d6e0ea;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 14px 35px rgb(9 42 76 / 11%);
    grid-template-columns: repeat(4, 1fr);
}

.general-cargo-assurance article {
    display: flex;
    padding: 18px 24px;
    border-right: 1px solid var(--line);
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.general-cargo-assurance article:last-child {
    border-right: 0;
}

.general-cargo-assurance b {
    color: var(--orange-600);
    font-size: 11px;
    letter-spacing: .08em;
}

.general-cargo-assurance span {
    color: var(--navy-950);
    font-size: 12px;
    font-weight: 670;
    line-height: 1.45;
}

.general-cargo-heading {
    width: 100%;
    max-width: none;
}

.general-cargo-heading h2,
.general-cargo-price h2 {
    margin: 8px 0 0;
    color: var(--navy-950);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.general-cargo-heading > p {
    margin: 18px 0 0;
    color: var(--cargo-body-text);
    font-size: 15px;
    line-height: 1.75;
}

.general-cargo-formats__grid {
    display: grid;
    margin-top: 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.general-cargo-formats__grid article {
    position: relative;
    min-height: 360px;
    padding: 34px 36px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgb(20 52 87 / 6%);
    overflow: hidden;
}

.general-cargo-formats__grid article::after {
    position: absolute;
    right: -40px;
    bottom: -70px;
    width: 180px;
    height: 180px;
    border: 28px solid var(--cargo-blue-soft);
    border-radius: 50%;
    content: "";
}

.general-cargo-format-label {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 5px;
    background: var(--cargo-blue-soft);
    color: var(--cargo-blue);
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.general-cargo-formats h3 {
    max-width: 480px;
    margin: 24px 0 0;
    color: var(--navy-950);
    font-size: 23px;
    line-height: 1.3;
}

.general-cargo-formats article > p {
    max-width: 510px;
    margin: 16px 0 0;
    color: var(--cargo-body-text);
    font-size: 15px;
    line-height: 1.75;
}

.general-cargo-formats ul {
    position: relative;
    z-index: 1;
    display: grid;
    margin: 22px 0 0;
    padding: 0;
    color: var(--cargo-body-text);
    font-size: 14px;
    list-style: none;
    gap: 11px;
}

.general-cargo-formats li {
    position: relative;
    padding-left: 19px;
}

.general-cargo-formats li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 7px;
    height: 4px;
    border-bottom: 2px solid var(--orange-600);
    border-left: 2px solid var(--orange-600);
    content: "";
    transform: rotate(-45deg);
}

.general-cargo-types {
    margin-top: 80px;
    padding: 72px 0 76px;
    background: #fff;
}

.general-cargo-heading--light h2 {
    color: #fff;
}

.general-cargo-types__grid {
    display: grid;
    margin-top: 34px;
    border-top: 1px solid rgb(255 255 255 / 17%);
    border-left: 1px solid rgb(255 255 255 / 17%);
    grid-template-columns: repeat(3, 1fr);
}

.general-cargo-types__grid article {
    min-height: 190px;
    padding: 26px 28px;
    border-right: 1px solid rgb(255 255 255 / 17%);
    border-bottom: 1px solid rgb(255 255 255 / 17%);
}

.general-cargo-types__grid b {
    color: var(--orange-400);
    font-size: 9px;
    letter-spacing: .12em;
}

.general-cargo-types__grid h3 {
    margin: 24px 0 0;
    color: #fff;
    font-size: 17px;
}

.general-cargo-types__grid p {
    margin: 11px 0 0;
    color: rgb(255 255 255 / 67%);
    font-size: 11px;
    line-height: 1.65;
}

.general-cargo-types__note {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
    color: rgb(255 255 255 / 60%);
    font-size: 10px;
    line-height: 1.7;
}

.general-cargo-types__list {
    margin: 34px 0 0;
    padding: 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.general-cargo-types__list li {
    position: relative;
    display: grid;
    min-height: 76px;
    padding: 20px 0 19px 36px;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(230px, .55fr) minmax(0, 1fr);
    align-items: center;
    gap: 34px;
}

.general-cargo-types__list li::before {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    border: 2px solid var(--orange-400);
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
}

.general-cargo-types__list strong {
    color: var(--navy-950);
    font-size: 14px;
    line-height: 1.45;
}

.general-cargo-types__list span {
    color: var(--cargo-body-text);
    font-size: 14px;
    line-height: 1.7;
}

.general-cargo-process__list {
    display: grid;
    margin: 34px 0 0;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    gap: 16px;
}

.general-cargo-process__list li {
    min-height: 235px;
    padding: 28px 26px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgb(20 52 87 / 5%);
}

.general-cargo-process__list li > span {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--navy-900);
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    place-items: center;
}

.general-cargo-process__list h3 {
    margin: 24px 0 0;
    color: var(--navy-950);
    font-size: 16px;
    line-height: 1.4;
}

.general-cargo-process__list p {
    margin: 11px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
}

.general-cargo-included {
    margin-top: 80px;
    padding: 70px 0;
    background: #f2f6f9;
}

.general-cargo-included__inner {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: 72px;
    align-items: start;
}

.general-cargo-included ul {
    display: grid;
    margin: 0;
    padding: 0;
    border-top: 1px solid #cfdbe5;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
}

.general-cargo-included li {
    position: relative;
    min-height: 68px;
    padding: 22px 22px 18px 30px;
    border-bottom: 1px solid #cfdbe5;
    color: var(--navy-950);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.45;
}

.general-cargo-included li::before {
    position: absolute;
    top: 26px;
    left: 3px;
    width: 7px;
    height: 4px;
    border-bottom: 2px solid var(--orange-600);
    border-left: 2px solid var(--orange-600);
    content: "";
    transform: rotate(-45deg);
}

.general-cargo-price__card {
    display: grid;
    padding: 38px 42px;
    border: 1px solid #d6e0ea;
    border-left: 5px solid var(--orange-500);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 32px rgb(20 52 87 / 7%);
    grid-template-columns: minmax(310px, .75fr) minmax(0, 1.25fr);
    gap: 54px;
    align-items: center;
}

.general-cargo-price__card p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.8;
}

.general-cargo-price > p {
    max-width: none;
    margin: 20px 0 0;
    color: var(--cargo-body-text);
    font-size: 15px;
    line-height: 1.8;
}

.general-cargo-faq {
    padding-bottom: 0;
}

.general-cargo-faq details p {
    color: var(--cargo-body-text);
    font-size: 14px;
}

.general-cargo-quote {
    margin-top: 76px;
}

@media (max-width: 1050px) {
    .general-cargo-hero .car-service-hero__copy {
        width: 62%;
    }

    .general-cargo-hero__visual {
        width: 34%;
        padding: 24px;
    }

    .general-cargo-process__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .general-cargo-included__inner {
        gap: 42px;
    }
}

@media (max-width: 760px) {
    .general-cargo-hero .car-service-hero__inner {
        min-height: 0;
    }

    .general-cargo-hero .car-service-hero__copy {
        width: 100%;
        padding-bottom: 34px;
    }

    .general-cargo-hero .car-service-hero__copy > p {
        font-size: 14px;
    }

    .general-cargo-hero__media::after {
        background: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 72%) 10%, transparent 30%);
    }

    .general-cargo-hero__media img {
        object-position: 62% center;
    }

    .general-cargo-hero__visual {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        min-height: 330px;
        margin-bottom: 58px;
    }

    .general-cargo-hero__load {
        height: 175px;
    }

    .general-cargo-hero__box--large {
        height: 150px;
    }

    .general-cargo-hero__box--medium {
        height: 110px;
    }

    .general-cargo-hero__box--small {
        height: 74px;
    }

    .general-cargo-assurance {
        width: calc(100% - 28px);
        margin-top: -20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .general-cargo-assurance article {
        min-height: 76px;
        padding: 14px 12px;
        justify-content: flex-start;
    }

    .general-cargo-assurance article:nth-child(even) {
        border-right: 0;
    }

    .general-cargo-assurance article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .general-cargo-assurance span {
        font-size: 10px;
    }

    .general-cargo-formats__grid,
    .general-cargo-process__list,
    .general-cargo-included__inner,
    .general-cargo-price__card {
        grid-template-columns: 1fr;
    }

    .general-cargo-formats__grid article {
        min-height: 0;
        padding: 28px 22px;
    }

    .general-cargo-types {
        margin-top: 58px;
        padding: 56px 0 60px;
    }

    .general-cargo-types__grid {
        grid-template-columns: 1fr;
    }

    .general-cargo-types__list li {
        padding: 20px 0 20px 28px;
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .general-cargo-types__grid article {
        min-height: 0;
        padding: 23px 20px 25px;
    }

    .general-cargo-types__grid h3 {
        margin-top: 15px;
    }

    .general-cargo-process__list li {
        min-height: 0;
        padding: 24px 22px;
    }

    .general-cargo-included {
        margin-top: 58px;
        padding: 54px 0;
    }

    .general-cargo-included__inner {
        gap: 32px;
    }

    .general-cargo-included ul {
        grid-template-columns: 1fr;
    }

    .general-cargo-price__card {
        padding: 28px 22px;
        gap: 24px;
    }

    .general-cargo-quote {
        margin-top: 56px;
    }
}

/* Non-standard and industrial cargo page */
.nonstandard-hero .car-service-hero__inner {
    min-height: 590px;
}

.nonstandard-hero .car-service-hero__copy {
    width: 57%;
    padding-bottom: 88px;
}

.nonstandard-hero .car-service-hero__copy > p {
    max-width: 610px;
}

.nonstandard-hero__media::after {
    background: linear-gradient(90deg, #fff 0%, #fff 34%, rgb(255 255 255 / 94%) 44%, rgb(255 255 255 / 46%) 58%, rgb(255 255 255 / 5%) 76%);
}

.nonstandard-hero__media img {
    object-position: 66% center;
}

.nonstandard-assurance {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 112px;
    margin-top: -44px;
    border: 1px solid #d7e0e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgb(9 42 76 / 13%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nonstandard-assurance article {
    display: flex;
    min-width: 0;
    padding: 23px 25px;
    border-right: 1px solid var(--line);
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}

.nonstandard-assurance article:last-child {
    border-right: 0;
}

.nonstandard-assurance strong {
    color: var(--navy-950);
    font-size: 13px;
    font-weight: 740;
}

.nonstandard-assurance span {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.55;
}

.nonstandard-intro {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    align-items: start;
    gap: 80px;
}

.nonstandard-intro h2,
.nonstandard-types > h2,
.nonstandard-responsibility > h2,
.nonstandard-faq > h2,
.nonstandard-details__copy h2 {
    margin: 10px 0 0;
    color: var(--navy-950);
    font-size: clamp(30px, 3.5vw, 48px);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.08;
}

.nonstandard-intro__copy {
    padding-top: 18px;
}

.nonstandard-intro__copy p {
    margin: 0;
    color: #465e7a;
    font-size: 13px;
    line-height: 1.8;
}

.nonstandard-intro__copy p + p {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--line);
    color: var(--navy-950);
    font-weight: 650;
}

.nonstandard-types__grid {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.nonstandard-types__grid article {
    position: relative;
    display: grid;
    min-height: 285px;
    padding: 34px 36px;
    border: 1px solid #d6e0ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgb(20 52 87 / 6%);
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 22px;
    overflow: hidden;
}

.nonstandard-types__grid article::after {
    position: absolute;
    right: -54px;
    bottom: -82px;
    width: 190px;
    height: 190px;
    border: 32px solid #f0f4f8;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.nonstandard-types__grid article:nth-child(2),
.nonstandard-types__grid article:nth-child(3) {
    background: var(--navy-950);
}

.nonstandard-types__grid article:nth-child(2)::after,
.nonstandard-types__grid article:nth-child(3)::after {
    border-color: rgb(255 255 255 / 5%);
}

.nonstandard-types__number {
    display: grid;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--orange-600);
    color: #fff;
    font-size: 13px;
    font-weight: 760;
    place-items: center;
}

.nonstandard-types__grid h3 {
    margin: 3px 0 0;
    color: var(--navy-950);
    font-size: 20px;
    font-weight: 740;
    letter-spacing: -.025em;
    line-height: 1.25;
}

.nonstandard-types__grid p {
    max-width: 500px;
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
}

.nonstandard-types__grid ul {
    display: flex;
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 7px;
}

.nonstandard-types__grid li {
    padding: 6px 9px;
    border: 1px solid #d6e0ea;
    border-radius: 999px;
    color: #536b84;
    font-size: 8px;
    line-height: 1;
}

.nonstandard-types__grid article:nth-child(2) h3,
.nonstandard-types__grid article:nth-child(3) h3 {
    color: #fff;
}

.nonstandard-types__grid article:nth-child(2) p,
.nonstandard-types__grid article:nth-child(3) p {
    color: rgb(255 255 255 / 66%);
}

.nonstandard-types__grid article:nth-child(2) li,
.nonstandard-types__grid article:nth-child(3) li {
    border-color: rgb(255 255 255 / 18%);
    color: rgb(255 255 255 / 72%);
}

.nonstandard-solution {
    margin-top: 82px;
    background: linear-gradient(120deg, #031f3c, #0b447c);
    color: #fff;
}

.nonstandard-solution__inner {
    display: grid;
    min-height: 490px;
    padding-block: 72px;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: 84px;
}

.nonstandard-solution__copy h2 {
    max-width: 540px;
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 760;
    letter-spacing: -.05em;
    line-height: 1.06;
}

.nonstandard-solution__copy p {
    max-width: 560px;
    margin: 22px 0 0;
    color: rgb(255 255 255 / 70%);
    font-size: 12px;
    line-height: 1.75;
}

.nonstandard-solution__copy .button {
    margin-top: 28px;
}

.nonstandard-solution__steps {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
}

.nonstandard-solution__steps li {
    display: grid;
    min-height: 180px;
    padding: 27px;
    border-right: 1px solid rgb(255 255 255 / 14%);
    border-bottom: 1px solid rgb(255 255 255 / 14%);
    grid-template-columns: 34px 1fr;
    gap: 15px;
}

.nonstandard-solution__steps li:nth-child(even) {
    border-right: 0;
}

.nonstandard-solution__steps li:nth-child(n + 3) {
    border-bottom: 0;
}

.nonstandard-solution__steps li > span {
    color: var(--orange-500);
    font-size: 11px;
    font-weight: 780;
}

.nonstandard-solution__steps h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 720;
}

.nonstandard-solution__steps p {
    margin: 9px 0 0;
    color: rgb(255 255 255 / 62%);
    font-size: 10px;
    line-height: 1.65;
}

.nonstandard-responsibility__grid {
    display: grid;
    margin-top: 30px;
    border: 1px solid var(--line);
    border-radius: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
}

.nonstandard-responsibility__grid article {
    min-height: 210px;
    padding: 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.nonstandard-responsibility__grid article:nth-child(3n) {
    border-right: 0;
}

.nonstandard-responsibility__grid article:nth-child(n + 4) {
    border-bottom: 0;
}

.nonstandard-responsibility__grid span {
    color: var(--orange-600);
    font-size: 10px;
    font-weight: 780;
}

.nonstandard-responsibility__grid h3 {
    margin: 26px 0 0;
    color: var(--navy-950);
    font-size: 15px;
    font-weight: 730;
}

.nonstandard-responsibility__grid p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.65;
}

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

.nonstandard-details__media {
    min-height: 520px;
    border-radius: 12px 0 0 12px;
    background: var(--navy-950);
    overflow: hidden;
}

.nonstandard-details__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nonstandard-details__copy {
    padding: 52px 58px;
    border: 1px solid var(--line);
    border-left: 0;
    border-radius: 0 12px 12px 0;
}

.nonstandard-details__copy ul {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.nonstandard-details__copy li {
    display: grid;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 150px 1fr;
    gap: 18px;
}

.nonstandard-details__copy li strong {
    color: var(--navy-950);
    font-size: 10px;
}

.nonstandard-details__copy li span,
.nonstandard-details__note {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.55;
}

.nonstandard-details__note {
    margin: 18px 0 0;
    color: var(--navy-900);
    font-weight: 650;
}

.nonstandard-faq {
    padding-bottom: 64px;
}

.nonstandard-quote {
    grid-template-columns: minmax(290px, .82fr) minmax(640px, 1.5fr);
}

@media (max-width: 1050px) {
    .nonstandard-hero .car-service-hero__copy {
        width: 66%;
    }

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

    .nonstandard-assurance article:nth-child(2) {
        border-right: 0;
    }

    .nonstandard-assurance article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .nonstandard-intro,
    .nonstandard-solution__inner {
        gap: 42px;
    }

    .nonstandard-types__grid article {
        padding: 30px 26px;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 16px;
    }

    .nonstandard-types__number {
        width: 48px;
        height: 48px;
    }

    .nonstandard-details__copy {
        padding: 42px 36px;
    }

    .nonstandard-details__copy li {
        grid-template-columns: 125px 1fr;
    }
}

@media (max-width: 760px) {
    .services-card--full {
        min-height: 300px;
        grid-column: span 1;
    }

    .services-card--featured .services-card__shade {
        background: linear-gradient(135deg, rgb(4 28 56 / 90%) 0%, rgb(4 28 56 / 42%) 62%, transparent 100%);
    }

    .nonstandard-hero .car-service-hero__inner {
        min-height: 0;
    }

    .nonstandard-hero .car-service-hero__copy {
        width: 100%;
        padding-bottom: 36px;
    }

    .nonstandard-hero__media::after {
        display: none;
    }

    .nonstandard-hero__media img {
        object-position: center;
    }

    .nonstandard-assurance {
        width: calc(100% - 28px);
        min-height: 0;
        margin-top: -18px;
    }

    .nonstandard-assurance article {
        min-height: 104px;
        padding: 18px;
    }

    .nonstandard-intro,
    .nonstandard-types__grid,
    .nonstandard-solution__inner,
    .nonstandard-details {
        grid-template-columns: 1fr;
    }

    .nonstandard-intro {
        gap: 22px;
    }

    .nonstandard-intro__copy {
        padding-top: 0;
    }

    .nonstandard-types__grid article {
        min-height: 0;
        padding: 26px 22px;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
    }

    .nonstandard-types__grid h3 {
        font-size: 18px;
    }

    .nonstandard-solution {
        margin-top: 56px;
    }

    .nonstandard-solution__inner {
        padding-block: 54px;
        gap: 42px;
    }

    .nonstandard-solution__steps li {
        min-height: 160px;
        padding: 22px 16px;
        grid-template-columns: 25px 1fr;
        gap: 10px;
    }

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

    .nonstandard-responsibility__grid article,
    .nonstandard-responsibility__grid article:nth-child(3n) {
        min-height: 190px;
        padding: 22px 18px;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .nonstandard-responsibility__grid article:nth-child(even) {
        border-right: 0;
    }

    .nonstandard-responsibility__grid article:nth-child(n + 5) {
        border-bottom: 0;
    }

    .nonstandard-details__media {
        min-height: 310px;
        border-radius: 12px 12px 0 0;
    }

    .nonstandard-details__copy {
        padding: 34px 22px;
        border-top: 0;
        border-left: 1px solid var(--line);
        border-radius: 0 0 12px 12px;
    }

    .nonstandard-details__copy li {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

/* Non-standard cargo page aligned with the general cargo editorial system */
.nonstandard-general-hero__media img {
    object-position: 64% 46%;
}

@media (max-width: 760px) {
    .nonstandard-general-hero__media img {
        object-position: center 44%;
    }
}

/* About company page */
.about-company-main {
    overflow: hidden;
    background: #fff;
}

.about-company-hero {
    position: relative;
    background: var(--navy-950);
    color: #fff;
}

.about-company-hero__grid {
    display: grid;
    min-height: 650px;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
    align-items: stretch;
    gap: clamp(42px, 6vw, 96px);
}

.about-company-hero__content {
    display: flex;
    padding: 42px 0 86px;
    justify-content: center;
    flex-direction: column;
}

.about-company-breadcrumbs {
    margin-bottom: auto;
    color: rgb(255 255 255 / 56%);
}

.about-company-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(43px, 5vw, 72px);
    font-weight: 760;
    letter-spacing: -.052em;
    line-height: 1.02;
}

.about-company-hero__content > p {
    max-width: 680px;
    margin: 27px 0 0;
    color: rgb(255 255 255 / 74%);
    font-size: clamp(15px, 1.35vw, 19px);
    line-height: 1.68;
}

.about-company-hero__actions {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 12px;
}

.about-company-button--light {
    border-color: rgb(255 255 255 / 36%);
    background: transparent;
    color: #fff;
}

.about-company-button--light:hover {
    border-color: #fff;
    background: rgb(255 255 255 / 8%);
}

.about-company-hero__media {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

.about-company-hero__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(4 28 56 / 24%), transparent 38%);
    content: "";
}

.about-company-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-company-hero__years {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 1;
    display: flex;
    min-width: 188px;
    padding: 18px 22px;
    border-left: 3px solid var(--orange-500);
    background: rgb(4 28 56 / 88%);
    align-items: center;
    gap: 15px;
    backdrop-filter: blur(8px);
}

.about-company-hero__years strong {
    color: #fff;
    font-size: 48px;
    font-weight: 760;
    letter-spacing: -.05em;
    line-height: 1;
}

.about-company-hero__years span {
    color: rgb(255 255 255 / 76%);
    font-size: 11px;
    font-weight: 650;
    line-height: 1.3;
    text-transform: uppercase;
}

.about-company-facts {
    position: relative;
    z-index: 2;
    display: grid;
    margin-top: -42px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 50px rgb(6 36 67 / 15%);
    grid-template-columns: repeat(3, 1fr);
}

.about-company-facts div {
    padding: 28px 32px;
    border-right: 1px solid var(--line);
}

.about-company-facts div:last-child {
    border-right: 0;
}

.about-company-facts strong,
.about-company-facts span {
    display: block;
}

.about-company-facts strong {
    color: var(--navy-950);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.3;
}

.about-company-facts span {
    margin-top: 8px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.55;
}

.about-company-intro {
    padding: 118px 0 112px;
}

.about-company-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(52px, 7vw, 110px);
}

.about-company-main h2 {
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 750;
    letter-spacing: -.048em;
    line-height: 1.06;
}

.about-company-intro__text {
    padding-top: 18px;
}

.about-company-intro__text p {
    margin: 0;
    color: var(--muted);
    line-height: 1.78;
}

.about-company-intro__text .about-company-lead {
    margin-bottom: 20px;
    color: var(--ink);
    font-size: clamp(18px, 1.65vw, 23px);
    line-height: 1.58;
}

.about-company-directions {
    padding: 108px 0 118px;
    background: var(--surface-soft);
}

.about-company-heading {
    margin-bottom: 52px;
}

.about-company-direction {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 34px rgb(15 45 78 / 8%);
}

.about-company-direction--primary {
    display: grid;
    margin-bottom: 22px;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
}

.about-company-direction__media {
    min-height: 430px;
    overflow: hidden;
    background: #dfe6ed;
}

.about-company-direction__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.about-company-direction:hover .about-company-direction__media img {
    transform: scale(1.025);
}

.about-company-direction--primary .about-company-direction__media img {
    object-position: center 57%;
}

.about-company-direction__content {
    display: flex;
    padding: clamp(32px, 4.6vw, 66px);
    justify-content: center;
    flex-direction: column;
}

.about-company-direction__number {
    margin-bottom: 18px;
    color: var(--orange-600);
    font-size: 9px;
    font-weight: 760;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-company-direction h3 {
    max-width: 680px;
    margin: 0;
    color: var(--navy-950);
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 740;
    letter-spacing: -.04em;
    line-height: 1.1;
}

.about-company-direction p {
    max-width: 680px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.about-company-direction ul {
    display: grid;
    margin: 24px 0 0;
    padding: 0;
    color: var(--ink);
    font-size: 11px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 22px;
    list-style: none;
}

.about-company-direction li {
    position: relative;
    padding-left: 17px;
}

.about-company-direction li::before {
    position: absolute;
    top: .58em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--orange-500);
    content: "";
}

.about-company-direction .text-link {
    width: fit-content;
    margin-top: 28px;
}

.about-company-direction-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.about-company-direction--secondary {
    display: grid;
    grid-template-rows: 300px minmax(0, 1fr);
}

.about-company-direction--secondary .about-company-direction__media {
    min-height: 300px;
}

.about-company-direction--secondary .about-company-direction__content {
    padding: 34px 36px 38px;
    justify-content: flex-start;
}

.about-company-direction--secondary h3 {
    font-size: clamp(25px, 2.6vw, 35px);
}

.about-company-history {
    padding: 112px 0 116px;
    background:
        radial-gradient(circle at 12% 30%, rgb(18 82 139 / 38%), transparent 30%),
        var(--navy-950);
    color: #fff;
}

.about-company-history__grid {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: clamp(54px, 8vw, 120px);
}

.about-company-history h2 {
    color: #fff;
}

.about-company-history__heading p {
    max-width: 570px;
    margin: 25px 0 0;
    color: rgb(255 255 255 / 66%);
    line-height: 1.76;
}

.about-company-timeline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-company-timeline li {
    display: grid;
    padding: 0 0 32px;
    border-bottom: 1px solid rgb(255 255 255 / 13%);
    margin-bottom: 32px;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 24px;
}

.about-company-timeline li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.about-company-timeline time {
    color: var(--orange-500);
    font-size: 12px;
    font-weight: 760;
}

.about-company-timeline div {
    display: grid;
    gap: 9px;
}

.about-company-timeline strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
}

.about-company-timeline span {
    color: rgb(255 255 255 / 60%);
    font-size: 12px;
    line-height: 1.65;
}

.about-company-principles {
    padding: 110px 0 114px;
}

.about-company-heading--principles {
    max-width: 760px;
}

.about-company-principles__grid {
    display: grid;
    border-top: 1px solid var(--line);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-company-principles article {
    min-height: 205px;
    padding: 30px 28px;
    border-right: 1px solid var(--line);
}

.about-company-principles article:first-child {
    padding-left: 0;
}

.about-company-principles article:last-child {
    padding-right: 0;
    border-right: 0;
}

.about-company-principles strong {
    display: block;
    color: var(--navy-950);
    font-size: 20px;
    font-weight: 740;
}

.about-company-principles p {
    margin: 46px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.about-company-cta {
    display: flex;
    min-height: 290px;
    margin-bottom: 82px;
    padding: 52px clamp(34px, 5vw, 72px);
    border-radius: 12px;
    background: linear-gradient(115deg, var(--navy-950), var(--navy-800));
    align-items: center;
    justify-content: space-between;
    color: #fff;
    gap: 50px;
}

.about-company-cta h2 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(32px, 3.6vw, 49px);
}

.about-company-cta p {
    margin: 16px 0 0;
    color: rgb(255 255 255 / 68%);
}

.about-company-cta .button {
    flex: 0 0 auto;
}

@media (max-width: 1040px) {
    .about-company-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
        gap: 42px;
    }

    .about-company-direction--primary {
        grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    }

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

    .about-company-principles article:nth-child(2) {
        border-right: 0;
    }

    .about-company-principles article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .about-company-principles article:nth-child(3) {
        padding-left: 0;
    }

    .about-company-principles article:nth-child(2) {
        padding-right: 0;
    }
}

@media (max-width: 820px) {
    .about-company-hero__grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-company-hero__content {
        min-height: 570px;
        padding: 28px 32px 62px;
    }

    .about-company-breadcrumbs {
        margin-bottom: 68px;
    }

    .about-company-hero__media {
        min-height: 520px;
    }

    .about-company-facts {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }

    .about-company-facts div {
        padding: 24px 22px;
    }

    .about-company-intro,
    .about-company-directions,
    .about-company-history,
    .about-company-principles {
        padding-top: 80px;
        padding-bottom: 84px;
    }

    .about-company-intro__grid,
    .about-company-history__grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-company-intro__text {
        padding-top: 0;
    }

    .about-company-direction--primary {
        grid-template-columns: 1fr;
    }

    .about-company-direction--primary .about-company-direction__media {
        min-height: 560px;
    }

    .about-company-direction-pair {
        grid-template-columns: 1fr;
    }

    .about-company-direction--secondary {
        grid-template-rows: 360px minmax(0, 1fr);
    }

    .about-company-direction--secondary .about-company-direction__media {
        min-height: 360px;
    }

    .about-company-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .about-company-hero__content {
        min-height: 550px;
        padding: 24px 22px 54px;
    }

    .about-company-breadcrumbs {
        margin-bottom: 52px;
    }

    .about-company-hero h1 {
        font-size: clamp(39px, 12vw, 52px);
    }

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

    .about-company-hero__actions .button {
        width: 100%;
    }

    .about-company-hero__media {
        min-height: 410px;
    }

    .about-company-hero__years {
        right: 16px;
        bottom: 16px;
    }

    .about-company-facts {
        grid-template-columns: 1fr;
    }

    .about-company-facts div,
    .about-company-facts div:last-child {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .about-company-facts div:last-child {
        border-bottom: 0;
    }

    .about-company-intro,
    .about-company-directions,
    .about-company-history,
    .about-company-principles {
        padding-top: 64px;
        padding-bottom: 68px;
    }

    .about-company-heading {
        margin-bottom: 36px;
    }

    .about-company-direction--primary .about-company-direction__media {
        min-height: 430px;
    }

    .about-company-direction__content,
    .about-company-direction--secondary .about-company-direction__content {
        padding: 28px 22px 32px;
    }

    .about-company-direction ul {
        grid-template-columns: 1fr;
    }

    .about-company-direction--secondary {
        grid-template-rows: 280px minmax(0, 1fr);
    }

    .about-company-direction--secondary .about-company-direction__media {
        min-height: 280px;
    }

    .about-company-timeline li {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .about-company-principles__grid {
        grid-template-columns: 1fr;
    }

    .about-company-principles article,
    .about-company-principles article:first-child,
    .about-company-principles article:nth-child(2),
    .about-company-principles article:nth-child(3),
    .about-company-principles article:last-child {
        min-height: 0;
        padding: 26px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .about-company-principles article:last-child {
        border-bottom: 0;
    }

    .about-company-principles p {
        margin-top: 16px;
    }

    .about-company-cta {
        width: 100%;
        margin-bottom: 58px;
        padding: 42px 22px;
        border-radius: 0;
    }

    .about-company-cta .button {
        width: 100%;
    }
}

/* Compact text-only About page. */
.about-overview {
    padding-top: 42px;
}

.about-overview .car-service-breadcrumbs {
    margin-bottom: 46px;
}

.about-overview__title {
    width: 100%;
    margin: 0 0 26px;
    padding: 0;
    border: 0;
    color: var(--navy-950);
    font-size: clamp(38px, 3.6vw, 54px);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.about-overview__lead {
    margin: 0;
    color: #334e69;
    font-size: 17px;
    line-height: 1.75;
    text-align: left;
    text-wrap: pretty;
}

.about-overview__copy {
    width: 100%;
    margin-top: 18px;
}

.about-overview__copy p,
.about-geography__intro {
    margin: 0;
    color: #334e69;
    font-size: 17px;
    line-height: 1.75;
    text-align: left;
    text-wrap: pretty;
}

.about-overview__copy p + p {
    margin-top: 18px;
}

.about-points h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(34px, 4.1vw, 55px);
    text-wrap: wrap;
}

.about-geography h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(30px, 2.8vw, 42px);
    text-wrap: wrap;
}

.about-geography {
    padding-top: 72px;
}

.about-geography__intro {
    width: 100%;
    max-width: none;
    margin-top: 22px;
}

.about-geography__list {
    display: grid;
    margin: 34px 0 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-geography__list div {
    padding: 25px 28px 27px 0;
    border-right: 1px solid var(--line);
}

.about-geography__list div + div {
    padding-left: 28px;
}

.about-geography__list div:last-child {
    padding-right: 0;
    border-right: 0;
}

.about-geography__list dt {
    color: var(--navy-950);
    font-size: 18px;
    font-weight: 720;
}

.about-geography__list dd {
    display: grid;
    margin: 10px 0 0;
    color: #435a73;
    font-size: 16px;
    line-height: 1.7;
    gap: 5px;
}

.about-geography__list dd span {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
}

.about-geography__list dd span::before {
    color: var(--orange-500);
    content: "·";
}

.about-points {
    margin-top: 72px;
    background: #fff;
}

.about-points li {
    color: #435a73;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
    text-wrap: pretty;
}

.about-points li strong {
    display: block;
    margin-bottom: 4px;
    color: var(--navy-950);
    font-size: 17px;
}

.about-reviews {
    padding-block: 76px 92px;
    background: #fff;
}

.about-reviews h2 {
    margin: 8px 0 0;
    color: var(--navy-950);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.about-reviews__intro {
    margin: 18px 0 0;
    color: #435a73;
    font-size: 17px;
    line-height: 1.7;
}

.about-reviews__carousel {
    position: relative;
}

.about-reviews__grid {
    display: grid;
    width: 100%;
    max-width: 1040px;
    margin: 34px auto 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-reviews__grid a {
    display: block;
    padding: 7px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgb(6 43 85 / 7%);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.about-reviews__grid a:hover {
    border-color: #aebed0;
    box-shadow: 0 14px 34px rgb(6 43 85 / 12%);
    transform: translateY(-3px);
}

.about-reviews__grid a:focus-visible {
    outline: 3px solid var(--orange-500);
    outline-offset: 3px;
}

.about-reviews__grid img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.about-reviews__controls {
    display: none;
}

@media (max-width: 760px) {
    .about-overview {
        padding-top: 24px;
    }

    .about-overview .car-service-breadcrumbs {
        margin-bottom: 34px;
    }

    .about-overview__lead,
    .about-overview__copy p,
    .about-geography__intro {
        font-size: 16px;
    }

    .about-geography {
        padding-top: 54px;
    }

    .about-geography__list {
        grid-template-columns: 1fr;
    }

    .about-geography__list div,
    .about-geography__list div + div,
    .about-geography__list div:last-child {
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .about-geography__list div:last-child {
        border-bottom: 0;
    }

    .about-geography__list dt {
        font-size: 17px;
    }

    .about-geography__list dd,
    .about-points li {
        font-size: 15px;
    }

    .about-points {
        margin-top: 54px;
    }

    .about-points li strong {
        font-size: 16px;
    }

    .about-reviews {
        padding-block: 54px 64px;
    }

    .about-reviews__intro {
        font-size: 16px;
    }

    .about-reviews__grid {
        display: grid;
        max-width: none;
        margin: 28px 0 0;
        padding: 3px;
        grid-auto-columns: min(82%, 280px);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-behavior: smooth;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .about-reviews__grid::-webkit-scrollbar {
        display: none;
    }

    .about-reviews__grid a {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .js .about-reviews__controls {
        display: flex;
        margin-top: 18px;
        align-items: center;
        justify-content: center;
        gap: 18px;
    }

    .about-reviews__arrow {
        display: grid;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid #cbd7e3;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 7px 20px rgb(4 28 56 / 10%);
        color: var(--navy-900);
        cursor: pointer;
        font-size: 19px;
        place-items: center;
    }

    .about-reviews__arrow:focus-visible {
        outline: 3px solid rgb(255 116 23 / 30%);
        outline-offset: 3px;
    }

    .about-reviews__arrow:disabled {
        cursor: default;
        opacity: .3;
    }

    .about-reviews__counter {
        min-width: 46px;
        color: var(--muted);
        font-size: 13px;
        font-weight: 650;
        text-align: center;
    }
}

/* Unified readable copy: home and service pages only. */
.home-page .service-card-v2 p {
    color: rgb(255 255 255 / 92%);
    font-size: 14px;
}

.home-page .service-card-v2 ul {
    font-size: 13px;
    line-height: 1.55;
}

.home-page .benefit-grid-v2 p,
.home-page .process-list p,
.home-page .project-grid p,
.home-page .faq-v2 details p {
    color: #344f6c;
    font-size: 14px;
}

.home-page .review-grid-v2 blockquote {
    color: #263f5b;
    font-size: 14px;
}

.home-page .calculation-banner__intro p {
    color: rgb(255 255 255 / 84%);
    font-size: 12px;
}

.services-main .services-hero__content > p {
    color: rgb(255 255 255 / 92%);
    font-size: 16px;
}

.services-main .services-advantages p,
.services-main .services-process p,
.services-main .services-faq details p {
    color: #344f6c;
    font-size: 14px;
}

.services-main .services-quote__intro p {
    color: rgb(255 255 255 / 84%);
    font-size: 12px;
}

.car-service-hero__copy > p {
    color: #344f6c;
    font-size: 16px;
}

.car-benefits p,
.car-types p,
.car-journey p,
.car-works__heading p,
.car-faq details p {
    color: #344f6c;
    font-size: 14px;
}

.car-service-quote__intro p {
    color: rgb(255 255 255 / 84%);
    font-size: 12px;
}

.cargo-type-card p {
    color: rgb(255 255 255 / 92%);
    font-size: 14px;
}

.cargo-process__steps p,
.cargo-control-grid p {
    color: #344f6c;
    font-size: 14px;
}

.dock-section-heading > p,
.dock-workplaces__copy > p,
.dock-service-page .dock-hero__content > p {
    color: #344f6c;
    font-size: 16px;
}

.dock-services__grid p,
.dock-services__list p,
.dock-process__steps p,
.dock-brief li,
.equipment-service-page .equipment-scope li {
    color: #344f6c;
    font-size: 14px;
}

.general-cargo-heading > p,
.nonstandard-intro__copy p,
.nonstandard-solution__copy p {
    color: #344f6c;
    font-size: 15px;
}

.general-cargo-formats article > p,
.general-cargo-formats ul,
.general-cargo-types__list span,
.general-cargo-price > p,
.nonstandard-types__grid p,
.nonstandard-solution__steps p,
.nonstandard-responsibility__grid p,
.nonstandard-service-page .general-cargo-types__note {
    color: #344f6c;
    font-size: 14px;
}

.general-cargo-types + .general-cargo-price {
    padding-top: 0;
}

/* Keep one section interval instead of stacking adjacent section spacing. */
.general-cargo-formats + .general-cargo-types {
    margin-top: 0;
}

.equipment-service-page .equipment-scope + .equipment-services,
.dock-service-page .dock-services + .dock-works,
.dock-service-page .dock-works + .dock-faq,
.prices-section + .prices-payment,
.about-points + .about-reviews {
    padding-top: 0;
}

.equipment-service-page .equipment-services + .equipment-works,
.about-geography + .about-points {
    margin-top: 0;
}

.nonstandard-service-page .general-cargo-types {
    padding-bottom: 36px;
}

.nonstandard-service-page .nonstandard-works {
    padding-top: 44px;
}

@media (max-width: 760px) {
    .services-main .services-hero__content > p,
    .car-service-hero__copy > p,
    .dock-service-page .dock-hero__content > p {
        font-size: 14px;
    }

    .nonstandard-service-page .general-cargo-types {
        padding-bottom: 30px;
    }

    .nonstandard-service-page .nonstandard-works {
        padding-top: 36px;
    }
}

/* Legal documents */
.legal-page {
    background: #f5f7fa;
}

.legal-main {
    color: var(--navy-950);
}

.legal-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 0 32px;
    background: transparent;
}

.legal-hero .car-service-breadcrumbs {
    position: relative;
    z-index: 1;
    margin: 0 0 58px;
}

.legal-hero__grid {
    position: relative;
    z-index: 1;
}

.legal-hero h1 {
    max-width: 890px;
    margin: 14px 0 0;
    color: var(--navy-950);
    font-size: clamp(42px, 6vw, 74px);
    font-weight: 780;
    letter-spacing: -.055em;
    line-height: .98;
}

.legal-hero__grid > div > p {
    max-width: 720px;
    margin: 24px 0 0;
    color: #405a75;
    font-size: 16px;
    line-height: 1.7;
}

.legal-meta {
    display: grid;
    max-width: 560px;
    margin: 30px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.legal-meta div {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.legal-meta div + div {
    margin-top: 0;
}

.legal-meta dt {
    color: #526a82;
    font-size: 13px;
    font-weight: 500;
}

.legal-meta dd {
    margin: 0;
    color: var(--navy-950);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
}

.legal-layout {
    padding-top: 24px;
    padding-bottom: 90px;
}

.legal-toc {
    position: sticky;
    top: 100px;
    padding: 24px 24px 22px;
    border: 1px solid #dce4ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 32px rgb(5 31 59 / 5%);
}

.legal-toc > strong {
    display: block;
    margin-bottom: 15px;
    color: var(--navy-950);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.legal-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: legal-toc;
}

.legal-toc li {
    counter-increment: legal-toc;
}

.legal-toc a {
    display: grid;
    padding: 8px 0;
    color: #526a82;
    font-size: 12px;
    line-height: 1.45;
    text-decoration: none;
    grid-template-columns: 24px 1fr;
    gap: 5px;
}

.legal-toc a::before {
    color: #9aa8b7;
    content: counter(legal-toc, decimal-leading-zero);
    font-size: 10px;
    font-weight: 700;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
    color: var(--orange-600);
}

.legal-document {
    width: 100%;
    min-width: 0;
}

.legal-document > section {
    position: relative;
    padding: 42px 46px 44px;
    border: 1px solid #dce4ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 38px rgb(5 31 59 / 5%);
    scroll-margin-top: 112px;
}

.legal-document > section + section {
    margin-top: 18px;
}

.legal-document h2 {
    margin: 0 0 22px;
    color: var(--navy-950);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.14;
}

.legal-document p,
.legal-document li {
    color: #344f6c;
    font-size: 14px;
    line-height: 1.78;
}

.legal-document p {
    margin: 0;
}

.legal-document p + p,
.legal-document ul + p,
.legal-document p + .legal-details,
.legal-document p + .legal-note,
.legal-document ul + .legal-note {
    margin-top: 16px;
}

.legal-document ul {
    margin: 16px 0 0;
    padding-left: 22px;
}

.legal-document li + li {
    margin-top: 6px;
}

.legal-document a {
    color: #075da8;
    text-underline-offset: 3px;
}

.legal-details {
    margin: 0;
    border-top: 1px solid var(--line);
}

.legal-details div {
    display: grid;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 22px;
}

.legal-details dt,
.legal-details dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.legal-details dt {
    color: #7a8999;
}

.legal-details dd {
    color: var(--navy-950);
    font-weight: 620;
}

.legal-note {
    padding: 20px 22px;
    border-left: 3px solid var(--orange-600);
    border-radius: 0 8px 8px 0;
    background: #fff7f1;
}

.legal-note strong {
    display: block;
    margin-bottom: 5px;
    color: var(--navy-950);
    font-size: 13px;
}

.legal-note p {
    color: #4b6075;
    font-size: 13px;
}

.legal-document__footer {
    margin-top: 28px;
    padding: 28px 32px 30px;
    border-radius: 12px;
    background: var(--navy-950);
}

.legal-document__footer > p {
    margin-bottom: 10px;
    color: rgb(255 255 255 / 58%);
    font-size: 10px;
    font-weight: 730;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.legal-document .legal-related {
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 690;
    line-height: 1.4;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.legal-related span:last-child {
    color: var(--orange-500);
    font-size: 24px;
    transition: transform .2s ease;
}

.legal-related:hover span:last-child {
    transform: translateX(4px);
}

@media (max-width: 900px) {
    .legal-document > section {
        padding-inline: 34px;
    }
}

@media (max-width: 700px) {
    .legal-hero {
        padding: 24px 0;
    }

    .legal-hero .car-service-breadcrumbs {
        margin-bottom: 38px;
    }

    .legal-hero h1 {
        font-size: clamp(38px, 11vw, 54px);
        overflow-wrap: anywhere;
    }

    .legal-hero__grid > div > p {
        margin-top: 18px;
        font-size: 14px;
    }

    .legal-meta {
        margin-top: 28px;
        gap: 18px;
    }

    .legal-meta div + div {
        margin-top: 0;
    }

    .legal-layout {
        display: block;
        padding-top: 18px;
        padding-bottom: 58px;
    }

    .legal-document > section {
        padding: 29px 22px 31px;
        scroll-margin-top: 82px;
    }

    .legal-document h2 {
        margin-bottom: 17px;
        font-size: 25px;
    }

    .legal-document p,
    .legal-document li {
        font-size: 13px;
        line-height: 1.72;
    }

    .legal-details div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .legal-note {
        padding: 17px 18px;
    }

    .legal-document__footer {
        padding: 24px 22px 26px;
    }
}
