.site-footer {
    background: linear-gradient(135deg, #078c95, #05747c);
    color: var(--white);
    padding: 58px 0 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 54px;
}
.footer-logo {
    width: 190px;
    background: var(--white);
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 18px;
}
.site-footer h3 {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.site-footer p,
.site-footer li,
.site-footer a { color: var(--white); }
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer li { margin-bottom: 8px; }
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 48px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.footer-bottom p { margin: 0; }
