/* Avenue: contato direto e rodapé com endereço em coluna própria. */
.footer-main{grid-template-columns:minmax(0,1.2fr) minmax(0,.95fr) minmax(0,.55fr) minmax(0,.9fr) minmax(0,.85fr);gap:clamp(18px,2.3vw,32px)}
.footer-col{min-width:0}.footer-contact a,.footer-address span{overflow-wrap:anywhere}
.footer-address strong{display:block;margin-bottom:14px;color:var(--white);font:700 14px/1.3 var(--f-titulo)}
.footer-address span{display:block;font-size:var(--type-body,13px);line-height:1.65;color:rgba(255,255,255,.78)}
.section.contact .contact-shell{grid-template-columns:minmax(0,1fr);gap:22px}
.section.contact .contact-copy{max-width:780px}
.section.contact .contact-form{width:100%;max-width:850px;margin-inline:auto}
.contact-whatsapp-cta{display:inline-flex;max-width:100%;margin-top:16px;text-align:center;white-space:normal;line-height:1.35}
.form-optional-title{position:relative;z-index:1;max-width:850px;width:100%;margin:16px auto -8px;color:#fff;font-weight:600;font-size:16px}
.section.contact .contact-details li{row-gap:7px}
a.whatsapp-float{display:grid;place-items:center;position:fixed;right:22px;bottom:max(22px,env(safe-area-inset-bottom));z-index:900;width:62px;height:62px;border-radius:50%;background:var(--purple,#66177c);color:#fff;box-shadow:0 14px 30px rgba(46,15,55,.35);transition:transform .2s ease,background-color .2s ease}
a.whatsapp-float:hover{background:var(--violet,#8d2bb3);transform:translateY(-3px)}
a.whatsapp-float:focus-visible{outline:3px solid #fff;outline-offset:4px;box-shadow:0 0 0 7px var(--purple,#66177c)}
.whatsapp-float img{display:block;width:34px;height:34px}
@media(max-width:1199px){.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 36px}.footer-main>:first-child{grid-column:1/-1}}
@media(max-width:560px){.footer-main{grid-template-columns:minmax(0,1fr);gap:20px}.footer-main>:first-child{grid-column:auto}.section.contact .contact-shell{gap:18px}.contact-whatsapp-cta{width:100%}a.whatsapp-float{width:56px;height:56px;right:14px;bottom:max(14px,env(safe-area-inset-bottom))}.whatsapp-float img{width:31px;height:31px}}
@media(prefers-reduced-motion:reduce){a.whatsapp-float{transition:none}}
