.site-footer {
    padding: 34px 0 20px;
    color: #ffffff;
    background: #020202;
    border-top: 3px solid #ef8b16;
}

.footer-container {
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
}

.footer-main {
    display: grid;
    grid-template-columns: 300px 1px repeat(4, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
    padding-bottom: 28px;
}

.footer-brand {
    text-align: center;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
}

.footer-logo img {
    display: block;
    width: min(230px, 100%);
    height: auto;
    max-height: 110px;
    object-fit: contain;
}

.footer-accent-line {
    display: block;
    width: 70px;
    height: 2px;
    margin: 20px auto;
    background: #ef8b16;
}

.footer-brand p {
    margin: 0;
    color: #e7e7e7;
    font-size: 15px;
    line-height: 1.55;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
}

.footer-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    color: #ffffff;
    overflow: hidden;
}

.footer-social-links img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-social-links .svg-icon {
    width: 17px;
    height: 17px;
    font-size: 17px;
    color: #ffffff;
}

.footer-divider {
    width: 1px;
    min-height: 340px;
    background: #ef8b16;
}

.footer-column h2,
.footer-contact h2 {
    margin: 24px 0 22px;
    color: #ff8a00;
    font-size: 22px;
    line-height: 1.15;
}

.footer-column ul,
.footer-contact ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-column a {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
}

.footer-link-arrow {
    width: 16px;
    height: 16px;
    color: #ff8a00;
    font-size: 30px;
    line-height: 1;
}

.footer-contact li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: start;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
    min-width: 0;
}

.footer-contact a,
.footer-contact span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
}

.footer-contact-icon {
    color: #ff8a00;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 900;
}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
}

.footer-bottom strong {
    color: #ff8a00;
}

.footer-bottom-separator {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.5);
}

.footer-powered {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.footer-shield {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 2px solid #ff8a00;
    border-radius: 8px;
    color: #ff8a00;
    font-size: 10px;
    font-weight: 900;
}

.footer-scroll-top {
    position: absolute;
    right: 0;
    bottom: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #ffffff;
    background: #ff8a00;
    font-size: 26px;
    font-weight: 900;
}

.footer-scroll-top .svg-icon {
    width: 22px;
    height: 22px;
}
