/* Shared KEWIGE footer, present on every page. No unverified contact item is emitted. */
.footer-grid{display:grid;grid-template-columns:minmax(200px,1.5fr) repeat(3,minmax(130px,1fr));gap:clamp(1.3rem,4vw,4rem);padding-block:clamp(3rem,5vw,5.5rem);border-bottom:1px solid #38474c}
.footer-identity p{margin:1.5rem 0 0;max-width:24rem;color:#b3c1c3;font-size:.94rem;line-height:1.6}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}
.footer-column h2{font-size:.8rem;line-height:1.3;letter-spacing:.12em;text-transform:uppercase;color:#fff;margin:0 0 .75rem}
.footer-column a,.footer-verified-contacts a{color:#b7c7c9;font-size:.85rem;text-decoration:none;line-height:1.5}
.footer-column a:hover,.footer-verified-contacts a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.footer-verified-contacts{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:1.25rem}
.footer-brand .brand-symbol{border-color:#fff}
.floating-whatsapp{position:fixed;right:0;left:auto;top:48%;z-index:8;background:#172126;color:#fff;width:48px;min-height:164px;padding:.85rem .35rem;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;transform:translateY(-50%);box-shadow:0 8px 24px #15242a3d;text-decoration:none;font-size:.81rem;font-weight:700;border:1px solid #c4d4d7}
.floating-whatsapp:hover,.floating-whatsapp:focus-visible{background:#344c52}
.whatsapp-monogram{width:29px;height:29px;border-radius:50%;border:1px solid #bed3d4;display:inline-flex;align-items:center;justify-content:center;font-size:.63rem;letter-spacing:.01em;flex:none;writing-mode:horizontal-tb}
.whatsapp-full{writing-mode:vertical-rl}
.whatsapp-short{display:none}
body:has(.floating-whatsapp) .footer-bottom{padding-bottom:6.5rem}
@media(max-width:980px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-identity{grid-column:1/-1}}
@media(max-width:1100px){.floating-whatsapp{right:.75rem;left:auto;top:auto;bottom:max(.75rem,env(safe-area-inset-bottom));width:auto;min-height:48px;padding:.55rem .75rem;flex-direction:row;transform:none}.whatsapp-full{writing-mode:horizontal-tb}body:has(form:focus-within) .floating-whatsapp{visibility:hidden}body:has(.floating-whatsapp) main{padding-bottom:4.5rem}}
@media(max-width:590px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.25rem 1.1rem}.footer-column h2{font-size:.75rem}.footer-column a{font-size:.83rem}.whatsapp-full{display:none}.whatsapp-short{display:inline}}
@media(max-width:390px){.footer-grid{grid-template-columns:1fr}.footer-identity{grid-column:auto}}
