.pvg-site-footer,
.pvg-site-footer *,
.pvg-site-footer *::before,
.pvg-site-footer *::after {
  box-sizing: border-box;
}

.pvg-site-footer {
  --pvg-footer-blue: #003f78;
  --pvg-footer-blue-dark: #002f5d;
  --pvg-footer-green: #58bd9c;
  --pvg-footer-green-dark: #247c63;
  --pvg-footer-white: #fff;
  --pvg-footer-muted: #d8e7ef;
  --pvg-footer-line: rgba(255, 255, 255, .2);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--pvg-footer-white);
  background:
    radial-gradient(circle at 88% 12%, rgba(88, 189, 156, .17), transparent 27%),
    linear-gradient(145deg, var(--pvg-footer-blue) 0%, var(--pvg-footer-blue-dark) 100%);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.pvg-site-footer a {
  font: inherit;
}

.pvg-site-footer__inner {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) 0 26px;
}

.pvg-site-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 64px);
}

.pvg-site-footer__column {
  min-width: 0;
}

.pvg-site-footer__column h2 {
  margin: 0 0 18px;
  color: var(--pvg-footer-white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.pvg-site-footer__column ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pvg-site-footer__column a,
.pvg-site-footer__contact a,
.pvg-site-footer__legal a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--pvg-footer-muted);
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.pvg-site-footer__column a:hover,
.pvg-site-footer__contact a:hover,
.pvg-site-footer__legal a:hover {
  color: var(--pvg-footer-white);
  text-decoration-color: var(--pvg-footer-green);
}

.pvg-site-footer a:focus-visible {
  outline: 3px solid var(--pvg-footer-green);
  outline-offset: 4px;
}

.pvg-site-footer__consulting {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin: clamp(48px, 7vw, 84px) 0;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255, 255, 255, .08);
  border: 1px solid var(--pvg-footer-line);
  border-radius: 24px;
}

.pvg-site-footer__eyebrow {
  margin: 0 0 8px;
  color: #8ee0c5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pvg-site-footer__consulting h2 {
  max-width: 760px;
  margin: 0 0 12px;
  color: var(--pvg-footer-white);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.2;
}

.pvg-site-footer__consulting p:last-child {
  max-width: 780px;
  margin: 0;
  color: var(--pvg-footer-muted);
}

.pvg-site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 22px;
  color: #083c32;
  background: var(--pvg-footer-green);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.pvg-site-footer__cta:hover {
  color: var(--pvg-footer-white);
  background: var(--pvg-footer-green-dark);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}

.pvg-site-footer__service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.pvg-site-footer__service-card {
  min-width: 0;
  padding: 26px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--pvg-footer-line);
  border-radius: 18px;
}

.pvg-site-footer__service-card h2 {
  margin: 0 0 18px;
  color: var(--pvg-footer-white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.pvg-site-footer__service-card address {
  color: var(--pvg-footer-muted);
  font-style: normal;
  line-height: 1.8;
}

.pvg-site-footer__service-card address a {
  color: var(--pvg-footer-white);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.pvg-site-footer__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.pvg-site-footer__search input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 11px 14px;
  color: #1c2e35;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  font: inherit;
}

.pvg-site-footer__search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 50px;
  padding: 10px 16px;
  color: #083c32;
  background: var(--pvg-footer-green);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.pvg-site-footer__trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.pvg-site-footer__provenexpert-stars {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin-bottom: 14px;
  border-radius: 12px;
  text-align: center;
}

.pvg-site-footer__provenexpert-stars .pe-richsnippets {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 70px;
  color: #1c2e35;
  background: #fff;
  text-align: center !important;
}

.pvg-site-footer__provenexpert-stars .pe-richsnippets > *,
.pvg-site-footer__provenexpert-stars .pe-richsnippets a {
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.pvg-site-footer__provenexpert-stars .pe-richsnippets a {
  display: block !important;
  white-space: normal !important;
}

.pvg-site-footer__trust-links > a {
  display: inline-flex;
  min-height: 54px;
  border-radius: 12px;
}

.pvg-site-footer__google-review {
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: #1c2e35;
  background: #fff;
  text-decoration: none;
}

.pvg-site-footer__google-mark {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
}

.pvg-site-footer__google-review span:last-child {
  display: grid;
  gap: 2px;
}

.pvg-site-footer__google-review strong,
.pvg-site-footer__google-review small {
  color: inherit;
  line-height: 1.2;
}

.pvg-site-footer__google-review small {
  font-size: 12px;
}

.pvg-site-footer__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pvg-site-footer__search input:focus-visible,
.pvg-site-footer__search button:focus-visible,
.pvg-site-footer__trust-links a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.pvg-site-footer__brand-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  gap: 34px;
  align-items: center;
  padding: 42px 0;
  border-top: 1px solid var(--pvg-footer-line);
  border-bottom: 1px solid var(--pvg-footer-line);
}

.pvg-site-footer__brand .custom-logo-link {
  display: block;
  width: fit-content;
}

.pvg-site-footer__brand .custom-logo {
  display: block;
  width: auto;
  max-width: 180px;
  height: 64px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.pvg-site-footer__brand p {
  margin: 12px 0 0;
  color: var(--pvg-footer-muted);
  font-size: 14px;
}

.pvg-site-footer__wordmark {
  display: inline-flex;
  flex-direction: column;
  color: var(--pvg-footer-white);
  line-height: .9;
  text-decoration: none;
}

.pvg-site-footer__wordmark strong {
  font-size: 42px;
  letter-spacing: .08em;
}

.pvg-site-footer__wordmark span {
  margin-top: 8px;
  color: #8ee0c5;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .24em;
}

.pvg-site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.pvg-site-footer__socials a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--pvg-footer-white);
  background: rgba(255, 255, 255, .09);
  border: 1px solid var(--pvg-footer-line);
  border-radius: 14px;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.pvg-site-footer__socials a:hover {
  color: #083c32;
  background: var(--pvg-footer-green);
  border-color: var(--pvg-footer-green);
  transform: translateY(-2px);
}

.pvg-site-footer__socials svg {
  width: 23px;
  height: 23px;
}

.pvg-site-footer__contact {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-align: right;
}

.pvg-site-footer__legal {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  font-size: 14px;
}

.pvg-site-footer__legal p {
  margin: 0;
  color: var(--pvg-footer-muted);
}

.pvg-site-footer__legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .pvg-site-footer__service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pvg-site-footer__service-card:last-child {
    grid-column: 1 / -1;
  }

  .pvg-site-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pvg-site-footer__consulting {
    grid-template-columns: 1fr;
  }

  .pvg-site-footer__cta {
    width: fit-content;
  }

  .pvg-site-footer__brand-row {
    grid-template-columns: 1fr auto;
  }

  .pvg-site-footer__contact {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .pvg-site-footer__inner {
    width: min(100% - 32px, 1240px);
    padding-top: 52px;
  }

  .pvg-site-footer__columns {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pvg-site-footer__service-grid {
    grid-template-columns: 1fr;
  }

  .pvg-site-footer__service-card:last-child {
    grid-column: auto;
  }

  .pvg-site-footer__search {
    grid-template-columns: 1fr;
  }

  .pvg-site-footer__consulting {
    margin: 48px 0;
    padding: 26px 20px;
    border-radius: 20px;
  }

  .pvg-site-footer__cta {
    width: 100%;
    white-space: normal;
  }

  .pvg-site-footer__brand-row {
    grid-template-columns: 1fr;
    padding: 34px 0;
  }

  .pvg-site-footer__socials {
    justify-content: flex-start;
  }

  .pvg-site-footer__legal {
    display: grid;
    gap: 16px;
  }

  .pvg-site-footer__legal nav {
    display: grid;
    gap: 10px;
    justify-content: start;
  }

  .pvg-site-footer__column a,
  .pvg-site-footer__contact a,
  .pvg-site-footer__legal a {
    width: fit-content;
    min-width: 44px;
    padding-block: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvg-site-footer *,
  .pvg-site-footer *::before,
  .pvg-site-footer *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .pvg-site-footer__columns,
  .pvg-site-footer__consulting,
  .pvg-site-footer__service-grid,
  .pvg-site-footer__socials {
    display: none;
  }

  .pvg-site-footer {
    color: #000;
    background: #fff;
  }
}
