.site-footer.site-footer--unified,
.site-footer.site-footer--unified * {
  box-sizing: border-box;
}

.site-footer.site-footer--unified {
  position: relative;
  display: block;
  width: 100vw;
  margin: 76px 0 -72px calc(50% - 50vw);
  border: 0;
  border-top: 4px solid #ef3f34;
  border-radius: 0;
  background: #171c26;
  color: #fff;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  padding: 0;
}

.site-footer.site-footer--unified::before {
  content: none;
}

.site-footer--unified .footer-inner {
  position: static;
  z-index: auto;
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.55fr);
  gap: 64px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 54px 24px 60px;
}

.site-footer--unified .footer-brand-block {
  position: static;
  z-index: auto;
  display: grid;
  align-content: start;
  gap: 18px;
}

.site-footer--unified .footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 26px;
  font-weight: 850;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
}

.site-footer--unified .home-code-brand-mark {
  position: relative;
  display: inline-flex;
  width: 39.6px;
  height: 39.6px;
  align-items: center;
  justify-content: center;
  flex: 0 0 39.6px;
  border-radius: 7.5px;
  background: #ef3f34;
  color: #fff;
  box-shadow: none;
  transform: none;
}

.site-footer--unified .home-code-brand-mark-glyph {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26.4px;
  height: auto;
  fill: currentColor;
  transform: translate(-50%, -50%);
}

.site-footer--unified .footer-logo strong {
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.site-footer--unified .footer-brand-block p {
  max-width: 610px;
  margin: 0;
  color: #c5cedb;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.site-footer--unified .footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #171c26;
  font-size: 13px;
  font-weight: 850;
  line-height: normal;
  margin: 0;
  padding: 0 18px;
  text-decoration: none;
}

.site-footer--unified .footer-nav {
  position: static;
  z-index: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.site-footer--unified .footer-nav div {
  display: grid;
  align-content: start;
  gap: 14px;
}

.site-footer--unified .footer-heading {
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}

.site-footer--unified .footer-nav a,
.site-footer--unified .footer-bottom-nav a {
  color: #c5cedb;
  font-size: 13px;
  font-weight: 750;
  line-height: normal;
  text-decoration: none;
  transition: none;
}

.site-footer--unified .footer-nav a:hover,
.site-footer--unified .footer-bottom-nav a:hover {
  color: #fff;
  transform: none;
}

.site-footer--unified .footer-bottom-nav {
  position: static;
  z-index: auto;
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid rgba(197, 206, 219, 0.18);
  padding-top: 28px;
}

.site-footer--unified .footer-lower {
  grid-column: 1 / -1;
  display: grid;
  gap: 18px;
  width: 100%;
}

.site-footer--unified .footer-lower .footer-bottom-nav {
  grid-column: auto;
}

.site-footer--unified .footer-signoff {
  margin: 0;
  color: #8f9aaa;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.site-footer--unified .footer-heart {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  vertical-align: -0.08em;
}

@media (max-width: 1040px) {
  .site-footer--unified .footer-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .site-footer--unified .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer--unified .footer-bottom-nav {
    justify-content: start;
  }

  .site-footer--unified .footer-signoff {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-footer.site-footer--unified {
    margin-top: 58px;
  }

  .site-footer--unified .footer-inner {
    justify-items: center;
    padding: 40px 20px 46px;
    text-align: center;
  }

  .site-footer--unified .footer-brand-block {
    justify-items: center;
  }

  .site-footer--unified .footer-brand-block p {
    max-width: 100%;
  }

  .site-footer--unified .footer-button {
    justify-self: center;
  }

  .site-footer--unified .footer-nav {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: center;
  }

  .site-footer--unified .footer-nav div {
    justify-items: center;
  }

  .site-footer--unified .footer-bottom-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 24px;
    width: 100%;
  }

  .site-footer--unified .footer-signoff {
    text-align: center;
  }
}

/* Keep the shared footer authoritative over legacy tool-page footer rules. */
body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  margin: 76px 0 -72px calc(50% - 50vw) !important;
  border: 0 !important;
  border-top: 4px solid #ef3f34 !important;
  border-radius: 0 !important;
  background: #171c26 !important;
  color: #fff !important;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif !important;
  padding: 0 !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified::before {
  content: none !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-inner {
  position: static !important;
  z-index: auto !important;
  display: grid !important;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.55fr) !important;
  gap: 64px !important;
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
  padding: 54px 24px 60px !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-brand-block {
  position: static !important;
  z-index: auto !important;
  display: grid !important;
  min-width: 0 !important;
  align-content: start !important;
  gap: 18px !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #fff !important;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif !important;
  font-size: 26px !important;
  font-weight: 850 !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-decoration: none !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .home-code-brand-mark,
body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-logo .brand-image-mark {
  position: relative !important;
  display: inline-flex !important;
  width: 39.6px !important;
  height: 39.6px !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 39.6px !important;
  margin: 0 !important;
  border-radius: 7.5px !important;
  background: #ef3f34 !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .home-code-brand-mark-glyph {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 26.4px !important;
  height: auto !important;
  fill: currentColor !important;
  transform: translate(-50%, -50%) !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-logo strong {
  color: #fff !important;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif !important;
  font-size: 26px !important;
  font-weight: 850 !important;
  letter-spacing: normal !important;
  line-height: normal !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-brand-block p {
  max-width: 610px !important;
  margin: 0 !important;
  color: #c5cedb !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-button {
  display: inline-flex !important;
  min-height: 42px !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: start !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #171c26 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: normal !important;
  padding: 0 18px !important;
  text-decoration: none !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-nav {
  position: static !important;
  z-index: auto !important;
  display: grid !important;
  min-width: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 42px !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-nav div {
  display: grid !important;
  align-content: start !important;
  gap: 14px !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-heading {
  margin: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-nav a,
body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-bottom-nav a {
  color: #c5cedb !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: normal !important;
  text-decoration: none !important;
  transition: none !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-nav a:hover,
body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-bottom-nav a:hover {
  color: #fff !important;
  transform: none !important;
}

body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-bottom-nav {
  position: static !important;
  z-index: auto !important;
  grid-column: 1 / -1 !important;
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
  border-top: 1px solid rgba(197, 206, 219, 0.18) !important;
  padding-top: 28px !important;
}

@media (max-width: 1040px) {
  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-inner {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-bottom-nav {
    justify-content: start !important;
  }
}

@media (max-width: 640px) {
  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified {
    margin-top: 58px !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-inner {
    justify-items: center !important;
    padding: 40px 20px 46px !important;
    text-align: center !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-brand-block {
    justify-items: center !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-brand-block p {
    max-width: 100% !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-button {
    justify-self: center !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-nav {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    justify-items: center !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-nav div {
    justify-items: center !important;
  }

  body .site-footer.site-footer--unified.site-footer--unified.site-footer--unified.site-footer--unified .footer-bottom-nav {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 18px 24px !important;
    width: 100% !important;
  }
}
