.rn-site-footer {
  border-top:1px solid #d7e7f3;
  background:#fff;
  color:#10263d;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.rn-site-footer * { box-sizing:border-box; }
.rn-site-footer-main {
  display:grid;
  grid-template-columns:1.1fr 1.2fr 1fr 1fr;
  gap:34px;
  max-width:1220px;
  margin:0 auto;
  padding:38px 18px 28px;
}
.rn-site-footer-col h2 {
  margin:0 0 16px;
  color:#10263d;
  font-size:16px;
  line-height:1.25;
  letter-spacing:-.015em;
}
.rn-site-footer-col a {
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 10px;
  color:#6c7f91;
  font-size:15px;
  line-height:1.35;
  font-weight:750;
  text-decoration:none;
}
.rn-site-footer-col a:hover { color:#0f75b4; text-decoration:underline; }
.rn-site-footer-city-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
.rn-site-footer-note {
  margin:14px 0 0;
  color:#8a9bad;
  font-size:13px;
  line-height:1.55;
}
.rn-site-footer-bottom {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  max-width:1220px;
  margin:0 auto;
  padding:18px;
  border-top:1px solid #d7e7f3;
  color:#6c7f91;
  font-size:14px;
}
.rn-site-footer-brand {
  display:flex;
  align-items:center;
  gap:10px;
  color:#17334e;
  font-weight:900;
}
.rn-site-footer-brand img { width:34px; height:34px; object-fit:contain; }
.rn-site-footer-legal { display:flex; flex-wrap:wrap; align-items:center; gap:14px; }
.rn-site-footer-legal a {
  color:#6c7f91;
  text-decoration:underline;
  text-underline-offset:3px;
}
@media (max-width:1020px) {
  .rn-site-footer-main { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:720px) {
  .rn-site-footer-main { grid-template-columns:1fr; gap:22px; padding-top:30px; }
  .rn-site-footer-bottom { align-items:flex-start; }
}
