.tourbier-site-footer {
    --tourbier-footer-navy: #102a46;
    --tourbier-footer-blue: #2d527f;
    --tourbier-footer-sand: #f2efeb;
    --tourbier-footer-white: #ffffff;
    --tourbier-footer-muted: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 10;
    clear: both;
    color: var(--tourbier-footer-white);
    background: var(--tourbier-footer-navy);
    font-family: Inter, Arial, sans-serif;
}

.tourbier-site-footer *,
.tourbier-site-footer *::before,
.tourbier-site-footer *::after {
    box-sizing: border-box;
}

.tourbier-site-footer__inner {
    width: min(1320px, calc(100% - 48px));
    margin-inline: auto;
}

.tourbier-site-footer__primary {
    padding: 42px 0 38px;
    border-top: 3px solid var(--tourbier-footer-blue);
}

.tourbier-site-footer__grid {
    display: grid;
    grid-template-columns: minmax(270px, 1.35fr) minmax(190px, 0.8fr) minmax(190px, 0.9fr) minmax(220px, 1fr);
    gap: clamp(34px, 5vw, 72px);
}

.tourbier-site-footer p,
.tourbier-site-footer address,
.tourbier-site-footer ul {
    margin: 0;
    padding: 0;
}

.tourbier-site-footer__brand {
    display: inline-block;
    color: var(--tourbier-footer-white);
    font-family: Poppins, Arial, sans-serif;
    font-size: 23px;
    font-weight: 650;
    line-height: 1.25;
    text-decoration: none;
}

.tourbier-site-footer__positioning {
    max-width: 390px;
    margin-top: 13px !important;
    color: var(--tourbier-footer-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.tourbier-site-footer__area {
    max-width: 420px;
    margin-top: 10px !important;
    color: var(--tourbier-footer-muted);
    font-size: 13px;
    line-height: 1.65;
}

.tourbier-site-footer__contacts {
    display: flex;
    margin-top: 18px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.tourbier-site-footer__contacts a {
    color: var(--tourbier-footer-white);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease, opacity 160ms ease;
}

.tourbier-site-footer__title {
    margin-bottom: 15px !important;
    color: rgba(255, 255, 255, 0.48);
    font-family: Poppins, Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.tourbier-site-footer ul {
    list-style: none;
}

.tourbier-site-footer li {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    list-style: none !important;
}

.tourbier-site-footer li::marker {
    content: none !important;
}

.tourbier-site-footer__nav li a,
.tourbier-site-footer__legal li,
.tourbier-site-footer__legal li a,
.tourbier-site-footer__local-intro,
.tourbier-site-footer__mobility li,
.tourbier-site-footer__locality {
    color: var(--tourbier-footer-muted);
    font-size: 13px;
    line-height: 1.55;
    text-decoration: none;
}

.tourbier-site-footer__nav li a,
.tourbier-site-footer__legal li a {
    display: inline-flex;
    transition: color 160ms ease, transform 160ms ease;
}

.tourbier-site-footer__cta,
.tourbier-site-footer__map-link {
    display: inline-flex;
    gap: 7px;
    margin-top: 10px;
    align-items: center;
    color: var(--tourbier-footer-white);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease;
}

.tourbier-site-footer__cta span,
.tourbier-site-footer__map-link span {
    transition: transform 160ms ease;
}

.tourbier-site-footer__local-intro {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.tourbier-site-footer__local-intro strong {
    color: var(--tourbier-footer-white);
    font-weight: 600;
}

.tourbier-site-footer__mobility {
    margin-top: 12px !important;
}

.tourbier-site-footer__mobility li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 14px;
}

.tourbier-site-footer__mobility li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.58);
    content: "";
}

.tourbier-site-footer__locality {
    margin-top: 12px !important;
}

.tourbier-site-footer__locality a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-underline-offset: 3px;
}

.tourbier-site-footer a {
    outline-offset: 4px;
}

.tourbier-site-footer__nav a:hover,
.tourbier-site-footer__nav a:focus-visible,
.tourbier-site-footer__legal a:hover,
.tourbier-site-footer__legal a:focus-visible,
.tourbier-site-footer__contacts a:hover,
.tourbier-site-footer__contacts a:focus-visible,
.tourbier-site-footer__map-link:hover,
.tourbier-site-footer__map-link:focus-visible,
.tourbier-site-footer__brand:hover,
.tourbier-site-footer__brand:focus-visible {
    color: var(--tourbier-footer-white);
    text-decoration: none;
}

.tourbier-site-footer__nav li a:hover,
.tourbier-site-footer__nav li a:focus-visible,
.tourbier-site-footer__legal li a:hover,
.tourbier-site-footer__legal li a:focus-visible {
    transform: translateX(3px);
}

.tourbier-site-footer__cta:hover span,
.tourbier-site-footer__cta:focus-visible span,
.tourbier-site-footer__map-link:hover span,
.tourbier-site-footer__map-link:focus-visible span {
    transform: translateX(3px);
}

.tourbier-site-footer__contacts a:hover,
.tourbier-site-footer__contacts a:focus-visible {
    opacity: 0.78;
}

.tourbier-site-footer__compliance {
    padding: 15px 0;
    color: #42464c;
    background: var(--tourbier-footer-sand);
}

.tourbier-site-footer__compliance-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
}

.tourbier-site-footer__compliance p {
    color: #4f545a;
    font-size: 12px;
    line-height: 1.55;
}

.tourbier-site-footer__compliance strong {
    color: #1c3f68;
    font-weight: 700;
}

.tourbier-site-footer__compliance a {
    color: #1c3f68;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tourbier-site-footer__bottom {
    color: var(--tourbier-footer-white);
    background: var(--tourbier-footer-blue);
}

.tourbier-site-footer__bottom-inner {
    display: flex;
    min-height: 52px;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.tourbier-site-footer__bottom p {
    display: flex;
    margin: 0;
    padding: 0 !important;
    align-self: stretch;
    align-items: center;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.5;
}

.tourbier-site-footer__bottom nav {
    display: flex;
    gap: 22px;
    align-items: center;
}

.tourbier-site-footer__bottom a {
    color: var(--tourbier-footer-white);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 160ms ease;
}

.tourbier-site-footer__bottom a:hover,
.tourbier-site-footer__bottom a:focus-visible {
    color: var(--tourbier-footer-white);
    text-decoration: none;
    opacity: 0.72;
}

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

    .tourbier-site-footer__compliance-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 700px) {
    .tourbier-site-footer__inner {
        width: calc(100% - 36px);
    }

    .tourbier-site-footer__primary {
        padding: 34px 0 30px;
    }

    .tourbier-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .tourbier-site-footer__positioning,
    .tourbier-site-footer__area {
        max-width: none;
    }

    .tourbier-site-footer__compliance {
        padding: 14px 0;
    }

    .tourbier-site-footer__bottom-inner {
        padding: 13px 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .tourbier-site-footer__bottom p {
        align-self: auto;
    }

    .tourbier-site-footer__bottom nav {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 7px 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tourbier-site-footer * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
