.sartech-wordmark {
  display: block;
  height: auto;
  object-fit: contain;
}

.sartech-logo-stack {
  display: inline-flex;
  align-items: center;
}

.sartech-logo-stack--header,
.sartech-logo-stack--menu {
  line-height: 0;
}

.sartech-wordmark--header {
  width: clamp(96px, 8vw, 142px);
}

.sartech-wordmark--menu {
  width: clamp(132px, 15vw, 220px);
}

.sartech-footer-wordmark {
  display: block;
  width: min(82vw, 1120px);
  height: auto;
  margin: 0 auto;
}

.sartech-logo-stack--footer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sartech-wordmark--on-dark {
  display: none;
}

.mxd-logo,
.menu-logo {
  align-items: center;
}

.mxd-loader__top span {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mxd-loader__images.sartech-loader {
  display: grid;
  place-items: center;
  width: clamp(24rem, 32vw, 46rem);
  height: clamp(8rem, 11vw, 13rem);
  overflow: visible;
  isolation: isolate;
}

.sartech-loader__glow {
  position: absolute;
  inset: -3.2rem -4rem;
  z-index: 0;
  border-radius: 999rem;
  background:
    radial-gradient(circle at 50% 50%, rgba(54, 176, 255, 0.2), transparent 44%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  filter: blur(8px);
  opacity: 0.72;
  animation: sartech-loader-breathe 1.65s ease-in-out infinite;
}

.sartech-loader__scan {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0.6rem;
  z-index: 2;
  height: 0.1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.sartech-loader__scan::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(54, 176, 255, 0.95), transparent);
  content: "";
  animation: sartech-loader-scan 1.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.mxd-loader__images.sartech-loader .sartech-loader__logo {
  position: relative;
  z-index: 1;
  width: min(92%, 41rem);
  height: auto;
  object-fit: contain;
  opacity: 1;
  filter:
    drop-shadow(0 0 0.7rem rgba(54, 176, 255, 0.38))
    drop-shadow(0 1.6rem 3.6rem rgba(0, 0, 0, 0.38));
  animation: sartech-loader-logo 1.65s ease-in-out infinite;
}

@keyframes sartech-loader-breathe {
  0%, 100% {
    opacity: 0.45;
    transform: scaleX(0.92);
  }
  50% {
    opacity: 0.82;
    transform: scaleX(1);
  }
}

@keyframes sartech-loader-scan {
  to {
    left: 101%;
  }
}

@keyframes sartech-loader-logo {
  0%, 100% {
    transform: translateY(0) scale(0.985);
  }
  50% {
    transform: translateY(-0.15rem) scale(1);
  }
}

.sartech-hidden-section {
  display: none !important;
}

.mxd-header__controls {
  align-items: center;
  gap: 0.8rem;
}

.sartech-language-switcher {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  width: 8.8rem;
  min-width: 8.8rem;
  height: 3.6rem;
  padding: 0.35rem;
  overflow: hidden;
  border: 1px solid rgba(var(--base-opp-rgb), 0.16);
  border-radius: 99rem;
  background:
    linear-gradient(135deg, rgba(var(--base-bright-rgb), 0.5), rgba(var(--base-rgb), 0.22)),
    rgba(var(--base-rgb), 0.56);
  box-shadow:
    inset 0 0 0 1px rgba(var(--base-bright-rgb), 0.08),
    0 1rem 2.4rem rgba(var(--base-opp-rgb), 0.08);
  color: rgba(var(--base-opp-rgb), 0.52);
  backdrop-filter: blur(16px);
  letter-spacing: 0;
  transition: border-color 280ms ease, background 280ms ease, box-shadow 280ms ease;
}

.sartech-language-switcher::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  bottom: 0.3rem;
  left: 0.35rem;
  z-index: 0;
  width: calc((100% - 0.9rem) / 2);
  border-radius: inherit;
  background: var(--base-opp);
  box-shadow: 0 0.6rem 1.6rem rgba(var(--base-opp-rgb), 0.18);
  transform: translateX(0);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), background 280ms ease;
}

.sartech-language-switcher[data-language="en"]::before {
  transform: translateX(calc(100% + 0.2rem));
}

.sartech-language-switcher:hover {
  border-color: rgba(var(--base-opp-rgb), 0.32);
  box-shadow:
    inset 0 0 0 1px rgba(var(--base-bright-rgb), 0.1),
    0 1.2rem 2.8rem rgba(var(--base-opp-rgb), 0.12);
}

.sartech-language-switcher__track {
  position: absolute;
  inset: 0.35rem;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
}

.sartech-language-switcher__option {
  position: absolute;
  top: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: calc(50% - 0.1rem);
  min-width: 0;
  font: normal 800 1.04rem/1 var(--_font-accent);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(var(--base-opp-rgb), 0.54);
  transition: color 240ms ease, opacity 240ms ease;
}

.sartech-language-switcher__option[data-language-option="es"] {
  left: 0;
}

.sartech-language-switcher__option[data-language-option="en"] {
  right: 0;
}

.sartech-language-switcher__option.is-active {
  color: var(--base);
}

@media only screen and (min-width: 768px) {
  .mxd-header__controls {
    gap: 1.4rem;
  }

  .sartech-language-switcher {
    width: 9.2rem;
    min-width: 9.2rem;
    height: 4rem;
  }

  .sartech-language-switcher__option {
    font-size: 1.12rem;
  }
}

.sartech-hero-byline,
.sartech-menu-byline {
  color: currentColor;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sartech-menu-byline {
  max-width: 28rem;
  opacity: 0.72;
}

.sartech-hero-media--own {
  width: min(72vw, 56rem);
  aspect-ratio: 1/1;
}

.sartech-hero-media__contain {
  max-width: 1120px;
}

.sartech-hero-media--large {
  aspect-ratio: 1/1;
}

.sartech-hero-video {
  background: #050505;
  object-position: center;
  opacity: 0.9;
  transition: opacity 420ms ease;
}

.sartech-hero-video.is-loaded {
  opacity: 1;
}

.sartech-remote-section {
  height: auto;
  min-height: 62rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 26%, rgba(var(--base-opp-rgb), 0.055), transparent 28rem),
    var(--base);
}

.sartech-remote-section .mxd-divider__image,
.sartech-remote-section .mxd-divider__cover {
  display: none;
}

.sartech-remote-section__content {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: 100%;
  min-height: 62rem;
  padding: 8rem 3rem;
  transform: none;
  text-align: left;
  overflow: visible;
}

.sartech-remote-section__grid {
  display: grid;
  width: min(100%, 118rem);
  margin: 0 auto;
  gap: 5rem;
}

.sartech-remote-section__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.sartech-remote-section__copy a {
  color: var(--t-bright);
}

.sartech-remote-section__copy h2 {
  max-width: 58rem;
  margin: 0;
  color: var(--t-bright);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: left;
}

.sartech-remote-section__cta {
  margin-top: 3.2rem;
}

.sartech-remote-section__locations {
  position: relative;
  display: grid;
  gap: 2rem;
  align-content: center;
  padding: 1.4rem 0;
}

.sartech-remote-section__locations::before {
  content: "";
  position: absolute;
  display: none;
  top: 4.8rem;
  bottom: 4.8rem;
  left: 4.4rem;
  width: 0.1rem;
  background: linear-gradient(180deg, rgba(24, 54, 127, 0), rgba(24, 54, 127, 0.42), rgba(239, 52, 52, 0.48), rgba(239, 52, 52, 0));
}

.sartech-remote-section__locations::after {
  content: "";
  position: absolute;
  display: none;
  top: 4.8rem;
  left: 4.1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #171717;
  box-shadow: 0 0 0 0.7rem rgba(23, 23, 23, 0.08);
  animation: sartechSignalTravel 5.6s ease-in-out infinite;
}

.sartech-location {
  position: relative;
  display: grid;
  grid-template-columns: 8.8rem minmax(0, 1fr);
  gap: 2.6rem;
  align-items: center;
  min-height: 15.2rem;
  padding: 2.2rem;
  border: 1px solid rgba(var(--base-opp-rgb), 0.1);
  border-radius: 0.8rem;
  background: rgba(var(--base-bright-rgb), 0.48);
  box-shadow: 0 2rem 6rem rgba(var(--base-opp-rgb), 0.06);
  backdrop-filter: blur(18px);
  transition: transform 380ms ease, border-color 380ms ease, background 380ms ease;
}

.sartech-location:hover {
  border-color: rgba(var(--base-opp-rgb), 0.2);
  background: rgba(var(--base-bright-rgb), 0.68);
  transform: translateX(0.8rem);
}

.sartech-location__signal {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #33d17a;
  box-shadow: 0 0 0 0 rgba(51, 209, 122, 0.42);
  animation: sartechSignalPulse 2.4s ease-out infinite;
}

.sartech-clock {
  position: relative;
  width: 8.8rem;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.8rem;
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1.4rem 3rem rgba(23, 23, 23, 0.14);
}

.sartech-clock::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.5), transparent 34%);
  animation: sartechClockSweep 7s linear infinite;
}

.sartech-clock--blue {
  background: linear-gradient(145deg, #10245d, #1d43a2);
}

.sartech-clock__face {
  position: absolute;
  inset: 1.1rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #f8f6ef 0 9%, transparent 10%),
    repeating-conic-gradient(from -1deg, rgba(23, 23, 23, 0.22) 0 2deg, transparent 2deg 30deg),
    #f8f6ef;
  box-shadow: inset 0 0 0 0.1rem rgba(23, 23, 23, 0.06);
}

.sartech-clock__hand {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.2rem;
  background: #171717;
  transform-origin: 50% 100%;
  border-radius: 99rem;
  transition: transform 650ms cubic-bezier(0.23, 0.65, 0.74, 1.09);
}

.sartech-clock__hand--hour {
  height: 2.4rem;
  transform: translate(-50%, -100%) rotate(var(--hour-angle, 72deg));
}

.sartech-clock__hand--minute {
  height: 3.2rem;
  background: #ef3434;
  transform: translate(-50%, -100%) rotate(var(--minute-angle, 12deg));
}

.sartech-clock__hand--second {
  width: 0.12rem;
  height: 3.5rem;
  background: #ff4b1f;
  transform: translate(-50%, -100%) rotate(var(--second-angle, 180deg));
}

.sartech-clock__pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #ff4b1f;
  box-shadow: 0 0 0 0.2rem rgba(23, 23, 23, 0.18);
  transform: translate(-50%, -50%);
}

.sartech-location__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.sartech-location__timezone {
  margin: 0;
  color: var(--t-medium);
  font: normal 700 1.25rem/1.2 var(--_font-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sartech-location__status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--t-medium);
  font: normal 800 1rem/1 var(--_font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sartech-location__status::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #33d17a;
}

.sartech-location__copy h3 {
  margin: 0 0 0.4rem;
  color: var(--t-bright);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
}

.sartech-location__country {
  margin: 0;
  color: var(--t-medium);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.35;
}

.sartech-location__time {
  display: inline-flex;
  align-items: baseline;
  gap: 0.9rem;
  margin-top: 1.8rem;
  color: var(--t-medium);
  font: normal 800 1.05rem/1 var(--_font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sartech-location__time [data-sartech-local-time] {
  color: var(--t-bright);
  font-size: 1.55rem;
  letter-spacing: 0.02em;
}

@keyframes sartechSignalPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 209, 122, 0.48);
  }
  72%,
  100% {
    box-shadow: 0 0 0 1.4rem rgba(51, 209, 122, 0);
  }
}

@keyframes sartechSignalTravel {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(100% + 13.2rem));
  }
}

@keyframes sartechClockSweep {
  to {
    transform: rotate(360deg);
  }
}

@media only screen and (min-width: 768px) {
  .sartech-hero-media--own {
    width: min(44vw, 62rem);
    aspect-ratio: 1/1;
  }

  .sartech-remote-section__content {
    padding: 9rem 6rem;
  }

  .sartech-remote-section__copy h2 {
    font-size: 5.2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .sartech-remote-section__content {
    display: flex;
    align-items: center;
    min-height: 68rem;
  }

  .sartech-remote-section__grid {
    grid-template-columns: minmax(0, 1fr) minmax(34rem, 42rem);
    align-items: center;
    gap: 12rem;
  }

  .sartech-remote-section__copy h2 {
    font-size: 5.6rem;
  }
}

@media only screen and (min-width: 1600px) {
  .sartech-remote-section__grid {
    width: min(100%, 132rem);
  }
}

@media only screen and (max-width: 767px) {
  .sartech-remote-section {
    min-height: auto;
  }

  .sartech-remote-section__content {
    min-height: auto;
    padding: 6.4rem 3rem;
  }

  .sartech-remote-section__copy h2 {
    font-size: 3.2rem;
    padding-right: 7.2rem;
  }

  .sartech-location {
    grid-template-columns: 6.4rem minmax(0, 1fr);
    gap: 1.5rem;
    min-height: auto;
    padding: 1.6rem;
    align-items: start;
  }

  .sartech-clock {
    width: 6.4rem;
    margin-top: 4.6rem;
  }

  .sartech-remote-section__locations::before {
    left: 3.6rem;
  }

  .sartech-remote-section__locations::after {
    display: none;
  }

  .sartech-location__copy h3 {
    font-size: 2.35rem;
  }

  .sartech-location__meta-row {
    gap: 0.55rem 0.8rem;
    margin-bottom: 1rem;
  }

  .sartech-location__timezone,
  .sartech-location__status,
  .sartech-location__time {
    font-size: 0.95rem;
    letter-spacing: 0.07em;
  }

  .sartech-location__country {
    font-size: 1.48rem;
    line-height: 1.26;
  }

  .sartech-location__time {
    margin-top: 1.4rem;
  }

  .sartech-location__time [data-sartech-local-time] {
    font-size: 1.28rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sartech-clock::before,
  .sartech-location__signal,
  .sartech-remote-section__locations::after {
    animation: none;
  }

  .sartech-location:hover {
    transform: none;
  }
}

.sartech-niche-copy {
  position: relative;
  z-index: 2;
  max-width: 38rem;
}

.sartech-niche-copy p:last-child {
  margin-bottom: 0;
}

.sartech-niche-lead {
  margin: 0;
  color: var(--t-bright);
  font: normal 800 1.8rem/1.14 var(--_font-default);
}

.sartech-niche-subcopy {
  max-width: 34ch;
  margin: 1rem 0 0;
  color: var(--t-medium);
  font: normal 600 1.35rem/1.42 var(--_font-default);
}

.mxd-niche-cards__inner.permanent .sartech-niche-lead,
.t-permanent .sartech-niche-lead {
  color: var(--nl-white);
}

.mxd-niche-cards__inner.permanent .sartech-niche-subcopy,
.t-permanent .sartech-niche-subcopy {
  color: rgba(var(--nl-white-rgb), 0.62);
}

.mxd-niche-cards__tags {
  gap: 0.42rem;
}

.mxd-niche-cards__tags .tag {
  border: 0;
  padding: 0;
  background: transparent;
  letter-spacing: 0.16em;
  line-height: 1.25;
  opacity: 0.76;
}

.sartech-vertical-visual {
  position: relative;
  width: 100%;
  min-height: 28rem;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 54px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 54px),
    #08090b;
}

.sartech-vertical-visual::before,
.sartech-vertical-visual::after,
.sartech-vertical-visual span {
  position: absolute;
  display: block;
  content: "";
}

.sartech-vertical-visual::before {
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 11, 0.08), rgba(8, 9, 11, 0.78));
  z-index: 2;
}

.sartech-vertical-visual::after {
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, #08090b 72%);
  z-index: 3;
}

.sartech-vertical-visual span {
  z-index: 1;
}

.sartech-vertical-visual--image {
  background: #08090b;
}

.sartech-vertical-visual--image img {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sartech-vertical-visual--image::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.72), rgba(8, 9, 11, 0.28) 48%, rgba(8, 9, 11, 0.08)),
    linear-gradient(180deg, rgba(8, 9, 11, 0.08), rgba(8, 9, 11, 0.72));
}

.sartech-vertical-visual--image::after {
  background: linear-gradient(180deg, transparent, #08090b 82%);
}

.sartech-vertical-visual--insurtech {
  min-height: 38rem;
  background:
    linear-gradient(180deg, rgba(15, 18, 24, 0.2), rgba(8, 9, 11, 0.96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 58px),
    #090a0d;
}

.sartech-vertical-visual--insurtech img {
  object-position: 52% center;
}

.sartech-vertical-visual--insurtech.sartech-vertical-visual--image::before {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.08), rgba(8, 9, 11, 0.55) 48%, rgba(8, 9, 11, 0.94)),
    linear-gradient(90deg, rgba(8, 9, 11, 0.18), rgba(8, 9, 11, 0.02) 54%, rgba(8, 9, 11, 0.45));
}

.sartech-vertical-visual--insurtech span:nth-child(1) {
  left: 14%;
  top: 21%;
  width: 68%;
  height: 13%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
}

.sartech-vertical-visual--insurtech span:nth-child(2) {
  left: 18%;
  top: 42%;
  width: 54%;
  height: 1px;
  background: #ef3434;
  box-shadow: 0 4.8rem 0 rgba(255, 255, 255, 0.18), 0 9.6rem 0 rgba(43, 179, 255, 0.34);
  transform: skewY(-8deg);
}

.sartech-vertical-visual--insurtech span:nth-child(3) {
  right: 13%;
  bottom: 21%;
  width: 26%;
  height: 18%;
  border: 1px solid rgba(43, 179, 255, 0.2);
  background: rgba(43, 179, 255, 0.08);
}

.sartech-vertical-visual--insurtech span:nth-child(4) {
  left: 12%;
  bottom: 15%;
  width: 38%;
  height: 9%;
  border-left: 2px solid #ef3434;
  background: rgba(255, 255, 255, 0.05);
}

.sartech-vertical-visual--ai {
  height: 100%;
  min-height: 30rem;
  background:
    linear-gradient(110deg, rgba(8, 9, 11, 0.95) 0%, rgba(8, 9, 11, 0.74) 44%, rgba(43, 179, 255, 0.17) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 64px),
    #0a0c10;
}

.sartech-vertical-visual--ai img {
  object-position: center;
}

.sartech-vertical-visual--ai.sartech-vertical-visual--image::before {
  background:
    linear-gradient(90deg, rgba(8, 9, 11, 0.84), rgba(8, 9, 11, 0.46) 42%, rgba(8, 9, 11, 0.06)),
    linear-gradient(180deg, rgba(8, 9, 11, 0.1), rgba(8, 9, 11, 0.74));
}

.sartech-vertical-visual--ai span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.052);
}

.sartech-vertical-visual--ai span:nth-child(1) {
  right: 10%;
  top: 18%;
  width: 36%;
  height: 42%;
}

.sartech-vertical-visual--ai span:nth-child(2) {
  right: 21%;
  bottom: 16%;
  width: 31%;
  height: 12%;
  border-color: rgba(239, 52, 52, 0.36);
}

.sartech-vertical-visual--ai span:nth-child(3) {
  left: 48%;
  top: 25%;
  width: 1px;
  height: 55%;
  background: rgba(43, 179, 255, 0.42);
}

.sartech-vertical-visual--ai span:nth-child(4) {
  left: 58%;
  top: 35%;
  width: 21%;
  height: 1px;
  background: rgba(239, 52, 52, 0.58);
  box-shadow: 0 4.2rem 0 rgba(43, 179, 255, 0.36), 0 8.4rem 0 rgba(255, 255, 255, 0.2);
}

.sartech-vertical-visual--retail {
  height: 100%;
  min-height: 30rem;
  background:
    linear-gradient(135deg, rgba(239, 52, 52, 0.18), transparent 44%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 62px),
    #050608;
}

.sartech-vertical-visual--retail span:nth-child(1) {
  right: -8%;
  top: 18%;
  width: 52%;
  height: 24%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 0;
  transform: skewX(-18deg);
}

.sartech-vertical-visual--retail span:nth-child(2) {
  right: 8%;
  top: 46%;
  width: 35%;
  height: 2px;
  background: #ef3434;
  box-shadow: 0 1.6rem 0 rgba(239, 52, 52, 0.42), 0 3.2rem 0 rgba(43, 179, 255, 0.34);
}

.sartech-vertical-visual--retail span:nth-child(3) {
  left: 10%;
  bottom: 16%;
  width: 48%;
  height: 18%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.04);
}

.sartech-vertical-visual--retail span:nth-child(4) {
  left: 16%;
  bottom: 24%;
  width: 34%;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0 2.1rem 0 rgba(255, 255, 255, 0.14);
}

.sartech-vertical-visual--gov {
  width: 100%;
  min-height: 24rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(8, 9, 11, 0.95)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 44px),
    #08090b;
}

.sartech-vertical-visual--gov img {
  object-position: center;
}

.sartech-vertical-visual--gov.sartech-vertical-visual--image::before {
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.08), rgba(8, 9, 11, 0.82)),
    linear-gradient(90deg, rgba(8, 9, 11, 0.52), rgba(8, 9, 11, 0.06) 58%);
}

.sartech-vertical-visual--gov span:nth-child(1) {
  left: 18%;
  bottom: 18%;
  width: 64%;
  height: 34%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.12) 18% 20%, transparent 20% 40%, rgba(255, 255, 255, 0.12) 40% 42%, transparent 42% 62%, rgba(255, 255, 255, 0.12) 62% 64%, transparent 64% 82%, rgba(255, 255, 255, 0.12) 82% 84%, transparent 84%);
}

.sartech-vertical-visual--gov span:nth-child(2) {
  left: 28%;
  top: 18%;
  width: 44%;
  height: 1px;
  background: rgba(43, 179, 255, 0.46);
  box-shadow: 0 3.2rem 0 rgba(239, 52, 52, 0.38), 0 6.4rem 0 rgba(255, 255, 255, 0.18);
}

.sartech-vertical-visual--gov span:nth-child(3) {
  right: 14%;
  top: 18%;
  width: 16%;
  height: 14%;
  border: 1px solid rgba(43, 179, 255, 0.28);
}

.sartech-vertical-visual--gov span:nth-child(4) {
  left: 12%;
  top: 35%;
  width: 14%;
  height: 11%;
  border: 1px solid rgba(239, 52, 52, 0.34);
}

@media only screen and (min-width: 1200px) {
  .sartech-vertical-visual {
    min-height: 34rem;
  }

  .sartech-vertical-visual--insurtech {
    min-height: 52rem;
  }

  .sartech-vertical-visual--ai,
  .sartech-vertical-visual--retail {
    min-height: 36rem;
  }

  .sartech-vertical-visual--gov {
    min-height: 28rem;
  }
}

.sartech-bullets {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sartech-bullets li {
  position: relative;
  padding-left: 1.4rem;
}

.sartech-bullets li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.sartech-stats-lines .mxd-stats-lines__number p {
  white-space: nowrap;
}

.sartech-stats-lines .mxd-stats-lines__caption p {
  max-width: 27rem;
}

.sartech-stats-lines .sartech-stat-value--stacked {
  display: grid;
  gap: 0.15rem;
  font-size: 6.2rem;
  line-height: 0.86;
}

.sartech-stats-lines .sartech-stat-value--stacked span:first-child {
  font-size: 0.48em;
}

.sartech-stat-caption__muted {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--_font-default);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.sartech-cap-copy {
  max-width: 34ch;
  color: #8e93a1;
  font: normal 800 2.25rem/1.14 var(--_font-default);
  letter-spacing: 0;
}

.mxd-cpb-list__descr .sartech-cap-copy__strong {
  color: var(--t-bright);
}

.mxd-cpb-list__descr .sartech-cap-copy__muted {
  color: var(--t-medium);
}

.mxd-cpb-list__tags .row {
  row-gap: 1rem;
}

.mxd-cpb-list__meta {
  display: grid;
  gap: 0.42rem;
  align-content: start;
}

.mxd-cpb-list__meta .meta-tag {
  color: var(--t-medium);
  letter-spacing: 0.13em;
}

.mxd-cpb-list__image {
  overflow: hidden;
}

.sartech-motion-tile {
  position: relative;
  width: 100%;
  aspect-ratio: 1200 / 980;
  min-height: 24rem;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 4.6rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4.6rem),
    #0d0f12;
}

.sartech-motion-tile::before {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.16) 48%, transparent 100%);
  opacity: 0.22;
  transform: translateY(-110%);
  animation: sartech-scan 6s ease-in-out infinite;
  content: "";
  pointer-events: none;
}

.sartech-motion-tile::after {
  position: absolute;
  inset: 1.2rem;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.06);
  content: "";
  pointer-events: none;
}

.sartech-motion-grid {
  position: absolute;
  inset: -20%;
  z-index: 0;
  background-image:
    linear-gradient(rgba(43, 179, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 52, 52, 0.08) 1px, transparent 1px);
  background-size: 4.2rem 4.2rem;
  opacity: 0.48;
  animation: sartech-grid-drift 12s linear infinite;
}

.sartech-motion-orbit {
  position: absolute;
  top: 12%;
  left: 12%;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  transform: rotate(0deg);
  animation: sartech-rotate 15s linear infinite;
}

.sartech-motion-orbit::before {
  position: absolute;
  top: 14%;
  right: 10%;
  width: 1rem;
  height: 1rem;
  background: #ef3434;
  box-shadow: 0 0 2rem rgba(239, 52, 52, 0.72);
  content: "";
}

.sartech-motion-orbit--delay {
  inset: auto 10% 10% auto;
  width: 42%;
  animation-duration: 9s;
  animation-direction: reverse;
}

.sartech-motion-funnel {
  position: absolute;
  top: 16%;
  left: 14%;
  z-index: 2;
  display: grid;
  gap: 1rem;
  width: 52%;
}

.sartech-motion-funnel span {
  height: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  transform-origin: left center;
  animation: sartech-funnel-pulse 3.2s ease-in-out infinite;
}

.sartech-motion-funnel span:nth-child(1) {
  width: 100%;
}

.sartech-motion-funnel span:nth-child(2) {
  width: 72%;
  animation-delay: 0.22s;
}

.sartech-motion-funnel span:nth-child(3) {
  width: 46%;
  background: rgba(239, 52, 52, 0.58);
  animation-delay: 0.44s;
}

.sartech-motion-bars,
.sartech-motion-data-bars {
  position: absolute;
  right: 14%;
  bottom: 14%;
  z-index: 2;
  display: flex;
  align-items: end;
  gap: 0.65rem;
  height: 34%;
}

.sartech-motion-bars span,
.sartech-motion-data-bars span {
  width: 1.2rem;
  min-height: 18%;
  background: rgba(43, 179, 255, 0.72);
  transform-origin: bottom;
  animation: sartech-bar-rise 2.4s ease-in-out infinite;
}

.sartech-motion-bars span:nth-child(2),
.sartech-motion-data-bars span:nth-child(2) {
  animation-delay: 0.18s;
}

.sartech-motion-bars span:nth-child(3),
.sartech-motion-data-bars span:nth-child(3) {
  animation-delay: 0.36s;
}

.sartech-motion-bars span:nth-child(4) {
  animation-delay: 0.54s;
}

.sartech-motion-browser {
  position: absolute;
  top: 15%;
  left: 12%;
  right: 12%;
  z-index: 2;
  display: flex;
  gap: 0.58rem;
  height: 3.4rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}

.sartech-motion-browser span {
  width: 0.78rem;
  height: 0.78rem;
  margin-top: 1.25rem;
  margin-left: 1.2rem;
  background: #ef3434;
}

.sartech-motion-browser span + span {
  margin-left: 0;
  background: rgba(255, 255, 255, 0.35);
}

.sartech-motion-window {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.sartech-motion-window--main {
  top: 28%;
  left: 12%;
  width: 58%;
  height: 46%;
}

.sartech-motion-window--side {
  right: 12%;
  bottom: 18%;
  width: 34%;
  height: 34%;
  background: rgba(43, 179, 255, 0.08);
}

.sartech-motion-window span {
  display: block;
  height: 1.1rem;
  margin: 2rem;
  background: rgba(255, 255, 255, 0.16);
  transform-origin: left center;
  animation: sartech-line-load 3.4s ease-in-out infinite;
}

.sartech-motion-window span:nth-child(2) {
  width: 64%;
  animation-delay: 0.2s;
}

.sartech-motion-window span:nth-child(3) {
  width: 42%;
  background: rgba(239, 52, 52, 0.48);
  animation-delay: 0.4s;
}

.sartech-motion-cursor,
.sartech-motion-pointer {
  position: absolute;
  z-index: 4;
  width: 0;
  height: 0;
  border-top: 1.4rem solid #fff;
  border-right: 0.9rem solid transparent;
  filter: drop-shadow(0 0 1.4rem rgba(255, 255, 255, 0.42));
  animation: sartech-cursor-path 5s ease-in-out infinite;
}

.sartech-motion-cursor {
  top: 66%;
  left: 62%;
}

.sartech-motion-phone {
  position: absolute;
  top: 12%;
  left: 50%;
  z-index: 2;
  width: 34%;
  height: 74%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 18%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.34);
  transform: translateX(-50%);
  animation: sartech-float 5s ease-in-out infinite;
}

.sartech-motion-phone::before {
  position: absolute;
  top: 1.2rem;
  left: 50%;
  width: 30%;
  height: 0.45rem;
  border-radius: 99rem;
  background: rgba(255, 255, 255, 0.28);
  transform: translateX(-50%);
  content: "";
}

.sartech-motion-phone span {
  position: absolute;
  left: 15%;
  width: 70%;
  height: 1.1rem;
  background: rgba(255, 255, 255, 0.16);
  animation: sartech-line-load 3.2s ease-in-out infinite;
}

.sartech-motion-phone span:nth-child(1) {
  top: 24%;
}

.sartech-motion-phone span:nth-child(2) {
  top: 36%;
  width: 50%;
  animation-delay: 0.2s;
}

.sartech-motion-phone span:nth-child(3) {
  bottom: 18%;
  height: 5rem;
  background: rgba(239, 52, 52, 0.54);
  animation-delay: 0.4s;
}

.sartech-motion-gesture {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(43, 179, 255, 0.42);
  border-radius: 50%;
  opacity: 0.55;
  animation: sartech-gesture 3.8s ease-out infinite;
}

.sartech-motion-gesture--one {
  top: 22%;
  left: 18%;
  width: 24%;
  aspect-ratio: 1;
}

.sartech-motion-gesture--two {
  right: 16%;
  bottom: 20%;
  width: 18%;
  aspect-ratio: 1;
  animation-delay: 1.1s;
}

.sartech-motion-notification {
  position: absolute;
  top: 24%;
  right: 17%;
  z-index: 3;
  width: 18%;
  height: 7%;
  background: #ef3434;
  box-shadow: 0 0 2.6rem rgba(239, 52, 52, 0.42);
  animation: sartech-notification 4.2s ease-in-out infinite;
}

.sartech-motion-wireframe {
  position: absolute;
  inset: 15% 12%;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 0.9fr 1.1fr;
  gap: 1rem;
}

.sartech-motion-wireframe span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0 30%, transparent 30% 100%),
    rgba(255, 255, 255, 0.04);
  animation: sartech-wireframe-shift 4.8s ease-in-out infinite;
}

.sartech-motion-wireframe span:nth-child(2) {
  animation-delay: 0.35s;
}

.sartech-motion-wireframe span:nth-child(3) {
  animation-delay: 0.7s;
}

.sartech-motion-wireframe span:nth-child(4) {
  animation-delay: 1.05s;
}

.sartech-motion-path {
  position: absolute;
  top: 50%;
  left: 16%;
  z-index: 3;
  width: 68%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ef3434, rgba(43, 179, 255, 0.75), transparent);
  transform-origin: left center;
  animation: sartech-path-draw 4s ease-in-out infinite;
}

.sartech-motion-pointer {
  top: 46%;
  left: 28%;
  animation-duration: 4s;
}

.sartech-motion-film {
  position: absolute;
  top: 18%;
  left: 12%;
  right: 12%;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.sartech-motion-film span {
  aspect-ratio: 9 / 13;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 0.4rem, transparent 0.4rem 1.4rem),
    rgba(255, 255, 255, 0.05);
  animation: sartech-frame-pop 3.8s ease-in-out infinite;
}

.sartech-motion-film span:nth-child(2) {
  transform: translateY(12%);
  animation-delay: 0.28s;
}

.sartech-motion-film span:nth-child(3) {
  animation-delay: 0.56s;
}

.sartech-motion-wave {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 18%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 18%;
}

.sartech-motion-wave span {
  width: 1.2rem;
  height: 42%;
  background: rgba(43, 179, 255, 0.78);
  animation: sartech-wave 1.45s ease-in-out infinite;
}

.sartech-motion-wave span:nth-child(2) {
  animation-delay: 0.12s;
}

.sartech-motion-wave span:nth-child(3) {
  background: #ef3434;
  animation-delay: 0.24s;
}

.sartech-motion-wave span:nth-child(4) {
  animation-delay: 0.36s;
}

.sartech-motion-wave span:nth-child(5) {
  animation-delay: 0.48s;
}

.sartech-motion-spark {
  position: absolute;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.54);
  border-left: 1px solid rgba(255, 255, 255, 0.54);
  animation: sartech-spark 4s ease-in-out infinite;
}

.sartech-motion-spark--one {
  top: 18%;
  right: 16%;
}

.sartech-motion-spark--two {
  left: 16%;
  bottom: 20%;
  animation-delay: 1.2s;
}

.sartech-motion-radar {
  position: absolute;
  top: 17%;
  left: 50%;
  z-index: 2;
  width: 56%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  transform: translateX(-50%);
}

.sartech-motion-radar::before {
  position: absolute;
  inset: 50% 50% auto 50%;
  width: 48%;
  height: 1px;
  background: linear-gradient(90deg, rgba(239, 52, 52, 0.9), transparent);
  transform-origin: left center;
  animation: sartech-radar-spin 4s linear infinite;
  content: "";
}

.sartech-motion-radar span {
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.sartech-motion-radar span:nth-child(2) {
  inset: 34%;
}

.sartech-motion-radar span:nth-child(3) {
  inset: 49%;
  background: rgba(255, 255, 255, 0.32);
}

.sartech-motion-node {
  position: absolute;
  z-index: 3;
  width: 1.05rem;
  height: 1.05rem;
  background: #fff;
  box-shadow: 0 0 1.8rem rgba(255, 255, 255, 0.42);
  animation: sartech-node-pulse 2.8s ease-in-out infinite;
}

.sartech-motion-node--one {
  top: 34%;
  left: 26%;
}

.sartech-motion-node--two {
  top: 22%;
  right: 25%;
  background: #ef3434;
  animation-delay: 0.45s;
}

.sartech-motion-node--three {
  right: 34%;
  bottom: 28%;
  background: rgba(43, 179, 255, 0.96);
  animation-delay: 0.9s;
}

.sartech-motion-data-bars {
  left: 16%;
  right: auto;
  bottom: 14%;
  height: 25%;
}

.sartech-motion-data-bars span {
  background: rgba(255, 255, 255, 0.68);
}

@keyframes sartech-scan {
  0%, 48% {
    transform: translateY(-110%);
  }
  72%, 100% {
    transform: translateY(110%);
  }
}

@keyframes sartech-grid-drift {
  to {
    transform: translate3d(4.2rem, 4.2rem, 0);
  }
}

@keyframes sartech-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes sartech-funnel-pulse {
  0%, 100% {
    opacity: 0.44;
    transform: scaleX(0.72);
  }
  45%, 70% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes sartech-bar-rise {
  0%, 100% {
    transform: scaleY(0.32);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes sartech-line-load {
  0%, 100% {
    opacity: 0.32;
    transform: scaleX(0.36);
  }
  45%, 65% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes sartech-cursor-path {
  0%, 100% {
    transform: translate3d(-3rem, 2rem, 0);
  }
  48% {
    transform: translate3d(3.8rem, -3rem, 0);
  }
}

@keyframes sartech-float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-1.4rem);
  }
}

@keyframes sartech-gesture {
  0% {
    opacity: 0;
    transform: scale(0.38);
  }
  40% {
    opacity: 0.58;
  }
  100% {
    opacity: 0;
    transform: scale(1.75);
  }
}

@keyframes sartech-notification {
  0%, 100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  45%, 68% {
    opacity: 1;
    transform: translateY(-0.8rem);
  }
}

@keyframes sartech-wireframe-shift {
  0%, 100% {
    opacity: 0.42;
    transform: translateY(0);
  }
  50% {
    opacity: 0.92;
    transform: translateY(-0.7rem);
  }
}

@keyframes sartech-path-draw {
  0%, 100% {
    opacity: 0.18;
    transform: scaleX(0.2);
  }
  48%, 70% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes sartech-frame-pop {
  0%, 100% {
    opacity: 0.38;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

@keyframes sartech-wave {
  0%, 100% {
    transform: scaleY(0.28);
  }
  50% {
    transform: scaleY(1.25);
  }
}

@keyframes sartech-spark {
  0%, 100% {
    opacity: 0.18;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    opacity: 0.75;
    transform: translate3d(0.8rem, -0.8rem, 0) rotate(45deg);
  }
}

@keyframes sartech-radar-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes sartech-node-pulse {
  0%, 100% {
    opacity: 0.36;
    transform: scale(0.74);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sartech-motion-tile *,
  .sartech-motion-tile::before {
    animation: none !important;
  }
}

.sartech-stack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 2.4rem;
}

.sartech-stack-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 31rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.8rem;
  padding: clamp(2.8rem, 2.5vw, 4rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    #0d0e10;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 2.4rem 6rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
  isolation: isolate;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms ease, box-shadow 320ms ease;
}

.sartech-stack-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 3rem 7.2rem rgba(0, 0, 0, 0.26);
  transform: translateY(-0.28rem);
}

.sartech-stack-card::after {
  position: absolute;
  right: 2.4rem;
  bottom: 2.2rem;
  left: 2.4rem;
  height: 0.1rem;
  background: linear-gradient(90deg, rgba(54, 176, 255, 0), rgba(54, 176, 255, 0.28), rgba(255, 255, 255, 0));
  content: "";
}

.sartech-stack-card__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.4rem;
  margin-bottom: 2.2rem;
}

.sartech-stack-card__eyebrow {
  color: #ef3434;
  font: normal 800 1.02rem/1 var(--_font-accent);
  letter-spacing: 0.2em;
}

.sartech-stack-card h3 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font: normal 760 3.05rem/1.02 var(--_font-default);
  letter-spacing: 0;
  text-align: left;
}

.sartech-stack-card p {
  position: relative;
  z-index: 1;
  max-width: 32ch;
  margin: 0 0 2.6rem;
  color: #8e93a1;
  font: normal 700 1.45rem/1.36 var(--_font-default);
}

.sartech-tool-list {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: end;
  gap: 0.85rem;
}

.sartech-tool-chip {
  display: grid;
  grid-template-columns: 6.8rem minmax(0, 1fr);
  align-items: center;
  gap: 1.15rem;
  min-height: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 99rem;
  padding: 0.5rem 1.3rem 0.5rem 0.5rem;
  background:
    linear-gradient(90deg, rgba(54, 176, 255, 0.075), transparent 34%),
    rgba(255, 255, 255, 0.028);
  color: #fff;
  font: normal 800 1.32rem/1.1 var(--_font-default);
  transition: border-color 260ms ease, background 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.sartech-tool-chip:hover {
  border-color: rgba(54, 176, 255, 0.28);
  background:
    linear-gradient(90deg, rgba(54, 176, 255, 0.13), transparent 44%),
    rgba(255, 255, 255, 0.048);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transform: translateY(-0.15rem);
}

.sartech-tool-logo {
  position: relative;
  display: grid;
  place-items: center;
  width: 6.3rem;
  height: 4rem;
  border: 1px solid rgba(235, 241, 248, 0.09);
  border-radius: 99rem;
  background:
    radial-gradient(circle at 18% 22%, rgba(54, 176, 255, 0.14), transparent 38%),
    rgba(8, 11, 14, 0.88);
  overflow: hidden;
}

.sartech-tool-logo::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.035);
  content: "";
  pointer-events: none;
}

.sartech-tool-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sartech-tool-logo--svg img {
  width: 58%;
  height: 58%;
  filter: invert(88%) sepia(14%) saturate(1136%) hue-rotate(177deg) brightness(101%) contrast(94%);
  opacity: 0.9;
}

.sartech-tool-logo--mono {
  color: #dce8f4;
  font: normal 900 1.24rem/1 var(--_font-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .sartech-stats-lines {
    column-gap: 4rem;
    row-gap: 6rem;
  }

  .sartech-stats-lines .mxd-stats-lines__item {
    flex-basis: calc((100% - 8rem) / 3);
  }

  .sartech-stats-lines .sartech-stat-value--stacked {
    font-size: 6.4rem;
  }

  .sartech-cap-copy {
    font-size: 2.6rem;
  }

  .sartech-stack-card h3 {
    font-size: 3.35rem;
  }

  .sartech-stack-card p {
    font-size: 1.52rem;
  }
}

@media only screen and (max-width: 1199px) {
  .sartech-stack-grid {
    margin-top: 5.6rem;
  }

  .sartech-cap-copy {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .sartech-stats-lines .sartech-stat-value--stacked {
    font-size: 5.4rem;
  }

  .sartech-stack-grid {
    grid-template-columns: 1fr;
  }

  .sartech-stack-card {
    min-height: auto;
    padding: 2.6rem;
  }

  .sartech-stack-card h3 {
    font-size: 2.8rem;
    text-align: left;
  }

  .sartech-stack-card p {
    font-size: 1.42rem;
  }

  .sartech-tool-chip {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    font-size: 1.24rem;
  }

  .sartech-tool-logo {
    width: 6rem;
    height: 4rem;
  }
}

.sartech-legal-trigger {
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  padding: 0 0 0.1rem;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.sartech-legal-trigger:hover,
.sartech-legal-trigger:focus-visible {
  opacity: 0.62;
}

.mxd-footer {
  z-index: 20;
}

.mxd-footer .footer-data,
.mxd-footer .footer-data *,
.mxd-footer .sartech-legal-trigger {
  -webkit-filter: none !important;
  filter: none !important;
  text-shadow: none;
}

.sartech-legal-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: clamp(1.2rem, 3vw, 3.2rem);
}

.sartech-legal-modal[hidden] {
  display: none;
}

.sartech-legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(18px);
}

.sartech-legal-modal__panel {
  position: relative;
  width: min(94vw, 78rem);
  max-height: min(92dvh, 86rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  padding: clamp(2.4rem, 3.2vw, 3.8rem) clamp(2.4rem, 4vw, 5.2rem);
  background: #030303;
  color: #f5f5f5;
  box-shadow: 0 2.4rem 9rem rgba(0, 0, 0, 0.42);
  outline: none;
}

.sartech-legal-modal__back,
.sartech-legal-modal__close {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sartech-legal-modal__back:hover,
.sartech-legal-modal__back:focus-visible,
.sartech-legal-modal__close:hover,
.sartech-legal-modal__close:focus-visible {
  color: #fff;
}

.sartech-legal-modal__back {
  margin-bottom: clamp(2rem, 3vw, 2.8rem);
  font-size: 1rem;
}

.sartech-legal-modal__close {
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  font-size: 2.2rem;
  line-height: 1;
}

.sartech-legal-modal__header h2 {
  max-width: 76rem;
  margin: 0;
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.sartech-legal-modal__intro {
  max-width: 78rem;
  margin: clamp(1.8rem, 2.4vw, 2.6rem) 0 clamp(1.8rem, 2.4vw, 2.4rem);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.45rem;
  line-height: 1.38;
}

.sartech-legal-modal__list {
  display: grid;
  gap: 0.78rem;
  max-width: 86rem;
  margin: 0;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sartech-legal-modal__list div {
  display: grid;
  grid-template-columns: minmax(14rem, 22rem) 1fr;
  gap: clamp(1.4rem, 3vw, 3.2rem);
}

.sartech-legal-modal__list dt {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
}

.sartech-legal-modal__list dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.24rem;
  line-height: 1.28;
}

.sartech-legal-modal__list a {
  color: inherit;
  text-decoration: none;
}

.sartech-legal-modal__list a:hover {
  color: #fff;
}

.sartech-legal-modal__rights {
  margin: clamp(2rem, 3vw, 2.8rem) 0 0;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sartech-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .sartech-wordmark--header {
    width: 104px;
  }

  .sartech-wordmark--menu {
    width: 150px;
  }

  .sartech-footer-wordmark {
    width: 92vw;
  }

  .sartech-language-switcher {
    width: 7.8rem;
    min-width: 7.8rem;
    height: 3.4rem;
  }

  .sartech-hero-byline {
    font-size: 1.1rem;
  }

  .sartech-legal-modal {
    align-items: stretch;
    padding: 1.2rem;
  }

  .sartech-legal-modal__panel {
    width: 100%;
    max-height: calc(100vh - 2.4rem);
    padding: 2.8rem 2rem;
  }

  .sartech-legal-modal__back {
    margin-bottom: 2.8rem;
  }

  .sartech-legal-modal__header h2 {
    font-size: 3.2rem;
  }

  .sartech-legal-modal__intro {
    font-size: 1.35rem;
  }

  .sartech-legal-modal__list dd {
    font-size: 1.18rem;
  }

  .sartech-legal-modal__list div {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
}

@media (prefers-color-scheme: dark) {
  .sartech-wordmark--on-light {
    display: none;
  }

  .sartech-wordmark--on-dark {
    display: block;
  }
}

[color-scheme=light] .sartech-wordmark--on-light {
  display: block;
}

[color-scheme=light] .sartech-wordmark--on-dark {
  display: none;
}

[color-scheme=dark] .sartech-wordmark--on-light {
  display: none;
}

[color-scheme=dark] .sartech-wordmark--on-dark {
  display: block;
}
