.footer-premium.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #071d33;
  color: #fff;
}

.footer-premium::before {
  position: absolute;
  top: -16rem;
  right: -12rem;
  width: 38rem;
  height: 38rem;
  border: 6rem solid rgba(255,255,255,.025);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.footer-premium > .container-xl { position: relative; z-index: 1; }

.footer-proof-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.footer-proof-band > span,
.footer-proof-band > a {
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  gap: .12rem .7rem;
  align-content: center;
  min-height: 7.5rem;
  padding: 1.25rem 1.5rem;
  border-left: 1px solid rgba(255,255,255,.13);
  color: #fff;
  text-decoration: none;
}

.footer-proof-band > :first-child { border-left: 0; }
.footer-proof-band svg { grid-row: 1 / 3; align-self: center; width: 1.15rem; height: 1.15rem; color: #78ade0; }
.footer-proof-band b { font-size: .82rem; }
.footer-proof-band small { color: rgba(255,255,255,.5); font-size: .7rem; }
.footer-proof-band > a { transition: background-color .2s ease; }
.footer-proof-band > a:hover { background: rgba(255,255,255,.06); color: #fff; }

.footer-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: center;
  padding: 4.25rem 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.footer-cta-band > div:first-child > span {
  display: block;
  margin-bottom: .7rem;
  color: #9fc5eb;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.footer-cta-band h2 {
  max-width: 46rem;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 3.15rem;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
}

.footer-cta-actions {
  display: flex;
  gap: .75rem;
  align-items: stretch;
}

.footer-call-action {
  display: flex;
  gap: .8rem;
  align-items: center;
  min-height: 3.35rem;
  padding: .55rem 1rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--button-radius);
  color: #fff;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease;
}

.footer-call-action:hover,
.footer-call-action:focus-visible {
  border-color: rgba(255,255,255,.48);
  background: rgba(255,255,255,.08);
  color: #fff;
}

.footer-call-action > svg { width: 1.15rem; color: #9fc5eb; }
.footer-call-action span { display: grid; }
.footer-call-action small { color: rgba(255,255,255,.56); font-size: .66rem; line-height: 1.1; }
.footer-call-action b { font-size: .88rem; line-height: 1.3; }

.footer-premium .footer-premium-main {
  align-items: start;
  padding: 4.5rem 0 4rem;
}

.footer-premium .footer-brand-block { max-width: none; padding-right: 5rem; }

.footer-premium .footer-logo {
  display: inline-flex;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-premium .footer-logo img {
  width: 11.25rem;
  height: auto;
  filter: brightness(0) invert(1);
}

.footer-premium .footer-brand-block > p {
  max-width: 31rem;
  margin: 1.75rem 0;
  color: rgba(255,255,255,.61);
  font-size: .94rem;
  line-height: 1.75;
}

.footer-contact-links {
  display: grid;
  gap: .7rem;
}

.footer-contact-links a,
.footer-contact-links span {
  display: flex;
  gap: .65rem;
  align-items: center;
  color: rgba(255,255,255,.78);
  font-size: .83rem;
  font-weight: 650;
  text-decoration: none;
}

.footer-contact-links a:hover { color: #fff; }
.footer-contact-links svg { width: .95rem; height: .95rem; color: #78ade0; }

.footer-premium .footer-main nav h3 {
  display: flex;
  gap: .55rem;
  align-items: center;
  margin: .2rem 0 1.35rem;
  color: #fff;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.footer-premium .footer-main nav h3 svg { width: .95rem; height: .95rem; color: #78ade0; }

.footer-premium .footer-main nav > a {
  position: relative;
  display: block;
  width: fit-content;
  padding: .42rem 0;
  color: rgba(255,255,255,.58);
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.footer-premium .footer-main nav > a:hover,
.footer-premium .footer-main nav > a:focus-visible {
  color: #fff;
  transform: translateX(.2rem);
}

.footer-premium .footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  min-height: 5rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.42);
  font-size: .76rem;
}

.footer-premium .footer-bottom nav { display: flex; gap: 1.5rem; }
.footer-premium .footer-bottom nav a { color: rgba(255,255,255,.52); text-decoration: none; }
.footer-premium .footer-bottom nav a:hover { color: #fff; }
.footer-premium .footer-bottom nav button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.52); font: inherit; cursor: pointer; }
.footer-premium .footer-bottom nav button:hover { color: #fff; }

.footer-to-top {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff;
  place-items: center;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.footer-to-top:hover,
.footer-to-top:focus-visible { border-color: #fff; background: #fff; color: #071d33; transform: translateY(-2px); }
.footer-to-top svg { width: 1rem; height: 1rem; }

@media (max-width: 991.98px) {
  .footer-proof-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-proof-band > :nth-child(3) { border-left: 0; }
  .footer-proof-band > span,
  .footer-proof-band > a { min-height: 6.5rem; border-top: 1px solid rgba(255,255,255,.13); }
  .footer-proof-band > :first-child,
  .footer-proof-band > :nth-child(2) { border-top: 0; }
  .footer-cta-band { grid-template-columns: 1fr; gap: 2rem; }
  .footer-cta-band h2 { font-size: 2.7rem; }
  .footer-premium .footer-brand-block { padding-right: 1rem; margin-bottom: 1.5rem; }
}

@media (max-width: 575.98px) {
  .footer-proof-band > span,
  .footer-proof-band > a { min-height: 5.8rem; padding: 1rem .8rem; }
  .footer-cta-band { padding: 3.5rem 0; }
  .footer-cta-band h2 { font-size: 2.25rem; }
  .footer-cta-actions { align-items: stretch; flex-direction: column; }
  .footer-call-action,
  .footer-cta-actions .btn { width: 100%; justify-content: center; }
  .footer-premium .footer-premium-main { padding: 3.5rem 0 3rem; }
  .footer-premium .footer-bottom { grid-template-columns: 1fr auto; gap: 1rem; align-items: end; padding: 1.5rem 0; }
  .footer-premium .footer-bottom > span { grid-column: 1 / -1; }
  .footer-premium .footer-bottom nav { gap: 1rem; }
}
