


.site-footer{
  margin-top: 70px;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #fff;
}

:root{
  --max: 1100px;
  --pad: 40px;
}

.footer-inner{
  max-width: calc(var(--max, 1100px) + var(--pad, 40px)*2);
  margin: 0 auto;
  padding: 18px var(--pad, 40px) 26px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-line{
  font-size: 13px;
  color: rgba(17,17,17,0.72);
  line-height: 1.5;
}

.footer-sub{
  font-size: 12px;
  color: rgba(17,17,17,0.55);
  line-height: 1.5;
  margin-top: 4px;
}

.footer-link{
  color: rgba(31,42,68,0.95);
  text-decoration: none;
  font-weight: 500;
}

.footer-link:hover{
  text-decoration: underline;
}

@media (max-width: 720px){
  .footer-inner{
    padding-top: 16px;
  }
}
