.site-footer-contact-detail img,
.site-footer-contact-item img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(88%) saturate(1081%) hue-rotate(342deg) brightness(102%) contrast(96%);
}

.site-footer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: transparent;
    --footer-stack-gap: 2.55rem;
}

.site-footer-contact-section {
    width: 100%;
    background: transparent;
    padding: 3rem 1.5rem;
}

.site-footer-contact-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.site-footer-contact-grid {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.site-footer-contact-section.is-no-form .site-footer-contact-grid {
    grid-template-columns: 1fr;
}

.site-footer-contact-left {
    max-width: none;
    margin-left: 0;
}

.site-footer-contact-kicker,
.site-footer-form-kicker,
.site-footer-steps-kicker {
    margin: 0;
    color: #5f6770;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.site-footer-contact-title {
    margin: 0.38rem 0 0;
    color: #111821;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.1;
}

.site-footer-contact-lead {
    margin: 0.7rem 0 0;
    color: #3c4652;
    font-size: 1.05rem;
    line-height: 1.45;
}

.site-footer-contact-details {
    margin-top: 1.85rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem 1rem;
}

.site-footer-contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 0.48rem;
    color: #24303d;
    font-size: 1.02rem;
    line-height: 1.45;
}

.site-footer-contact-detail img {
    width: 21px;
    height: 21px;
    margin-top: 0.06rem;
}

.site-footer-contact-section:not(.contact-page-section) .site-footer-contact-details {
    margin-top: 1.3rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.2rem;
}

.site-footer-contact-section:not(.contact-page-section) .site-footer-contact-detail {
    align-items: center;
    white-space: nowrap;
    font-size: 0.98rem;
}

.site-footer-contact-section:not(.contact-page-section) .site-footer-contact-detail img {
    margin-top: 0;
}

.site-footer-steps {
    margin-top: 1.95rem;
    background: transparent;
    border: 0;
    padding: 0;
}

.site-footer-steps-title {
    margin: 0;
    color: #111821;
    font-size: clamp(1.35rem, 2.1vw, 1.75rem);
    font-weight: 800;
    line-height: 1.2;
}

.site-footer-steps-grid {
    margin-top: 0.9rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.28rem;
}

.site-footer-step-card {
    min-height: 84px;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.62rem;
}

.site-footer-step-card strong {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 999px;
    background: var(--primary);
    color: #111821;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.site-footer-step-card span {
    color: #27313d;
    font-size: 0.9rem;
    line-height: 1.35;
    max-width: 22ch;
}

.site-footer-form-title {
    margin: 0.32rem 0 0;
    color: #111821;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800;
}

.site-footer-form-title span {
    color: var(--primary);
}

.site-footer-form {
    margin-top: 1.45rem;
    display: flex;
    flex-direction: column;
    gap: 0.58rem;
}

.site-footer-honeypot {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.site-footer-form-field {
    width: 100%;
}

.site-footer-form-field[data-field="consent"] {
    margin-top: 0.58rem;
    margin-bottom: 0.58rem;
}

.site-footer-form input,
.site-footer-form textarea {
    width: 100%;
    border: 1px solid #cfd7df;
    border-radius: 4px;
    background: #fff;
    color: #111821;
    font-size: 1rem;
    padding: 0 0.82rem;
}

.site-footer-form input {
    min-height: 2.65rem;
}

.site-footer-form textarea {
    min-height: 7.2rem;
    resize: none;
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.site-footer-form input.is-invalid,
.site-footer-form textarea.is-invalid {
    border-color: #dd3c3c;
}

.site-footer-form-row-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.58rem;
}

.site-footer-form-consent {
    margin-top: 0;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: #2a3542;
    font-size: 0.94rem;
    line-height: 1.4;
}

.site-footer-form-consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.site-footer-consent-check {
    width: 1.26rem;
    height: 1.26rem;
    border: 1px solid #cfd7df;
    border-radius: 3px;
    background: #fff;
    margin-top: 0.08rem;
    flex-shrink: 0;
    position: relative;
}

.site-footer-form-consent input:checked+.site-footer-consent-check {
    background: var(--primary);
    border-color: var(--primary);
}

.site-footer-form-consent input:checked+.site-footer-consent-check::after {
    content: '';
    position: absolute;
    left: 0.38rem;
    top: 0.17rem;
    width: 0.30rem;
    height: 0.62rem;
    border-right: 2px solid #111821;
    border-bottom: 2px solid #111821;
    transform: rotate(45deg);
}

.site-footer-form-error {
    max-height: 0;
    opacity: 0;
    transform: translateY(-4px);
    overflow: hidden;
    margin-top: 0;
    color: #dd3c3c;
    font-size: 0.82rem;
    line-height: 1.3;
    transition: max-height 0.2s ease, opacity 0.2s ease, transform 0.2s ease, margin-top 0.2s ease;
}

.site-footer-form-error.is-visible {
    max-height: 70px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.28rem;
}

.site-footer-form-error.is-success {
    color: #2d8a4b;
    max-height: 70px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0.28rem;
}

.site-footer-form-error-general {
    order: 999;
}

.site-footer-form-submit {
    width: fit-content;
    min-height: 2.55rem;
    padding: 0 1.18rem;
    border: 0;
    border-radius: 4px;
    background: var(--primary);
    color: var(--black);
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.site-footer-form-submit:hover,
.site-footer-form-submit:focus-visible {
    filter: brightness(1.06);
}

.site-footer-form-submit:disabled {
    opacity: 0.7;
    cursor: default;
    filter: none;
}

.site-footer-brands {
    width: 100%;
    padding: 1rem 0;
    background: transparent;
    margin-top: var(--footer-stack-gap);
}

.site-footer-brands-inner {
    position: relative;
    width: 100%;
    padding: 0 1.5rem;
}

.site-footer-brands-inner::before,
.site-footer-brands-inner::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    pointer-events: none;
    z-index: 2;
}

.site-footer-brands-inner::before {
    left: 1.5rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}

.site-footer-brands-inner::after {
    right: 1.5rem;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}

.site-footer-brands-viewport {
    overflow: hidden;
}

.site-footer-brands-track {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    will-change: transform;
}

.site-footer-brand-item {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.site-footer-brand-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.site-footer-main {
    width: 100%;
    padding: 2.2rem 1.5rem 1.7rem;
    background: #fff;
    border-top: 1px solid #e8edf2;
    margin-top: var(--footer-stack-gap);
}

.site-footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1.35fr 0.9fr 0.8fr;
    gap: 1.2rem;
    align-items: start;
}

.site-footer-col {
    min-width: 0;
}

.site-footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 0.9rem;
}

.site-footer-logo img {
    width: 220px;
    height: auto;
}

.site-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 0.48rem;
    text-decoration: none;
    color: #223141;
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 0.55rem;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a.site-footer-contact-item:hover,
a.site-footer-contact-item:focus-visible {
    color: #314457;
    opacity: 0.88;
}

.site-footer-contact-item img {
    width: 21px;
    height: 21px;
}

.site-footer-social {
    margin-top: 0.55rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.site-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.site-footer-social a:hover,
.site-footer-social a:focus-visible {
    opacity: 0.82;
}

.site-footer-social a img {
    width: 26px;
    height: 26px;
}

.site-footer-title {
    margin: 0 0 0.8rem;
    font-size: 1rem;
    font-weight: 700;
    color: #111821;
}

.site-footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.site-footer-links a {
    color: #223141;
    font-size: 0.94rem;
    line-height: 1.35;
    text-decoration: none;
    width: fit-content;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer-links a:hover,
.site-footer-links a:focus-visible {
    color: #314457;
    opacity: 0.88;
}

.site-footer-map-wrap {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dbe3eb;
}

.site-footer-map-wrap iframe {
    display: block;
    width: 100%;
    height: 220px;
}

.site-footer-bottom {
    background: #fff;
    border-top: 1px solid #e8edf2;
    padding: 0.8rem 1.5rem;
}

.site-footer-bottom-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.site-footer-copy,
.site-footer-author {
    margin: 0;
    color: #5f6770;
    font-size: 0.88rem;
    line-height: 1.35;
}

.site-footer-author a {
    color: #111821;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer-author a:hover,
.site-footer-author a:focus-visible {
    color: #2d3946;
    opacity: 0.88;
}

.site-footer.is-contact-page .site-footer-main {
    padding-top: 2rem;
}

@media (max-width: 1279px) {
    .site-footer {
        --footer-stack-gap: 2.2rem;
    }

    .site-footer-contact-section {
        padding: 2.7rem 1.2rem;
    }

    .site-footer-contact-inner {
        max-width: 1180px;
    }

    .site-footer-contact-grid {
        gap: 1.2rem;
    }

    .site-footer-contact-title {
        font-size: clamp(1.8rem, 3.2vw, 2.4rem);
    }

    .site-footer-form-title {
        font-size: 2.45rem;
    }

    .site-footer-brands-inner {
        padding: 0 1.2rem;
    }

    .site-footer-brands-inner::before {
        left: 1.2rem;
    }

    .site-footer-brands-inner::after {
        right: 1.2rem;
    }

    .site-footer-grid {
        grid-template-columns: 1.2fr 0.9fr 0.8fr;
        gap: 1rem;
    }
}

@media (max-width: 1023px) {
    .site-footer {
        --footer-stack-gap: 1.9rem;
    }

    .site-footer-contact-section {
        padding: 2.35rem 1.2rem;
    }

    .site-footer-contact-grid {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }

    .site-footer-contact-left {
        max-width: none;
        margin-left: 0;
    }

    .site-footer-contact-inner {
        max-width: 980px;
    }

    .site-footer-contact-details {
        gap: 0.8rem;
    }

    .site-footer-contact-section:not(.contact-page-section) .site-footer-contact-details {
        gap: 0.9rem;
    }

    .site-footer-contact-section:not(.contact-page-section) .site-footer-contact-detail {
        font-size: 0.9rem;
    }

    .site-footer-form-title {
        font-size: 2rem;
    }

    .site-footer-brands-inner {
        padding: 0 0.9rem;
    }

    .site-footer-brands-inner::before,
    .site-footer-brands-inner::after {
        width: 32px;
    }

    .site-footer-brands-inner::before {
        left: 0.9rem;
    }

    .site-footer-brands-inner::after {
        right: 0.9rem;
    }

    .site-footer-brand-item {
        height: 66px;
    }

    .site-footer-main {
        padding: 1.9rem 1.2rem 1.4rem;
    }

    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem 1rem;
    }

    .site-footer-map-wrap iframe {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        --footer-stack-gap: 1.5rem;
    }

    .site-footer-contact-section {
        padding: 1.95rem 0.8rem;
    }

    .site-footer-contact-details {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .site-footer-contact-section:not(.contact-page-section) .site-footer-contact-details {
        display: flex;
        flex-wrap: nowrap;
        grid-template-columns: none;
        gap: 0.6rem;
    }

    .site-footer-contact-section:not(.contact-page-section) .site-footer-contact-detail {
        font-size: 0.8rem;
        gap: 0.35rem;
    }

    .site-footer-contact-section:not(.contact-page-section) .site-footer-contact-detail img {
        width: 17px;
        height: 17px;
    }

    .site-footer-contact-title {
        font-size: clamp(1.68rem, 10vw, 2.1rem);
    }

    .site-footer-contact-lead {
        font-size: 0.96rem;
    }

    .site-footer-steps {
        padding: 1rem;
    }

    .site-footer-steps-title {
        font-size: 1.35rem;
    }

    .site-footer-steps-grid {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .site-footer-step-card {
        min-height: 76px;
    }

    .site-footer-step-card span {
        font-size: 0.86rem;
    }

    .site-footer-form-title {
        font-size: clamp(1.7rem, 10vw, 2.2rem);
    }

    .site-footer-form-row-2 {
        grid-template-columns: 1fr;
    }

    .site-footer-form input,
    .site-footer-form textarea {
        font-size: 0.95rem;
    }

    .site-footer-brands {
        padding: 0.85rem 0;
    }

    .site-footer-brands-inner {
        padding: 0 0.4rem;
    }

    .site-footer-brands-inner::before,
    .site-footer-brands-inner::after {
        width: 24px;
    }

    .site-footer-brands-inner::before {
        left: 0.4rem;
    }

    .site-footer-brands-inner::after {
        right: 0.4rem;
    }

    .site-footer-brand-item {
        height: 60px;
        border-radius: 8px;
    }

    .site-footer-main {
        padding: 1.5rem 0.8rem 1.2rem;
    }

    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }

    .site-footer-logo img {
        width: 190px;
    }

    .site-footer-bottom {
        padding: 0.72rem 0.8rem;
    }

    .site-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.34rem;
    }
}