.ls-footer {
  background: var(--ls-bg-dark);
  color: var(--ls-text-light);
  padding: 40px 0 20px;
  font-size: 0.8rem;
}
.ls-footer a { color: var(--ls-text-light); text-decoration: none; transition: color var(--ls-transition); }
.ls-footer a:hover { color: var(--ls-primary); }

.ls-footer__links { margin-bottom: 30px; }
.ls-footer__title { color: var(--ls-text); font-size: 1.05rem; font-weight: 700; margin-bottom: 15px; }
.ls-footer__link-group { margin-bottom: 15px; }
.ls-footer__link-group-title { color: var(--ls-text); font-size: 0.95rem; font-weight: 600; margin-bottom: 10px; }
.ls-footer__link-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.ls-footer__bottom {
  border-top: 1px solid var(--ls-border);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.ls-footer__info { display: flex; gap: 15px; align-items: center; }
.ls-footer__brand { color: var(--ls-text); font-weight: 700; }
.ls-footer__contact { color: var(--ls-text-light); }
.ls-footer__legal { display: flex; gap: 15px; flex-wrap: wrap; }
.ls-footer__copyright { color: var(--ls-text-muted); margin: 0; }
