:root {
  --xp-blue: #488cfe;
  --xp-blue-on-light: #0f63ce;
  --xp-black: #090909;
  --xp-charcoal: #141414;
  --xp-panel: #1c1c1c;
  --xp-platinum: #ececec;
  --xp-white: #f7f7f5;
  --xp-ink: #101010;
  --xp-dark-border: rgba(255, 255, 255, 0.17);
  --xp-light-border: rgba(16, 16, 16, 0.2);
  --xp-gutter: clamp(32px, 8vw, 160px);
  --xp-section-space: clamp(112px, 10vw, 180px);
}

html {
  scroll-behavior: smooth;
}

body.xp-product-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--xp-white);
  color: var(--xp-ink);
}

body.xp-product-page *,
body.xp-product-page *::before,
body.xp-product-page *::after {
  box-sizing: border-box;
}

body.xp-product-page img {
  display: block;
  max-width: 100%;
}

.xp-product-main {
  width: 100%;
  overflow: clip;
}

.xp-shell {
  width: min(100%, 1800px);
  margin: 0 auto;
  padding-right: var(--xp-gutter);
  padding-left: var(--xp-gutter);
}

.xp-section {
  position: relative;
  isolation: isolate;
  padding: var(--xp-section-space) 0;
  overflow: clip;
  scroll-margin-top: 104px;
}

.xp-section--dark {
  background: var(--xp-charcoal);
  color: var(--xp-white);
}

.xp-section--black {
  background: var(--xp-black);
  color: var(--xp-white);
}

.xp-section--light {
  background: var(--xp-white);
  color: var(--xp-ink);
}

.xp-grid-surface::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(to right, currentColor 1px, transparent 1px),
    linear-gradient(to bottom, currentColor 1px, transparent 1px);
  background-position: var(--xp-gutter) top;
  background-size:
    var(--xperf-construct-grid-unit) var(--xperf-construct-grid-unit),
    var(--xperf-construct-grid-unit) var(--xperf-construct-grid-unit);
  content: "";
  opacity: 0.075;
  pointer-events: none;
}

.xp-grid-surface::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.08));
  content: "";
  pointer-events: none;
}

.xp-section--light.xp-grid-surface::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
}

.xp-section--constructive .xp-section__header {
  position: relative;
  padding-top: clamp(28px, 3vw, 48px);
}

.xp-section--constructive .xp-section__header::before,
.xp-section--constructive .xp-section__header::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.xp-section--constructive .xp-section__header::before {
  z-index: 1;
  width: clamp(88px, 14vw, 220px);
  height: 4px;
  background: var(--xp-blue);
}

.xp-section--constructive .xp-section__header::after {
  right: 0;
  height: 1px;
  background: var(--xp-dark-border);
}

.xp-section--light.xp-section--constructive .xp-section__header::before {
  background: var(--xp-blue-on-light);
}

.xp-section--light.xp-section--constructive .xp-section__header::after {
  background: var(--xp-light-border);
}

.xp-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: uppercase;
}

.xp-eyebrow__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--xp-blue);
}

.xp-section__header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 72px);
  margin-bottom: clamp(64px, 6vw, 110px);
}

.xp-section__header > .xp-eyebrow {
  grid-column: span 3;
  align-self: start;
  margin-top: 12px;
}

.xp-section__heading-group {
  grid-column: 4 / -1;
}

.xp-section__title {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1.08;
  text-wrap: balance;
  scroll-margin-top: 104px;
}

.xp-section__copy {
  max-width: 50ch;
  margin: 32px 0 0;
  color: rgba(247, 247, 245, 0.68);
  font-size: clamp(24px, 1.4vw, 28px);
  line-height: 1.55;
  text-wrap: pretty;
}

.xp-section--light .xp-section__copy {
  color: rgba(16, 16, 16, 0.76);
}

.xp-section--light .xp-metric-strip {
  border-color: var(--xp-light-border);
}

.xp-section--light .xp-metric + .xp-metric {
  border-left-color: var(--xp-light-border);
}

.xp-section--light .xp-metric__value {
  color: var(--xp-blue-on-light);
}

.xp-section--light .xp-metric__label {
  color: rgba(16, 16, 16, 0.76);
}

.xp-hero {
  min-height: calc(100svh - 88px);
  padding: clamp(128px, 10vw, 168px) 0 clamp(64px, 6vw, 96px);
  background: var(--xp-black);
  color: var(--xp-white);
}

.xp-hero__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: clamp(44px, 5vw, 96px);
}

.xp-hero > .xp-shell > .xp-eyebrow {
  margin-bottom: clamp(44px, 5vw, 80px);
}

.xp-hero__copy {
  position: relative;
  z-index: 2;
  grid-column: 1 / span 6;
  padding-bottom: 18px;
}

.xp-hero__kicker {
  max-width: 32ch;
  margin: 0 0 clamp(36px, 3vw, 52px);
  color: var(--xp-blue);
  font-size: clamp(24px, 1.5vw, 28px);
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.15;
  text-transform: uppercase;
}

.xp-hero__title {
  margin: 0;
  font-size: clamp(58px, 6.2vw, 96px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

body[data-product="clusterready"] .xp-hero__title,
body[data-product="clusterbeacon"] .xp-hero__title,
body[data-product="about"] .xp-hero__title,
body[data-product="contact"] .xp-hero__title {
  font-family: var(--xperf-heading-font) !important;
  font-size: clamp(3.125rem, 5.75vw, 6.875rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.132rem;
  line-height: 0.96 !important;
}

@media (min-width: 94.5rem) {
  body[data-product="clusterready"] .xp-hero__title,
  body[data-product="clusterbeacon"] .xp-hero__title,
  body[data-product="about"] .xp-hero__title,
  body[data-product="contact"] .xp-hero__title {
    letter-spacing: -0.24rem;
  }
}

@media (max-width: 420px) {
  body[data-product="clusterready"] .xp-hero__title,
  body[data-product="clusterbeacon"] .xp-hero__title,
  body[data-product="about"] .xp-hero__title,
  body[data-product="contact"] .xp-hero__title {
    font-size: 2.75rem !important;
  }
}

.xp-hero__lead {
  max-width: 31ch;
  margin: clamp(36px, 3vw, 52px) 0 0;
  color: rgba(247, 247, 245, 0.72);
  font-size: clamp(24px, 1.5vw, 28px);
  line-height: 1.5;
  text-wrap: pretty;
}

@media (min-width: 1024px) {
  body[data-product="clusterbeacon"] .xp-hero__title,
  body[data-product="clusterready"] .xp-hero__title {
    font-size: clamp(58px, 5.8vw, 90px);
  }
}

.xp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}

.xp-lifecycle-marquee {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 88px;
  align-items: center;
  border-top: 1px solid var(--xp-light-border);
  border-bottom: 1px solid var(--xp-light-border);
  background: var(--xp-white);
  color: var(--xp-ink);
  overflow: hidden;
}

.xp-lifecycle-marquee__track {
  display: flex;
  width: max-content;
  flex: 0 0 auto;
  will-change: transform;
}

.xp-lifecycle-marquee__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 44px;
  padding-right: 44px;
}

.xp-lifecycle-marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(24px, 1.75vw, 28px);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.xp-lifecycle-marquee__item strong {
  font-weight: 400;
}

.xp-lifecycle-marquee__item::after {
  width: 8px;
  height: 8px;
  margin-left: 30px;
  background: var(--xp-blue-on-light);
  content: "";
}

.xp-lifecycle-marquee__item.is-current {
  color: var(--xp-blue-on-light);
}

.xp-lifecycle-marquee__item.is-current strong {
  font-weight: 700;
}

.xp-lifecycle-marquee__stage {
  font-weight: 400;
}

.xp-lifecycle-marquee:hover .xp-lifecycle-marquee__track {
  will-change: auto;
}

.xp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 52px;
}

.xp-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 14px 18px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.xp-button::after {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.xp-button:hover,
.xp-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.xp-button--primary,
.xp-button--primary:link,
.xp-button--primary:visited {
  border-color: var(--xp-blue);
  background: var(--xp-blue);
  color: #050505 !important;
}

.xp-button--primary:hover,
.xp-button--primary:focus-visible {
  border-color: var(--xp-white);
  background: var(--xp-white);
  color: #050505 !important;
}

.xp-button--ghost:hover,
.xp-button--ghost:focus-visible {
  border-color: var(--xp-blue);
  background: var(--xp-blue);
  color: #050505;
}

.xp-hero__visual {
  position: relative;
  grid-column: 7 / -1;
  align-self: center;
  min-width: 0;
  transform: translate3d(0, var(--xp-parallax-y, 0), 0);
  will-change: transform;
}

.xp-hero--constructive .xp-hero__visual {
  isolation: isolate;
}

.xp-hero--constructive .xp-hero__visual::before {
  position: absolute;
  z-index: -1;
  inset: 10% -18px -20px 30%;
  background-color: rgba(72, 140, 254, 0.2);
  background-image: radial-gradient(
    circle,
    rgba(247, 247, 245, 0.42) 1px,
    transparent 1.5px
  );
  background-size: 8px 8px;
  content: "";
}

.xp-hero--constructive .xp-hero__visual::after {
  position: absolute;
  z-index: 3;
  top: -16px;
  right: 0;
  width: clamp(72px, 8vw, 132px);
  height: 4px;
  background: var(--xp-white);
  content: "";
}

.xp-hero__visual-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border: 1px solid var(--xp-dark-border);
  background:
    linear-gradient(135deg, rgba(72, 140, 254, 0.08), transparent 55%),
    #111;
  overflow: hidden;
}

.xp-hero__visual-frame::before,
.xp-hero__visual-frame::after {
  position: absolute;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-color: var(--xp-blue);
  content: "";
  pointer-events: none;
}

.xp-hero__visual-frame::before {
  top: 18px;
  left: 18px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.xp-hero__visual-frame::after {
  right: 18px;
  bottom: 18px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.xp-hero__visual-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.72) contrast(1.04);
  transform: scale(1.06);
}

.xp-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(92px, 9vw, 150px) 0 0;
  padding: 0;
  border-top: 1px solid var(--xp-dark-border);
  border-bottom: 1px solid var(--xp-dark-border);
  list-style: none;
}

.xp-metric {
  min-width: 0;
  padding: 38px clamp(26px, 3vw, 54px) 46px;
}

.xp-metric:first-child {
  padding-left: 0;
}

.xp-metric + .xp-metric {
  border-left: 1px solid var(--xp-dark-border);
}

.xp-metric__value {
  display: block;
  margin: 0 0 20px;
  color: var(--xp-blue);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.xp-metric__label {
  display: block;
  max-width: 26ch;
  margin: 0;
  color: rgba(247, 247, 245, 0.65);
  font-size: 24px;
  line-height: 1.45;
  text-wrap: pretty;
}

.xp-card-grid {
  display: grid;
  gap: clamp(28px, 2.6vw, 44px);
}

.xp-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.xp-card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.xp-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(34px, 3vw, 54px);
  border: 1px solid var(--xp-dark-border);
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.xp-section--light .xp-card {
  border-color: var(--xp-light-border);
  background: rgba(255, 255, 255, 0.62);
}

.xp-card:hover {
  border-color: var(--xp-blue);
  transform: translateY(-5px);
}

.xp-card__index {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding-left: 14px;
  border-left: 2px solid var(--xp-blue);
  background: transparent;
  color: rgba(247, 247, 245, 0.62);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.xp-card__body {
  max-width: 38ch;
  margin-top: clamp(48px, 4vw, 72px);
}

.xp-card__value {
  display: block;
  margin: 0 0 20px;
  color: var(--xp-blue);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.xp-card__title {
  margin: 0;
  font-size: clamp(26px, 1.65vw, 30px);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.2;
  text-wrap: balance;
}

.xp-card__copy {
  max-width: 34ch;
  margin: 20px 0 0;
  color: rgba(247, 247, 245, 0.64);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.48;
  text-wrap: pretty;
}

.xp-section--light .xp-card__copy {
  color: rgba(16, 16, 16, 0.76);
}

.xp-section--light .xp-card__index {
  border-left-color: var(--xp-blue-on-light);
  color: rgba(16, 16, 16, 0.58);
}

.xp-section--light .xp-card__value,
.xp-section--light .xp-step__number,
.xp-section--light .xp-list-panel__title {
  color: var(--xp-blue-on-light);
}

.xp-section--light .xp-eyebrow__dot,
.xp-section--light .xp-card li::before,
.xp-section--light .xp-list-panel li::before,
.xp-section--light .xp-compare__card li::before {
  background: var(--xp-blue-on-light);
}

.xp-section--light .xp-card:hover {
  border-color: var(--xp-blue-on-light);
}

.xp-section--light .xp-compare__card--accent li::before {
  background: #050505;
}

.xp-section--light .xp-button--primary:hover,
.xp-section--light .xp-button--primary:focus-visible {
  border-color: var(--xp-ink);
  background: var(--xp-ink);
  color: var(--xp-white);
}

.xp-card ul,
.xp-list-panel ul,
.xp-compare__card ul {
  display: grid;
  gap: 20px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.xp-card li,
.xp-list-panel li,
.xp-compare__card li {
  position: relative;
  padding-left: 22px;
  font-size: 24px;
  line-height: 1.48;
}

.xp-card li::before,
.xp-list-panel li::before,
.xp-compare__card li::before {
  position: absolute;
  top: 0.57em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--xp-blue);
  content: "";
}

.xp-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--xp-dark-border);
  border-bottom: 1px solid var(--xp-dark-border);
  list-style: none;
}

.xp-step {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  padding: 40px clamp(30px, 3vw, 54px) 52px;
}

.xp-step + .xp-step {
  border-left: 1px solid var(--xp-dark-border);
}

.xp-step__number {
  display: block;
  margin-bottom: auto;
  color: var(--xp-blue);
  font-size: 24px;
  font-weight: 400;
}

.xp-step__title {
  margin: 0;
  font-size: clamp(26px, 1.65vw, 30px);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.2;
  text-wrap: balance;
}

.xp-step__copy {
  max-width: 32ch;
  margin: 28px 0 0;
  color: rgba(247, 247, 245, 0.64);
  font-size: 24px;
  line-height: 1.52;
  text-wrap: pretty;
}

.xp-section--light .xp-steps {
  border-color: var(--xp-light-border);
}

.xp-section--light .xp-step + .xp-step {
  border-color: var(--xp-light-border);
}

.xp-section--light .xp-step__copy {
  color: rgba(16, 16, 16, 0.76);
}

.xp-workflow {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(32px, 4vw, 64px);
}

.xp-workflow-rail {
  position: sticky;
  top: 118px;
  align-self: start;
  padding: 24px 0 8px;
  border-top: 1px solid var(--xp-light-border);
  border-bottom: 1px solid var(--xp-light-border);
}

.xp-workflow-rail__eyebrow {
  margin: 0 0 24px;
  color: rgba(16, 16, 16, 0.58);
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.xp-workflow-rail__links {
  position: relative;
  display: grid;
}

.xp-workflow-rail__link {
  display: grid;
  min-height: 88px;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(16, 16, 16, 0.12);
  color: var(--xp-ink);
  font-size: 24px;
  line-height: 1.15;
  text-decoration: none;
  opacity: 0.34;
  transition:
    color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xp-workflow-rail__link:first-child {
  border-top: 0;
}

.xp-workflow-rail__number {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition:
    background-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xp-workflow-rail__text {
  font-weight: 400;
  text-wrap: balance;
}

.xp-workflow-rail__link.is-complete {
  opacity: 0.62;
}

.xp-workflow-rail__link.is-active {
  opacity: 1;
}

.xp-workflow-rail__link.is-active .xp-workflow-rail__number {
  background: var(--xp-blue);
  color: #050505;
  transform: translateX(5px);
}

.xp-workflow-rail__progress {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: rgba(16, 16, 16, 0.12);
  pointer-events: none;
}

.xp-workflow-rail__progress::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: var(--xp-workflow-progress, 0%);
  background: var(--xp-blue-on-light);
  content: "";
  transition: height 180ms linear;
}

.xp-workflow .xp-stage-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--xp-light-border);
  border-bottom: 1px solid var(--xp-light-border);
}

.xp-workflow .xp-stage-panels .xp-step {
  position: relative;
  display: grid;
  min-height: 190px;
  grid-template-columns: 60px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 24px;
  padding: 28px 32px;
  border: 0;
  border-bottom: 1px solid var(--xp-light-border);
  background: transparent;
  opacity: 0.42;
  scroll-margin-top: 118px;
  transition:
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xp-workflow .xp-stage-panels .xp-step + .xp-step {
  border-left: 0;
}

.xp-workflow .xp-stage-panels .xp-step:last-child {
  border-bottom: 0;
}

.xp-workflow .xp-stage-panels .xp-step::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  background: var(--xp-blue-on-light);
  content: "";
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xp-workflow .xp-stage-panels .xp-step.is-complete {
  opacity: 0.72;
}

.xp-workflow .xp-stage-panels .xp-step.is-active {
  background: linear-gradient(90deg, rgba(72, 140, 254, 0.08), transparent 72%);
  opacity: 1;
}

.xp-workflow .xp-stage-panels .xp-step.is-active::before {
  transform: scaleY(1);
}

.xp-workflow .xp-stage-panels .xp-step__number {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  margin: 0;
}

.xp-workflow .xp-stage-panels .xp-step__title {
  grid-column: 2;
  grid-row: 1;
  transition:
    opacity 360ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xp-workflow .xp-stage-panels .xp-step__copy {
  grid-column: 2;
  grid-row: 2;
  margin: 10px 0 0;
  transition:
    opacity 360ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xp-workflow .xp-stage-panels .xp-step:not(.is-active) .xp-step__copy {
  opacity: 0.58;
}

.xp-workflow .xp-stage-panels .xp-step.is-active :is(.xp-step__title, .xp-step__copy) {
  transform: translateX(6px);
}

.xp-workflow .xp-stage-panels .xp-step.is-active .xp-step__number {
  color: var(--xp-blue-on-light);
}

.xp-deployment-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: clamp(28px, 3vw, 52px);
}

.xp-schematic {
  position: relative;
  display: grid;
  min-height: 560px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  padding: clamp(28px, 4vw, 68px);
  border: 1px solid var(--xp-light-border);
  background:
    linear-gradient(to right, rgba(16, 16, 16, 0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(16, 16, 16, 0.07) 1px, transparent 1px),
    rgba(255, 255, 255, 0.58);
  background-size: 72px 72px;
}

.xp-card-grid + .xp-schematic {
  margin-top: 20px;
}

.xp-section--dark .xp-schematic,
.xp-section--black .xp-schematic {
  border-color: var(--xp-dark-border);
  background:
    linear-gradient(to right, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    rgba(255, 255, 255, 0.02);
  background-size: 72px 72px;
}

.xp-schematic__node {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 150px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 1px solid currentColor;
  background: var(--xp-white);
  color: var(--xp-ink);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.xp-schematic__node--accent {
  border-color: var(--xp-blue);
  background: var(--xp-blue);
}

.xp-schematic__arrow {
  position: absolute;
  top: 50%;
  left: 17%;
  width: 66%;
  height: 1px;
  background: var(--xp-blue);
}

.xp-schematic__arrow::before,
.xp-schematic__arrow::after {
  position: absolute;
  top: -5px;
  width: 11px;
  height: 11px;
  border-top: 1px solid var(--xp-blue);
  border-right: 1px solid var(--xp-blue);
  content: "";
  transform: rotate(45deg);
}

.xp-schematic__arrow::before {
  left: 48%;
}

.xp-schematic__arrow::after {
  right: 0;
}

.xp-deployment-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 2.6vw, 44px);
  border: 0;
  background: transparent;
}

.xp-deployment-copy .xp-card {
  min-height: 400px;
  border: 1px solid var(--xp-light-border);
  background: rgba(255, 255, 255, 0.62);
  color: var(--xp-ink);
  transform: none;
}

.xp-deployment-copy .xp-card__copy {
  color: rgba(16, 16, 16, 0.76);
}

.xp-list-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 2.6vw, 44px);
}

.xp-list-panel {
  min-height: 420px;
  padding: clamp(38px, 3.5vw, 60px);
  border: 1px solid var(--xp-dark-border);
  background: rgba(255, 255, 255, 0.025);
}

.xp-section--light .xp-list-panel {
  border-color: var(--xp-light-border);
  background: rgba(255, 255, 255, 0.64);
}

.xp-list-panel__title {
  margin: 0 0 52px;
  color: var(--xp-blue);
  font-size: clamp(26px, 1.8vw, 32px);
  font-weight: 400;
  line-height: 1.15;
}

.xp-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 52px);
}

.xp-compare__card {
  min-height: 520px;
  padding: clamp(42px, 4.5vw, 76px);
  border: 1px solid var(--xp-light-border);
  background: rgba(255, 255, 255, 0.64);
}

.xp-compare__card--accent {
  border-color: var(--xp-blue);
  background: var(--xp-blue);
}

.xp-compare__label {
  margin: 0 0 64px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.xp-compare__title {
  margin: 0;
  font-size: clamp(30px, 2.8vw, 44px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.xp-compare__summary {
  margin: 64px 0 0;
  padding-top: 32px;
  border-top: 1px solid currentColor;
  font-size: clamp(26px, 1.8vw, 32px);
  font-weight: 400;
  line-height: 1.3;
}

.xp-case-study {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
}

.xp-case-study__meta {
  position: sticky;
  top: 120px;
}

.xp-case-study__spec {
  margin: 32px 0 0;
  color: rgba(247, 247, 245, 0.64);
  font-size: 24px;
  line-height: 1.35;
}

.xp-case-study__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--xp-dark-border);
  border-left: 1px solid var(--xp-dark-border);
}

.xp-case-metric {
  min-height: 320px;
  padding: clamp(26px, 3vw, 46px);
  border-right: 1px solid var(--xp-dark-border);
  border-bottom: 1px solid var(--xp-dark-border);
}

.xp-case-metric__label,
.xp-case-metric__copy {
  font-size: 24px;
  line-height: 1.3;
}

.xp-case-metric__label {
  color: rgba(247, 247, 245, 0.58);
  text-transform: uppercase;
}

.xp-case-metric__value {
  display: block;
  margin: 68px 0 18px;
  color: var(--xp-blue);
  font-size: clamp(36px, 3.4vw, 54px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.86;
}

.xp-case-metric__copy {
  margin: 0;
  color: rgba(247, 247, 245, 0.68);
}

.xp-hardware {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 52px);
}

.xp-hardware__card {
  min-height: 340px;
  padding: clamp(42px, 4.5vw, 76px);
  border: 1px solid var(--xp-light-border);
  background: rgba(255, 255, 255, 0.64);
}

.xp-hardware__brand {
  display: block;
  margin-bottom: 88px;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.xp-hardware__models {
  margin: 0 0 16px;
  font-size: clamp(24px, 1.6vw, 28px);
  font-weight: 400;
  line-height: 1.3;
}

.xp-hardware__fabric {
  margin: 0;
  color: rgba(16, 16, 16, 0.74);
  font-size: 24px;
  line-height: 1.5;
}

.xp-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 52px);
}

.xp-download-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(40px, 4vw, 68px);
  border: 1px solid var(--xp-light-border);
  background: rgba(255, 255, 255, 0.64);
}

.xp-download-card__platform {
  margin: 0;
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 400;
  line-height: 1.12;
}

.xp-download-card__meta {
  margin: 26px 0 0;
  color: rgba(16, 16, 16, 0.74);
  font-size: 24px;
  line-height: 1.5;
}

.xp-download-card .xp-button {
  width: 100%;
  margin-top: 72px;
}

body.xp-product-page .xp-section--final-cta {
  padding: 0;
  background: var(--xp-blue);
  color: var(--xp-ink);
}

body.xp-product-page .xp-final-cta--stepped {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: clamp(56px, 7vw, 132px);
  padding: clamp(96px, 10vw, 180px) 0;
  text-align: left;
}

.xp-final-cta__heading {
  display: flex;
  grid-column: 3 / span 6;
  grid-row: 1;
  flex-direction: column;
  gap: clamp(24px, 2.2vw, 40px);
}

.xp-final-cta__content {
  display: flex;
  grid-column: 7 / span 4;
  grid-row: 2;
  flex-direction: column;
  gap: clamp(36px, 3vw, 52px);
}

.xp-final-cta__title {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
  scroll-margin-top: 104px;
}

body.xp-product-page .xp-section--final-cta .xp-eyebrow__dot {
  background: var(--xp-ink);
}

.xp-final-cta__copy {
  max-width: 34ch;
  margin: 0;
  color: rgba(16, 16, 16, 0.78);
  font-size: clamp(24px, 1.4vw, 28px);
  line-height: 1.5;
  text-wrap: pretty;
}

.xp-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px clamp(28px, 3vw, 52px);
}

body.xp-product-page .xp-final-cta--stepped .xp-button {
  min-width: 230px;
  margin: 0;
  border-color: var(--xp-white);
  background: var(--xp-white);
  color: var(--xp-ink);
}

body.xp-product-page .xp-final-cta--stepped .xp-button:hover,
body.xp-product-page .xp-final-cta--stepped .xp-button:focus-visible {
  border-color: var(--xp-ink);
  background: var(--xp-ink);
  color: var(--xp-white);
}

.xp-final-cta__link {
  padding: 9px 0;
  border-bottom: 2px solid currentColor;
  color: var(--xp-ink);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 180ms ease;
}

.xp-final-cta__link:hover,
.xp-final-cta__link:focus-visible {
  opacity: 0.56;
  outline: none;
}

.xp-final-cta__link:focus-visible {
  outline: 3px solid var(--xp-ink);
  outline-offset: 6px;
}

.xp-final-cta__pattern {
  width: 100%;
  height: 61px;
  background-color: var(--xp-black);
  background-image: url("/images/pattern-black-neon.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 61px;
}

.xp-button:focus-visible {
  outline: 3px solid var(--xp-blue-on-light);
  outline-offset: 4px;
}

.xp-section--dark .xp-button:focus-visible,
.xp-section--black .xp-button:focus-visible,
.xp-hero .xp-button:focus-visible {
  outline-color: var(--xp-blue);
}

.xp-motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.xp-motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.xp-motion-ready [data-reveal][data-parallax] {
  transform: translate3d(
    0,
    calc(var(--xp-parallax-y, 0px) + 18px),
    0
  );
}

.xp-motion-ready [data-reveal][data-parallax].is-visible {
  transform: translate3d(0, var(--xp-parallax-y, 0px), 0);
}

html.xp-title-wipe-motion [data-hero-title-wipe] {
  opacity: 0;
}

html.xp-title-wipe-motion [data-hero-title-wipe].is-title-wipe-ready {
  opacity: 1;
}

.xp-title-wipe__measure {
  display: inline-block;
  white-space: nowrap;
}

.xp-title-wipe__line-wrapper {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  min-height: 1.1em;
  margin-top: -0.1em;
  padding-bottom: 0.15em;
  overflow: hidden;
}

.xp-title-wipe__line-wrapper:first-child {
  margin-top: 0;
}

.xp-hero__title .xp-title-wipe__line-wrapper {
  max-width: none;
}

.xp-title-wipe__line {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  opacity: 0;
}

.xp-title-wipe__bar {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  background: var(--xp-blue);
  transform: translate3d(-102%, 0, 0);
}

[data-hero-title-wipe].is-title-wipe-revealed .xp-title-wipe__bar {
  animation: xp-title-wipe-bar 2s both;
}

[data-hero-title-wipe].is-title-wipe-revealed .xp-title-wipe__line {
  animation: xp-title-wipe-text 2s both;
}

@keyframes xp-title-wipe-bar {
  0% {
    transform: translate3d(-102%, 0, 0);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }

  50% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
  }

  100% {
    transform: translate3d(102%, 0, 0);
  }
}

@keyframes xp-title-wipe-text {
  0%,
  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

[data-scramble] {
  position: relative;
}

[data-scramble].xp-scramble-lock-single-line {
  white-space: nowrap;
}

.xp-scramble-word {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  white-space: nowrap;
}

.xp-scramble-word__anchor {
  visibility: hidden;
}

.xp-scramble-word__overlay {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
  white-space: nowrap;
}

@keyframes xp-stagger-reveal {
  from {
    opacity: 0;
    translate: 0 20px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

.xp-motion-ready :is(
    .xp-card-grid,
    .xp-metric-strip,
    .xp-list-columns,
    .xp-compare,
    .xp-hardware,
    .xp-download-grid,
    .xp-deployment-copy
  )[data-reveal] > * {
  opacity: 0;
  translate: 0 20px;
}

.xp-motion-ready :is(
    .xp-card-grid,
    .xp-metric-strip,
    .xp-list-columns,
    .xp-compare,
    .xp-hardware,
    .xp-download-grid,
    .xp-deployment-copy
  )[data-reveal].is-visible > * {
  animation: xp-stagger-reveal 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.xp-motion-ready :is(
    .xp-card-grid,
    .xp-metric-strip,
    .xp-list-columns,
    .xp-compare,
    .xp-hardware,
    .xp-download-grid,
    .xp-deployment-copy
  )[data-reveal].is-visible > :nth-child(2) {
  animation-delay: 80ms;
}

.xp-motion-ready :is(
    .xp-card-grid,
    .xp-metric-strip,
    .xp-list-columns,
    .xp-compare,
    .xp-hardware,
    .xp-download-grid,
    .xp-deployment-copy
  )[data-reveal].is-visible > :nth-child(3) {
  animation-delay: 160ms;
}

.xp-motion-ready :is(
    .xp-card-grid,
    .xp-metric-strip,
    .xp-list-columns,
    .xp-compare,
    .xp-hardware,
    .xp-download-grid,
    .xp-deployment-copy
  )[data-reveal].is-visible > :nth-child(4) {
  animation-delay: 240ms;
}

@media (max-width: 1599px) {
  .xp-card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1599px) {
  .xp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xp-step:nth-child(3) {
    border-left: 0;
  }

  .xp-step:nth-child(n + 3) {
    border-top: 1px solid var(--xp-dark-border);
  }

  .xp-section--light .xp-step:nth-child(n + 3) {
    border-color: var(--xp-light-border);
  }
}

@media (max-width: 1319px) {
  .xp-card-grid--3,
  .xp-list-columns,
  .xp-deployment-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xp-card-grid--3 > .xp-card:last-child:nth-child(odd),
  .xp-list-columns > .xp-list-panel:last-child:nth-child(odd),
  .xp-deployment-copy > .xp-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .xp-card-grid--3 > .xp-card:last-child:nth-child(odd) .xp-card__body,
  .xp-deployment-copy > .xp-card:last-child:nth-child(odd) .xp-card__body {
    max-width: 48ch;
  }

  .xp-card-grid--3 > .xp-card:last-child:nth-child(odd),
  .xp-deployment-copy > .xp-card:last-child:nth-child(odd) {
    min-height: 380px;
  }

  .xp-list-columns > .xp-list-panel:last-child:nth-child(odd) {
    min-height: 460px;
  }
}

@media (max-width: 1180px) {
  .xp-section__header {
    grid-template-columns: 1fr;
  }

  .xp-section__header > .xp-eyebrow,
  .xp-section__heading-group {
    grid-column: auto;
  }

  .xp-section__header > .xp-eyebrow {
    margin: 0 0 28px;
  }

  .xp-hero__copy {
    grid-column: 1 / span 6;
  }

  .xp-hero__visual {
    grid-column: 7 / -1;
  }

  .xp-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xp-download-grid > .xp-download-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1023px) {
  body.xp-product-page .xp-final-cta--stepped {
    grid-template-columns: 1fr;
    row-gap: 56px;
    padding: clamp(88px, 14vw, 128px) 0;
  }

  .xp-final-cta__heading,
  .xp-final-cta__content {
    grid-column: 1;
    grid-row: auto;
  }

  .xp-final-cta__content {
    max-width: 680px;
  }

  .xp-hero {
    min-height: calc(100svh - 88px);
  }

  .xp-hero__inner {
    grid-template-columns: 1fr;
  }

  .xp-hero__copy,
  .xp-hero__visual {
    grid-column: auto;
  }

  .xp-hero__visual {
    margin-top: 80px;
  }

  .xp-case-study {
    grid-template-columns: 1fr;
  }

  .xp-case-study__meta {
    position: static;
  }

  .xp-workflow {
    grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
    gap: 28px;
  }

  .xp-workflow-rail {
    top: 96px;
  }

  .xp-workflow .xp-stage-panels .xp-step,
  .xp-workflow .xp-stage-panels .xp-step.is-complete,
  .xp-workflow .xp-stage-panels .xp-step.is-active {
    min-height: 168px;
  }
}

@media (max-width: 980px) {
  .xp-compare,
  .xp-hardware {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .xp-metric-strip {
    grid-template-columns: 1fr;
  }

  .xp-metric {
    padding-left: 0;
  }

  .xp-metric + .xp-metric {
    border-top: 1px solid var(--xp-dark-border);
    border-left: 0;
  }

  .xp-section--light .xp-metric + .xp-metric {
    border-color: var(--xp-light-border);
  }
}

@media (max-width: 819px) {
  .xp-card-grid--3,
  .xp-card-grid--4,
  .xp-list-columns,
  .xp-steps,
  .xp-download-grid,
  .xp-deployment-copy {
    grid-template-columns: 1fr;
  }

  .xp-card-grid--3 > .xp-card:last-child:nth-child(odd),
  .xp-list-columns > .xp-list-panel:last-child:nth-child(odd),
  .xp-deployment-copy > .xp-card:last-child:nth-child(odd),
  .xp-download-grid > .xp-download-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .xp-card,
  .xp-deployment-copy .xp-card,
  .xp-compare__card,
  .xp-hardware__card,
  .xp-download-card {
    min-height: auto;
  }

  .xp-step + .xp-step,
  .xp-step:nth-child(3) {
    border-top: 1px solid var(--xp-dark-border);
    border-left: 0;
  }

  .xp-section--light .xp-step + .xp-step,
  .xp-section--light .xp-step:nth-child(3) {
    border-color: var(--xp-light-border);
  }

  .xp-list-panel {
    min-height: auto;
  }

  .xp-workflow {
    display: block;
  }

  .xp-workflow-rail {
    display: none;
  }

  .xp-workflow .xp-stage-panels .xp-step,
  .xp-workflow .xp-stage-panels .xp-step.is-complete,
  .xp-workflow .xp-stage-panels .xp-step.is-active {
    min-height: auto;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
    padding: 28px 22px;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 760px) {
  :root {
    --xp-gutter: 28px;
    --xp-section-space: 100px;
  }

  .xp-hero {
    min-height: calc(100svh - 78px);
    padding-top: 122px;
  }

  .xp-hero__title {
    font-size: clamp(40px, 10vw, 60px);
    line-height: 0.94;
    hyphens: auto;
    overflow-wrap: normal;
  }

  .xp-section__title {
    font-size: clamp(32px, 8vw, 46px);
    hyphens: auto;
    line-height: 1.08;
    overflow-wrap: normal;
  }

  .xp-final-cta__title {
    font-size: clamp(38px, 9vw, 56px);
    hyphens: auto;
    overflow-wrap: normal;
  }

  .xp-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .xp-final-cta__link {
    width: fit-content;
  }

  .xp-button {
    width: 100%;
    max-width: 100%;
    gap: 14px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .xp-hero__visual-frame {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .xp-lifecycle-marquee {
    min-height: 78px;
  }

  .xp-lifecycle-marquee__group {
    gap: 30px;
    padding-right: 30px;
  }

  .xp-lifecycle-marquee__item::after {
    margin-left: 16px;
  }

  .xp-case-study__metrics,
  .xp-compare,
  .xp-hardware {
    grid-template-columns: 1fr;
  }

  .xp-step {
    min-height: 220px;
  }

  .xp-workflow .xp-stage-panels .xp-step,
  .xp-workflow .xp-stage-panels .xp-step.is-active,
  .xp-workflow .xp-stage-panels .xp-step.is-complete {
    min-height: auto;
  }

  .xp-schematic {
    min-height: 720px;
    grid-template-columns: 1fr;
  }

  .xp-schematic__arrow {
    top: 13%;
    bottom: 13%;
    left: 50%;
    width: 1px;
    height: 74%;
  }

  .xp-schematic__arrow::before,
  .xp-schematic__arrow::after {
    top: auto;
    left: -5px;
    transform: rotate(135deg);
  }

  .xp-schematic__arrow::before {
    top: 48%;
  }

  .xp-schematic__arrow::after {
    right: auto;
    bottom: 0;
  }

  .xp-compare__card,
  .xp-list-panel {
    min-height: auto;
  }

  .xp-final-cta {
    min-height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .xp-motion-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html.xp-title-wipe-motion [data-hero-title-wipe],
  html.xp-title-wipe-motion [data-hero-title-wipe].is-title-wipe-ready,
  .xp-title-wipe__line {
    opacity: 1;
  }

  .xp-title-wipe__line,
  .xp-title-wipe__bar {
    animation: none !important;
  }

  .xp-title-wipe__bar {
    display: none;
  }

  .xp-hero__visual {
    transform: none !important;
  }

  .xp-lifecycle-marquee__track {
    transform: none !important;
    will-change: auto;
  }

  .xp-workflow .xp-stage-panels .xp-step,
  .xp-workflow .xp-stage-panels .xp-step.is-complete,
  .xp-workflow .xp-stage-panels .xp-step.is-active {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .xp-workflow-rail__progress::after {
    transition: none;
  }

  .xp-motion-ready :is(
      .xp-card-grid,
      .xp-metric-strip,
      .xp-list-columns,
      .xp-compare,
      .xp-hardware,
      .xp-download-grid,
      .xp-deployment-copy
    )[data-reveal] > * {
    animation: none;
    opacity: 1;
    translate: none;
  }
}

@media (max-width: 820px) {
  .xp-section--constructive .xp-section__header {
    padding-top: 28px;
  }

  .xp-section--constructive .xp-section__header::before {
    width: clamp(64px, 22vw, 96px);
  }

  .xp-hero--constructive .xp-hero__visual::before {
    inset: auto 0 -10px 0;
    height: 6px;
    background-image: none;
  }

  .xp-hero--constructive .xp-hero__visual::after {
    top: -10px;
    width: 64px;
  }
}
