/* =========================
   Site Footer (V10+)
   ========================= */
.sh-footer {
  background-color: #f9fafb;
  border-top: 1px solid #eaeaea;
  margin-top: 60px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
}

.sh-footer__container { padding-top: 60px; }
.sh-footer__col { margin-bottom: 35px; }

/* Title underline */
.sh-footer__title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}
.sh-footer__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #1E9FFF;
  margin-top: 8px;
  opacity: .8;
  border-radius: 2px;
}

/* Text & links */
.sh-footer__text { color: #777; margin: 0 0 18px; text-align: justify; }
.sh-footer__links { list-style: none; padding: 0; margin: 0; }
.sh-footer__links li { margin-bottom: 10px; }
.sh-footer__links a {
  color: #666;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex;
  align-items: center;
}
.sh-footer__links a:hover { color: #1E9FFF; transform: translateX(4px); }

/* Social icons */
.sh-footer__social { display: flex; gap: 10px; }
.sh-footer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #666;
  transition: all .25s;
}
.sh-footer__icon:hover {
  background: #1E9FFF;
  color: #fff;
  border-color: #1E9FFF;
  transform: translateY(-2px);
}

/* CTA button */
.sh-footer__btn {
  margin-top: 14px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 10px;
  border-radius: 999px;
  background: #1E9FFF;
  color: #fff;
  text-decoration: none;
  transition: opacity .25s;
}
.sh-footer__btn:hover { opacity: .92; color: #fff; }

/* GEO bar */
.sh-footer__geo {
  background: #f2f4f6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 14px 0;
  font-size: 13px;
  margin-top: 20px;
}
.sh-footer__geo-label { font-weight: 700; color: #333; margin-right: 10px; }
.sh-footer__geo-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  vertical-align: middle;
}
.sh-footer__badge {
  display: inline-block;
  padding: 2px 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  font-size: 12px;
}

/* Bottom area */
.sh-footer__bottom {
  padding: 18px 0;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.sh-footer__bottom a { color: #777; text-decoration: none; }
.sh-footer__bottom a:hover { color: #1E9FFF; }
.sh-footer__legal { margin-top: 6px; }
.sh-footer__sep { margin: 0 6px; color: #bbb; }
.sh-footer__raw { margin-top: 8px; }

/* Mobile */
@media (max-width: 768px) {
  .sh-footer__container { padding-top: 40px; }
  .sh-footer { text-align: center; }
  .sh-footer__text { text-align: center; }
  .sh-footer__social { justify-content: center; }
  .sh-footer__geo-badges { justify-content: center; margin-top: 5px; }
  .sh-footer__links a { justify-content: center; }
}