/* Shared split Hero for Product and Solution single templates. */
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero.phero {
  --wsc-hero-theme: var(--theme-palette-color-1, var(--primary, #0e7cc5));
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: clamp(560px, 64dvh, 620px);
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--wsc-hero-theme);
  isolation: isolate;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero::after { content: none; }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  padding: clamp(62px, 7vh, 84px) clamp(40px, 3.75vw, 72px) clamp(68px, 8vh, 94px) clamp(48px, 6.25vw, 120px);
  background: var(--wsc-hero-theme);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__content::before {
  content: none;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__copy {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero h1 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2.3rem, 3.45vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.035em;
  text-transform: none;
  text-wrap: balance;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__rule {
  position: relative;
  display: block;
  width: min(78%, 410px);
  height: 1px;
  margin: 28px 0 26px;
  background: rgba(255, 255, 255, .58);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__rule i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  transform: translate(50%, -50%);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero p.sub {
  max-width: 100%;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(.98rem, 1.15vw, 1.12rem);
  font-weight: 400;
  line-height: 1.72;
  text-wrap: pretty;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero p.sub a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, .55);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none;
  transition: background-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button::after {
  margin-left: 3px;
  content: "→";
  font-size: 1.05rem;
  line-height: 1;
  transition: transform .22s ease;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(5, 55, 95, .16);
  transform: translateY(-2px);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button:focus,
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button:visited { color: #fff; text-decoration: none !important; }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button:hover::after { transform: translateX(3px); }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button:active { transform: translateY(0) scale(.985); }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__media {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: #dfe8e2;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__media::after {
  content: none;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__media:focus-visible {
  outline: 3px solid var(--wsc-hero-theme);
  outline-offset: -6px;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__media.is-empty {
  background:
    linear-gradient(145deg, rgba(29, 81, 61, .05), rgba(29, 81, 61, .28)),
    repeating-linear-gradient(135deg, #edf2ee 0 16px, #e4ebe6 16px 32px);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__slides,
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__slide { position: absolute; inset: 0; }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__slide {
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.025);
  transition: opacity .52s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav {
  position: absolute;
  z-index: 3;
  inset: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  pointer-events: none;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav button {
  position: absolute;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid #68add7;
  border-color: color-mix(in srgb, var(--wsc-hero-theme) 65%, white);
  border-radius: 50%;
  place-items: center;
  background: #68add7;
  background: color-mix(in srgb, var(--wsc-hero-theme) 65%, white);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav button:first-child { left: clamp(14px, 2vw, 28px); }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav button:last-child { right: clamp(14px, 2vw, 28px); }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav button:hover { border-color: var(--wsc-hero-theme); background: var(--wsc-hero-theme); color: #fff; transform: translateY(-50%); }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav button:active { transform: translateY(-50%) scale(.97); }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Solution-only presentation of the shared global Logo Band. */
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0;
  padding: 56px clamp(24px, 4vw, 72px);
  overflow: hidden;
  border: 0;
  border-top: 1px solid #edf2f6;
  border-bottom: 1px solid #edf2f6;
  border-radius: 0;
  background: #fff !important;
  color: var(--ink, #14161a);
  box-shadow: none;
}
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band > .wrap {
  max-width: none;
  padding: 0;
}
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .lcap {
  margin: 0 0 32px;
  color: #667085 !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .logos-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .logos-track {
  gap: clamp(32px, 5vw, 64px);
}
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .logo-item {
  width: auto;
  height: 110px;
  max-width: 300px;
  padding: 18px 30px;
  border: 1px solid #dfe7ee;
  border-radius: 10px;
  background: var(--wsc-logo-card-background, #f4f7fb) !important;
  box-shadow: none;
  object-fit: contain;
  filter: none;
  opacity: .96;
  transition: opacity .22s ease, box-shadow .22s ease, transform .22s ease;
}
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band :is(.wsc-logo-link:hover, .wsc-logo-link:focus-visible) .logo-item,
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .logo-item:hover {
  background: var(--wsc-logo-card-background, #f4f7fb) !important;
  box-shadow: 0 8px 22px rgba(14, 124, 197, .14);
  filter: none;
  opacity: 1;
  transform: translateY(-2px);
}
.wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .wsc-logo-link:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(14, 124, 197, .3);
  outline-offset: 5px;
}

@media (max-width: 900px) {
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero.phero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__content {
    min-height: 460px;
    padding: 72px clamp(24px, 8vw, 64px) 82px;
  }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__copy { width: min(100%, 700px); }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__media {
    min-height: clamp(360px, 67vw, 560px);
  }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__media::after { display: none; }
  .wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band {
    width: 100%;
    margin-top: 0;
    padding: 56px 20px;
    border-radius: 0;
  }
  .wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .lcap { margin-bottom: 32px; }
  .wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .logos-track { gap: 28px; }
  .wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .logo-item {
    width: auto;
    height: 74px;
    max-width: 220px;
    padding: 14px 18px;
  }
}

@media (max-width: 520px) {
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__content { min-height: 440px; padding: 58px 22px 68px; }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero h1 { max-width: 18ch; font-size: clamp(2.12rem, 10vw, 3.1rem); }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__rule { margin: 23px 0 21px; }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero p.sub { margin-bottom: 25px; font-size: .96rem; line-height: 1.65; }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__media { min-height: 330px; }
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__nav button { width: 46px; height: 46px; }
  .wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band {
    width: 100%;
    padding-inline: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__slide,
  .wtt-page:is(.wtt-page--product, .wtt-page--solution) .wsc-split-hero__button,
  .wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .logo-item { transition: none; }
  .wtt-page.wtt-page--solution .wsc-split-hero + .wsc-global-logo-band .logos-track { animation-play-state: paused; }
}
