footer {
    grid-template-columns: minmax(360px, 1.8fr) repeat(2, minmax(170px, .75fr));
    column-gap: clamp(38px, 6vw, 100px);
    row-gap: 24px;
    padding-top: 54px;
    padding-bottom: 24px;
}

footer > div,
footer > nav {
    min-width: 0;
}

footer .footer-column {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

footer > div:first-child p {
    max-width: 380px;
    margin-top: 12px;
    line-height: 1.6;
}

footer h4 {
    margin: 5px 0 20px;
    font-size: 14px;
}

footer p,
footer a {
    margin: 4px 0;
    line-height: 1.55;
}

footer address {
    max-width: 260px;
    margin-top: 12px;
    color: #8fa69f;
    font-size: 12px;
    font-style: normal;
    line-height: 1.65;
}

.footer-callout {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 18px;
    margin-top: 24px;
}

.footer-headset {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    color: #d8ef9f;
}

.footer-headset svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-callout > div { display: block; }
.footer-callout small {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    color: #91aaa2;
    font-size: 12px;
}

.footer-callout p { display: flex; flex-direction: column; gap: 2px; margin: 2px 0 0 !important; }
.footer-callout p a {
    display: inline;
    margin: 0;
    color: #fff;
    font-size: clamp(15px, 1.25vw, 19px);
    font-weight: 500;
    letter-spacing: -.02em;
}

.footer-contact-info { margin-top: 25px; }
.footer-contact-info h4 { margin: 0 0 5px; }
.footer-contact-info address {
    max-width: 440px;
    margin: 0;
    color: #b3c3be;
    font-size: 12px;
}

.footer-contact-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 15px;
}

.footer-contact-links a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0;
    border: 1px solid #38574e;
    border-radius: 50%;
    color: #b8c9c3;
}
.footer-contact-links a:hover { border-color: #d8ef9f; color: #d8ef9f; transform: translateY(-2px) !important; }
.footer-contact-links svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact-links .footer-whatsapp { color: #d8ef9f; }
.footer-contact-links .footer-whatsapp svg { fill: currentColor; stroke: none; }
.footer-hours { margin-top: 11px; color: #789289; font-size: 12px; }
.footer-hours b { color: #aebfba; font-weight: 600; }

footer a {
    transition: color .18s, transform .18s;
}

footer a:not(.brand):hover {
    color: #fff;
    transform: translateX(2px);
}

footer small,
footer .footer-legal + small {
    grid-column: 1 / -1;
    margin-top: 8px;
    padding-top: 18px;
}

@media (max-width: 900px) {
    footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 45px;
        row-gap: 34px;
    }
}

@media (max-width: 700px) {
    .footer-callout { align-items: center; gap: 13px; }
    .footer-headset { flex-basis: 42px; width: 42px; height: 42px; }
    .footer-headset svg { width: 39px; height: 39px; }
    .footer-callout p a { font-size: 15px; }
}

@media (max-width: 390px) {
    .footer-callout p a { display: block; }
}

@media (max-width: 560px) {
    footer {
        grid-template-columns: 1fr;
        gap: 27px;
        padding: 42px 22px 22px;
    }

    footer h4 {
        margin-bottom: 10px;
    }

    footer small,
    footer .footer-legal + small {
        margin-top: 4px;
    }
}
