/* ==========================================================================
   HearMeWA Footer
   ========================================================================== */

.hmw-footer {
  background-color: #106836;
  color: #fff;
}

/* ── Main body ── */

.hmw-footer-columns {
  display: flex;
  gap: 2rem;
}

.hmw-footer-col {
  width: 200px;
  font-size: 1.1rem;
  line-height: 140%;
}

/* ── Brand column ── */
.hmw-footer-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 60px;
  margin-bottom: 1rem;
}

.hmw-footer-about {
  flex: 1;
  font-size: 1.1rem;
  line-height: 140%;
}
.hmw-footer-about-inner p a {
  text-decoration: underline;
}

.hmw-footer-about-inner {
  max-width: 400px;
}

.hmw-footer-logos img {
  height: 100%;
  width: auto;
}

.hmw-footer-col p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.hmw-footer-col p a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

/* ── Link columns ── */
.hmw-footer-col-heading {
  font-weight: 700;
  display: block;
  padding-bottom: 0.75rem;
  color: #fff;
}

.hmw-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hmw-footer-links li {
  margin-bottom: 0.4rem;
}

.hmw-footer-links a,
.hmw-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}

.hmw-footer-links a:hover,
.hmw-footer a:hover {
  color: #fff;
}

/* ── App badges column ── */
.hmw-footer-app-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

.hmw-footer-app-badges img {
  max-width: 130px;
  width: 100%;
}

/* ── Bottom bar ── */
.hmw-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hmw-footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
}

.hmw-footer-bottom-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  font-size: 1rem;
}

.hmw-footer-copyright {
  flex: 1 1 260px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.hmw-footer-bottom-nav {
  flex: 1 1 auto;
}

.hmw-footer-bottom-nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  margin: 0 0.5rem;
  transition: color 0.2s;
}

.hmw-footer-bottom-nav a:hover {
  color: #fff;
}

.hmw-footer-social {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.hmw-footer-social img {
  height: 20px;
  width: auto;
  display: block;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .hmw-footer-columns {
    flex-direction: column;
    gap: 1.5rem;
  }

  .hmw-footer-col {
    flex: none;
    width: 100%;
  }

  /* Bottom bar — stack everything, leave room for fixed close button */
  .hmw-footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    margin-right: 90px;
  }

  .hmw-footer-copyright {
    font-size: 0.9rem;
    line-height: 1.4;
    flex: none;
  }

  .hmw-footer-social {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .hmw-footer-bottom-nav {
    text-align: left;
  }

  .hmw-footer-bottom-nav a:first-child {
    margin-left: 0;
  }
}
