/* ═══════════════════════════════════════════
   Brühwerk Footer — Polish & consistency
   ═══════════════════════════════════════════ */

/* ── Footer background ── */
.bw-footer {
  background: #0a0a0c !important;
  border-top: 1px solid var(--bw-border) !important;
  padding-top: var(--bw-s-16) !important;
}

/* ── Footer headings ── */
.bw-footer-heading {
  font-family: var(--bw-font-sans) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: var(--bw-accent) !important;
  margin-bottom: var(--bw-s-5) !important;
}

/* ── Footer links ── */
.bw-footer-links a {
  color: rgba(255,255,255,0.6) !important;
  font-size: 14px !important;
  line-height: 2.2 !important;
  transition: color var(--bw-t-fast) !important;
}
.bw-footer-links a:hover {
  color: #fff !important;
}

/* ── Footer address ── */
.bw-footer-address {
  font-style: normal !important;
  color: rgba(255,255,255,0.5) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}
.bw-footer-address a {
  color: var(--bw-accent) !important;
  text-decoration: none !important;
}
.bw-footer-address a:hover {
  text-decoration: underline !important;
}

/* ── Hotline box ── */
.bw-footer-hotline {
  background: rgba(200,149,108,0.06) !important;
  border: 1px solid rgba(200,149,108,0.15) !important;
  border-radius: var(--bw-r-md) !important;
}

/* ── Footer bottom bar ── */
.bw-footer-bottom {
  border-top: 1px solid var(--bw-border) !important;
  padding: var(--bw-s-6) 0 !important;
  font-size: 13px !important;
  color: rgba(255,255,255,0.35) !important;
}
.bw-footer-bottom a {
  color: rgba(255,255,255,0.5) !important;
  transition: color var(--bw-t-fast) !important;
}
.bw-footer-bottom a:hover {
  color: var(--bw-accent) !important;
}

/* ── Footer payment icons ── */
.bw-footer-payments img,
.bw-footer-payments svg {
  opacity: 0.5 !important;
  transition: opacity var(--bw-t-fast) !important;
}
.bw-footer-payments img:hover,
.bw-footer-payments svg:hover {
  opacity: 0.9 !important;
}
