/* Shared footer: isolated from legacy footer widgets and page-specific styles. */
#site-footer.ydt-footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #636b78;
  background: #f9fdfa;
  border-top: 1px solid #e9efeb;
}

#site-footer .ydt-footer__container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

#site-footer .ydt-footer__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 52px 0 36px;
}

#site-footer .ydt-footer__brand {
  flex: 0 0 44%;
  max-width: 44%;
  min-width: 0;
  margin: 0;
  padding: 0 40px 0 0;
}

#site-footer .ydt-footer__logo {
  display: block;
  width: 80px;
  margin: 0 0 14px;
}

#site-footer .ydt-footer__logo img {
  display: block;
  width: 80px;
  max-width: 100%;
  height: auto;
}

#site-footer .ydt-footer__name {
  margin: 0;
  color: #22263b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

#site-footer .ydt-footer__tagline {
  max-width: 290px;
  margin: 8px 0 0;
  color: #636b78;
  font-size: 15px;
  line-height: 1.8;
}

#site-footer .ydt-footer__nav {
  flex: 0 0 28%;
  max-width: 28%;
  min-width: 0;
  margin: 0;
  padding: 8px 0 0 24px;
}

#site-footer .ydt-footer__heading {
  margin: 0 0 16px;
  color: #22263b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

#site-footer .ydt-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-footer .ydt-footer__links li {
  margin: 0;
  padding: 0;
}

#site-footer .ydt-footer__links a {
  display: inline-block;
  padding: 6px 0;
  color: #636b78;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
  overflow-wrap: anywhere;
}

#site-footer .ydt-footer__links a:hover,
#site-footer .ydt-footer__links a:focus-visible {
  color: #5e54fd;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#site-footer .ydt-footer__bottom {
  margin: 0;
  padding: 18px 0 22px;
  border-top: 1px solid #e3ebe6;
  text-align: center;
}

#site-footer .ydt-footer__bottom small {
  color: #737b86;
  font-size: 13px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  #site-footer .ydt-footer__container { padding: 0 24px; }
  #site-footer .ydt-footer__main { padding: 32px 0 24px; }
  #site-footer .ydt-footer__brand {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 28px;
  }
  #site-footer .ydt-footer__logo { flex: 0 0 64px; width: 64px; margin: 0; }
  #site-footer .ydt-footer__logo img { width: 64px; }
  #site-footer .ydt-footer__intro { min-width: 0; }
  #site-footer .ydt-footer__name { font-size: 17px; }
  #site-footer .ydt-footer__tagline { margin-top: 4px; font-size: 14px; }
  #site-footer .ydt-footer__nav { flex-basis: 50%; max-width: 50%; padding: 0 12px 0 0; }
  #site-footer .ydt-footer__nav:last-child { padding: 0 0 0 12px; }
  #site-footer .ydt-footer__heading { margin-bottom: 10px; font-size: 17px; }
  #site-footer .ydt-footer__links a { padding: 8px 0; font-size: 14px; }
}
