/* ═══════════════════════════════════════════
   BP FOOTER — Bádminton Perú
   ═══════════════════════════════════════════ */

.bp-footer {
  background: #111 !important;
  border-top: 3px solid #CC0000;
  padding: 48px 0 0;
  font-family: 'Montserrat', sans-serif;
}

.bp-footer .bp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Grid 4 columnas ── */
.bp-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

/* ── Columna marca ── */
.bp-footer-logo {
  height: 40px !important;
  width: auto !important;
  display: block;
  margin-bottom: 14px;
}
.bp-footer-brand-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.bp-footer-desc {
  font-size: 12px !important;
  color: #555 !important;
  line-height: 1.7 !important;
  margin-bottom: 14px !important;
  font-family: 'Montserrat', sans-serif !important;
}
.bp-footer-contact {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  font-family: 'Montserrat', sans-serif;
}
.bp-footer-contact div {
  margin-bottom: 2px;
}

/* ── Columnas links ── */
.bp-footer-col-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}
.bp-footer-links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bp-footer-links li {
  margin-bottom: 8px !important;
}
.bp-footer-links a {
  font-size: 12px !important;
  color: #555 !important;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
  transition: color .2s;
}
.bp-footer-links a:hover {
  color: #aaa !important;
}

/* ── Barra inferior ── */
.bp-footer-bottom {
  border-top: 1px solid #1e1e1e;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bp-footer-copy {
  font-size: 11px;
  color: #444;
  font-family: 'Montserrat', sans-serif;
}
.bp-footer-logo-sm {
  height: 32px !important;
  width: auto !important;
  opacity: 0.5;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .bp-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .bp-footer-brand {
    grid-column: span 2;
  }
}
