.mr-synced-public-nav,
.mr-synced-public-nav * {
  box-sizing: border-box;
}

/*
 * Reserve the vertical scrollbar on every public route. Without this, short
 * pages center the header against a wider viewport than long pages and the
 * entire navigation appears to jump a few pixels during route changes.
 */
html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

/* Keep every public page on the same fluid canvas as the main landing page. */
body > .mrx-shell,
body > .public-shell {
  width: calc(100vw - 24px) !important;
  max-width: none !important;
  margin-right: 12px !important;
  margin-left: 12px !important;
}

body.company-redesign > .mrx-shell {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mr-synced-public-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100vw;
  min-height: 70px;
  margin: 0 0 0 calc(50% - 50vw);
  border: 0;
  border-bottom: 1px solid rgba(21, 38, 60, 0.78);
  background: linear-gradient(180deg, rgba(4, 7, 14, 0.97), rgba(4, 7, 14, 0.88));
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.mr-synced-public-nav__inner {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 28px;
  width: min(1480px, 100%);
  min-height: 70px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px);
}

.mr-synced-public-nav__brand {
  display: flex;
  grid-column: 1;
  align-items: center;
  justify-self: start;
  gap: 12px;
  color: #dde9f6;
  text-decoration: none;
}

.mr-synced-public-nav__brand img {
  display: block;
  width: 58px;
  height: 36px;
  flex: none;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(42, 182, 255, 0.22))
    drop-shadow(0 0 8px rgba(255, 196, 107, 0.12));
}

.mr-synced-public-nav__brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.mr-synced-public-nav__brand-copy strong {
  color: #dde9f6;
  font: 700 19px/1 "Chakra Petch", sans-serif;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.mr-synced-public-nav__brand-copy strong::after,
.mr-site-footer__brand strong::after {
  content: "TM";
  display: inline-block;
  margin-left: 3px;
  color: #8ce6ff;
  font: 600 0.42em/1 "IBM Plex Mono", monospace;
  letter-spacing: 0;
  vertical-align: super;
}

.mr-synced-public-nav__brand-copy small {
  color: #7b93ac;
  font: 500 9px/1.2 "IBM Plex Mono", monospace;
  letter-spacing: 0.24em;
  white-space: nowrap;
}

.mr-synced-public-nav__links {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-self: center;
  gap: 22px;
}

.mr-synced-public-nav__links a,
.mr-synced-public-nav__signin {
  position: relative;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: #7b93ac;
  font: 500 11px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease;
}

.mr-synced-public-nav__links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #2ab6ff;
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mr-synced-public-nav__links a:hover,
.mr-synced-public-nav__links a[aria-current="page"],
.mr-synced-public-nav__signin:hover {
  color: #dde9f6;
}

.mr-synced-public-nav__links a:hover::after,
.mr-synced-public-nav__links a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.mr-synced-public-nav__actions {
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-self: end;
  gap: 14px;
}

.mr-synced-public-nav__language {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6f8aa3;
  font: 500 9px/1.2 "IBM Plex Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mr-synced-public-nav__language > span {
  display: none;
}

.mr-synced-public-nav__language select {
  width: 92px;
  min-height: 34px;
  padding: 6px 24px 6px 9px;
  border: 1px solid rgba(42, 182, 255, 0.32);
  border-radius: 0;
  background: #07101c;
  color: #cfe8f7;
  font: 500 10px/1.2 "IBM Plex Mono", monospace;
  cursor: pointer;
}

.mr-synced-public-nav__language select:focus-visible {
  border-color: #61d6ff;
  outline: 2px solid rgba(97, 214, 255, 0.2);
  outline-offset: 2px;
}

.mr-synced-public-nav__links a.mr-synced-public-nav__mobile-signin {
  display: none;
}

.mr-synced-public-nav__cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid #2ab6ff;
  background: linear-gradient(110deg, #8ce6ff, #2ab6ff);
  box-shadow: 0 0 26px rgba(42, 182, 255, 0.14);
  color: #02050a;
  font: 500 11px/1.2 "IBM Plex Mono", monospace;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: filter 180ms ease, transform 180ms ease;
}

.mr-synced-public-nav__cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.mr-synced-public-nav a:focus-visible {
  outline: 2px solid #8ce6ff;
  outline-offset: 3px;
}

.mrx-nav a[href="./support.html"],
.public-nav a[href="./support.html"],
.mr-synced-public-nav a[href="./support.html"] {
  display: none !important;
}

.mr-global-support-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  margin-top: clamp(48px, 7vw, 88px);
  padding: 28px clamp(18px, 4vw, 64px);
  border-top: 1px solid rgba(21, 38, 60, 0.78);
  background: rgba(7, 13, 24, 0.72);
}

.mr-global-support-footer a {
  color: #7b93ac;
  font: 500 10px/1.4 "IBM Plex Mono", monospace;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.mr-global-support-footer a:hover {
  color: #dde9f6;
}

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

.mr-site-footer {
  width: 100vw;
  margin: clamp(36px, 5vw, 70px) 0 0 calc(50% - 50vw);
  border-top: 1px solid rgba(21, 38, 60, 0.9);
  background:
    radial-gradient(circle at 8% 0%, rgba(42, 182, 255, 0.07), transparent 28%),
    #070d18;
  color: #dde9f6;
}

.mr-site-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 3.2vw, 46px) clamp(18px, 3vw, 42px) 22px;
}

.mr-site-footer__top {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(32px, 4vw, 64px);
}

.mr-site-footer__brand > a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #dde9f6;
  text-decoration: none;
}

.mr-site-footer__brand img {
  width: 58px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(42, 182, 255, 0.2));
}

.mr-site-footer__brand a span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mr-site-footer__brand strong {
  font: 700 20px/1 "Chakra Petch", sans-serif;
  letter-spacing: 0.1em;
}

.mr-site-footer__brand small {
  color: #7b93ac;
  font: 500 9px/1.2 "IBM Plex Mono", monospace;
  letter-spacing: 0.2em;
}

.mr-site-footer__brand p {
  max-width: 480px;
  margin: 20px 0 22px;
  color: #8da2b8;
  font: 400 13px/1.65 "Barlow", system-ui, sans-serif;
}

.mr-site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.mr-site-footer__social {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #dde9f6;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.mr-site-footer__social img {
  display: block;
  width: 21px;
  height: 21px;
  filter: invert(92%) sepia(8%) saturate(382%) hue-rotate(173deg) brightness(103%) contrast(94%);
}

.mr-site-footer__social:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.mr-site-footer__social.is-unconfigured {
  cursor: default;
  opacity: 0.76;
}

.mr-site-footer__social--youtube img {
  width: 24px;
}

.mr-site-footer__directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: clamp(38px, 6vw, 90px);
}

.mr-site-footer__directory > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.mr-site-footer__directory h2 {
  margin: 0 0 8px;
  color: #8ce6ff !important;
  font: 500 10px/1.4 "IBM Plex Mono", monospace !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
}

.mr-site-footer__directory a,
.mr-site-footer__disclosure a {
  color: #8da2b8;
  text-decoration: none;
  transition: color 180ms ease;
}

.mr-site-footer__directory a {
  font: 400 14px/1.45 "Barlow", system-ui, sans-serif;
}

.mr-site-footer__directory a:hover,
.mr-site-footer__disclosure a:hover {
  color: #dde9f6;
}

.mr-site-footer__language {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  color: #8ea8bd;
  font: 600 11px/1.2 "IBM Plex Mono", monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mr-site-footer__language select {
  width: min(210px, 100%);
  min-height: 40px;
  border: 1px solid #1c4058;
  border-radius: 0;
  background: #07111d;
  color: #d9ecfa;
  padding: 0 34px 0 12px;
  font: 500 13px/1.2 "Barlow", system-ui, sans-serif;
}

.mr-site-footer__language select:focus-visible {
  border-color: #61d6ff;
  outline: 2px solid rgba(97, 214, 255, .22);
  outline-offset: 2px;
}

.mr-site-footer__disclosure {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(520px, 1.5fr);
  gap: 44px;
  margin-top: clamp(28px, 3.5vw, 44px);
  padding-top: 22px;
  border-top: 1px solid rgba(21, 38, 60, 0.82);
}

.mr-site-footer__disclosure p {
  margin: 0;
  color: #668099;
  font: 400 10px/1.7 "IBM Plex Mono", monospace;
}

.mr-site-footer__disclosure strong {
  color: #8da2b8;
  font-weight: 500;
}

.mr-site-footer__disclosure a {
  border-bottom: 1px solid rgba(140, 230, 255, 0.38);
  color: #8ce6ff;
}

.mr-site-footer__disclosure span {
  margin-inline: 6px;
  color: #526b84;
}

body.has-synced-public-nav .checkout-shell,
body.has-synced-public-nav .auth-access-layout {
  min-height: calc(100vh - 70px);
}

@media (max-width: 1120px) {
  .mr-synced-public-nav__inner {
    grid-template-columns: 1fr auto;
    gap: 7px 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mr-synced-public-nav__links {
    display: flex;
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 7px 0 1px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    border-top: 1px solid rgba(21, 38, 60, 0.78);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .mr-synced-public-nav__links::-webkit-scrollbar {
    display: none;
  }

  .mr-synced-public-nav__links a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(21, 38, 60, 0.9);
    background: rgba(7, 13, 24, 0.58);
    color: #94a9bd;
  }

  .mr-synced-public-nav__links a::after {
    display: none;
  }

  .mr-synced-public-nav__links a.mr-synced-public-nav__mobile-signin {
    display: inline-flex !important;
  }

  .mr-synced-public-nav__actions {
    grid-column: 2;
    grid-row: 1;
  }

  .mr-synced-public-nav__signin {
    display: none;
  }

  .mr-synced-public-nav__language span {
    display: none;
  }

  .mr-synced-public-nav__language select {
    width: 82px;
    min-height: 40px;
    font-size: 9px;
  }
}

@media (max-width: 620px) {
  body > .mrx-shell,
  body > .public-shell {
    width: 100vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mr-synced-public-nav__inner {
    gap: 10px;
    min-height: 64px;
    padding-inline: 12px;
  }

  .mr-synced-public-nav__brand {
    gap: 8px;
  }

  .mr-synced-public-nav__brand img {
    width: 46px;
    height: 30px;
  }

  .mr-synced-public-nav__brand-copy strong {
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .mr-synced-public-nav__brand-copy small {
    display: none;
  }

  .mr-synced-public-nav__links {
    gap: 7px;
    padding-top: 6px;
  }

  .mr-synced-public-nav__links a {
    min-height: 34px;
    padding-inline: 10px;
    font-size: 9px;
    letter-spacing: 0.11em;
  }

  .mr-synced-public-nav__cta {
    min-height: 40px;
    padding: 9px 11px;
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .mr-synced-public-nav__actions {
    gap: 8px;
  }

  .mr-synced-public-nav__language select {
    width: 72px;
    padding-inline: 7px 18px;
    font-size: 8px;
  }
}

@media (max-width: 410px) {
  .mr-synced-public-nav__brand-copy {
    display: none;
  }

  .mr-synced-public-nav__cta {
    padding-inline: 9px;
    font-size: 7px;
  }
}

@media (max-width: 860px) {
  .mr-site-footer__top,
  .mr-site-footer__disclosure {
    grid-template-columns: 1fr;
  }

  .mr-site-footer__top {
    gap: 42px;
  }

  .mr-site-footer__disclosure {
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .mr-site-footer__directory {
    grid-template-columns: 1fr;
  }

  .mr-site-footer__brand small {
    letter-spacing: 0.12em;
  }
}
