
/* V21 — clean legal footer */
.footer-bottom{
  display:grid !important;
  grid-template-columns:minmax(220px,1.1fr) auto minmax(250px,1fr);
  align-items:center;
  gap:22px 34px !important;
  padding-block:22px !important;
  font-size:11px;
  line-height:1.55;
}
.footer-bottom__legal{
  display:flex;
  align-items:center;
  gap:9px 18px;
  flex-wrap:wrap;
  color:#51655d;
}
.footer-bottom__legal span:first-child{
  color:#243f38;
  font-weight:650;
}
.footer-bottom__nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  white-space:nowrap;
}
.footer-bottom__nav a,
.footer-back-top,
.tettoweb-credit a{
  transition:color .2s ease,opacity .2s ease;
}
.footer-bottom__nav a:hover,
.footer-back-top:hover,
.tettoweb-credit a:hover{
  color:#24799a;
}
.footer-bottom__actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  text-align:right;
}
.footer-back-top{
  color:#40594f;
  white-space:nowrap;
}
.tettoweb-credit{
  color:#697a72;
  white-space:nowrap;
}
.tettoweb-credit a{
  color:#244e44;
  font-weight:700;
}
.motion-toggle{display:none !important}

@media(max-width:900px){
  .footer-bottom{
    grid-template-columns:1fr auto !important;
  }
  .footer-bottom__legal{grid-column:1/-1}
  .footer-bottom__nav{justify-content:flex-start}
  .footer-bottom__actions{justify-content:flex-end}
}
@media(max-width:650px){
  .footer-bottom{
    grid-template-columns:1fr !important;
    gap:15px !important;
    padding-block:20px 28px !important;
  }
  .footer-bottom__legal,
  .footer-bottom__nav,
  .footer-bottom__actions{
    justify-content:flex-start;
    text-align:left;
  }
  .footer-bottom__nav{
    gap:16px;
    flex-wrap:wrap;
  }
  .footer-bottom__actions{
    flex-direction:column;
    align-items:flex-start;
    gap:9px;
  }
  .tettoweb-credit{white-space:normal}
}
