:root {
  --software-blue: #0067fa;
  --software-cyan: #14a1b5;
  --software-ink: #172447;
  --software-muted: #81838d;
}
.software-hero {
  position: relative;
  height: 50.125rem;
  overflow: hidden;
  background: #eef7ff;
}
.software-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../assets/software/hero-image-hero-background.webp") 62% center/cover no-repeat;
  transform: translate(-3.5%, -4%) scale(1.08);
  transform-origin: center;
}
.software-hero__copy,
.feature-overview {
  z-index: 1;
}
.software-hero__copy {
  position: absolute;
  top: 7.5rem;
  left: max(2rem, calc((100% - 1440px) / 2));
  color: var(--software-ink);
}
.software-hero__copy h1 {
  margin: 0;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: clamp(3.75rem, 4vw, 4.75rem);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -0.1rem;
}
.software-hero__copy p {
  margin: 0.75rem 0 0;
  font-size: clamp(1.35rem, 1.55vw, 1.75rem);
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
.software-hero__copy p strong {
  color: var(--software-blue);
}
.software-hero__copy small {
  display: block;
  margin-top: 1.25rem;
  color: var(--software-muted);
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.08rem;
}
.software-hero__title-line {
  display: block;
  width: 7.4375rem;
  height: 0.375rem;
  margin-top: 1.25rem;
}
.feature-overview {
  position: absolute;
  right: max(2rem, calc((100% - 1670px) / 2));
  bottom: 5.375rem;
  left: max(2rem, calc((100% - 1670px) / 2));
  display: grid;
  height: 14.3125rem;
  grid-template-columns: repeat(9, 1fr);
  align-items: center;
  padding: 2rem 2.9rem 3.25rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 4px 6px rgba(5, 41, 96, 0.12);
}
.feature-overview a {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  color: #1f2937;
  text-align: center;
  transform: translateY(-0.2rem);
  transition: color 180ms ease, transform 180ms ease;
}
.feature-overview a:is(:hover, :focus-visible, .is-hovered) {
  color: var(--software-blue);
  transform: translateY(-0.45rem);
}
.feature-overview__indicator {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  max-width: none;
  height: 0.6875rem;
  margin-top: 0;
  padding: 0;
  border-radius: 0.5rem;
  background: #115be5;
  box-shadow: 0 0.25rem 0.75rem rgba(17, 91, 229, 0.3);
  opacity: 0;
  pointer-events: none;
  will-change: width, transform;
}
.feature-overview__indicator.is-visible {
  opacity: 1;
}
.feature-overview__indicator.is-ready {
  transition: opacity 160ms ease,
    width 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}
.feature-overview img {
  width: 4.75rem;
  height: 4.75rem;
  object-fit: contain;
}
.feature-overview span {
  margin-top: 0.35rem;
  font-size: 1.125rem;
  line-height: 1.35;
  white-space: nowrap;
}
.feature-overview small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.875rem;
  letter-spacing: -0.035rem;
}

.software-feature {
  position: relative;
  height: 57.375rem;
  overflow: hidden;
  scroll-margin-top: 5.25rem;
  background: #fff var(--section-bg) center bottom/cover no-repeat;
}
.software-feature--spatial {
  height: 65.5rem;
}
.feature-inner {
  position: absolute;
  top: 5.0625rem;
  left: max(10.5rem, calc((100% - 1362px) / 2));
  display: grid;
  width: 96.875rem;
  grid-template-columns: 40.375rem 51.375rem;
  align-items: center;
  gap: 5.125rem;
}
.is-reverse .feature-inner {
  top: 7.1875rem;
  grid-template-columns: 51.375rem 40.375rem;
  gap: 5.125rem;
}
.software-feature--spatial .feature-inner {
  top: 8.75rem;
}
.feature-copy {
  align-self: center;
  min-width: 0;
}
.feature-copy header {
  margin-bottom: 1.75rem;
}
.feature-title {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.feature-title h2 {
  margin: 0;
  background: linear-gradient(90deg, #115be5, #14a1b5);
  background-clip: text;
  color: transparent;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 3.75rem;
  line-height: 4.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.is-reverse .feature-title h2 {
  background-image: linear-gradient(90deg, #14a1b5, #0067fa);
}
.feature-title span {
  display: inline-flex;
  min-width: 7.7rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  border-radius: 0.625rem;
  color: #fff;
  background: var(--software-cyan);
  font-size: 1.375rem;
  line-height: 2.25rem;
  white-space: nowrap;
}
.is-reverse .feature-title span {
  background: var(--software-blue);
}
.feature-copy h3 {
  margin: 0.875rem 0 0;
  color: #1f2937;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.feature-copy > p {
  max-width: 40.375rem;
  margin: 0 0 2.5rem;
  color: #989b9f;
  font-size: 1.25rem;
  line-height: 2.25rem;
}
.feature-copy > p strong {
  color: var(--software-blue);
}
.feature-highlights {
  display: grid;
  align-items: start;
  margin: 2.8rem 0 3.3rem;
}
.feature-highlights--three {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.feature-highlights--four {
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
}
.feature-highlights article {
  position: relative;
  min-width: 0;
  min-height: 11.8rem;
  padding: 0 0.5rem;
  text-align: center;
}
.feature-highlights article:not(:last-child)::after {
  position: absolute;
  top: 1.25rem;
  right: -0.75rem;
  width: 1px;
  height: 9.5rem;
  content: "";
  background: #dce6f4;
}
.feature-highlights--four article:not(:last-child)::after {
  right: -0.15rem;
}
.feature-highlight-icon {
  position: relative;
  display: block;
  width: 5.1875rem;
  height: 5.1875rem;
  margin: 0 auto;
}
#feature-2 .feature-highlight-icon {
  width: 5.1875rem;
  height: 5.1875rem;
  flex: 0 0 5.1875rem;
}
.feature-highlight-icon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature-highlight-icon--composite > .feature-highlight-icon__base {
  position: absolute;
  inset: 0;
}
.feature-highlight-icon--composite > .feature-highlight-icon__glyph {
  position: absolute;
  z-index: 1;
  top: var(--glyph-top);
  left: var(--glyph-left);
  width: var(--glyph-width);
  height: var(--glyph-height);
  margin: 0;
  object-fit: fill;
}
.feature-highlight-icon__glyph--ai-toolchain {
  --glyph-top: 25.5%;
  --glyph-left: 25.5%;
  --glyph-width: 49%;
  --glyph-height: 49%;
}
.feature-highlight-icon__glyph--ai-feedback {
  --glyph-top: 20%;
  --glyph-left: 16.5%;
  --glyph-width: 67%;
  --glyph-height: 60%;
}
.feature-highlight-icon__glyph--ai-feedback-accent {
  --glyph-top: 50%;
  --glyph-left: 75%;
  --glyph-width: 14.5%;
  --glyph-height: 14.5%;
}
.feature-highlight-icon__glyph--ai-crossscreen {
  --glyph-top: 24%;
  --glyph-left: 24%;
  --glyph-width: 57%;
  --glyph-height: 41.5%;
}
.feature-highlight-icon__glyph--ai-crossscreen-accent {
  --glyph-top: 41%;
  --glyph-left: 18.5%;
  --glyph-width: 56%;
  --glyph-height: 38%;
}
.feature-highlight-icon__glyph--registration-precision,
.feature-highlight-icon__glyph--he-space {
  --glyph-top: 18%;
  --glyph-left: 18%;
  --glyph-width: 64%;
  --glyph-height: 64%;
}
.feature-highlight-icon__glyph--registration-large {
  --glyph-top: 23.5%;
  --glyph-left: 20%;
  --glyph-width: 60%;
  --glyph-height: 53%;
}
.feature-highlight-icon__glyph--segmentation-expert {
  --glyph-top: 18.7%;
  --glyph-left: 18.7%;
  --glyph-width: 62.6%;
  --glyph-height: 62.6%;
}
.feature-highlight-icon__glyph--segmentation-dense {
  --glyph-top: 15%;
  --glyph-left: 15%;
  --glyph-width: 70%;
  --glyph-height: 70%;
}
.feature-highlight-icon__glyph--analysis-reuse {
  --glyph-top: 16.25%;
  --glyph-left: 16.25%;
  --glyph-width: 67.5%;
  --glyph-height: 67.5%;
}
.feature-highlight-icon__glyph--analysis-layer {
  --glyph-top: 14%;
  --glyph-left: 14%;
  --glyph-width: 72%;
  --glyph-height: 72%;
}
.feature-highlights h4 {
  margin: 0.45rem 0;
  color: var(--software-blue);
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.feature-highlights h4 b {
  font-size: 1.75rem;
}
.feature-highlights small {
  display: block;
  color: var(--software-muted);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#feature-1 .feature-highlights article:nth-child(1) h4,
#feature-3 .feature-highlights article:not(:nth-child(3)) h4,
#feature-5 .feature-highlights article:nth-child(1) h4,
#feature-7 .feature-highlights article:nth-child(1) h4,
#feature-9 .feature-highlights article:nth-child(1) h4 {
  color: #0067fa;
}
#feature-1 .feature-highlights article:nth-child(2) h4 {
  color: #1590ef;
}
#feature-1 .feature-highlights article:nth-child(3) h4,
#feature-3 .feature-highlights article:nth-child(3) h4,
#feature-4 .feature-highlights article:nth-child(1) h4,
#feature-5 .feature-highlights article:nth-child(4) h4,
#feature-6 .feature-highlights article:nth-child(1) h4,
#feature-7 .feature-highlights article:nth-child(3) h4,
#feature-8 .feature-highlights article:nth-child(1) h4,
#feature-9 .feature-highlights article:nth-child(3) h4 {
  color: #14a1b5;
}
#feature-4 .feature-highlights article:nth-child(3) h4,
#feature-6 .feature-highlights article:nth-child(3) h4,
#feature-8 .feature-highlights article:nth-child(3) h4 {
  color: #0067fa;
}
#feature-4 .feature-highlights article:nth-child(2) h4,
#feature-6 .feature-highlights article:nth-child(2) h4,
#feature-8 .feature-highlights article:nth-child(2) h4 {
  color: transparent;
  background: linear-gradient(90deg, #14a1b5, #0067fa);
  background-clip: text;
  -webkit-background-clip: text;
}
#feature-5 .feature-highlights article:nth-child(2) h4 {
  color: transparent;
  background: linear-gradient(90deg, #0067fa, #1590ef);
  background-clip: text;
  -webkit-background-clip: text;
}
#feature-5 .feature-highlights article:nth-child(3) h4 {
  color: transparent;
  background: linear-gradient(90deg, #1590ef, #14a1b5);
  background-clip: text;
  -webkit-background-clip: text;
}
#feature-7 .feature-highlights article:nth-child(2) h4,
#feature-9 .feature-highlights article:nth-child(2) h4 {
  color: transparent;
  background: linear-gradient(90deg, #0067fa, #14a1b5);
  background-clip: text;
  -webkit-background-clip: text;
}
#feature-2 .feature-highlights h4 {
  color: #1f2937;
}
#feature-2 .feature-highlights article:nth-child(1) h4 b {
  color: #14a1b5;
}
#feature-2 .feature-highlights article:nth-child(2) h4 b,
#feature-2 .feature-highlights article:nth-child(3) h4 {
  color: transparent;
  background: linear-gradient(90deg, #14a1b5, #0067fa);
  background-clip: text;
  -webkit-background-clip: text;
}
#feature-2 .feature-highlights article:nth-child(4) h4 {
  color: #0067fa;
}
#feature-2 .feature-highlights article:nth-child(3) h4,
#feature-2 .feature-highlights article:nth-child(4) h4 {
  font-weight: 700;
}
#feature-5 .feature-highlights {
  gap: 1rem;
}
#feature-5 .feature-highlights article {
  overflow: visible;
  padding-right: 0;
  padding-left: 0;
}
#feature-5 .feature-highlights h4 {
  width: max-content;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(0.9rem, 1vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
#feature-2 .feature-highlights small strong,
#feature-2 .feature-highlights small span {
  display: block;
}
#feature-2 .feature-highlights small strong {
  margin-bottom: 0.15rem;
  color: #1f2937;
  font-size: 1.05rem;
  font-weight: 400;
}
#feature-3 .feature-highlights article:nth-child(n+4) small,
#feature-4 .feature-highlights small,
#feature-6 .feature-highlights small,
#feature-7 .feature-highlights small,
#feature-8 .feature-highlights small,
#feature-9 .feature-highlights small {
  text-align: left;
}
.demo-button {
  display: inline-flex;
  width: 18.75rem;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0;
  border: 0;
  border-radius: 1.875rem;
  color: #fff;
  background: linear-gradient(90deg, #0067fa, #14a1b5);
  box-shadow: 0 3px 3px rgba(9, 92, 215, 0.12);
  font-size: 1.25rem;
  line-height: 2.25rem;
  letter-spacing: 0.0625rem;
  cursor: pointer;
  transition: box-shadow 180ms ease, transform 180ms ease;
}
.demo-button:is(:hover, :focus-visible) {
  box-shadow: 0 0.65rem 1.5rem rgba(9, 92, 215, 0.24);
  transform: translateY(-0.15rem);
}
.demo-button:focus-visible {
  outline: 0.1875rem solid rgba(17, 91, 229, 0.28);
  outline-offset: 0.2rem;
}
.is-reverse .demo-button {
  background: linear-gradient(90deg, #14a1b5, #0067fa);
}
.demo-button img {
  width: 1.375rem;
  height: 1.375rem;
}
.feature-media {
  display: flex;
  min-width: 0;
  overflow: hidden;
  align-items: stretch;
  border: 0.625rem solid #fff;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(9, 92, 215, 0.2);
}
.feature-media > img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}
.software-feature:not(#feature-1) .feature-media {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.software-feature:not(#feature-1) .feature-media > img {
  overflow: hidden;
  border: 0.625rem solid #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 12px rgba(9, 92, 215, 0.2);
}
.feature-media:not(.feature-media--assistant) {
  height: 43.1875rem;
}
.is-reverse .feature-media {
  height: 44.5625rem;
}
.feature-media--assistant {
  height: 47.125rem;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.75rem);
}
.feature-media--assistant img:first-child {
  width: min(33.375rem, 64%);
  height: auto;
  box-sizing: border-box;
  border: 0.5rem solid #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 8px rgba(9, 92, 215, 0.12);
  object-fit: initial;
}
.feature-media--assistant img:last-child {
  width: min(17.4375rem, 32%);
  height: auto;
  box-sizing: border-box;
  align-self: center;
  border: 0.625rem solid #fff;
  border-radius: 1.25rem;
  box-shadow: 0 4px 6px rgba(9, 92, 215, 0.12);
  object-fit: initial;
}
.feature-media--split img {
  width: 50%;
  object-position: center;
}
.feature-media--discovery img:first-child {
  width: 56%;
}
.feature-media--discovery img:last-child {
  width: 44%;
}
.feature-slogan {
  display: flex;
  align-items: center;
  max-width: 37.75rem !important;
  margin: -1rem 0 2.3rem !important;
  padding: 0;
  border-radius: 2rem;
  color: var(--software-blue) !important;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 71, 175, 0.12);
  font-size: 1.35rem !important;
  white-space: nowrap;
}
.feature-slogan img {
  width: 3.875rem;
  height: 3.875rem;
  flex: 0 0 3.875rem;
}
.feature-slogan span {
  padding: 0.8rem 1.2rem 0.8rem 1.35rem;
}
.feature-progress {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 2.5rem;
  width: 8.1875rem;
  height: 35.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-1rem, -50%, 0);
  transition: opacity 200ms ease, transform 250ms ease;
}
.feature-progress.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0);
}
.feature-progress::before {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2px;
  height: 34.5rem;
  content: "";
  background: #cbd8e9;
}
.feature-progress li {
  position: relative;
  height: 4.3125rem;
  padding-right: 0;
  color: #1f2937;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}
.feature-progress a {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 2.9rem;
  color: inherit;
  cursor: pointer;
  transition: color 160ms ease;
}
.feature-progress a:is(:hover, :focus-visible) {
  color: var(--software-blue);
}
.feature-progress li.is-active a {
  color: var(--software-blue);
  font-weight: 600;
}
.feature-progress li::after {
  position: absolute;
  top: 0.15rem;
  right: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  content: "";
  background: #cfd6df;
}
.feature-progress li.is-complete::after,
.feature-progress li.is-active::after {
  background: #0e7cf6;
}
.feature-progress li.is-active::after {
  right: 0;
  width: 1.375rem;
  height: 1.375rem;
  border: 0.25rem solid #c8e3ff;
}
.feature-media--comparison {
  position: relative;
  isolation: isolate;
  overflow: hidden !important;
  border: 0.625rem solid #fff !important;
  border-radius: 1.25rem;
  background: #00151e !important;
  box-shadow: 0 4px 12px rgba(9, 92, 215, 0.2) !important;
  cursor: ew-resize;
  touch-action: pan-y;
  user-select: none;
}
.before-after__layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.before-after__layer--before {
  clip-path: inset(0 calc(100% - var(--scrub-position)) 0 0);
}
.before-after__layer img {
  position: absolute;
  top: 0;
  width: 200%;
  max-width: none;
  height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: fill;
  pointer-events: none;
}
.before-after__layer--before img {
  left: 0;
}
.before-after__layer--after {
  clip-path: inset(0 0 0 var(--scrub-position));
}
.before-after__layer--after img {
  right: 0;
}
.before-after__label {
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 20, 32, 0.62);
  backdrop-filter: blur(8px);
  font-size: 0.875rem;
  pointer-events: none;
}
.before-after__label--before {
  left: 1.25rem;
}
.before-after__label--after {
  right: 1.25rem;
}
.before-after__divider {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--scrub-position);
  width: 2px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.28);
  pointer-events: none;
}
.before-after__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(2.25rem, 3.4vw, 4rem);
  height: clamp(2.25rem, 3.4vw, 4rem);
  place-items: center;
  border: clamp(0.15rem, 0.18vw, 0.22rem) solid #fff;
  border-radius: 50%;
  color: #1d2939;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  font-size: clamp(1.1rem, 1.8vw, 2rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.8;
  transform: translate(-50%, -50%);
}
.before-after__range {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.before-after__hint {
  position: absolute;
  z-index: 4;
  bottom: 1rem;
  left: 50%;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 20, 32, 0.7);
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(0.5rem);
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  opacity: 0.88;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}
.before-after:is(:hover, :focus-within) .before-after__hint {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.before-after.is-user-controlled .before-after__hint {
  opacity: 0;
}
.before-after.is-demonstrating .before-after__handle {
  animation: comparison-handle-pulse 700ms ease-in-out infinite alternate;
}
@keyframes comparison-handle-pulse {
  from {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    box-shadow: 0 0.65rem 2rem rgba(0, 103, 250, 0.35);
    transform: translate(-50%, -50%) scale(1.07);
  }
}
.before-after--separate .before-after__layer img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#feature-7.software-feature .feature-media--discovery {
  height: auto;
  overflow: hidden;
  align-self: center;
  aspect-ratio: 1651 / 1353;
  border: 0.625rem solid #fff;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 4px 12px rgba(9, 92, 215, 0.2);
}
#feature-7.software-feature .feature-media--discovery > img {
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}
#feature-8 .feature-media > img,
#feature-9 .feature-media > img {
  height: auto;
  max-height: 100%;
  align-self: center;
  object-fit: contain;
}
#feature-4.software-feature .feature-media--tma {
  position: relative;
  height: auto;
  overflow: visible;
  align-self: center;
  aspect-ratio: 1742 / 1532;
  border: 0;
  background: transparent;
  box-shadow: none;
}
#feature-4.software-feature .feature-media--tma > img {
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}
.feature-media--analysis {
  position: relative;
  overflow: visible;
}
.tma-result-label {
  position: absolute;
  z-index: 2;
  top: 5.5%;
  right: auto;
  left: 4.5%;
  display: inline-flex;
  height: clamp(2rem, 2.1vw, 2.4375rem);
  align-items: center;
  gap: clamp(0.45rem, 0.7vw, 0.6875rem);
  padding: 0 clamp(0.7rem, 1vw, 0.9375rem);
  border-radius: 0.4375rem;
  color: #1f2937;
  background: #fff;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.12);
  font-size: clamp(0.75rem, 0.8vw, 0.875rem);
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
  white-space: nowrap;
}
.tma-result-label > img {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}

.site-footer__inner {
  width: min(calc(100% - 4rem), 96.625rem);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

body.is-video-modal-open {
  overflow: hidden;
}
.video-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 3rem);
  opacity: 0;
  transition: opacity 180ms ease;
}
.video-modal[hidden] {
  display: none;
}
.video-modal.is-open {
  opacity: 1;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 15%, rgba(20, 161, 181, 0.22), transparent 34%),
    rgba(5, 15, 35, 0.78);
  backdrop-filter: blur(0.65rem);
}
.video-modal__dialog {
  position: relative;
  width: min(100%, 68.75rem);
  max-height: calc(100vh - 2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  background: #f8fbff;
  box-shadow: 0 2rem 5rem rgba(0, 20, 56, 0.38);
  transform: translateY(1.2rem) scale(0.98);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}
.video-modal.is-open .video-modal__dialog {
  transform: translateY(0) scale(1);
}
.video-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 1.25rem 1rem 1.5rem;
  color: #172447;
}
.video-modal__eyebrow {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--software-blue);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
}
.video-modal__header h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.3;
}
.video-modal__close {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid #d9e5f4;
  border-radius: 50%;
  color: #172447;
  background: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(23, 36, 71, 0.1);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.video-modal__close:is(:hover, :focus-visible) {
  color: #fff;
  border-color: var(--software-blue);
  outline: none;
  background: var(--software-blue);
}
.video-modal__stage {
  position: relative;
  margin: 0 clamp(0.75rem, 2vw, 1.5rem);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: clamp(0.75rem, 1.6vw, 1.15rem);
  background:
    linear-gradient(135deg, rgba(0, 103, 250, 0.16), transparent 45%),
    #020916;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.video-modal__stage video {
  display: block;
  width: 100%;
  height: 100%;
  background: #020916;
  object-fit: contain;
}
.video-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.5rem 1.15rem;
  color: #7a8495;
  font-size: 0.82rem;
}
.video-modal__footer button {
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, var(--software-blue), var(--software-cyan));
  cursor: pointer;
}

@media (min-width: 1281px) {
  .feature-inner {
    column-gap: 5.125rem !important;
  }
  .feature-inner > .feature-copy {
    width: 40.375rem;
    flex: 0 0 40.375rem;
  }
  .feature-inner > .feature-media {
    width: 51.375rem;
    flex: 0 0 51.375rem;
  }
}
@media (min-width: 1751px) {
  .software-hero {
    height: clamp(50.125rem, 78svh, 58rem);
  }
  .software-hero::before {
    background-position: 60% 46%;
    transform: translate(-2.5%, -3%) scale(1.05);
  }
  .software-hero__copy {
    top: clamp(10rem, 18svh, 12.5rem);
  }
  .software-hero__copy h1 {
    font-size: clamp(3.75rem, 4vw, 4.75rem);
    letter-spacing: -0.1rem;
  }
  .software-hero__copy p {
    margin-top: 0.9rem;
    font-size: 1.75rem;
  }
  .software-hero__title-line {
    width: 8rem;
    margin-top: 1.45rem;
  }
  .software-hero__copy small {
    margin-top: 1.75rem;
    font-size: 1.0625rem;
    line-height: 1.9;
  }
  .feature-overview {
    bottom: clamp(4rem, 5.5svh, 5.5rem);
  }
}
.spatial-stats {
  position: absolute;
  right: 4.5%;
  bottom: 5rem;
  left: max(14rem, 15%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.25rem;
}
.spatial-stats article {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 1.875rem;
}
.spatial-stats article:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  width: 1px;
  height: 5rem;
  content: "";
  background: #e4e9f1;
  transform: translateY(-50%);
}
.spatial-stats img {
  width: 3.75rem;
  height: 3.75rem;
  flex: 0 0 3.75rem;
}
.spatial-stats span {
  min-width: 0;
  color: #1f2937;
  font-size: 1.375rem;
  line-height: 1.55;
}
.spatial-stats small {
  display: block;
  color: #81838d;
  font-size: 0.9375rem;
}

@media (max-width: 1750px) {
  .software-hero__copy {
    left: 8%;
  }
  .feature-overview {
    right: 3.5rem;
    left: 3.5rem;
  }
  .feature-inner,
  .is-reverse .feature-inner {
    left: 10rem;
    width: calc(100% - 13rem);
    grid-template-columns: minmax(30rem, 40.375rem) minmax(36rem, 1fr);
    gap: 4rem;
    column-gap: 4rem !important;
  }
  .feature-inner > .feature-copy,
  .feature-inner > .feature-media {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
  .feature-progress {
    left: 1rem;
  }
  .feature-title h2 {
    font-size: 3.25rem;
  }
  .feature-title span {
    font-size: 1.15rem;
  }
  .feature-highlights h4 {
    font-size: 1.05rem;
  }
  .feature-highlights small {
    font-size: 0.72rem;
  }
}
@media (max-width: 1280px) {
  .software-hero {
    height: auto;
    min-height: 51rem;
    padding: 5rem 0 4rem;
  }
  .software-hero__copy {
    position: relative;
    top: auto;
    left: auto;
    width: var(--container);
    margin: auto;
  }
  .software-hero__copy h1 {
    font-size: clamp(3.75rem, 4vw, 4.75rem);
  }
  .software-hero__copy p {
    font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  }
  .software-hero__copy small {
    margin-top: 2.5rem;
  }
  .software-hero__title-line {
    margin-top: 1rem;
  }
  .feature-overview {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% - 4rem);
    height: auto;
    margin: 15rem auto 0;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem 1rem;
  }
  .feature-overview a:first-child::after {
    display: none;
  }
  .software-feature,
  .software-feature--spatial {
    height: auto;
    min-height: 57rem;
    padding: 5rem 2rem;
  }
  .feature-progress {
    display: none;
  }
  .feature-inner,
  .is-reverse .feature-inner,
  .software-feature--spatial .feature-inner {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 70rem);
    margin: auto;
    grid-template-columns: 1fr 1.1fr;
    gap: 2.5rem;
    column-gap: 2.5rem !important;
  }
  .feature-inner > .feature-copy,
  .feature-inner > .feature-media {
    width: calc(50% - 1.25rem);
    flex: 0 0 calc(50% - 1.25rem);
  }
  .feature-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }
  .feature-title h2 {
    font-size: 2.8rem;
    line-height: 1.15;
  }
  .feature-title span {
    height: 2.35rem;
    font-size: 1.05rem;
  }
  .feature-copy h3 {
    font-size: 1.2rem;
  }
  .feature-copy > p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .feature-highlights {
    grid-template-columns: repeat(2, 1fr);
    margin: 2rem 0;
  }
  .feature-highlights article:not(:last-child)::after {
    display: none;
  }
  .feature-highlight-icon {
    width: 4rem;
    height: 4rem;
  }
  .feature-media,
  .feature-media:not(.feature-media--assistant),
  .is-reverse .feature-media {
    height: auto;
    aspect-ratio: 1.2;
  }
  .feature-media--assistant {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    aspect-ratio: auto;
  }
  .feature-media--assistant img:first-child,
  .feature-media--assistant img:last-child {
    width: 100%;
    height: auto;
  }
  .spatial-stats {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100%, 70rem);
    margin: 4rem auto 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .spatial-stats article:nth-child(2)::after {
    display: none;
  }
}
@media (min-width: 761px) and (max-width: 991px) {
  .feature-inner > .feature-copy,
  .feature-inner > .feature-media {
    width: 100%;
    flex-basis: auto;
  }
}
@media (max-width: 760px) {
  .software-hero {
    min-height: auto;
    padding: 3.5rem 0;
  }
  .software-hero__copy h1 {
    font-size: clamp(2.5rem, 10.5vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.05rem;
  }
  .software-hero__copy p {
    font-size: 1.05rem;
    line-height: 1.55;
    letter-spacing: 0;
  }
  .software-hero__copy small {
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.75;
  }
  .feature-overview {
    width: var(--container);
    margin: 8rem auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 0.5rem;
    padding: 1.5rem 0.5rem;
  }
  .feature-overview img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .feature-overview span {
    font-size: 0.85rem;
  }
  .feature-overview small {
    font-size: 0.68rem;
    white-space: normal;
  }
  .software-feature,
  .software-feature--spatial {
    padding: 4rem 1rem;
  }
  .feature-inner,
  .is-reverse .feature-inner,
  .software-feature--spatial .feature-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
    row-gap: 1.75rem !important;
    column-gap: 1.75rem !important;
  }
  .software-hero__title-line {
    width: 5.75rem;
    height: auto;
    margin-top: 0.85rem;
  }
  .site-footer__inner {
    width: calc(100% - 2rem);
  }
  .feature-inner > .feature-copy,
  .feature-inner > .feature-media {
    width: 100%;
    flex-basis: auto;
  }
  .feature-copy {
    display: contents;
  }
  .feature-copy header {
    order: 1;
    margin: 0;
  }
  .feature-media,
  .is-reverse .feature-media {
    order: 2;
    width: 100%;
  }
  .feature-copy > p {
    order: 3;
    margin: 0;
    overflow-wrap: anywhere;
  }
  .feature-highlights {
    order: 4;
  }
  .demo-button {
    order: 5;
  }
  .feature-title h2 {
    font-size: 2.2rem;
  }
  .feature-title span {
    min-width: 0;
    padding: 0 1rem;
  }
  .feature-copy h3 {
    font-size: 1.05rem;
    line-height: 1.6;
  }
  .feature-copy > p {
    font-size: 0.92rem;
    line-height: 1.75;
  }
  .feature-highlights,
  .feature-highlights--three,
  .feature-highlights--four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem 0.3rem;
    margin: 0.25rem 0 1rem;
  }
  .feature-highlights article {
    min-height: 7.25rem;
    padding: 0 0.15rem;
  }
  .feature-highlight-icon {
    width: 3.25rem;
    height: 3.25rem;
  }
  #feature-2 .feature-highlight-icon {
    width: 3rem;
    height: 3rem;
    margin: 0.125rem auto;
  }
  #feature-2 .feature-highlight-icon > img {
    object-fit: contain;
  }
  .feature-highlights h4 {
    margin: 0.25rem 0;
    font-size: 0.86rem;
    line-height: 1.35;
  }
  .feature-highlights h4 b {
    font-size: 1.05rem;
  }
  .feature-highlights small {
    font-size: 0.65rem;
    line-height: 1.35;
  }
  .demo-button {
    width: 15rem;
    height: 3.2rem;
    font-size: 1rem;
  }
  .feature-media,
  .feature-media:not(.feature-media--assistant),
  .is-reverse .feature-media {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
  }
  .feature-media {
    margin: 0;
  }
  .feature-media > img {
    height: auto;
    object-fit: contain;
  }
  .feature-media--comparison,
  .feature-media:not(.feature-media--assistant).feature-media--comparison {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 856 / 691;
  }
  .feature-media--assistant {
    display: grid;
    height: auto;
    min-height: 0;
    grid-template-columns: 1.6fr 1fr;
  }
  .feature-slogan {
    width: 94%;
    max-width: 100% !important;
    min-height: 0;
    margin: 0.15rem 0 0.9rem !important;
    border-radius: 1.25rem;
    font-size: clamp(0.6rem, 3vw, 0.8rem) !important;
    line-height: 1.4;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  .feature-slogan img {
    width: clamp(1.8rem, 9vw, 2.3rem);
    height: clamp(1.8rem, 9vw, 2.3rem);
    flex-basis: clamp(1.8rem, 9vw, 2.3rem);
  }
  .feature-slogan span {
    flex: 1 1 auto;
    padding: 0.45rem 0.65rem 0.45rem 0.75rem;
  }
  .spatial-stats {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem 0.75rem;
    margin-top: 2.5rem;
  }
  .spatial-stats article {
    display: grid;
    min-height: 6.5rem;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    align-content: start;
    align-items: start;
    gap: 0.55rem;
    padding: 0.7rem 0.45rem;
  }
  .spatial-stats article:not(:last-child)::after {
    display: none;
  }
  .spatial-stats img {
    width: 2.25rem;
    height: 2.25rem;
    flex-basis: 2.25rem;
  }
  .spatial-stats span {
    font-size: 0.78rem;
    line-height: 1.42;
    overflow-wrap: anywhere;
  }
  .spatial-stats small {
    margin-top: 0.2rem;
    font-size: 0.64rem;
    line-height: 1.45;
  }
  .before-after__hint {
    bottom: 0.65rem;
    padding: 0.4rem 0.7rem;
    font-size: 0.68rem;
  }
  .video-modal {
    padding: 0.5rem;
  }
  .video-modal__dialog {
    max-height: calc(100vh - 1rem);
    border-radius: 0.9rem;
  }
  .video-modal__header {
    padding: 0.8rem 0.8rem 0.7rem 1rem;
  }
  .video-modal__close {
    width: 2.4rem;
    height: 2.4rem;
  }
  .video-modal__stage {
    margin: 0 0.5rem;
    border-radius: 0.65rem;
  }
  .video-modal__footer {
    justify-content: flex-end;
    padding: 0.7rem 0.8rem 0.8rem;
  }
  .video-modal__footer > span {
    display: none;
  }
}
@media (max-width: 390px) {
  .feature-overview {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-highlights,
  .feature-highlights--three,
  .feature-highlights--four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .spatial-stats {
    gap: 0.8rem 0.45rem;
  }
  .spatial-stats article {
    min-height: 6.25rem;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.6rem 0.25rem;
  }
  .spatial-stats img {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }
  .spatial-stats span {
    font-size: 0.74rem;
  }
  .spatial-stats small {
    font-size: 0.61rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .video-modal,
  .video-modal__dialog,
  .demo-button,
  .before-after__hint {
    transition: none;
  }
  .before-after.is-demonstrating .before-after__handle {
    animation: none;
  }
}
