.mod-footer {
  background: #111111;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.25rem 0 2rem;
  margin-top: 3rem;
  color: #9ca3af;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.9rem;
}
.mod-footer__wrap {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
}
.mod-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  text-align: center;
}
.mod-footer__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.mod-footer__title {
  margin: 0;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4.5vw, 2.125rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
}
.mod-footer__tagline {
  margin: 0;
  max-width: min(100%, 32rem);
  color: #fff;
  font-size: calc(0.9rem + 4pt);
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .mod-footer__tagline {
    max-width: min(100%, 44rem);
  }
}
.mod-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(0.7rem + 2pt) calc(1.85rem + 8pt);
  background: #576D79;
  color: #fff;
  font-family: inherit;
  font-size: calc(0.9rem + 4pt);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s, transform 0.2s;
  touch-action: manipulation;
}
.mod-footer__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  text-decoration: none;
}
.mod-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}
.mod-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.mod-footer__social-link:hover {
  border-color: rgba(6, 182, 212, 0.45);
  background: rgba(255, 255, 255, 0.05);
}
.mod-footer__icon {
  width: 18px;
  height: 18px;
  display: block;
}
.mod-footer__icon--fb {
  width: 11px;
  height: 18px;
}
.mod-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  font-size: 0.78rem;
}
.mod-footer__legal a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}
.mod-footer__legal a:hover {
  color: #9ca3af;
}
.mod-footer__sep {
  color: #4b5563;
}
