/* Direct-source compatibility overrides live here. */

/* Site-wide transparent CTA system. */
:where(
  .submit-button,
  .jobs-submit__action,
  .detail-landing-cta__button,
  .solution-experience__cta a,
  .service-system__cta a,
  .unify-experience__contact-button,
  .technology-contact__button
) {
  color: var(--brand-blue, #13ae67) !important;
  border: 2px solid currentColor !important;
  border-radius: 999px !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Shared navigation and footer use the same accessible brand treatment. */
:root {
  --navigation-shell-accent: #13ae67;
  --navigation-shell-focus: #087a45;
  --navigation-shell-accent-soft: color-mix(in srgb, var(--navigation-shell-accent) 16%, transparent);
  --navigation-shell-dark: #071017;
  --navigation-shell-dark-soft: #0d1821;
  --navigation-shell-dark-raised: #14212b;
  --navigation-shell-ink: #eef3f3;
  --navigation-shell-muted: #a7b4bb;
  --navigation-shell-line: rgba(190, 207, 213, 0.16);
  --navigation-shell-content-max: 96rem;
  --navigation-shell-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --header-height: 68px;
}

/* Every route inherits the approved homepage navigation presentation. */
html body .site-shell [data-ui="app-header"].header--home-baseline {
  height: var(--header-height);
  color: var(--navigation-shell-ink);
  border-bottom: 1px solid rgba(190, 207, 213, 0.08);
  background: #071017;
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}

html body .site-shell [data-ui="app-header"].header--home-baseline.header--scrolled,
html body .site-shell [data-ui="app-header"].header--home-baseline.header--menu-open {
  border-bottom-color: rgba(190, 207, 213, 0.2);
  background: #071017;
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  backdrop-filter: blur(22px) saturate(130%);
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__inner {
  width: min(100%, var(--navigation-shell-content-max));
  padding-inline: var(--navigation-shell-gutter);
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__logo {
  width: 10rem;
  height: 2.65rem;
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__logo-img--reverse {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none !important;
}

html body .site-shell [data-ui="app-header"].header--home-baseline :is(.header__nav, .header__menu-link, .header__menu-trigger) {
  color: #fff;
}

html body .site-shell [data-ui="app-header"].header--home-baseline :is(.header__menu-link, .header__menu-trigger) {
  font-size: 1rem;
  font-weight: 650;
  border-radius: 0;
  opacity: 1;
}

html body .site-shell [data-ui="app-header"].header--home-baseline :is(.header__menu-link--active, .header__menu-link:hover, .header__menu-trigger--active, .header__menu-trigger:hover, .header__menu-item--open > .header__menu-trigger) {
  color: var(--navigation-shell-ink);
  background: transparent;
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-panel {
  color: var(--navigation-shell-ink);
  border: 1px solid var(--navigation-shell-line);
  border-radius: 0;
  background: rgba(7, 16, 23, 0.66);
  box-shadow: 0 30px 70px rgba(2, 7, 11, 0.48);
  -webkit-backdrop-filter: blur(28px) saturate(124%);
  backdrop-filter: blur(28px) saturate(124%);
}

html body .site-shell [data-ui="app-header"].header--home-baseline :is(.header__dropdown-categories, .header__simple-group-title, .header__dropdown-section-title) {
  border-color: var(--navigation-shell-line);
}

html body .site-shell [data-ui="app-header"].header--home-baseline :is(.header__dropdown-category, .header__dropdown-group-link, .header__simple-group-title, .header__dropdown-section-title) {
  color: #fff;
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-category > span {
  font-size: 1rem;
  font-weight: 650;
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-section-title {
  font-size: 1rem;
  font-weight: 650;
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-group-link {
  font-size: 0.9rem;
}

html body .site-shell [data-ui="app-header"].header--home-baseline #menu-about .header__dropdown-group-link {
  font-size: 1rem;
  font-weight: 650;
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-category--active {
  color: var(--navigation-shell-accent);
  background: rgba(3, 10, 14, 0.58);
}

html body .site-shell [data-ui="app-header"].header--home-baseline :is(.header__dropdown-category:hover, .header__dropdown-category:focus-visible, .header__dropdown-group-link--active, .header__dropdown-group-link:hover) {
  color: var(--navigation-shell-accent);
  background: transparent;
}

html body .site-shell [data-ui="app-header"].header--home-baseline :is(.header__simple-group, .header__dropdown-section) {
  background: var(--navigation-shell-dark-raised);
}

html body .site-shell [data-ui="app-header"] :focus-visible,
html body .site-shell [data-ui="app-footer"] :focus-visible {
  outline: 3px solid var(--navigation-shell-focus) !important;
  outline-offset: 3px;
}

html body .site-shell [data-ui="app-header"] .header__menu-trigger:focus-visible,
html body .site-shell [data-ui="app-header"] .header__menu-link:focus-visible {
  outline: none !important;
  box-shadow: inset 0 -2px 0 var(--navigation-shell-accent);
}

html body .site-shell [data-ui="app-header"] .header__dropdown-category:focus-visible {
  outline: none !important;
  box-shadow: inset 3px 0 0 var(--navigation-shell-accent);
}

html body .site-shell [data-ui="app-header"] .header__dropdown-group-link:focus-visible {
  outline: none !important;
  box-shadow: inset 0 -2px 0 var(--navigation-shell-accent);
}

html body .site-shell [data-ui="app-header"] .header__menu-link--active,
html body .site-shell [data-ui="app-header"] .header__menu-trigger[aria-expanded="true"],
html body .site-shell [data-ui="app-header"] .header__dropdown-group-link--active {
  color: var(--navigation-shell-accent);
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__demo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.35rem;
  margin-left: auto;
  padding: 0.55rem 1.05rem;
  color: #071017;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 999px;
  background: #f5f8f7;
  box-shadow: none;
  transition: transform 160ms ease, background-color 160ms ease;
}

html body .site-shell [data-ui="app-header"].header--home-baseline .header__demo-cta:hover {
  color: #071017;
  background: #fff;
  transform: translateY(-1px);
}

@media (min-width: 769px) {
  html body .site-shell [data-ui="app-header"].header--home-baseline .header__menu-item > .header__dropdown--full-bleed {
    --dropdown-veil-height: 15rem;
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100vw;
    min-height: var(--dropdown-veil-height);
    padding: 0;
    overflow: hidden;
    pointer-events: auto;
    color: var(--navigation-shell-ink);
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(7, 16, 23, 0.68), rgba(7, 16, 23, 0.58));
    box-shadow: 0 22px 46px rgba(2, 7, 11, 0.32);
    -webkit-backdrop-filter: blur(28px) saturate(124%);
    backdrop-filter: blur(28px) saturate(124%);
    transform: none;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__menu-item--open > .header__dropdown--full-bleed {
    transform: none;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-products {
    --dropdown-veil-height: 15rem;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-about {
    --dropdown-veil-height: 15rem;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-surface {
    width: min(88rem, calc(100vw - clamp(2.5rem, 8vw, 9rem)));
    min-height: var(--dropdown-veil-height);
    margin-inline: auto;
    overflow: hidden;
    border-inline: 1px solid var(--navigation-shell-line);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012)), rgba(14, 25, 34, 0.48);
    box-shadow: 0 1.5rem 4rem rgba(1, 7, 11, 0.24);
    -webkit-backdrop-filter: blur(28px) saturate(124%);
    backdrop-filter: blur(28px) saturate(124%);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-products .header__dropdown-groups,
  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-solutions .header__dropdown-groups {
    grid-template-columns: minmax(18rem, 0.31fr) minmax(0, 0.69fr);
    padding: 0;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-categories {
    padding: 1.2rem 1.25rem 1.4rem;
    border-right: 1px solid var(--navigation-shell-line);
    background: rgba(3, 10, 14, 0.18);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-category {
    min-height: 3.85rem;
    padding-block: 0.55rem;
    padding-inline: 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 650;
    border-bottom: 1px solid var(--navigation-shell-line);
    background: transparent;
    transition: color 150ms ease, background-color 150ms ease;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-category:last-child {
    border-bottom: 0;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-category--active {
    color: var(--navigation-shell-accent);
    background: rgba(3, 10, 14, 0.58);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-category:hover,
  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-category:focus-visible {
    color: var(--navigation-shell-accent);
    background: rgba(3, 10, 14, 0.42);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-content {
    padding: 1.55rem clamp(1.75rem, 3vw, 3rem) 1.75rem;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-group-link {
    min-height: 2.1rem;
    padding: 0.3rem 0;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.45;
    white-space: nowrap;
    background: transparent;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-group-link:hover,
  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-group-link--active {
    color: var(--navigation-shell-accent);
    background: transparent;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-sections {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-sections--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-section,
  html body .site-shell [data-ui="app-header"].header--home-baseline .header__simple-group {
    padding: 0;
    background: transparent;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-section-title,
  html body .site-shell [data-ui="app-header"].header--home-baseline .header__simple-group-title {
    margin-bottom: 0.85rem;
    padding-bottom: 0.72rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: 0.015em;
    white-space: nowrap;
    border-bottom: 1px solid var(--navigation-shell-line);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-panel--simple .header__simple-dropdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-panel--simple .header__simple-group {
    min-height: var(--dropdown-veil-height);
    padding: 1.55rem clamp(1.75rem, 3vw, 3rem) 1.85rem;
    background: transparent;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-panel--simple .header__simple-group + .header__simple-group {
    border-left: 1px solid var(--navigation-shell-line);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-about .header__simple-dropdown {
    grid-template-columns: minmax(0, 1fr);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__simple-links {
    gap: 0.45rem;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-about.header__dropdown--compact {
    position: absolute;
    top: calc(100% + 17.5px);
    left: 0.75rem;
    width: 10.625rem;
    min-height: 0;
    padding: 0;
    overflow: visible;
    transform: translateY(0.15rem);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__menu-item--open > #menu-about.header__dropdown--compact {
    transform: translateY(0);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-about .header__dropdown-surface {
    width: 100%;
    min-height: 0;
    border: 1px solid var(--navigation-shell-line);
    border-top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012)), rgba(14, 25, 34, 0.54);
    -webkit-backdrop-filter: blur(28px) saturate(124%);
    backdrop-filter: blur(28px) saturate(124%);
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-about .header__simple-dropdown {
    grid-template-columns: minmax(0, 1fr);
    padding: 0;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline #menu-about .header__simple-group {
    min-height: 0;
    padding: 0.7rem 1.1rem 0.85rem;
  }
}

/* Every route inherits the approved homepage footer presentation. */
html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] {
  --footer-ink: var(--navigation-shell-ink);
  --footer-muted: var(--navigation-shell-muted);
  --footer-line: rgba(190, 207, 213, 0.2);
  color: var(--footer-muted) !important;
  background: #071017 !important;
  background-image: linear-gradient(180deg, #071017, #09151d) !important;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__main,
html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__bottom-inner {
  width: min(100%, var(--navigation-shell-content-max));
  max-width: none;
  margin-inline: auto;
  padding-inline: var(--navigation-shell-gutter);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 20rem);
  gap: clamp(4rem, 6vw, 7rem);
  padding-top: clamp(4.5rem, 8vw, 7.5rem);
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__links {
  display: grid;
  grid-template-columns: minmax(27rem, 1.1fr) minmax(22rem, 0.9fr);
  gap: clamp(2.75rem, 4vw, 5rem);
  min-width: 0;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__group-grid--products {
  grid-template-columns: minmax(16.5rem, 1.15fr) minmax(9.5rem, 0.85fr);
  gap: 1.5rem;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__group-grid--products .footer__group:first-child a {
  white-space: nowrap;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] :is(.footer__section h2, .footer__group h3) {
  color: var(--footer-ink);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] :is(.footer__section h2, .footer__bottom, .footer__social) {
  border-color: var(--footer-line);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] :is(.footer__section a, .footer__legal a, .footer__legal p) {
  color: var(--footer-muted);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social {
  align-self: end;
  min-width: 18rem;
  padding-left: 0;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-list {
  justify-content: flex-end;
  gap: 0.55rem;
  transform: none;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-trigger {
  width: 3rem;
  height: 3rem;
  padding: 0.35rem;
  border-radius: 0;
  background: transparent;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-trigger img {
  width: 1.9rem;
  height: 1.9rem;
  opacity: 0.76;
  filter: grayscale(1) brightness(0) invert(1);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-trigger[title="今日头条"] img {
  filter: grayscale(1) brightness(1.15);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-popover {
  width: 8.1rem;
  padding: 0;
  color: var(--footer-ink);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, 0.75rem);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-popover::after {
  display: none;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-popover img {
  border-radius: 0;
  background: #05090c;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__bottom {
  background: rgba(13, 24, 33, 0.66);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__legal {
  justify-content: space-between;
  gap: 1rem 2rem;
  min-height: 3.5rem;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-trigger {
  width: auto;
  min-width: 2rem;
  height: 2rem;
  padding: 0.2rem;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-trigger img {
  width: 1.35rem;
  height: 1.35rem;
  max-width: 1.35rem;
  opacity: 0.66;
  filter: grayscale(1) brightness(0) invert(1);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-trigger[title="今日头条"] img {
  filter: grayscale(1) brightness(1.15);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__bottom-inner {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1rem;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__brand-wordmark {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 13.75rem;
  border-radius: 0.2rem;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__brand-wordmark-image {
  display: block;
  width: 100%;
  height: auto;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__legal--stacked {
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 0;
  gap: 0.25rem;
  padding-block: 0;
  text-align: right;
  flex-direction: column;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__registration {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.875rem, 1.5vw, 1.5rem);
  flex-wrap: nowrap;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__registration-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__registration-icon {
  display: block;
  width: 0.9rem;
  height: 1rem;
  flex: 0 0 auto;
  object-fit: contain;
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__legal a:hover,
html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__section a:hover {
  color: var(--navigation-shell-accent);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-item:focus-within .footer__social-trigger,
html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-item:hover .footer__social-trigger {
  background: transparent;
  transform: translateY(-2px);
}

html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-item:focus-within .footer__social-trigger img,
html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-item:hover .footer__social-trigger img {
  opacity: 1;
  transform: scale(1.06);
}

@media (min-width: 1281px) {
  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social {
    position: absolute;
    right: var(--navigation-shell-gutter);
    bottom: clamp(1rem, 1.5vw, 1.25rem);
  }
}

@media (max-width: 768px) {
  html body .site-shell [data-ui="app-header"].header--home-baseline,
  html body .site-shell [data-ui="app-header"].header--home-baseline.header--scrolled,
  html body .site-shell [data-ui="app-header"].header--home-baseline.header--menu-open {
    background: #071017;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__inner {
    padding-inline: 1rem;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__demo-cta {
    display: none;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__nav {
    top: var(--header-height);
    bottom: auto;
    height: calc(100dvh - var(--header-height));
    color: var(--navigation-shell-ink);
    background: var(--navigation-shell-dark-soft);
    overscroll-behavior: contain;
  }

  html body .site-shell [data-ui="app-header"].header--home-baseline .header__dropdown-panel {
    border: 0;
    background: transparent;
  }

  html body .site-shell [data-ui="app-header"] .header__hamburger {
    border-radius: 999px;
  }

  html body .site-shell [data-ui="app-header"] .header__hamburger[aria-expanded="true"] {
    color: var(--navigation-shell-accent);
  }

  html body .site-shell [data-ui="app-header"] .header__nav {
    right: 0;
    left: auto;
    width: min(100%, 35rem);
    border-left: 3px solid var(--navigation-shell-accent);
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-list {
    justify-content: flex-start;
    gap: 1rem;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.75rem;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__links,
  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__group-grid,
  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__group-grid--products {
    grid-template-columns: 1fr;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__group-grid--products .footer__group:first-child a {
    white-space: normal;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-trigger {
    width: 2.75rem;
    height: 2.75rem;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__legal {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 1rem;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__legal--stacked {
    text-align: left;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__registration {
    justify-content: flex-start;
    row-gap: 0.35rem;
    flex-wrap: wrap;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__brand-wordmark {
    width: 11.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__main {
    grid-template-columns: 1fr;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social {
    min-width: 0;
    padding-top: 2.5rem;
    border-top: 1px solid var(--footer-line);
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-list {
    justify-content: flex-end;
    transform: none;
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem 0.25rem;
    width: 100%;
    justify-items: center;
  }

  html body .site-shell .footer.footer--home-baseline[data-ui="app-footer"] .footer__social-popover {
    left: 0;
    transform: translate(0, 0.75rem);
  }
}
