.site-footer{background:var(--site-color-brand);color:#f1f1ee;border-top-left-radius:72px;padding:72px 24px 40px;font:16px/1.6 var(--site-font-body)}
.site-footer__inner{max-width:var(--site-content-max);margin:auto}
.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.25fr;gap:40px 32px}
.site-footer__brand img{height:30px;width:auto;max-width:100%;display:block;margin-bottom:18px}
.site-footer__brand p{max-width:290px;margin:0;color:#c7cbd6}
.site-footer h2{font:500 14px/1.5 var(--site-font-body);color:#b3bdcf;margin:0 0 16px}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.site-footer a{color:#f1f1ee;text-decoration:none;overflow-wrap:anywhere}
.site-footer a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.site-footer a:focus-visible{outline:2px solid #ffd56a;outline-offset:5px}
.site-footer__socials{display:flex;gap:12px;margin-top:22px;color:#c7cbd6}
.site-footer__socials span{display:grid;place-items:center;width:24px;height:24px;cursor:default}
.site-footer__socials svg{width:21px;height:21px}
.site-footer__company{display:flex;flex-wrap:wrap;gap:8px 24px;border-top:1px solid #485060;margin-top:48px;padding-top:24px;font-size:14px;color:#c7cbd6}
.site-footer__company span{max-width:100%;overflow-wrap:anywhere}
.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px 32px;padding-top:20px;font-size:14px;color:#b3bdcf}
.site-footer__legal{display:flex;flex-wrap:wrap;gap:8px 24px}
.site-footer__legal a{color:#c7cbd6}
.site-footer__wa{display:inline-flex!important;align-items:center;gap:8px;color:#fff!important}
.site-footer__wa svg{width:20px;height:20px;flex-shrink:0}
@media(max-width:1000px){.site-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.site-footer{border-top-left-radius:40px;padding:48px 20px 32px}.site-footer__grid{grid-template-columns:1fr;gap:28px}.site-footer__company{display:grid;gap:8px;margin-top:32px}.site-footer__legal{display:grid;gap:10px}}
@media print{.site-footer{display:none}}
