.footer-contact{display:grid;gap:10px;margin-top:24px;max-width:330px}
.footer-grid .footer-contact-link{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;margin:0;padding:11px 12px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;background:rgba(255,255,255,.035)}
.footer-grid .footer-contact-link:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.07)}
.footer-contact-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:var(--blue);color:#fff}
.footer-contact-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.footer-contact-copy small,.footer-contact-copy strong{display:block}
.footer-contact-copy small{color:rgba(255,255,255,.68);font-size:.66rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.footer-contact-copy strong{margin-top:2px;font-size:.88rem;line-height:1.35;overflow-wrap:anywhere}
.footer-bottom{align-items:center;gap:18px;color:rgba(255,255,255,.68)}
.footer-built{display:inline-flex;align-items:center;gap:7px}
.footer-built-logo{display:block;width:auto;height:20px;max-width:92px;object-fit:contain}
.footer-house{width:17px;height:17px;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
@media(max-width:760px){
  .footer-contact{max-width:none}
  .footer-grid .footer-contact-link{grid-template-columns:36px minmax(0,1fr)}
  .footer-bottom{display:grid;gap:9px}
  .footer-built{margin-top:2px;gap:6px}
  .footer-built-logo{height:21px;max-width:96px}
}
