/* Strong Move premium footer presentation. Content and URLs remain unchanged. */
.sm-site-footer {
  padding:76px 0 28px;
  background:
    radial-gradient(circle at 12% 0,rgba(43,95,145,.18),transparent 32%),
    linear-gradient(115deg,#071d30,#0b2942 62%,#102f4b);
  color:#fff;
}
.sm-site-footer .sm-wrap {
  width:min(1280px,calc(100% - 48px));
}
.sm-footer-grid {
  display:grid;
  grid-template-columns:minmax(280px,1.45fr) repeat(3,minmax(150px,1fr));
  gap:42px 64px;
  align-items:start;
}
.sm-footer-grid>div:first-child {
  max-width:360px;
}
.sm-footer-grid>div:first-child img {
  display:block;
  width:280px;
  max-width:100%;
  height:auto;
  aspect-ratio:420/92;
  object-fit:contain;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:5px 15px 5px 15px;
  background:rgba(255,255,255,.97);
  filter:none;
  box-shadow:0 14px 32px rgba(0,0,0,.16);
  box-sizing:border-box;
}
.sm-footer-grid>div:first-child p {
  max-width:330px;
  margin:24px 0 0;
  color:#c3d2dd;
  font-size:14px;
  line-height:1.7;
}
.sm-footer-grid h2 {
  position:relative;
  margin:4px 0 22px;
  padding-bottom:12px;
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.sm-footer-grid h2::after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:28px;
  height:2px;
  border-radius:2px;
  background:var(--sm-orange);
}
.sm-footer-grid a {
  position:relative;
  width:max-content;
  max-width:100%;
  margin:0 0 10px;
  color:#bdceda;
  font-size:13px;
  line-height:1.5;
  text-decoration:none;
  transition:color .18s ease,transform .18s ease;
}
.sm-footer-grid a::before {
  content:'';
  position:absolute;
  left:-11px;
  top:.7em;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--sm-orange);
  opacity:0;
  transform:translateX(-3px);
  transition:opacity .18s ease,transform .18s ease;
}
.sm-footer-grid a:hover,
.sm-footer-grid a:focus-visible {
  color:#fff;
  transform:translateX(4px);
}
.sm-footer-grid a:hover::before,
.sm-footer-grid a:focus-visible::before {
  opacity:1;
  transform:none;
}
.sm-footer-grid a:focus-visible {
  outline:2px solid var(--sm-orange);
  outline-offset:4px;
}
.sm-copyright {
  margin-top:54px;
  padding-top:20px;
  border-top:1px solid rgba(214,229,239,.16);
  color:#8fa6b7;
  font-size:11px;
  line-height:1.6;
  letter-spacing:.015em;
}

@media(max-width:1000px) {
  .sm-site-footer { padding-top:62px; }
  .sm-footer-grid {
    grid-template-columns:minmax(260px,1.2fr) repeat(2,minmax(150px,1fr));
    gap:44px 46px;
  }
  .sm-footer-grid>div:last-child { grid-column:2; }
  body { padding-bottom:calc(61px + env(safe-area-inset-bottom,0px)); }
  .sm-mobile-bar {
    position:fixed!important;z-index:1100;left:0;right:0;bottom:0;
    width:100%;margin:0;padding:8px max(8px,env(safe-area-inset-left,0px)) calc(8px + env(safe-area-inset-bottom,0px)) max(8px,env(safe-area-inset-right,0px));
    box-sizing:border-box;background:rgba(255,255,255,.97);
    box-shadow:0 -10px 28px rgba(7,29,48,.14);backdrop-filter:blur(9px);
  }
}
@media(max-width:700px) {
  .sm-site-footer { padding:52px 0 24px; }
  .sm-site-footer .sm-wrap { width:min(100% - 36px,560px); }
  .sm-footer-grid { grid-template-columns:1fr 1fr; gap:38px 28px; }
  .sm-footer-grid>div:first-child {
    grid-column:1/-1;
    max-width:none;
    padding-bottom:4px;
  }
  .sm-footer-grid>div:first-child img { width:270px; }
  .sm-footer-grid>div:last-child { grid-column:auto; }
  .sm-footer-grid h2 { margin-bottom:18px; }
  .sm-copyright { margin-top:42px; padding-top:17px; }
}
@media(max-width:440px) {
  .sm-footer-grid { grid-template-columns:1fr; gap:32px; }
  .sm-footer-grid>div:first-child { grid-column:1; }
  .sm-footer-grid>div:first-child img { width:min(270px,100%); }
  .sm-footer-grid>div:first-child p { margin-top:20px; }
  .sm-footer-grid h2 { margin-top:0; }
}
@media(prefers-reduced-motion:reduce) {
  .sm-footer-grid a,.sm-footer-grid a::before { transition:none; }
}
