/* Footer profesional - Grúas Santa María
   Archivo independiente para no tocar el diseño base del sitio.
*/
.footer-pro {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, .14), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(226, 0, 26, .28), transparent 30%),
    linear-gradient(135deg, #061a3a 0%, #073f8f 48%, #05152d 100%);
  border-top: 0;
  padding-top: 0;
}

.footer-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,.08) 46% 47%, transparent 47% 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 78px);
  opacity: .72;
}

.footer-pro-topline {
  position: relative;
  z-index: 1;
  height: 8px;
  background: linear-gradient(90deg, #e0001a 0%, #ffffff 18%, #075fcb 38%, #ffffff 62%, #e0001a 100%);
}

.footer-pro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr .85fr 1fr;
  gap: 26px;
  padding: 46px 0 34px;
}

.footer-pro-brand,
.footer-pro-card {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.075);
  box-shadow: 0 22px 55px rgba(0,0,0,.26);
  backdrop-filter: blur(10px);
  border-radius: 26px;
}

.footer-pro-brand {
  padding: 24px;
}

.footer-pro-card {
  padding: 26px 24px;
}

.footer-pro-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  min-height: 92px;
  padding: 10px 14px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 35px rgba(0,0,0,.25);
  margin-bottom: 18px;
}

.footer-pro-logo {
  display: block;
  width: 140px;
  max-height: 78px;
  object-fit: contain;
}

.footer-pro-text {
  color: rgba(255,255,255,.86);
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 520px;
}

.footer-pro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-pro-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 800;
  color: #ffffff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
}

.footer-pro h4 {
  position: relative;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.footer-pro h4::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  border-radius: 20px;
  margin-top: 10px;
  background: linear-gradient(90deg, #e0001a, #ffffff, #1479e8);
}

.footer-pro-links {
  display: grid;
  gap: 10px;
}

.footer-pro-links a,
.footer-pro-secondary,
.footer-pro-location {
  color: rgba(255,255,255,.84);
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease;
}

.footer-pro-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 14px;
}

.footer-pro-links a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0001a;
  box-shadow: 0 0 0 4px rgba(224,0,26,.18);
  flex: 0 0 auto;
}

.footer-pro-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
  background: rgba(255,255,255,.10);
}

.footer-pro-contact p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}

.footer-pro-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  box-shadow: 0 16px 28px rgba(22,163,74,.26);
  margin-bottom: 12px;
}

.footer-pro-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(22,163,74,.34);
}

.footer-pro-secondary {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.08);
  font-weight: 800;
  margin-bottom: 14px;
}

.footer-pro-secondary:hover {
  color: #ffffff;
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.34);
}

.footer-pro-location {
  display: block;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

.footer-pro-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.78);
  font-size: .92rem;
}

.footer-pro-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  text-align: right;
}

.footer-pro-credit a {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .01em;
  background: linear-gradient(135deg, rgba(220,38,38,.92), rgba(37,99,235,.92));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

.footer-pro-credit a:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(0,0,0,.26);
}

@media (max-width: 920px) {
  .footer-pro-grid {
    grid-template-columns: 1fr;
    padding: 34px 0 26px;
  }

  .footer-pro-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-pro-credit {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .footer-pro-brand,
  .footer-pro-card {
    border-radius: 20px;
    padding: 20px;
  }

  .footer-pro-logo-wrap {
    width: 145px;
    min-height: 82px;
  }

  .footer-pro-logo {
    width: 120px;
  }
}
