.site-footer {
    background: #182134;
    color: #ffffff;
    position: relative;
    padding: 4.5rem 0 2rem;
    overflow: hidden;
}


.site-footer .container {
    position: relative;
    z-index: 2;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand-block {
    max-width: 620px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #ffffff;
    text-decoration: none;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 182px;
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-contact-link,
.footer-address {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.65rem;
    font-size: clamp(0.96rem, 1.05vw, 1.1rem);
    text-decoration: none;
}

.footer-address {
    display: block;
    margin-bottom: 0;
    max-width: 900px;
    line-height: 1.35;
    text-align: left;
}

.footer-address-text {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.45rem;
    max-width: 100%;
}

.footer-address-text .iconify {
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.footer-menu-block {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-nav {
    display: flex;
    align-items: center;
    gap: 2.6rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-nav a,
.footer-policy-links a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-nav a {
    font-size: clamp(1rem, 1.05vw, 1.15rem);
    font-weight: 500;
}

.footer-nav a:hover,
.footer-policy-links a:hover,
.footer-contact-link:hover {
    color: #ffffff;
    opacity: 1;
}

.footer-cta {
    padding: 0.8rem 1.6rem;
    min-width: 140px;
    gap: 0.35rem;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 2.2rem;
    position: relative;
}

.footer-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.02rem;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-policy-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-policy-links a {
    font-size: 1.02rem;
    opacity: 0.88;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.footer-socials a {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.footer-socials a:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.26);
    border-color: rgba(255, 255, 255, 0.34);
}

@media (max-width: 991.98px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .footer-nav {
        justify-content: flex-start;
        gap: 1.8rem;
    }

    .site-footer {
        padding: 3.5rem 0 2rem;
    }

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

    .footer-bottom-right {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 3rem 0 1.75rem;
    }

    .footer-top {
        align-items: center;
        text-align: center;
    }

    .footer-brand-block {
        width: 100%;
    }

    .footer-logo {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact-link,
    .footer-address {
        justify-content: center;
    }

    .footer-address {
        display: block;
        width: min(100%, 350px);
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-menu-block {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 1.2rem;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.95rem;
        width: 100%;
    }

    .footer-cta {
        width: min(100%, 290px);
        justify-content: center;
    }

    .footer-bottom {
        align-items: center;
        text-align: center;
    }

    .footer-bottom-right {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.9rem;
    }

    .footer-policy-links {
        justify-content: center;
        gap: 0.9rem 1.2rem;
    }

    .footer-copy {
        font-size: 0.96rem;
    }
}

@media (max-width: 575.98px) {
    .footer-contact-link .iconify,
    .footer-address-text .iconify {
        display: none;
    }

    .footer-policy-links a {
        font-size: 0.95rem;
    }

    .footer-socials a {
        width: 32px;
        height: 32px;
    }
}


@media (min-width: 767.98px) and (max-width: 991.98px) {
    .footer-menu-block {
        justify-content: flex-start;
        width: 100%;
    }

    .footer-cta {
        margin-left: auto;
    }

}