
/* ========================================================================
   # FOOTER
   ======================================================================== */

.bw-footer {
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 130px 0 90px 0;
  color: #eaeaea;
  font-family: "DM Sans", "Satoshi", "Inter", system-ui, sans-serif;
  border-radius: 54px 54px 0 0;
}

.bw-footer-container {
  width: 85%;
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: flex-start;
  gap: 60px 80px;
}

.bw-footer-logo {
  width: 200px;
  margin-bottom: 28px;
}

.bw-brand p {
  color: #d2d2d2;
  line-height: 1.75;
  max-width: 360px;
  font-size: 15px;
}

.bw-footer-col h4 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
  letter-spacing: 1.6px;
}

.bw-footer-col a {
  display: block;
  text-decoration: none;
  color: #bdbdbd;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  transition: color 0.25s ease, transform 0.25s ease, text-decoration-color 0.25s ease;
}

.bw-footer-col a:hover,
.bw-footer-col a:focus-visible {
  color: #ffffff;
  text-decoration-color: rgba(125, 211, 252, 0.75);
  transform: translateX(4px);
}

.bw-footer-bottom {
  margin-top: 85px;
  text-align: center;
  color: #7a7a7a;
  font-size: 14px;
}

@media (max-width: 900px) {
  .bw-footer { padding: 90px 0 70px 0; border-radius: 36px 36px 0 0; }
  .bw-footer-container {
    width: 92%;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 36px 48px;
  }
  .bw-footer-col { min-width: 0; }
  .bw-footer-logo { width: 160px; }
  .bw-brand p { max-width: 100%; line-height: 1.7; }
  .bw-footer-bottom { margin-top: 50px; }
}

@media (max-width: 600px) {
  .bw-footer { padding: 70px 0 60px 0; border-radius: 28px 28px 0 0; }
  .bw-footer-container {
    grid-template-columns: 1fr;
    align-items: flex-start;
    width: 92%;
    gap: 24px;
  }
  .bw-footer-col { width: 100%; }
  .bw-brand p { line-height: 1.6; }
  .bw-footer-logo { width: 140px; }
  .bw-footer-col h4 { margin-bottom: 12px; }
  .bw-footer-col a { padding: 6px 0; }
  .bw-footer-bottom { margin-top: 36px; font-size: 13px; }
}
