.site-footer-pro {
  position: relative;
  overflow: hidden;
  background: #081a2e;
}
.site-footer-pro::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #d92f3a 0 18%, #fff 18% 20%, #173c64 20% 100%);
}
.site-footer-pro .footer-main {
  padding: 72px 0 58px;
}
.site-footer-pro .footer-grid-pro {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(170px, .72fr) minmax(230px, .92fr) minmax(230px, .9fr);
  gap: clamp(34px, 4vw, 70px);
  align-items: start;
}
.site-footer-pro .footer-logo-surface {
  display: inline-flex;
  align-items: center;
  max-width: 325px;
  min-height: 86px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 38px rgba(0,0,0,.18);
}
.site-footer-pro .footer-logo-surface .custom-logo {
  width: auto;
  max-width: 285px;
  height: 58px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.site-footer-pro .footer-mission {
  max-width: 430px;
  margin: 22px 0 16px;
  color: rgba(255,255,255,.78);
  font-size: 15px;
  line-height: 1.75;
}
.site-footer-pro .footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.site-footer-pro .footer-badges span {
  padding: 6px 10px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.site-footer-pro .footer-title {
  position: relative;
  margin: 3px 0 22px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}
.site-footer-pro .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: #d92f3a;
}
.site-footer-pro .footer-links-pro {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer-pro .footer-links-pro a,
.site-footer-pro .footer-contact-pro a,
.site-footer-pro .footer-text-link {
  color: rgba(255,255,255,.76);
  text-decoration: none;
}
.site-footer-pro .footer-links-pro a:hover,
.site-footer-pro .footer-contact-pro a:hover,
.site-footer-pro .footer-text-link:hover {
  color: #fff;
}
.site-footer-pro .footer-contact-pro {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-style: normal;
}
.site-footer-pro .footer-contact-pro p {
  margin: 0 0 9px;
  overflow-wrap: anywhere;
}
.site-footer-pro .footer-contact-actions {
  display: grid;
  justify-items: start;
  gap: 13px;
  margin-top: 22px;
}
.site-footer-pro .footer-small-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #fff;
  background: #d92f3a;
  border: 1px solid #d92f3a;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.site-footer-pro .footer-small-button:hover {
  color: #fff;
  background: #b8212b;
  border-color: #b8212b;
}
.site-footer-pro .footer-text-link {
  font-size: 13px;
  font-weight: 800;
}
.site-footer-pro .org-data-pro {
  margin: 0 0 18px;
  font-size: 12.5px;
}
.site-footer-pro .org-data-pro > div {
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 8px 0;
}
.site-footer-pro .org-data-pro dt {
  color: rgba(255,255,255,.47);
}
.site-footer-pro .org-data-pro dd {
  color: rgba(255,255,255,.82);
}
.site-footer-pro .footer-bottom {
  background: rgba(0,0,0,.11);
  border-top-color: rgba(255,255,255,.08);
}
.site-footer-pro .footer-bottom-pro {
  min-height: 74px;
}
.site-footer-pro .footer-legal-links {
  row-gap: 8px;
}
.site-footer-pro .footer-social .social-link {
  color: #fff;
  background: rgba(255,255,255,.04);
}
.site-footer-pro .footer-social .social-link:hover {
  background: #d92f3a;
  border-color: #d92f3a;
}

@media (max-width: 1100px) {
  .site-footer-pro .footer-grid-pro {
    grid-template-columns: 1.25fr .8fr 1fr;
  }
  .site-footer-pro .footer-grid-pro > :last-child {
    grid-column: 2 / -1;
  }
}
@media (max-width: 780px) {
  .site-footer-pro .footer-main {
    padding: 58px 0 48px;
  }
  .site-footer-pro .footer-grid-pro {
    grid-template-columns: 1fr 1fr;
    gap: 38px 26px;
  }
  .site-footer-pro .footer-brand-pro {
    grid-column: 1 / -1;
  }
  .site-footer-pro .footer-grid-pro > :last-child {
    grid-column: auto;
  }
  .site-footer-pro .footer-bottom-pro {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
  .site-footer-pro .footer-legal-links {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .site-footer-pro .footer-grid-pro {
    grid-template-columns: 1fr;
  }
  .site-footer-pro .footer-brand-pro,
  .site-footer-pro .footer-grid-pro > :last-child {
    grid-column: auto;
  }
  .site-footer-pro .footer-logo-surface {
    width: 100%;
    max-width: 330px;
  }
  .site-footer-pro .footer-logo-surface .custom-logo {
    max-width: 100%;
  }
  .site-footer-pro .footer-legal-links {
    display: grid;
    justify-items: start;
  }
}
