.site-footer {
    background: linear-gradient(180deg, #0b1220 0%, #0f172a 100%);
    color: rgba(226, 232, 240, 0.78);
    padding: 3.25rem 1.25rem 1.75rem;
    font-size: 0.875rem;
}
.site-footer .footer-inner {
    max-width: 1120px;
    margin: 0 auto;
}
.site-footer .footer-top {
    display: grid;
    grid-template-columns: minmax(220px, 1.15fr) repeat(3, minmax(0, 1fr));
    gap: 2rem 1.75rem;
    margin-bottom: 1.75rem;
    align-items: start;
}
.site-footer .footer-brand {
    padding-right: 0.5rem;
}
.site-footer .footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.65rem;
    border-radius: 0.65rem;
    background: #fff;
    margin-bottom: 0.85rem;
}
.site-footer .footer-logo {
    height: 34px !important;
    width: auto !important;
    max-width: 160px !important;
    object-fit: contain;
    display: block;
    filter: none;
    opacity: 1;
}
.site-footer .footer-brand p {
    margin: 0;
    color: rgba(148, 163, 184, 0.95);
    max-width: 20rem;
    line-height: 1.55;
    font-size: 0.84rem;
}
.site-footer .footer-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    color: #5eead4 !important;
    font-weight: 650;
    text-decoration: none !important;
    font-size: 0.88rem;
}
.site-footer .footer-wa-link:hover {
    color: #99f6e4 !important;
    text-decoration: underline !important;
}
.site-footer .btn-whatsapp {
    background: #128c7e;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0.6rem 1.1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none !important;
}
.site-footer .footer-col h2 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(148, 163, 184, 0.85);
    margin: 0 0 0.9rem;
    font-weight: 700;
}
.site-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-col li {
    margin: 0 0 0.5rem;
}
.site-footer .footer-col a {
    color: rgba(226, 232, 240, 0.88);
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.35;
    transition: color 0.15s ease;
}
.site-footer .footer-col a:hover {
    color: #5eead4;
}
.site-footer .footer-cities {
    margin-bottom: 0;
    padding-top: 0;
}
.site-footer .footer-meta-rows {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    margin-bottom: 1.75rem;
}
.site-footer .footer-markets h2,
.site-footer .footer-cities h2 {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(148, 163, 184, 0.85);
    margin: 0 0 0.75rem;
    font-weight: 700;
}
.site-footer .footer-city-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-city-chips a {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.9);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.18);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.site-footer .footer-city-chips a:hover {
    color: #99f6e4;
    border-color: rgba(45, 212, 191, 0.35);
    background: rgba(45, 212, 191, 0.08);
}
.site-footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 1.25rem;
    font-size: 0.8rem;
    color: rgba(148, 163, 184, 0.85);
}
.site-footer .footer-bottom p {
    margin: 0;
}
.site-footer .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.1rem;
}
.site-footer .footer-bottom-links a {
    color: rgba(226, 232, 240, 0.7);
    text-decoration: none;
    font-size: 0.8rem;
}
.site-footer .footer-bottom-links a:hover {
    color: #5eead4;
}
@media (max-width: 900px) {
    .site-footer .footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .site-footer .footer-brand {
        grid-column: 1 / -1;
        padding-right: 0;
        max-width: 36rem;
    }
}
@media (max-width: 560px) {
    .site-footer {
        padding: 2.5rem 1rem 5.5rem;
    }
    .site-footer .footer-top {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .site-footer .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}
