/* Подвал сайта — 1:1 из Макета 2: тёмный, четыре колонки (бренд + слоган,
   телефон/почта, почта приёмной/адрес, карта), нижняя строка с копирайтом.
   Все правила ограничены .site-footer; шрифт Geist, как в Макете 2. */

.site-footer {
  --f-bg: #05080f;
  --f-panel: #1a2334;
  --f-teal: #3b82f6;
  --f-radius: 12px;
  background: var(--f-bg);
  color: rgba(255, 255, 255, .8);
  padding: 48px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.site-footer, .site-footer * { font-family: Geist, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important; box-sizing: border-box; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer p { margin: 0; }
.site-footer img { display: block; max-width: 100%; }
.site-footer .container { width: 100%; max-width: none; margin: 0; padding: 0 5%; }

.site-footer .footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; align-items: start; }
.site-footer .logo { display: inline-flex; align-items: center; gap: 12px; }
.site-footer .logo__mark { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; background: #fff; flex: none; }
.site-footer .logo__text { display: flex; flex-direction: column; font-weight: 800; font-size: 14px; line-height: 1.15; letter-spacing: -.01em; padding-left: 12px; border-left: 3px solid var(--f-teal); color: #fff; }
.site-footer .logo__text small { font-weight: 600; font-size: 11px; opacity: .8; letter-spacing: .02em; margin-top: 2px; }
.site-footer .footer__tagline { font-size: 13.5px; line-height: 1.6; color: rgba(255, 255, 255, .65); margin-top: 20px; max-width: 320px; }
.site-footer .footer__item { margin-bottom: 20px; }
.site-footer .footer__item b { display: block; font-size: 16px; font-weight: 700; color: #fff; }
.site-footer .footer__item span { display: block; font-size: 12.5px; color: rgba(255, 255, 255, .55); margin-top: 3px; }
.site-footer .footer__map { border-radius: var(--f-radius); overflow: hidden; background: var(--f-panel); aspect-ratio: 16 / 10; border: 1px solid rgba(255, 255, 255, .08); }
.site-footer .footer__map iframe { width: 100%; height: 100%; border: 0; display: block; filter: saturate(.8); }
.site-footer .footer__bottom { margin-top: 40px; padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, .08); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; color: rgba(255, 255, 255, .55); }
.site-footer .footer__bottom a { color: rgba(255, 255, 255, .75); font-weight: 600; }
.site-footer .footer__bottom a:hover { color: #fff; }
.site-footer .footer__links { display: flex; gap: 20px; }

@media (max-width: 991px) { .site-footer .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .site-footer .footer__grid { grid-template-columns: 1fr; }
  .site-footer .footer__bottom { flex-direction: column; align-items: flex-start; }
}
