footer {
  background: #062149;
  color: #fff;
  text-align: center;
  padding: 28px 0 10px 0;
  font-size: 0.93em;
}
.footer-info {
  margin-bottom: 0.7em;
  font-size: 0.92em;
  color: #fff;
  letter-spacing: 0.01em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.footer-info,
.footer-info span {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.92em;
}
.footer-info .footer-sep {
  color: #b3c2d6;
  font-size: 1em;
  font-weight: 400;
  margin: 0 4px;
  user-select: none;
}
.footer-links {
  display: flex;
  gap: 1.2rem;
  margin-top: 0.5rem;
  justify-content: center;
  font-size: 0.92em;
}
.footer-links a {
  text-decoration: none;
  font-weight: 500;
  color: #b3c2d6;
  transition: color 0.2s;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.92em;
}
.footer-links a:focus,
.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}
footer p {
  margin: 0 0 8px 0;
  font-size: 0.92em;
  color: #fff;
  font-family: Lato, Arial, sans-serif;
}
@media (max-width: 700px) {
  .footer-info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.89em;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 90vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .footer-links {
    max-width: 90vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  footer p {
    max-width: 90vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    font-size: 0.78em;
  }
  .footer-links {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }
  footer {
    padding: 18px 0 8px 0;
    font-size: 0.89em;
  }
}
@media (max-width: 768px) {
  .footer-links {
    flex-direction: column;
    gap: 0.75rem;
  }
}
@media (max-width: 400px) {
  .footer-info {
    font-size: 0.85em;
    gap: 6px;
    flex-direction: column;
  }
  .footer-info .footer-sep {
    display: none;
  }
  footer p {
    font-size: 0.75em;
  }
  .footer-links {
    gap: 0.6rem;
    font-size: 0.85em;
  }
}
@media (max-width: 360px) {
  .footer-info {
    font-size: 0.8em;
    gap: 4px;
  }
  .footer-links {
    font-size: 0.8em;
    gap: 0.5rem;
  }
}
@media (max-width: 320px) {
  .footer-info {
    font-size: 0.75em;
    flex-direction: column;
  }
  .footer-links {
    font-size: 0.75em;
  }
}
