.legal-action-note {
    grid-column: 1 / -1;
    margin: 2px 0 8px;
    color: #879087;
    font-size: 10px;
    line-height: 1.55;
}

.legal-action-note a { color: var(--site-primary, #315a40); text-underline-offset: 3px; }

.site-footer-v20 {
    width: min(1180px, calc(100% - 40px));
    margin: 18px auto 28px;
    padding: 42px 42px 24px;
    border: 1px solid rgba(49,90,64,.1);
    border-radius: 34px;
    background: #1f3d2b;
    color: #fff;
    box-shadow: 0 24px 70px rgba(26,55,37,.14);
}

.site-footer-v20-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) minmax(210px, .8fr) minmax(180px, .65fr);
    gap: 48px;
    padding-bottom: 36px;
}

.site-footer-v20-brand > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -.045em;
}

.site-footer-v20-brand i { width: 9px; height: 9px; border-radius: 50%; background: #b9dc9a; box-shadow: 0 0 0 6px rgba(185,220,154,.08); }
.site-footer-v20-brand p { max-width: 350px; margin: 18px 0 0; color: rgba(255,255,255,.59); font-size: 12px; line-height: 1.7; }
.site-footer-v20-contact,.site-footer-v20-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.site-footer-v20-contact > span,.site-footer-v20-nav > span { margin-bottom: 9px; color: #b9dc9a; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.site-footer-v20-contact a,.site-footer-v20-nav a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 11px; line-height: 1.5; transition: color .2s ease, transform .2s ease; }
.site-footer-v20-contact a:hover,.site-footer-v20-nav a:hover { color: #fff; transform: translateX(2px); }
.site-footer-v20-contact #footer-phone { color: #fff; font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.site-footer-v20-contact small { color: rgba(255,255,255,.47); font-size: 9px; line-height: 1.55; }
.site-footer-v20-bottom { display: flex; justify-content: space-between; gap: 32px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer-v20-bottom p { max-width: 760px; margin: 0; color: rgba(255,255,255,.42); font-size: 8.5px; line-height: 1.65; }
.site-footer-v20-bottom > span { flex-shrink: 0; color: rgba(255,255,255,.42); font-size: 9px; }

@media (max-width: 760px) {
    .site-footer-v20 { width: calc(100% - 32px); margin-bottom: 18px; padding: 30px 24px 22px; border-radius: 28px; }
    .site-footer-v20-main { grid-template-columns: 1fr 1fr; gap: 34px 18px; }
    .site-footer-v20-brand { grid-column: 1 / -1; }
    .site-footer-v20-brand > a { font-size: 26px; }
    .site-footer-v20-brand p { max-width: 290px; font-size: 11px; }
    .site-footer-v20-contact #footer-phone { font-size: 14px; }
    .site-footer-v20-bottom { flex-direction: column; gap: 12px; }
}

@media (max-width: 420px) {
    .site-footer-v20-main { grid-template-columns: 1fr; }
    .site-footer-v20-brand { grid-column: auto; }
}
