.site-footer {
    position: relative;
    padding: 72px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.76);
    background: linear-gradient(
        145deg,
        #052f34 0%,
        #04272c 52%,
        #031f23 100%
    );
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(71, 210, 219, 0.4),
        transparent
    );
}

.footer-grid {
    display: grid;
    grid-template-columns:
        minmax(300px, 1.45fr)
        repeat(3, minmax(150px, 1fr));
    gap: 52px;
    align-items: start;
    padding-bottom: 54px;
}

.footer-about {
    max-width: 390px;
}

.brand-footer {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    color: #ffffff;
    text-decoration: none;
}

.footer-brand-symbol {
    display: block;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    object-fit: contain;
    object-position: center;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.footer-brand-text strong {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.015em;
}

.footer-brand-text small {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-description {
    max-width: 37rem;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.94rem;
    line-height: 1.85;
}

.footer-slogan {
    margin: 0;
    color: #ffffff;
    font-size: 0.91rem;
    font-weight: 650;
}

.footer-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
    transition:
        color 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
    color: #ffffff;
    background: #07909d;
    border-color: #07909d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7, 144, 157, 0.22);
}

.footer-social svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
    pointer-events: none;
}

.footer-column h2,
.footer-contact h2 {
    position: relative;
    margin: 4px 0 23px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 750;
    letter-spacing: 0.015em;
}

.footer-column h2::after,
.footer-contact h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: #20a9b5;
}

.footer-column nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.footer-column nav > span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.86rem;
    line-height: 1.5;
}

.footer-column a,
.footer-contact a {
    display: inline-flex;
    width: fit-content;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    line-height: 1.5;
    text-decoration: none;
    transition:
        color 160ms ease,
        transform 160ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible {
    color: #ffffff;
    transform: translateX(3px);
}

.footer-all-link {
    margin-top: 5px;
    color: #55ced6 !important;
    font-weight: 700;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.footer-contact address {
    margin: 0 0 3px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.86rem;
    font-style: normal;
    line-height: 1.75;
}

.footer-working-hours {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.84rem;
}

.footer-working-hours strong {
    color: #ffffff;
}

.footer-legal {
    display: flex;
    justify-content: center;
    padding: 21px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-legal nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px 28px;
    text-align: center;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.8rem;
    text-decoration: none;
    transition:
        color 160ms ease,
        transform 160ms ease;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
}

.footer-bottom {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.76rem;
}

.footer-credit {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 7px 16px;
    color: rgba(255, 255, 255, 0.34);
    background: rgba(0, 0, 0, 0.14);
    font-size: 0.67rem;
    letter-spacing: 0.015em;
    text-align: center;
}

.footer-credit a {
    color: rgba(255, 255, 255, 0.64);
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
    color: #5fd7df;
}

@media (max-width: 1080px) {
    .footer-grid {
        grid-template-columns:
            minmax(270px, 1.4fr)
            repeat(2, minmax(160px, 1fr));
        gap: 42px 34px;
    }

    .footer-contact {
        grid-column: 2 / -1;
    }

    .footer-brand-symbol {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .footer-brand-text strong {
        font-size: 1.15rem;
    }
}

@media (max-width: 760px) {
    .site-footer {
        padding-top: 52px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
        padding-bottom: 38px;
    }

    .footer-about {
        max-width: none;
    }

    .footer-contact {
        grid-column: auto;
    }

    .brand-footer {
        gap: 12px;
        margin-bottom: 22px;
    }

    .footer-brand-symbol {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .footer-brand-text strong {
        font-size: 1.08rem;
    }

    .footer-brand-text small {
        font-size: 0.59rem;
    }

    .footer-column h2,
    .footer-contact h2 {
        margin-bottom: 18px;
    }

    .footer-social {
        gap: 9px;
        margin-top: 20px;
    }

    .footer-social a {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .footer-social svg {
        width: 17px;
        height: 17px;
    }

    .footer-legal nav {
        flex-direction: column;
        gap: 10px;
    }

    .footer-bottom {
        min-height: auto;
        padding: 22px 0;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .site-footer {
        padding-top: 44px;
    }

    .footer-grid {
        gap: 34px;
        padding-bottom: 32px;
    }

    .footer-brand-symbol {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .footer-brand-text strong {
        font-size: 1rem;
    }

    .footer-brand-text small {
        font-size: 0.55rem;
        letter-spacing: 0.11em;
    }

    .footer-description {
        font-size: 0.9rem;
        line-height: 1.75;
    }

    .footer-slogan {
        font-size: 0.88rem;
    }

    .footer-column a,
    .footer-contact a {
        font-size: 0.85rem;
    }

    .footer-contact address {
        font-size: 0.83rem;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .footer-social svg {
        width: 16px;
        height: 16px;
    }

    .footer-legal {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .footer-bottom {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 0.72rem;
    }

    .footer-credit {
        min-height: 29px;
        padding: 6px 12px;
        font-size: 0.64rem;
    }
}

.site-footer {
    background: linear-gradient(
        145deg,
        #052f34 0%,
        #04272c 52%,
        #031f23 100%
    ) !important;
}

.site-footer::after,
.footer-about::before,
.footer-about::after,
.brand-footer::before,
.brand-footer::after {
    content: none !important;
    display: none !important;
    background: none !important;
    box-shadow: none !important;
}