.site-footer{
  display:block;
  max-width:1180px;
  margin:0 auto;
  padding:0;
  background:#173943;
  color:#e9f1f2;
}
.footer-grid{display:grid;grid-template-columns:1.15fr .85fr 1.2fr 1fr;gap:2rem;padding:3rem 2.25rem 2.5rem}
.site-footer h2{margin:0 0 .85rem;color:#fff;font-size:1.1rem}
.site-footer p{margin:.35rem 0 1rem;font-size:.92rem}
.site-footer a{color:#c8f3f1;text-underline-offset:3px}
.footer-brand{padding-right:.5rem}
.footer-logo{display:block;width:92px;height:92px;object-fit:contain;margin:0 0 1rem;border-radius:10px}
.footer-appointment{display:inline-block;margin-top:.5rem;padding:.67rem .9rem;border:1px solid #8cd6d7;border-radius:6px;color:#fff!important;font-weight:700;text-decoration:none}
.footer-appointment:hover,.footer-appointment:focus{background:#0c8993}
.site-footer address{margin:0 0 1rem;font-style:normal;font-size:.9rem;line-height:1.55}
.footer-social{display:flex;flex-wrap:wrap;gap:.45rem}
.footer-social a{display:inline-block;padding:.32rem .5rem;border:1px solid #49717a;border-radius:4px;text-decoration:none;font-size:.86rem}
.footer-social a:hover,.footer-social a:focus{background:#0c8993;border-color:#0c8993;color:#fff}
.footer-registrations{display:flex;align-items:center;gap:.8rem;margin-top:1.25rem}
.footer-registrations img{display:block;max-width:62px;max-height:48px;background:#fff;padding:4px;border-radius:4px}
.footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding:1rem 2.25rem;border-top:1px solid #40636c;color:#bdd0d3;font-size:.85rem}
@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr;padding:2.2rem 1.4rem;gap:1.6rem}.footer-bottom{padding:1rem 1.4rem;flex-direction:column}.footer-logo{width:76px;height:76px}}
