/* Shared site additions: refined footer and utility components */

.whatsapp-lottie{
    position:fixed;
    right:22px;
    bottom:22px;

    width:72px;
    height:72px;

    z-index:9999;

    display:block;

    transition:
        transform .25s ease,
        filter .25s ease;
}

.whatsapp-lottie #whatsappLottie{
    width:100%;
    height:100%;
}

.whatsapp-lottie:hover{
    transform:translateY(-4px) scale(1.06);
    filter:drop-shadow(0 10px 18px rgba(17,66,73,.22));
}

@media(max-width:640px){
    .whatsapp-lottie{
        width:62px;
        height:62px;
        right:14px;
        bottom:14px;
    }
}


.site-footer{
  padding:0;
  background:#faf7f4;
  border-top:1px solid rgba(17,66,73,.14);
  color:#114249;
}
.site-footer .footer-main{
  display:grid;
  grid-template-columns:1.45fr .75fr 1.15fr .75fr;
  gap:48px;
  padding:58px 0 42px;
}
.site-footer .footer-brand-block{max-width:330px}
.site-footer .footer-brand-logo{width:178px;margin-bottom:20px}
.site-footer .footer-brand-block p{font-size:13px;line-height:1.65;color:#52696d}
.site-footer .footer-title{
  display:block;
  margin:3px 0 18px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#114249;
}


.site-footer .footer-links{display:grid;gap:10px}
.site-footer .footer-links a,
.site-footer .footer-contact a,
.site-footer .footer-contact span{
  width:max-content;
  max-width:100%;
  font-size:13px;
  line-height:1.55;
  color:#52696d;
  transition:color .2s ease;
}
.site-footer .footer-links a:hover,
.site-footer .footer-contact a:hover{color:#114249}
.site-footer .footer-contact{display:grid;gap:10px}
.site-footer .footer-social{display:flex;align-items:center;gap:10px;width:max-content;font-size:13px;color:#52696d}
.site-footer .footer-social svg{width:20px;height:20px;stroke:#114249;fill:none;stroke-width:1.7}
.site-footer .footer-social:hover{color:#114249}
.site-footer .footer-bottom{border-top:1px solid rgba(17,66,73,.12)}
.site-footer .footer-bottom-inner{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  font-size:11px;
  color:#6b7e81;
}
.site-footer .footer-bottom-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.site-footer .footer-bottom a{transition:color .2s ease}
.site-footer .footer-bottom a:hover{color:#114249}
.site-footer .developer-credit{white-space:nowrap}
.site-footer .developer-credit a{font-weight:500;color:#52696d}
@media(max-width:900px){
  .site-footer .footer-main{grid-template-columns:1.2fr 1fr;gap:38px 48px}
}
@media(max-width:600px){
  .site-footer .footer-main{grid-template-columns:1fr;gap:30px;padding:44px 0 32px}
  .site-footer .footer-bottom-inner{align-items:flex-start;flex-direction:column;padding:20px 0;gap:10px}
  .site-footer .developer-credit{white-space:normal}
}
