.site-footer{ background:#fff; border-top:1px solid #eef1f4; }
.foot-title{ font-weight:700; margin-bottom:.75rem; }
.foot-list{ list-style:none; padding-left:0; margin-bottom:0; }
.foot-list li{ margin-bottom:.5rem; color:#334155; }
.foot-list a{ color:inherit; text-decoration:none; }
.foot-list a:hover{ color:#16a34a; }

.foot-links{ list-style:none; padding-left:0; margin-bottom:0; }
.foot-links li{ margin-bottom:.4rem; }
.foot-links a{ color:#334155; text-decoration:none; }
.foot-links a::before{
  content:"»"; color:#16a34a; margin-right:.4rem; font-weight:700;
}
.foot-links a:hover{ color:#16a34a; }

.link-muted{ color:#6b7280; text-decoration:none; }
.link-muted:hover{ color:#16a34a; }

/* бейдж рейтинга */
.rating-badge{
  border:1px solid #e6e8eb; border-radius:10px; padding:.35rem .5rem; background:#fff;
  transition:box-shadow .2s ease, transform .2s ease;
}
.rating-badge:hover{ box-shadow:0 8px 22px rgba(0,0,0,.06); transform:translateY(-2px); }

/* кнопка наверх */
.to-top{
  position:fixed; right:16px; bottom:16px; width:44px; height:44px; border-radius:999px;
  display:none; align-items:center; justify-content:center; box-shadow:0 10px 22px rgba(22,163,74,.25);
}
.to-top i{ font-size:20px; }