/* Final shared treatment for the public black footer on every page bundle. */
.footer.footer--dark.footer--minimal {
  border: 0;
  background: #0b0d0c;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.footer.footer--dark.footer--minimal .footer-minimal__nav-link {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color var(--ease);
}

.footer.footer--dark.footer--minimal .footer-minimal__nav-link:hover,
.footer.footer--dark.footer--minimal .footer-minimal__nav-link:focus-visible {
  color: rgba(255, 255, 255, 0.98);
}

.footer.footer--dark.footer--minimal .footer-minimal__quote {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.footer.footer--dark.footer--minimal .footer-minimal__contact,
.footer.footer--dark.footer--minimal .footer-minimal__contact-link {
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.footer.footer--dark.footer--minimal .footer-minimal__contact-link {
  text-decoration-color: rgba(255, 255, 255, 0.22);
}

.footer.footer--dark.footer--minimal .footer-minimal__contact-link:hover,
.footer.footer--dark.footer--minimal .footer-minimal__contact-link:focus-visible {
  color: rgba(255, 255, 255, 0.98);
  text-decoration-color: #63ca71;
}

.footer.footer--dark.footer--minimal .footer-minimal__separator {
  color: rgba(255, 255, 255, 0.4);
}

.footer.footer--dark.footer--minimal .footer-minimal__social-link {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.footer.footer--dark.footer--minimal .footer-minimal__utility {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.footer.footer--dark.footer--minimal .footer-minimal__languages,
.footer.footer--dark.footer--minimal .footer-minimal__languages .lang-switch__btn {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
}

.footer.footer--dark.footer--minimal .footer-minimal__legal-link,
.footer.footer--dark.footer--minimal .footer-minimal__copyright {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
}

.footer.footer--dark.footer--minimal .footer-minimal__legal-link:hover,
.footer.footer--dark.footer--minimal .footer-minimal__legal-link:focus-visible {
  color: rgba(255, 255, 255, 0.98);
}

/* A quieter, more deliberate mobile hierarchy for the public footer. */
@media (max-width: 860px) {
  .footer.footer--dark.footer--minimal .footer-minimal__main {
    padding-block: 32px 24px;
    row-gap: 0;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__brand {
    justify-self: center;
    margin-bottom: 22px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__logo {
    width: 164px;
    margin-left: 0;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__nav {
    margin-top: 0;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__nav-list {
    gap: 4px 24px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__nav-link {
    min-height: 42px;
    font-size: 15px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__quote {
    width: 100%;
    min-height: 54px;
    justify-self: stretch;
    justify-content: center;
    margin-top: 20px;
    padding-inline: 22px;
    font-size: 16px;
    box-shadow: 0 10px 24px rgba(57, 172, 74, 0.16);
  }

  .footer.footer--dark.footer--minimal .footer-minimal__contact {
    margin-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__contact-link {
    min-height: 32px;
    font-size: 14px;
    text-decoration: none;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__social {
    margin-top: 16px;
    gap: 12px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__social-link {
    width: 44px;
    height: 44px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__utility {
    min-height: 0;
    padding-block: 16px 22px;
    gap: 4px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__languages .lang-switch__btn,
  .footer.footer--dark.footer--minimal .footer-minimal__legal-link {
    min-height: 36px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__meta {
    flex-direction: column;
    gap: 2px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__legal {
    gap: 20px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__copyright {
    padding-top: 2px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .footer.footer--dark.footer--minimal .footer-minimal__main {
    padding-block-start: 28px;
  }

  .footer.footer--dark.footer--minimal .footer-minimal__nav-list {
    column-gap: 18px;
  }
}

/* Shared authentication/form footer controls. */
body.page-auth .footer.footer--auth-minimal {
  border-top-color: rgba(17, 17, 17, 0.09);
  background: var(--color-white);
}

body.page-auth .footer.footer--auth-minimal .footer-auth-minimal {
  min-height: 54px;
  padding-block: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(17, 17, 17, 0.7);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

body.page-auth .footer.footer--auth-minimal .footer-auth-minimal__languages {
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
}

body.page-auth .footer.footer--auth-minimal .footer-auth-minimal :is(a, button.lang-switch__btn) {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  color: rgba(17, 17, 17, 0.7);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  opacity: 1;
  transition: color var(--ease);
}

body.page-auth .footer.footer--auth-minimal .footer-auth-minimal a + a::before {
  content: '·';
  margin-right: 12px;
  color: rgba(17, 17, 17, 0.36);
}

body.page-auth .footer.footer--auth-minimal .footer-auth-minimal :is(a, button.lang-switch__btn):hover,
body.page-auth .footer.footer--auth-minimal .footer-auth-minimal :is(a, button.lang-switch__btn):focus-visible,
body.page-auth .footer.footer--auth-minimal .footer-auth-minimal .lang-switch__btn[aria-pressed='true'],
body.page-auth .footer.footer--auth-minimal .footer-auth-minimal .lang-switch__btn.is-active {
  color: rgba(17, 17, 17, 0.96);
  text-decoration: none;
  opacity: 1;
}

body.page-auth .footer.footer--auth-minimal .footer-auth-minimal :is(a, button.lang-switch__btn):focus-visible {
  border-radius: 3px;
  outline: 2px solid rgba(40, 124, 53, 0.55);
  outline-offset: 2px;
}
