/* ================================
   PV Footer (Professional + Wave + SVG Icons)
   Matches pv-header theme
================================ */

.pv-footer{
  --pv-maroon: #a80000;
  --pv-dark: #4a3b3b;     /* main footer */
  --pv-dark-2: #3f3333;   /* strip / wave */
  --pv-white: #ffffff;
  --pv-muted: rgba(255,255,255,0.78);
  --pv-border: rgba(255,255,255,0.14);

  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  position: relative;
}

.pv-footer__container{
  width: min(1200px, 92%);
  margin-inline: auto;
}

/* Wave Top */
.pv-footer__wave{
  background: #fff;
  line-height: 0;
}
.pv-footer__wave svg{
  width: 100%;
  height: 70px;
  display: block;
}

/* Client base strip */
.pv-footer__clientbase{
  background: var(--pv-dark-2);
  color: var(--pv-white);
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.pv-footer__clientbase p{
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}

.pv-footer__clientbase strong{
  text-decoration: underline;
}

/* Main footer */
.pv-footer__main{
  background: var(--pv-dark);
  color: var(--pv-white);
  padding: 34px 0 26px;
}

.pv-footer__grid{
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.pv-footer__title{
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pv-footer__text{
  margin: 0 0 22px;
  color: var(--pv-muted);
  line-height: 1.85;
  font-size: 15.5px;
  max-width: 56ch;
}

.pv-footer__subtitle{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
}

/* Social */
.pv-footer__social{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pv-footer__socialBtn{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.85);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  user-select: none;
}

.pv-footer__socialBtn svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}

.pv-footer__socialBtn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.98);
}

/* Links list */
.pv-footer__links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.pv-footer__links a{
  color: rgba(255,255,255,0.90);
  text-decoration: none;
  font-weight: 650;
  transition: color 160ms ease, transform 160ms ease;
}

.pv-footer__links a:hover{
  color: #fff;
  transform: translateX(2px);
}

/* Contact list */
.pv-footer__contact{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.pv-footer__contact li{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--pv-muted);
  line-height: 1.6;
}

.pv-footer__contact a{
  color: rgba(255,255,255,0.90);
  text-decoration: none;
  font-weight: 650;
}

.pv-footer__contact a:hover{
  color: #fff;
  text-decoration: underline;
}

.pv-footer__ico{
  display: inline-flex;
  width: 22px;
  justify-content: center;
}

/* Badges */
.pv-footer__badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pv-footer__badge{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid var(--pv-border);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.90);
  font-size: 13px;
  font-weight: 700;
}

/* ✅ Map Embed */
.pv-footer__map{
  margin-top: 16px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 14px 30px rgba(0,0,0,0.22);
}

.pv-footer__map iframe{
  width: 100%;
  height: 220px;
  border: 0;
  display: block;
}

/* Bottom bar */
.pv-footer__bottom{
  background: var(--pv-maroon);
  color: #fff;
  padding: 14px 0;
}

.pv-footer__bottomInner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pv-footer__bottomLinks{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.pv-footer__bottomLinks a{
  color: #fff;
  text-decoration: none;
  font-weight: 650;
  opacity: 0.95;
  transition: opacity 160ms ease, text-decoration 160ms ease;
}

.pv-footer__bottomLinks a:hover{
  opacity: 1;
  text-decoration: underline;
}

.pv-footer__copy{
  font-weight: 650;
  opacity: 0.95;
}

/* ✅ Mobile Sticky Call Button (only mobile) */
.pv-footer__callBtn{
  display: none;
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 9999;

  background: linear-gradient(135deg, #ff0000, #b30000);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  text-align: center;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  letter-spacing: 0.2px;
}

/* ==========================
   Responsive (Mobile)
   All links LEFT
========================== */
@media (max-width: 900px){
  .pv-footer__grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pv-footer__bottomInner{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .pv-footer__bottomLinks{
    justify-content: flex-start;
    gap: 14px;
  }

  .pv-footer__copy{
    text-align: left;
  }

  /* show call button on mobile */
  .pv-footer__callBtn{
    display: block;
  }

  /* keep footer bottom visible above call button */
  .pv-footer{
    padding-bottom: 72px;
  }

  .pv-footer__map iframe{
    height: 240px;
  }
}