:root {
  --pp-footer-bg: #0f766e;
  --pp-footer-text: #ffffff;
  --pp-footer-muted: #ffffff;
  --pp-footer-accent: #f59e0b;
  --pp-footer-accent-hover: #fbbf24;
  --pp-footer-border: rgba(255, 255, 255, 0.16);
  --pp-footer-content-width: 1180px;
}

#site-footer.pp-site-footer,
#site-footer.pp-site-footer * {
  box-sizing: border-box;
}

#site-footer.pp-site-footer {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--pp-footer-bg);
  color: var(--pp-footer-text);
  font-family: inherit;
  font-size: inherit;
  line-height: 1.65;
}

#site-footer.pp-site-footer::before {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.018);
  pointer-events: none;
  content: "";
}

#site-footer.pp-site-footer a {
  color: inherit;
  text-decoration: none;
}

#site-footer.pp-site-footer .pp-footer-inner {
  position: relative;
  width: min(calc(100% - 48px), var(--pp-footer-content-width));
  margin-inline: auto;
  padding: clamp(40px, 4vw, 56px) 0 22px;
}

#site-footer.pp-site-footer .pp-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(230px, 0.95fr) minmax(230px, 0.95fr);
  column-gap: clamp(32px, 4vw, 58px);
  row-gap: 36px;
  align-items: start;
}

#site-footer.pp-site-footer .pp-footer-column {
  min-width: 0;
}

#site-footer.pp-site-footer .pp-footer-logo-wrap {
  display: flex;
  align-items: center;
  min-height: 58px;
  margin-bottom: 16px;
}

#site-footer.pp-site-footer .custom-logo-link {
  display: inline-flex;
  line-height: 0;
}

#site-footer.pp-site-footer .custom-logo {
  display: block;
  width: auto;
  max-width: min(220px, 100%);
  max-height: 70px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, 0.16));
}

#site-footer.pp-site-footer .pp-footer-site-title {
  color: #ffffff;
  font: inherit;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.1;
  font-weight: 850;
}

#site-footer.pp-site-footer .pp-footer-description {
  max-width: 34rem;
  margin: 0 0 20px;
  color: var(--pp-footer-muted);
  opacity: 0.9;
}

#site-footer.pp-site-footer .pp-footer-cta,
#site-footer.pp-site-footer .pp-footer-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 21px;
  border-radius: 12px;
  font: inherit;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.23);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

#site-footer.pp-site-footer .pp-footer-cta {
  background: var(--pp-footer-accent);
  color: #ffffff;
}

#site-footer.pp-site-footer .pp-footer-whatsapp {
  gap: 10px;
  width: 100%;
  max-width: 280px;
  margin-top: 22px;
  background: #25d366;
  color: #ffffff;
}

#site-footer.pp-site-footer .pp-footer-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#site-footer.pp-site-footer .pp-footer-whatsapp-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#site-footer.pp-site-footer .pp-footer-cta:hover,
#site-footer.pp-site-footer .pp-footer-cta:focus-visible {
  background: var(--pp-footer-accent-hover);
  color: #ffffff;
  box-shadow: 0 12px 27px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

#site-footer.pp-site-footer .pp-footer-whatsapp:hover,
#site-footer.pp-site-footer .pp-footer-whatsapp:focus-visible {
  background: #20bd5a;
  color: #ffffff;
  box-shadow: 0 12px 27px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}

#site-footer.pp-site-footer .pp-footer-cta:active,
#site-footer.pp-site-footer .pp-footer-whatsapp:active {
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px) scale(0.99);
}

#site-footer.pp-site-footer .pp-footer-heading {
  position: relative;
  margin: 0 0 23px;
  padding: 0 0 11px;
  color: #ffffff;
  font: inherit;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.25;
  font-weight: 850;
}

#site-footer.pp-site-footer .pp-footer-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: var(--pp-footer-accent);
  content: "";
}

#site-footer.pp-site-footer .pp-footer-contact-list,
#site-footer.pp-site-footer .pp-footer-hours-list,
#site-footer.pp-site-footer .pp-footer-legal {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-footer.pp-site-footer .pp-footer-contact-list {
  display: grid;
  gap: 14px;
}

#site-footer.pp-site-footer .pp-footer-contact-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  color: var(--pp-footer-muted);
}

#site-footer.pp-site-footer .pp-footer-contact-list a {
  color: var(--pp-footer-muted);
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}

#site-footer.pp-site-footer .pp-footer-contact-list a:hover,
#site-footer.pp-site-footer .pp-footer-contact-list a:focus-visible {
  color: var(--pp-footer-accent-hover);
}

#site-footer.pp-site-footer .pp-footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--pp-footer-accent-hover);
}

#site-footer.pp-site-footer .pp-footer-contact-icon svg,
#site-footer.pp-site-footer .pp-footer-social-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#site-footer.pp-site-footer .pp-footer-contact-icon--phone svg path,
#site-footer.pp-site-footer .pp-footer-social-link[aria-label="Facebook"] svg path,
#site-footer.pp-site-footer .pp-footer-social-link[aria-label="TikTok"] svg path {
  fill: currentColor;
  stroke: none;
}

#site-footer.pp-site-footer .pp-footer-hours-list {
  display: grid;
  gap: 8px;
  color: var(--pp-footer-muted);
}

#site-footer.pp-site-footer .pp-footer-hours-list li {
  margin: 0;
}

#site-footer.pp-site-footer .pp-footer-hours-note {
  margin: 14px 0 0;
  color: var(--pp-footer-muted);
  font-size: 0.92em;
  opacity: 0.82;
}

#site-footer.pp-site-footer .pp-footer-social-block {
  margin-top: 26px;
}

#site-footer.pp-site-footer .pp-footer-social-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-weight: 750;
}

#site-footer.pp-site-footer .pp-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#site-footer.pp-site-footer .pp-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: var(--pp-footer-accent);
  color: #ffffff;
  box-shadow: 0 6px 17px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

#site-footer.pp-site-footer .pp-footer-social-link:hover,
#site-footer.pp-site-footer .pp-footer-social-link:focus-visible {
  background: var(--pp-footer-accent-hover);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

#site-footer.pp-site-footer .pp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(32px, 4vw, 46px);
  padding-top: 23px;
  border-top: 1px solid var(--pp-footer-border);
  color: var(--pp-footer-muted);
  font-size: 0.92em;
}

#site-footer.pp-site-footer .pp-footer-copyright {
  margin: 0;
}

#site-footer.pp-site-footer .pp-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 21px;
}

#site-footer.pp-site-footer .pp-footer-legal li {
  margin: 0;
}

#site-footer.pp-site-footer .pp-footer-legal a,
#site-footer.pp-site-footer .pp-footer-legal span {
  color: var(--pp-footer-muted);
}

#site-footer.pp-site-footer .pp-footer-legal a {
  transition: color 0.2s ease;
}

#site-footer.pp-site-footer .pp-footer-legal a:hover,
#site-footer.pp-site-footer .pp-footer-legal a:focus-visible {
  color: var(--pp-footer-accent-hover);
}

#site-footer.pp-site-footer :focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  #site-footer.pp-site-footer .pp-footer-inner {
    width: min(calc(100% - 40px), var(--pp-footer-content-width));
  }

  #site-footer.pp-site-footer .pp-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
    row-gap: 38px;
  }

  #site-footer.pp-site-footer .pp-footer-brand {
    grid-column: 1 / -1;
  }

  #site-footer.pp-site-footer .pp-footer-description {
    max-width: 42rem;
  }
}

@media (max-width: 680px) {
  #site-footer.pp-site-footer .pp-footer-inner {
    width: calc(100% - 28px);
    padding-top: 38px;
    padding-bottom: 20px;
  }

  #site-footer.pp-site-footer .pp-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  #site-footer.pp-site-footer .pp-footer-brand {
    grid-column: auto;
  }

  #site-footer.pp-site-footer .pp-footer-description {
    max-width: none;
  }

  #site-footer.pp-site-footer .pp-footer-cta,
  #site-footer.pp-site-footer .pp-footer-whatsapp {
    width: 100%;
    max-width: none;
    min-height: 50px;
  }

  #site-footer.pp-site-footer .pp-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  #site-footer.pp-site-footer .pp-footer-legal {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  #site-footer.pp-site-footer .pp-footer-inner {
    width: calc(100% - 22px);
  }

  #site-footer.pp-site-footer .pp-footer-legal {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #site-footer.pp-site-footer *,
  #site-footer.pp-site-footer *::before,
  #site-footer.pp-site-footer *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  #site-footer.pp-site-footer .pp-footer-cta:hover,
  #site-footer.pp-site-footer .pp-footer-cta:focus-visible,
  #site-footer.pp-site-footer .pp-footer-whatsapp:hover,
  #site-footer.pp-site-footer .pp-footer-whatsapp:focus-visible,
  #site-footer.pp-site-footer .pp-footer-social-link:hover,
  #site-footer.pp-site-footer .pp-footer-social-link:focus-visible {
    transform: none;
  }
}
