@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700;800&family=Instrument+Serif:ital@1&display=swap");

:root {
  --slt-blue: #151b7b;
  --slt-electric: #2f35df;
  --slt-soft: #f4f5fc;
  --slt-line: #e4e7f2;
  --slt-muted: #737aa6;
  --slt-white: #ffffff;
  --slt-max: 1810px;
  --slt-sans: "Instrument Sans", "Segoe UI", Arial, sans-serif;
  --slt-serif: "Instrument Serif", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--slt-white);
  color: var(--slt-blue);
  font-family: var(--slt-sans);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.slt-header {
  position: sticky;
  z-index: 10;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(17, 23, 78, 0.08);
}

.audience-strip {
  height: 66px;
  background: #f4f5fd;
}

.audience-inner,
.main-inner,
.hero-inner,
.assessment-inner {
  width: min(var(--slt-max), calc(100% - 72px));
  margin: 0 auto;
}

.audience-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  height: 100%;
  color: var(--slt-blue);
  font-size: 16px;
  font-weight: 760;
}

.audience-inner span:first-child {
  color: #777b9d;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.audience-inner a {
  white-space: nowrap;
}

.main-strip {
  min-height: 102px;
  border-bottom: 1px solid var(--slt-line);
}

.main-inner {
  display: grid;
  grid-template-columns: 235px 1fr auto;
  align-items: center;
  gap: 52px;
  min-height: 102px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  width: 190px;
}

.logo-link img {
  display: block;
  width: 100%;
  height: auto;
}

.primary-nav,
.nav-actions {
  display: flex;
  align-items: center;
}

.primary-nav {
  justify-content: center;
  gap: 34px;
  color: var(--slt-blue);
  font-size: 19px;
  font-weight: 560;
}

.primary-nav a,
.nav-actions a,
.audience-inner a {
  transition: color 180ms ease, opacity 180ms ease;
}

.primary-nav a:hover,
.nav-actions a:hover,
.audience-inner a:hover {
  color: var(--slt-electric);
}

.nav-actions {
  justify-content: flex-end;
  gap: 14px;
}

.language-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, 50px);
  height: 45px;
  overflow: hidden;
  border: 1px solid var(--slt-line);
  border-radius: 6px;
  background: #f7f8fc;
}

.language-toggle button {
  border: 0;
  background: transparent;
  color: var(--slt-blue);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.language-toggle button.is-active {
  background: var(--slt-white);
  color: var(--slt-electric);
}

.talk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 171px;
  min-height: 48px;
  border-radius: 6px;
  background: #3034df;
  color: var(--slt-white);
  font-size: 18px;
  font-weight: 790;
}

.talk-button:hover {
  color: var(--slt-white);
  opacity: 0.9;
}

.market-hero {
  min-height: clamp(760px, calc(100vh - 460px), 940px);
  padding: clamp(120px, 14.5vh, 205px) 0 170px;
}

.transform-hero {
  min-height: 190vh;
  padding: 0;
}

.transform-hero .hero-inner {
  position: sticky;
  top: 168px;
  min-height: calc(100vh - 168px);
  padding: clamp(120px, 14.5vh, 205px) 0 170px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(540px, 1fr) minmax(400px, 590px);
  align-items: center;
  gap: clamp(80px, 12vw, 235px);
}

.hero-copy {
  padding-left: 26px;
}

.hero-copy h1 {
  max-width: 930px;
  margin: 0;
  color: var(--slt-blue);
  font-size: clamp(58px, 4.7vw, 82px);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 1;
}

.hero-copy h2 {
  max-width: 930px;
  margin: 0;
  color: var(--slt-blue);
  font-size: clamp(58px, 4.7vw, 82px);
  font-weight: 820;
  line-height: 1;
}

.hero-copy h1 span,
.hero-copy h1 em,
.hero-copy h2 span,
.hero-copy h2 em {
  display: block;
}

.hero-copy h1 em,
.hero-copy h2 em {
  margin-top: 8px;
  font-family: var(--slt-serif);
  font-size: 0.95em;
  font-weight: 400;
}

.hero-copy p {
  max-width: 690px;
  margin: 58px 0 0;
  color: #6f73ff;
  font-size: clamp(22px, 1.4vw, 28px);
  font-weight: 420;
  line-height: 1.55;
}

.copy-stack {
  position: relative;
  min-height: 350px;
}

.copy-panel {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(930px, 100%);
  transition: visibility 0ms linear 200ms;
  will-change: opacity, transform;
}

.copy-market {
  opacity: calc(1 - var(--transform-progress, 0));
  transform: translateY(calc(var(--transform-progress, 0) * -24px));
}

.copy-sweet {
  opacity: var(--transform-progress, 0);
  transform: translateY(calc((1 - var(--transform-progress, 0)) * 24px));
}

.copy-sweet h2 em {
  color: var(--slt-electric);
}

.copy-sweet h2 span,
.copy-sweet h2 em {
  white-space: nowrap;
}

.vendor-cloud {
  position: relative;
  width: min(100%, 590px);
  height: 520px;
  margin: 0;
  transform: translate(-6px, -28px);
}

.transform-cloud {
  transform: translate(-6px, -28px);
}

.transform-cloud .vendor-chip {
  animation: none;
}

.transform-cloud .system-lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 520px;
  height: 430px;
  overflow: visible;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.transform-cloud .system-lines path {
  fill: none;
  stroke: rgba(47, 53, 223, 0.26);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  filter: drop-shadow(0 8px 16px rgba(49, 58, 148, 0.08));
}

.vendor-chip {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid #eceefd;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 10px 24px rgba(49, 58, 148, 0.1),
    0 0 0 10px rgba(255, 255, 255, 0.28);
  animation: chip-drift var(--drift-duration, 5.8s) ease-in-out infinite;
  animation-delay: var(--drift-delay, 0s);
  transition: box-shadow 240ms ease;
  will-change: left, top, transform, opacity;
}

.vendor-chip-inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  transition: transform 240ms ease;
}

.vendor-chip img {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.chip-01 {
  left: 40px;
  top: 24px;
  --tilt: -8deg;
  --float-x: -5px;
  --float-y: -6px;
  --swing: -3deg;
  --hover-x: -4px;
  --hover-y: -2px;
  --drift-duration: 5.2s;
  --drift-delay: -1.4s;
}

.chip-02 {
  left: 182px;
  top: 4px;
  --tilt: 6deg;
  --float-x: 4px;
  --float-y: -5px;
  --swing: 2deg;
  --hover-x: 3px;
  --hover-y: -3px;
  --drift-duration: 6.1s;
  --drift-delay: -3.2s;
}

.chip-03 {
  left: 322px;
  top: 26px;
  --tilt: -5deg;
  --float-x: 5px;
  --float-y: -4px;
  --swing: 3deg;
  --hover-x: 4px;
  --hover-y: -2px;
  --drift-duration: 5.7s;
  --drift-delay: -0.8s;
}

.chip-04 {
  left: 430px;
  top: 76px;
  --tilt: 9deg;
  --float-x: 6px;
  --float-y: -3px;
  --swing: 4deg;
  --hover-x: 5px;
  --hover-y: -1px;
  --drift-duration: 6.3s;
  --drift-delay: -2.1s;
}

.chip-05 {
  left: 16px;
  top: 124px;
  --tilt: -11deg;
  --float-x: -6px;
  --float-y: 2px;
  --swing: -4deg;
  --hover-x: -5px;
  --hover-y: 2px;
  --drift-duration: 5.4s;
  --drift-delay: -2.8s;
}

.chip-06 {
  left: 122px;
  top: 164px;
  --tilt: 8deg;
  --float-x: -3px;
  --float-y: 5px;
  --swing: 2deg;
  --hover-x: -2px;
  --hover-y: 4px;
  --drift-duration: 6.6s;
  --drift-delay: -1.7s;
}

.chip-07 {
  left: 260px;
  top: 136px;
  --tilt: -6deg;
  --float-x: 5px;
  --float-y: 4px;
  --swing: -2deg;
  --hover-x: 4px;
  --hover-y: 3px;
  --drift-duration: 5.9s;
  --drift-delay: -3.5s;
}

.chip-08 {
  left: 392px;
  top: 184px;
  --tilt: 10deg;
  --float-x: 7px;
  --float-y: 1px;
  --swing: 4deg;
  --hover-x: 5px;
  --hover-y: 1px;
  --drift-duration: 6.2s;
  --drift-delay: -0.9s;
}

.chip-09 {
  left: 72px;
  top: 276px;
  --tilt: -7deg;
  --float-x: -5px;
  --float-y: 6px;
  --swing: -3deg;
  --hover-x: -4px;
  --hover-y: 4px;
  --drift-duration: 5.5s;
  --drift-delay: -1.1s;
}

.chip-10 {
  left: 210px;
  top: 294px;
  --tilt: 5deg;
  --float-x: -2px;
  --float-y: 6px;
  --swing: 3deg;
  --hover-x: -1px;
  --hover-y: 5px;
  --drift-duration: 6.4s;
  --drift-delay: -2.6s;
}

.chip-11 {
  left: 348px;
  top: 270px;
  --tilt: -9deg;
  --float-x: 4px;
  --float-y: 5px;
  --swing: -3deg;
  --hover-x: 3px;
  --hover-y: 4px;
  --drift-duration: 5.3s;
  --drift-delay: -3.1s;
}

.chip-12 {
  left: 462px;
  top: 244px;
  --tilt: 7deg;
  --float-x: 6px;
  --float-y: 5px;
  --swing: 2deg;
  --hover-x: 5px;
  --hover-y: 4px;
  --drift-duration: 6.7s;
  --drift-delay: -1.9s;
}

.chip-13 {
  left: 114px;
  bottom: 142px;
  --tilt: 11deg;
  --float-x: -4px;
  --float-y: 6px;
  --swing: 4deg;
  --hover-x: -3px;
  --hover-y: 5px;
  --drift-duration: 5.8s;
  --drift-delay: -0.7s;
}

.chip-14 {
  left: 192px;
  bottom: 136px;
  --tilt: -10deg;
  --float-x: -1px;
  --float-y: 7px;
  --swing: -4deg;
  --hover-x: -1px;
  --hover-y: 5px;
  --drift-duration: 6.5s;
  --drift-delay: -2.4s;
}

.chip-15 {
  left: 272px;
  bottom: 142px;
  --tilt: 8deg;
  --float-x: 4px;
  --float-y: 6px;
  --swing: 3deg;
  --hover-x: 3px;
  --hover-y: 5px;
  --drift-duration: 5.6s;
  --drift-delay: -3.3s;
}

.chip-16 {
  left: 346px;
  bottom: 126px;
  --tilt: -6deg;
  --float-x: 5px;
  --float-y: 5px;
  --swing: -2deg;
  --hover-x: 4px;
  --hover-y: 4px;
  --drift-duration: 6.1s;
  --drift-delay: -1.5s;
}

.vendor-cloud:hover .vendor-chip {
  box-shadow:
    0 14px 28px rgba(49, 58, 148, 0.14),
    0 0 0 11px rgba(255, 255, 255, 0.32);
}

.vendor-cloud:hover .vendor-chip .vendor-chip-inner {
  transform: translate(var(--hover-x, 0), var(--hover-y, 0));
}

.vendor-cloud:hover .vendor-chip:hover .vendor-chip-inner {
  transform: translate(var(--hover-x, 0), var(--hover-y, 0)) scale(1.08);
}

.solution-hero {
  border-top: 1px solid var(--slt-line);
  scroll-margin-top: 168px;
}

.solution-copy h1 span {
  max-width: 780px;
}

.solution-copy h1 em {
  color: var(--slt-electric);
}

.solution-copy p {
  max-width: 740px;
}

.organized-cloud {
  width: min(100%, 560px);
  height: 430px;
  transform: translate(-10px, -14px);
}

.organized-cloud .system-lines {
  position: absolute;
  inset: 10px 0 0 2px;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0;
  transition: opacity 620ms ease 420ms;
}

.organized-cloud .system-lines path {
  fill: none;
  stroke: rgba(47, 53, 223, 0.26);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  filter: drop-shadow(0 8px 16px rgba(49, 58, 148, 0.08));
  transition: stroke-dashoffset 1100ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}

.organized-cloud .map-node {
  left: var(--node-x);
  top: var(--node-y);
  animation: none;
  opacity: 0;
  transform:
    translate(var(--scatter-x), var(--scatter-y))
    rotate(var(--scatter-tilt))
    scale(0.92);
  transition:
    opacity 260ms ease,
    transform 900ms cubic-bezier(0.19, 1, 0.22, 1),
    box-shadow 240ms ease;
  transition-delay: var(--node-delay, 0ms);
}

.organized-cloud.is-organized .system-lines {
  opacity: 1;
}

.organized-cloud.is-organized .system-lines path {
  stroke-dashoffset: 0;
}

.organized-cloud.is-organized .map-node {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg) scale(1);
}

.organized-cloud.is-organized .map-node:hover .vendor-chip-inner {
  transform: translate(0, -5px) scale(1.06);
}

.node-01 {
  --node-x: 50px;
  --node-y: 78px;
  --scatter-x: -74px;
  --scatter-y: 20px;
  --scatter-tilt: -11deg;
  --node-delay: 40ms;
}

.node-02 {
  --node-x: 134px;
  --node-y: 44px;
  --scatter-x: -20px;
  --scatter-y: -46px;
  --scatter-tilt: 8deg;
  --node-delay: 100ms;
}

.node-03 {
  --node-x: 220px;
  --node-y: 72px;
  --scatter-x: 34px;
  --scatter-y: -30px;
  --scatter-tilt: -7deg;
  --node-delay: 160ms;
}

.node-04 {
  --node-x: 306px;
  --node-y: 48px;
  --scatter-x: 78px;
  --scatter-y: 2px;
  --scatter-tilt: 12deg;
  --node-delay: 220ms;
}

.node-05 {
  --node-x: 392px;
  --node-y: 82px;
  --scatter-x: 96px;
  --scatter-y: 34px;
  --scatter-tilt: -8deg;
  --node-delay: 280ms;
}

.node-06 {
  --node-x: 114px;
  --node-y: 138px;
  --scatter-x: -46px;
  --scatter-y: 18px;
  --scatter-tilt: 10deg;
  --node-delay: 340ms;
}

.node-07 {
  --node-x: 220px;
  --node-y: 156px;
  --scatter-x: 20px;
  --scatter-y: 24px;
  --scatter-tilt: -10deg;
  --node-delay: 400ms;
}

.node-08 {
  --node-x: 306px;
  --node-y: 138px;
  --scatter-x: 80px;
  --scatter-y: 38px;
  --scatter-tilt: 8deg;
  --node-delay: 460ms;
}

.node-09 {
  --node-x: 30px;
  --node-y: 166px;
  --scatter-x: -70px;
  --scatter-y: 66px;
  --scatter-tilt: -9deg;
  --node-delay: 520ms;
}

.node-10 {
  --node-x: 196px;
  --node-y: 250px;
  --scatter-x: -12px;
  --scatter-y: 84px;
  --scatter-tilt: 11deg;
  --node-delay: 580ms;
}

.node-11 {
  --node-x: 316px;
  --node-y: 292px;
  --scatter-x: 48px;
  --scatter-y: 78px;
  --scatter-tilt: -9deg;
  --node-delay: 640ms;
}

.node-12 {
  --node-x: 400px;
  --node-y: 246px;
  --scatter-x: 104px;
  --scatter-y: 90px;
  --scatter-tilt: 9deg;
  --node-delay: 700ms;
}

.node-13 {
  --node-x: 64px;
  --node-y: 248px;
  --scatter-x: -86px;
  --scatter-y: 96px;
  --scatter-tilt: 11deg;
  --node-delay: 760ms;
}

.node-14 {
  --node-x: 148px;
  --node-y: 294px;
  --scatter-x: -34px;
  --scatter-y: 108px;
  --scatter-tilt: -12deg;
  --node-delay: 820ms;
}

.node-15 {
  --node-x: 232px;
  --node-y: 248px;
  --scatter-x: 18px;
  --scatter-y: 102px;
  --scatter-tilt: 9deg;
  --node-delay: 880ms;
}

.node-16 {
  --node-x: 392px;
  --node-y: 156px;
  --scatter-x: 104px;
  --scatter-y: 52px;
  --scatter-tilt: -10deg;
  --node-delay: 940ms;
}

@keyframes chip-drift {
  0%,
  100% {
    transform: translate(0, 0) rotate(var(--tilt, 0deg));
  }

  50% {
    transform: translate(var(--float-x, 0), var(--float-y, 0))
      rotate(calc(var(--tilt, 0deg) + var(--swing, 0deg)));
  }
}

.assessment-band {
  min-height: 146px;
  background: #161d78;
  color: var(--slt-white);
}

.assessment-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 146px;
  gap: 48px;
}

.assessment-inner p {
  margin: 0;
  color: var(--slt-white);
  font-size: clamp(25px, 1.75vw, 34px);
  font-weight: 790;
  letter-spacing: -0.03em;
}

.assessment-inner p em {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--slt-serif);
  font-weight: 400;
}

.assessment-action {
  display: flex;
  align-items: center;
  gap: 52px;
  padding-right: 98px;
}

.progress-dashes {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.progress-dashes span {
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.74);
}

.progress-dashes span:nth-child(n + 4) {
  background: rgba(255, 255, 255, 0.2);
}

.assessment-action a {
  color: var(--slt-white);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.after-fold {
  height: 110px;
  background: var(--slt-white);
}

@media (max-width: 1240px) {
  .main-inner {
    grid-template-columns: auto 1fr;
  }

  .primary-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 16px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .vendor-cloud {
    height: 440px;
    justify-self: center;
    transform: none;
  }

  .assessment-action {
    padding-right: 0;
  }
}

@media (max-width: 780px) {
  .audience-inner,
  .main-inner,
  .hero-inner,
  .assessment-inner {
    width: min(100% - 32px, var(--slt-max));
  }

  .audience-strip {
    height: auto;
  }

  .audience-inner {
    justify-content: flex-start;
    gap: 18px;
    min-height: 54px;
    overflow-x: auto;
    font-size: 14px;
  }

  .main-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    min-height: 96px;
    padding: 16px 0;
  }

  .logo-link {
    width: 154px;
  }

  .nav-actions {
    margin-left: auto;
  }

  .language-toggle {
    grid-template-columns: repeat(2, 42px);
    height: 40px;
  }

  .talk-button {
    min-width: 126px;
    min-height: 42px;
    font-size: 15px;
  }

  .primary-nav {
    gap: 22px;
    width: 100%;
    padding-bottom: 0;
    font-size: 15px;
  }

  .market-hero {
    min-height: auto;
    padding: 72px 0 82px;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-copy h1 {
    font-size: clamp(45px, 13vw, 66px);
  }

  .hero-copy p {
    margin-top: 34px;
    font-size: 20px;
  }

  .assessment-inner {
    display: grid;
    min-height: 138px;
    gap: 24px;
    padding: 28px 0;
  }

  .assessment-action {
    justify-content: space-between;
    gap: 28px;
  }
}

@media (max-width: 520px) {
  .nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .vendor-cloud {
    width: 112%;
    height: 400px;
    margin-left: -6%;
  }

  .vendor-chip {
    width: 72px;
    height: 72px;
    transform-origin: center;
  }

  .vendor-chip img {
    width: 34px;
    height: 34px;
  }

  .vendor-cloud:hover .vendor-chip:hover .vendor-chip-inner {
    transform: translate(var(--hover-x, 0), var(--hover-y, 0)) scale(1.02);
  }

  .progress-dashes span {
    width: 14px;
  }

  .assessment-action a {
    font-size: 13px;
  }
}
