.site-footer {
    width: 100%;
    margin-top: auto;
    flex-shrink: 0;
    border-top: 1px solid #dce4dd;
    background:
        linear-gradient(180deg, rgba(251, 252, 250, 0.92), #f3f5f2);
}

.site-footer-inner {
    width: min(960px, calc(100% - 40px));
    margin: 0 auto;
    padding: 36px 0 28px;
}

.site-footer-top {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px 48px;
}

.site-footer-brand {
    flex: 1 1 260px;
    max-width: 360px;
}

.site-footer-name {
    display: block;
    font-weight: 750;
    font-size: 17px;
    color: #18211a;
    letter-spacing: -0.01em;
}

.site-footer-tagline {
    margin: 10px 0 0;
    color: #657067;
    font-size: 14px;
    line-height: 1.65;
}

.site-footer-tagline a {
    color: #08784c;
    text-decoration: none;
}

.site-footer-tagline a:hover {
    color: #13a66b;
}

.site-footer-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 56px;
    flex: 0 1 auto;
}

.site-footer-col {
    min-width: 148px;
}

.site-footer-col h3 {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #08784c;
}

.site-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-links li {
    margin: 0 0 10px;
}

.site-footer-links li:last-child {
    margin-bottom: 0;
}

.site-footer-links a {
    display: inline-block;
    color: #657067;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.15s ease;
}

.site-footer-links a:hover {
    color: #08784c;
}

.site-footer-bottom {
    margin: 28px 0 0;
    padding-top: 20px;
    border-top: 1px solid #dce4dd;
    color: #657067;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 720px) {
    .site-footer-inner {
        width: min(100% - 28px, 960px);
        padding: 28px 0 24px;
    }

    .site-footer-top {
        flex-direction: column;
        gap: 28px;
    }

    .site-footer-brand {
        max-width: none;
    }

    .site-footer-cols {
        width: 100%;
        gap: 28px 40px;
    }
}
