/* BREAK POINT PATAGONIA · pie compacto y WhatsApp flotante V49 */
.bp-footer {
  display: block !important;
  padding: 0 !important;
  border-top: 4px solid #20d9c5 !important;
  background: linear-gradient(135deg, #073878 0%, #0b56b1 58%, #0872bd 100%) !important;
  color: #fff !important;
  font-size: 15px !important;
}

.bp-footer-grid {
  width: min(1420px, 90%);
  margin: 0 auto;
  padding: 52px 0 42px;
  display: grid;
  grid-template-columns: 1.25fr .8fr 1.25fr 1.1fr;
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
}

.bp-footer section,
.bp-footer nav {
  min-width: 0;
}

.bp-footer-brand img {
  display: block;
  width: 160px !important;
  height: 66px;
  object-fit: contain;
  object-position: left center;
  padding: 7px 10px;
  border-radius: 12px;
  background: #061321;
}

.bp-footer-brand p {
  max-width: 310px;
  margin: 18px 0 17px;
  color: #dcecff;
  line-height: 1.55;
}

.bp-footer-brand > span {
  color: #5ff3e1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.bp-footer-column {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.bp-footer-column h2 {
  margin: 2px 0 10px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.bp-footer-column > a {
  color: #e7f1ff !important;
  line-height: 1.4;
  transition: color .18s ease, transform .18s ease;
}

.bp-footer-column > a:hover,
.bp-footer-column > a:focus-visible,
.bp-footer-bottom a:hover,
.bp-footer-bottom a:focus-visible {
  color: #5ff3e1 !important;
  outline: none;
  transform: translateX(2px);
}

.bp-footer-contact > a {
  display: grid;
  gap: 3px;
  max-width: 100%;
}

.bp-footer-contact small {
  color: #5ff3e1 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.bp-footer-contact strong {
  max-width: 100%;
  color: #fff;
  font-size: 15px;
  overflow-wrap: anywhere;
}

.bp-footer-shipping p {
  margin: 0 0 3px;
  color: #dcecff;
  line-height: 1.5;
}

.bp-footer-shipping strong {
  display: block;
  color: #fff;
}

.bp-footer-bottom {
  width: min(1420px, 90%);
  margin: 0 auto;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #cfe2f8;
  font-size: 12px;
}

.bp-footer-bottom a {
  color: #fff !important;
  font-weight: 700;
  transition: color .18s ease, transform .18s ease;
}

.bp-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom));
  z-index: 900;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 3px solid #5ff3e1;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(3, 28, 51, .32);
  transition: transform .18s ease, box-shadow .18s ease;
}

.bp-whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.bp-whatsapp-float:hover,
.bp-whatsapp-float:focus-visible {
  color: #fff !important;
  outline: 3px solid rgba(255,255,255,.92);
  outline-offset: 3px;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 40px rgba(3, 28, 51, .4);
}

@media (max-width: 980px) {
  .bp-footer-grid {
    grid-template-columns: 1.15fr .85fr;
  }
}

@media (max-width: 620px) {
  .bp-footer-grid {
    width: calc(100% - 40px);
    padding: 38px 0 30px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .bp-footer-brand p {
    margin-top: 15px;
  }

  .bp-footer-bottom {
    width: calc(100% - 40px);
    padding-bottom: 90px;
    align-items: flex-start;
    flex-direction: column;
  }

  .bp-whatsapp-float {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
  }

  .bp-whatsapp-float svg {
    width: 29px;
    height: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-whatsapp-float,
  .bp-footer a {
    transition: none !important;
  }
}
