/* ==========================================================================
   Lockewise - Footer Styles
   Created: June 20, 2025
   ========================================================================== */

.footer {
  background-color: #000000;
  padding: 3rem 0 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: visible;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(59, 130, 246, 0.1);
}

.footer-content {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  padding: 0 2rem;
}

.footer h3 {
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-color);
}

.footer p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  color: var(--text-color);
  opacity: 0.75;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.separator {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
  margin: 2rem auto;
}

.copyright-wrapper {
  width: 100%;
  overflow: visible;
  display: block;
  text-align: center;
  position: relative;
  z-index: 5;
}

.copyright {
  opacity: 0.6;
  font-size: 0.75rem !important;
  letter-spacing: 0.01em;
  width: 100%;
  max-width: 800px;
  white-space: normal;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
