@font-face {
  font-family: "GC Nordix Web";
  src: url("/fonts/GCNordixDemo-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "GC Nordix Web";
  src: url("/fonts/GCNordixDemo-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "GC Nordix Web";
  src: url("/fonts/GCNordixDemo-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "GC Nordix Web";
  src: url("/fonts/GCNordixDemo-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "XPerf DIN";
  src: url("/fonts/D-DIN-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "XPerf Fragment Mono";
  src: url("/_next/static/media/FragmentMono_Regular-s.p.15d1vbhko0rx-.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "XPerf DIN";
  src: url("/fonts/D-DIN-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "XPerf DIN";
  src: url("/fonts/D-DIN-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --xperf-nav-accent: #488cfe;
  --xperf-nav-bg: #050505;
  --xperf-nav-border: rgba(255, 255, 255, 0.16);
  --xperf-nav-muted: #ffffff;
  --xperf-nav-font: "XPerf DIN", "DIN", "DIN Alternate", sans-serif;
  --xperf-heading-font: "GC Nordix Web", "XPerf DIN", "DIN", "DIN Alternate", sans-serif;
  --xperf-mono-font: "XPerf Fragment Mono", ui-monospace, monospace;
  --xperf-nav-label-size: 20px;
  --xperf-nav-label-tracking: 0.02em;
  --xperf-page-gutter: clamp(28px, 7vw, 136px);
  --xperf-construct-grid-unit: clamp(72px, 7vw, 120px);
  --xperf-construct-compass-size: clamp(240px, 30vw, 540px);
  --xperf-construct-line-dark: rgba(247, 247, 245, 0.12);
  --xperf-construct-line-light: rgba(20, 20, 20, 0.18);
  --xperf-construct-grid-dark: rgba(247, 247, 245, 0.07);
  --xperf-construct-grid-light: rgba(20, 20, 20, 0.055);
}

html,
body,
body *,
body *::before,
body *::after {
  font-family: "XPerf DIN", "DIN", "DIN Alternate", sans-serif !important;
}

:is(h1, h2, h3, h4, h5, h6),
:is(h1, h2, h3, h4, h5, h6) *,
.xperf-featured__trigger,
.xperf-section-eyebrow__text,
.xperf-value-heading,
.xperf-overview-block-title,
.xperf-top-metrics__title,
.xperf-footer__heading,
.xperf-footer__statement,
.xperf-nav__card-title,
.xperf-nav__mobile-heading {
  font-family: var(--xperf-heading-font) !important;
  font-synthesis: none;
}

.xp-hardware__models,
.xp-hardware__models * {
  font-family: var(--xperf-nav-font) !important;
  font-synthesis: none;
}

/* GPU model names use the DIN Bold cut instead of the display face so every
   letter and numeral carries one consistent technical weight. */
.xperf-hardware-model,
.xperf-hardware-model * {
  font-family: var(--xperf-nav-font) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-synthesis: none;
}

/* The source component replaces the active hardware row after a click. Match
   the four real model rows structurally as well, so the replacement heading
   cannot fall back to the display face while its class is being restored. */
section[data-module="list-image-scroll"]
  .item-group
  > .item:nth-child(-n + 4)
  h3,
section[data-module="list-image-scroll"]
  .item-group
  > .item:nth-child(-n + 4)
  h3 * {
  font-family: var(--xperf-nav-font) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-synthesis: none !important;
  font-variation-settings: "wght" 700 !important;
}

.p-custom {
  padding-right: var(--xperf-page-gutter) !important;
  padding-left: var(--xperf-page-gutter) !important;
}

@media (min-width: 1024px) {
  .p-custom.lg\:p-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

section[data-module="list-metric"] ul.lg\:grid-custom {
  padding-right: clamp(32px, 3vw, 56px) !important;
  padding-left: clamp(32px, 3vw, 56px) !important;
}

h1.typef-heading-48-120,
h1.typef-heading-48-120 * {
  font-family: var(--xperf-heading-font) !important;
  font-weight: 600 !important;
}

h1.typef-heading-48-120 {
  font-size: clamp(3.125rem, 5.75vw, 6.875rem) !important;
  line-height: 0.96 !important;
}

/* Full-screen route curtain copied from the main-site BrandTransition.
   One absolute timeline lets the static replica resume the same animation
   after a hard page load without exposing the document between routes. */
.xperf-page-curtain {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background: #000;
  pointer-events: none;
  transform: translate3d(0, 100%, 0);
  will-change: transform, border-radius, background-color;
  animation: xperf-page-curtain-sequence 2060ms linear both;
  animation-delay: var(--xperf-page-curtain-delay, 0ms);
}

.xperf-page-curtain__logo {
  display: block;
  width: min(40vw, 140px);
  height: auto;
  opacity: 0;
  filter: brightness(0) invert(1);
  pointer-events: none;
  transform: translate3d(0, 8px, 0) scale(0.92);
  user-select: none;
  will-change: opacity, transform;
  animation: xperf-page-curtain-logo-sequence 2060ms linear both;
  animation-delay: var(--xperf-page-curtain-delay, 0ms);
}

/* The 333 replica uses full document navigation. This first-paint bridge is
   set synchronously in <head>, so the destination document can never flash
   before the continued main-site curtain is mounted. */
html.xperf-page-curtain-pending::before,
html.xperf-page-curtain-pending::after {
  position: fixed;
  z-index: 2199;
  pointer-events: none;
  content: "";
}

html.xperf-page-curtain-pending::before {
  inset: 0;
  overflow: hidden;
  border-radius: 0;
  background: #000;
  transform: translate3d(0, 100%, 0);
  will-change: transform, border-radius, background-color;
  animation: xperf-page-curtain-sequence 2060ms linear both;
  animation-delay: var(--xperf-page-curtain-delay, 0ms);
}

html.xperf-page-curtain-pending::after {
  inset: 0;
  height: auto;
  margin: auto;
  width: min(40vw, 140px);
  aspect-ratio: 828 / 919;
  background: url("/xperf.png") center / contain no-repeat;
  opacity: 0;
  filter: brightness(0) invert(1);
  transform: translate3d(0, 8px, 0) scale(0.92);
  will-change: opacity, transform;
  animation: xperf-page-curtain-logo-sequence 2060ms linear both;
  animation-delay: var(--xperf-page-curtain-delay, 0ms);
}

@keyframes xperf-page-curtain-sequence {
  0% {
    border-radius: 0;
    background-color: #000;
    transform: translate3d(0, 100%, 0);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  29.1262% {
    border-radius: 0;
    background-color: #000;
    transform: translate3d(0, 0, 0);
    animation-timing-function: ease-in-out;
  }
  67.9612% {
    border-radius: 0;
    background-color: #000;
    transform: translate3d(0, 0, 0);
  }
  70.8738% {
    border-radius: 0;
    background-color: #000;
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  100% {
    border-radius: 0;
    background-color: #000;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes xperf-page-curtain-logo-sequence {
  0%,
  14.5631% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.92);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  33.9806%,
  53.3981% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  66.0194%,
  70.8738% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.92);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  83.4951%,
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.92);
  }
}

section[data-module="hero-primary"]
  h1.typef-heading-48-120
  > div.hidden.lg\:block {
  display: none !important;
}

section[data-module="hero-primary"]
  h1.typef-heading-48-120
  > span.lg\:hidden {
  display: block !important;
}

@media (max-width: 420px) {
  h1.typef-heading-48-120 {
    font-size: 2.75rem !important;
  }
}

.xperf-featured {
  width: 100%;
  min-width: 0;
  padding-right: var(--xperf-page-gutter);
  padding-left: var(--xperf-page-gutter);
  overflow: visible;
}

.xperf-featured__label {
  margin: 0;
  padding: 0 0 16px;
  color: #b3b3b3;
  font-family: var(--xperf-mono-font) !important;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.xperf-featured__list {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #414141;
  list-style: none;
}

.xperf-featured__item {
  position: relative;
  min-width: 0;
  padding: 0;
}

.xperf-featured__item + .xperf-featured__item {
  border-top: 1px solid #414141;
}

.xperf-featured__trigger {
  display: flex;
  width: 100%;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 0;
  background: transparent;
  color: #fafafa;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  transition:
    background-color 220ms ease,
    color 220ms ease;
}

.xperf-featured__trigger:hover,
.xperf-featured__trigger:focus-visible,
.xperf-featured__item:hover .xperf-featured__trigger,
.xperf-featured__item:focus-within .xperf-featured__trigger,
.xperf-featured__item[data-open="true"] .xperf-featured__trigger {
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  outline: none;
}

.xperf-featured__indicator {
  flex: none;
  color: #488cfe;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms ease;
}

.xperf-featured__item:hover .xperf-featured__indicator,
.xperf-featured__item:focus-within .xperf-featured__indicator,
.xperf-featured__item[data-open="true"] .xperf-featured__indicator {
  transform: rotate(45deg);
}

.xperf-featured__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  pointer-events: none;
  transition:
    grid-template-rows 280ms ease,
    opacity 180ms ease;
  visibility: hidden;
}

.xperf-featured__panel-inner {
  min-height: 0;
  overflow: hidden;
}

.xperf-featured__panel-content {
  padding: 0 20px 22px;
}

.xperf-featured__item:hover .xperf-featured__panel,
.xperf-featured__item:focus-within .xperf-featured__panel,
.xperf-featured__item[data-open="true"] .xperf-featured__panel {
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.xperf-featured__copy {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 24px;
  line-height: 1.3;
}

.xperf-featured__link,
.xperf-featured__status {
  display: inline-block;
  color: #488cfe;
  font-size: 24px;
  line-height: 1.25;
  text-decoration: none;
  text-transform: uppercase;
}

.xperf-featured__link:hover,
.xperf-featured__link:focus-visible {
  color: #fff;
  outline: none;
}

@media (min-width: 768px) {
  .xperf-featured {
    width: 88%;
    margin-left: auto;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .xperf-featured {
    padding-right: 0;
    padding-left: 0;
  }
}

section[data-module="image-text-timeline"] .xperf-how-it-works__visual,
section[data-module="image-text-timeline"]
  img[src*="xperf-clusterready-dashboard"],
section[data-module="image-text-timeline"]
  img[src*="xperf-clusterbeacon-dashboard"],
section[data-module="image-text-timeline"]
  img[src*="xperf-clustermarshal-project"] {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  background-color: #202020 !important;
  background-image: none !important;
}

section[data-module="image-text-timeline"]
  .xperf-how-it-works__visual[data-xperf-how-it-works-stage="clustermarshal"],
section[data-module="image-text-timeline"]
  img[src*="xperf-clustermarshal-project"] {
  background-color: #0e0e0e !important;
}

section[data-module="image-text-timeline"]
  .xperf-how-it-works__visual-frame {
  width: min(100%, 680px) !important;
  height: auto !important;
  aspect-ratio: auto !important;
  overflow: visible !important;
  background: #202020 !important;
}

section[data-module="image-text-timeline"]
  .xperf-how-it-works__visual-inner {
  width: 100% !important;
  height: auto !important;
}

section[data-module="image-text-timeline"]
  .xperf-how-it-works__visual-stack {
  width: min(100%, 680px) !important;
  max-width: 680px !important;
  justify-self: center !important;
  background: #202020 !important;
}

section[data-module="image-text-timeline"]
  .xperf-how-it-works__visual-stack
  > [class*="col-span-1"] {
  width: 100% !important;
}

section[data-module="image-text-timeline"]
  .xperf-how-it-works__visual[data-xperf-how-it-works-stage="clusterready"],
section[data-module="image-text-timeline"]
  .xperf-how-it-works__visual[data-xperf-how-it-works-stage="clusterbeacon"] {
  background-color: #202020 !important;
  transform: none !important;
}

section[data-module="image-text-timeline"]
  .xperf-how-it-works__visual-frame:has(
    .xperf-how-it-works__visual[data-xperf-how-it-works-stage="clustermarshal"]
  ) {
  background: #0e0e0e !important;
}

section[data-module="image-text-timeline"] h3.xperf-min-font {
  letter-spacing: -0.02em !important;
}

.xperf-supported-hardware-tabs {
  display: grid !important;
  width: min(100%, 440px) !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.xperf-supported-hardware-tabs > button {
  width: 100% !important;
}

section[data-module="list-image-scroll"] .type-mono-1240,
section[data-module="list-image-scroll"] .item p {
  font-size: 24px !important;
  line-height: 32px !important;
}

.xperf-supported-hardware-tabs__legacy-indicator {
  display: none !important;
}

section[data-module="card-collapsible"] h3.type-heading-1630 {
  font-size: clamp(24px, 1.45vw, 28px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.08 !important;
}

section[data-module="card-collapsible"] h3.type-heading-2430 {
  font-size: clamp(36px, 2.3vw, 44px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.04 !important;
}

section[data-module="card-collapsible"] .inline-flex.bg-neon,
section[data-module="card-collapsible"] .inline-flex.bg-neon *,
section[data-module="card-collapsible"] .inline-flex.bg-neon + p,
section[data-module="card-collapsible"] .inline-flex.bg-neon + p * {
  font-weight: 600 !important;
}

/* Let the expanded solution card grow with the larger site-wide type scale. */
section[data-module="card-collapsible"] li[data-state="open"] {
  height: auto !important;
  overflow: visible !important;
}

section[data-module="card-collapsible"]
  li[data-state="open"]
  > .group.flex {
  height: auto !important;
  overflow: visible !important;
  padding-bottom: clamp(32px, 3vw, 48px) !important;
}

/* Keep the light homepage sections visually clean after the dark hero. */
#main > section[data-module="card-collapsible"].xperf-solutions-plan,
#main
  > section[data-module="card-collapsible"].xperf-solutions-plan
  + section[data-module="marquee"],
#main > section[data-module="image-text-timeline"] {
  position: relative;
  z-index: 1;
  isolation: isolate;
  background-color: #ececec;
}

#main
  > section[data-module="card-collapsible"].xperf-solutions-plan
  + section[data-module="marquee"]
  > div {
  background-color: #ececec !important;
}

#main > section.xperf-home-transition > div {
  background-color: transparent !important;
}

@media (min-width: 1024px) {
  section[data-module="card-collapsible"].xperf-solutions-plan
    li[data-state="closed"] {
    width: 25% !important;
  }

  section[data-module="card-collapsible"].xperf-solutions-plan
    li[data-state="open"] {
    width: 50% !important;
  }

  section[data-module="card-collapsible"]
    li[data-state="open"]
    > .group.flex {
    min-height: 100% !important;
  }
}

section[data-module="list-image-scroll"]
  .xperf-supported-hardware__mi300x-visual,
section[data-module="list-image-scroll"]
  .xperf-supported-hardware__mi325x-visual,
section[data-module="list-image-scroll"]
  .xperf-supported-hardware__mi350x-visual,
section[data-module="list-image-scroll"]
  .xperf-supported-hardware__b300-visual,
section[data-module="list-image-scroll"]
  .xperf-supported-hardware__h200-visual,
section[data-module="list-image-scroll"]
  .xperf-supported-hardware__h100-visual {
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: center center !important;
}

section[data-module="list-image-scroll"]
  .xperf-supported-hardware__mi300x-visual {
  transform: scale(0.6) !important;
}

section[data-module="list-image-scroll"]
  .xperf-supported-hardware__mi325x-visual {
  transform: scale(0.72) !important;
}

section[data-module="list-image-scroll"]
  .xperf-supported-hardware__mi350x-visual {
  transform: scale(0.73) !important;
}

section[data-module="list-image-scroll"]
  .xperf-supported-hardware__b300-visual {
  transform: scale(0.86) !important;
}

section[data-module="list-image-scroll"]
  .xperf-supported-hardware__h200-visual {
  transform: scale(0.9) !important;
}

section[data-module="list-image-scroll"]
  .xperf-supported-hardware__h100-visual {
  transform: scale(0.85) !important;
}

section[data-module="list-image-scroll"]
  .xperf-supported-hardware__gb300-visual {
  object-fit: cover !important;
  object-position: center top !important;
  transform: scale(0.6) !important;
  transform-origin: center center !important;
}

.xperf-value-proposition__visual {
  --xperf-frame-a-height: 21%;
  --xperf-frame-a-width: 24%;
  --xperf-frame-a-x: 14%;
  --xperf-frame-a-y: 58%;
  --xperf-frame-b-height: 36%;
  --xperf-frame-b-width: 34%;
  --xperf-frame-b-x: 51%;
  --xperf-frame-b-y: 13%;
  --xperf-image-scale: 1.08;
  --xperf-image-x: -10%;
  --xperf-image-y: 4%;
  isolation: isolate;
  background-color: #090909 !important;
  background-image: none !important;
}

.xperf-value-proposition__visual > * {
  visibility: hidden !important;
}

.xperf-value-proposition__visual > .xperf-server-visual {
  visibility: visible !important;
}

.xperf-server-visual {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  background: #0a0a0a;
  pointer-events: none;
}

.xperf-server-visual__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116%;
  height: 116%;
  max-width: none !important;
  object-fit: cover;
  object-position: 50% 50%;
  filter: contrast(1.06) brightness(0.72);
  transform:
    translate3d(
      calc(-50% + var(--xperf-image-x)),
      calc(-50% + var(--xperf-image-y)),
      0
    )
    scale(var(--xperf-image-scale));
  transform-origin: center;
  will-change: transform;
}

.xperf-server-visual__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.28), transparent 32%, rgba(3, 3, 3, 0.08)),
    linear-gradient(180deg, rgba(3, 3, 3, 0.22), transparent 38%, rgba(3, 3, 3, 0.35));
}

.xperf-server-visual__grid {
  position: absolute;
  inset: -1px;
  z-index: 2;
  overflow: hidden;
  background-image:
    linear-gradient(to right, rgba(245, 244, 242, 0.18) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(245, 244, 242, 0.18) 1px, transparent 1px);
  background-position: center;
  background-size: calc(100% / 6) calc(100% / 6);
  box-shadow: inset 0 0 0 1px rgba(245, 244, 242, 0.25);
}

.xperf-server-visual__frame {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.025);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.14),
    inset 0 0 28px rgba(72, 140, 254, 0.035);
  will-change: top, left, width, height;
}

.xperf-server-visual__frame::before {
  position: absolute;
  top: -32px;
  left: -1px;
  color: rgba(255, 255, 255, 0.78);
  content: attr(data-label);
  font-family: var(--xperf-nav-font) !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.xperf-server-visual__frame::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}

.xperf-server-visual__frame--a {
  top: var(--xperf-frame-a-y);
  left: var(--xperf-frame-a-x);
  width: var(--xperf-frame-a-width);
  height: var(--xperf-frame-a-height);
}

.xperf-server-visual__frame--b {
  top: var(--xperf-frame-b-y);
  left: var(--xperf-frame-b-x);
  width: var(--xperf-frame-b-width);
  height: var(--xperf-frame-b-height);
}

.xperf-server-visual__scale {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 9px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.xperf-server-visual__cross {
  position: absolute;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
}

.xperf-server-visual__cross::before,
.xperf-server-visual__cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.58);
  content: "";
  transform: translate(-50%, -50%);
}

.xperf-server-visual__cross::before {
  width: 11px;
  height: 1px;
}

.xperf-server-visual__cross::after {
  width: 1px;
  height: 11px;
}

.xperf-server-visual__cross--tl {
  top: 16.666%;
  left: 16.666%;
}

.xperf-server-visual__cross--tr {
  top: 16.666%;
  left: 83.333%;
}

.xperf-server-visual__cross--ml {
  top: 50%;
  left: 16.666%;
}

.xperf-server-visual__cross--mr {
  top: 50%;
  left: 83.333%;
}

.xperf-server-visual__cross--bl {
  top: 83.333%;
  left: 16.666%;
}

.xperf-server-visual__cross--br {
  top: 83.333%;
  left: 83.333%;
}

.xperf-value-introduction {
  max-width: 42ch;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.5;
}

.xperf-value-heading {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.xperf-value-description {
  margin: 0;
  color: #ffffff !important;
  font-size: 26px !important;
  line-height: 1.35;
  opacity: 1 !important;
  text-align: left;
}

.xperf-value-region {
  display: grid !important;
  overflow: hidden !important;
  animation: none !important;
  transition: grid-template-rows 500ms ease-in-out !important;
}

.xperf-value-region[data-state="closed"] {
  grid-template-rows: 0fr !important;
}

.xperf-value-region[data-state="open"] {
  grid-template-rows: 1fr !important;
}

.xperf-value-region > div {
  min-height: 0;
  overflow: hidden;
}

.xperf-value-context [data-index] {
  padding-bottom: 24px !important;
}

.xperf-value-context [data-index] > button {
  padding-top: 16px !important;
}

.xperf-value-context [data-index] > button > .type-mono-1240 {
  font-size: 18px !important;
}

.xperf-value-context [data-index] h3 {
  font-size: clamp(22px, 1.85vw, 36px) !important;
}

@media (min-width: 1024px) {
  .xperf-value-context {
    width: 60% !important;
    flex: 0 0 60%;
  }

  .xperf-value-proposition__visual {
    width: 40% !important;
    flex: 0 0 40%;
  }
}

.xperf-overview-block-title {
  margin: 0 0 12px;
  color: var(--xperf-nav-accent);
  font-size: clamp(22px, 1.4vw, 26px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

section[data-module="hero-primary"] .xperf-overview-challenges-band {
  padding-bottom: clamp(64px, 6vw, 120px) !important;
}

.xperf-overview-challenge-title {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  column-gap: 16px;
}

.xperf-overview-challenge-number {
  color: var(--xperf-nav-accent);
  font-variant-numeric: tabular-nums;
}

.xperf-overview-challenge-label {
  color: #fff;
}

.xperf-overview-context p {
  margin: 0 !important;
  color: #ffffff;
  font-size: clamp(1.375rem, 1.8vw, 1.875rem) !important;
  line-height: 1.38 !important;
  text-indent: 0 !important;
}

.xperf-top-metrics {
  color: #fff;
}

section[data-module="hero-primary"] .xperf-top-metrics-band {
  margin-top: clamp(48px, 4vw, 80px) !important;
}

.xperf-top-metrics__copy {
  width: 100%;
  margin: 0;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.35;
}

.xperf-top-metrics__title {
  display: block;
}

.xperf-top-metrics__eyebrow {
  margin-bottom: 24px;
}

.xperf-section-eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.xperf-overview-eyebrow,
.xperf-overview-eyebrow > *,
.xperf-top-metrics__eyebrow,
.xperf-top-metrics__eyebrow > * {
  font-size: 26px !important;
  line-height: 1.25 !important;
}

.xperf-section-eyebrow__dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--xperf-nav-accent);
}

.xperf-section-eyebrow__text {
  opacity: 1;
}

.xperf-section-eyebrow__text.xperf-scramble-lock-single-line {
  white-space: nowrap;
}

/* The mirrored TextScramble markup uses `flex-no-wrap` as an intent class,
   but the source utility never emitted a wrapping rule. Keep encoded labels
   on the same line as their final text while characters are changing. */
@media (min-width: 768px) {
  .inline-flex.flex-no-wrap {
    flex-wrap: nowrap;
  }

  .inline-flex.flex-no-wrap > :last-child {
    white-space: nowrap;
  }
}

.xperf-overview-eyebrow-source {
  display: none !important;
}

.xperf-top-metrics__title {
  margin-bottom: 24px;
  color: var(--xperf-nav-accent);
  font-size: clamp(22px, 1.4vw, 26px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.xperf-top-metrics__line {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: baseline;
  gap: 24px clamp(32px, 5vw, 80px);
  white-space: normal;
}

.xperf-top-metrics__line + .xperf-top-metrics__line {
  margin-top: 16px;
}

.xperf-top-metrics__metric {
  display: block;
}

.xperf-top-metrics__separator {
  color: rgba(255, 255, 255, 0.38);
}

.xperf-top-metrics__value {
  color: var(--xperf-nav-accent);
  font-weight: 700;
}

@media (max-width: 899px) {
  .xperf-top-metrics__line {
    grid-template-columns: 1fr;
  }
}

.xperf-overview-context
  > .gsap-parallax-item:first-child
  > .xperf-overview-block-title {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .xperf-overview-context > .gsap-parallax-item:first-child {
    padding-top: 64px;
  }

  .xperf-overview-context
    > .gsap-parallax-item:first-child
    > .xperf-overview-block-title {
    margin-top: 0;
  }
}

html body .xperf-min-font.xperf-min-font.xperf-min-font {
  font-size: 24px !important;
  line-height: 1.25 !important;
}

.type-mono-1040,
.type-mono-1040 > *,
.type-mono-1240,
.type-mono-1240 > * {
  font-size: 24px !important;
  line-height: 1.25 !important;
}

[data-xperf-original-nav="true"] {
  display: none !important;
}

[data-xperf-original-footer="true"] {
  display: none !important;
}

.pointer-events-auto.fixed.top-0.z-999.w-full.bg-transparent.p-2 {
  display: none !important;
}

#xperf-site-nav,
#xperf-site-nav * {
  box-sizing: border-box;
}

#xperf-site-footer,
#xperf-site-footer * {
  box-sizing: border-box;
}

#xperf-site-footer {
  position: relative;
  overflow: hidden;
  padding: 128px var(--xperf-page-gutter) 32px;
  background: #0f0f0f;
  color: #fff;
}

.xperf-footer__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
}

.xperf-footer__navigation {
  display: grid;
  grid-template-columns: 2fr repeat(3, 3fr);
  gap: 48px 32px;
  margin-bottom: 128px;
}

.xperf-footer__logo {
  display: inline-flex;
  width: max-content;
  height: 40px;
  align-items: center;
}

.xperf-footer__logo img {
  width: auto;
  height: 40px;
  filter: brightness(0) invert(1);
}

.xperf-footer__heading {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.xperf-footer__links {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}

.xperf-footer__links a,
.xperf-footer__links span {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  transition: color 160ms ease;
}

.xperf-footer__links a:hover,
.xperf-footer__links a:focus-visible {
  color: var(--xperf-nav-accent);
}

.xperf-footer__links span {
  color: rgba(255, 255, 255, 0.55);
}

.xperf-footer__statement {
  max-width: 18ch;
  margin: 0 0 128px;
  color: #fff;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}

.xperf-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.xperf-footer__socials {
  display: flex;
  gap: 8px;
}

.xperf-footer__social {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.xperf-footer__social:hover,
.xperf-footer__social:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--xperf-nav-accent);
}

.xperf-footer__social svg {
  width: 16px;
  height: 16px;
}

.xperf-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

#xperf-site-nav {
  position: fixed;
  z-index: 1200;
  top: 8px;
  right: 8px;
  left: 8px;
  color: #fff;
  font-family: var(--xperf-nav-font);
  isolation: isolate;
  pointer-events: none;
}

#xperf-site-nav::before {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 58vh;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 5, 0.96) 0%,
    rgba(5, 5, 5, 0.78) 28%,
    rgba(5, 5, 5, 0.36) 66%,
    rgba(5, 5, 5, 0) 100%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

#xperf-site-nav:has(.xperf-nav__group[data-open="true"])::before {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  #xperf-site-nav:has(.xperf-nav__group:hover)::before {
    opacity: 1;
  }
}

.xperf-skip-link {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 16px;
  padding: 12px 16px;
  background: var(--xperf-nav-accent);
  color: #050505;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  pointer-events: auto;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.xperf-skip-link:focus {
  outline: 3px solid currentColor;
  outline-offset: 3px;
  transform: translateY(0);
}

.xperf-nav__bar {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  min-height: 64px;
  align-items: stretch;
  border: 1px solid var(--xperf-nav-border);
  background: var(--xperf-nav-bg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
  transition:
    background-color 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.xperf-nav__brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  transition: color 300ms ease;
}

.xperf-nav__brand-logo {
  display: block;
  width: auto;
  height: 31px;
  flex: none;
  transition:
    filter 300ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}

.xperf-nav__brand:hover .xperf-nav__brand-logo,
.xperf-nav__brand:focus-visible .xperf-nav__brand-logo {
  opacity: 0.78;
  transform: scale(1.02);
}

.xperf-nav__desktop {
  display: flex;
  align-items: stretch;
}

.xperf-nav__group {
  position: relative;
  display: flex;
}

.xperf-nav__tab,
.xperf-nav__mobile-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    border-color 300ms ease,
    color 300ms ease;
}

.xperf-nav__tab {
  display: inline-flex;
  min-width: 134px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border-left: 1px solid var(--xperf-nav-border);
  color: #fff;
  font-size: var(--xperf-nav-label-size);
  font-weight: 400;
  letter-spacing: var(--xperf-nav-label-tracking);
  line-height: 28px;
  text-shadow: none;
}

.xperf-nav__tab::after {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.xperf-nav__tab--link {
  text-decoration: none;
}

.xperf-nav__tab--link::after {
  display: none;
}

.xperf-nav__tab:hover,
.xperf-nav__tab:focus-visible,
.xperf-nav__group[data-open="true"] .xperf-nav__tab {
  color: #fff;
  font-weight: 700;
}

.xperf-nav__group[data-open="true"] .xperf-nav__tab::after {
  transform: translateY(2px) rotate(225deg);
}

.xperf-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  display: grid;
  min-width: 620px;
  padding: 8px;
  border: 1px solid var(--xperf-nav-border);
  background: #050505;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.46);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  visibility: hidden;
}

.xperf-nav__dropdown::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 32px;
  background: transparent;
  content: "";
  pointer-events: auto;
}

.xperf-nav__group--products .xperf-nav__dropdown {
  right: clamp(-300px, -22vw, -220px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: min(760px, calc(100vw - 32px));
}

.xperf-nav__group[data-open="true"] .xperf-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

@media (hover: hover) and (pointer: fine) {
  .xperf-nav__group:hover .xperf-nav__tab {
    font-weight: 700;
  }

  .xperf-nav__group:hover .xperf-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
}

.xperf-nav__card {
  position: relative;
  display: flex;
  min-height: 174px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.xperf-nav__card + .xperf-nav__card {
  border-left-color: var(--xperf-nav-border);
}

.xperf-nav__card:hover,
.xperf-nav__card:focus-visible {
  border-color: var(--xperf-nav-accent);
  background: rgba(72, 140, 254, 0.09);
  outline: none;
}

.xperf-nav__card[aria-disabled="true"] {
  cursor: default;
}

.xperf-nav__eyebrow {
  margin-bottom: 28px;
  color: var(--xperf-nav-accent);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.xperf-nav__card-title {
  margin-bottom: 10px;
  font-family: var(--xperf-nav-font);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 28px;
}

.xperf-nav__card-copy {
  color: var(--xperf-nav-muted);
  font-family: var(--xperf-nav-font);
  font-size: 15px;
  line-height: 1.4;
}

.xperf-nav__status {
  display: inline-flex;
  width: max-content;
  margin-top: auto;
  padding-top: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.xperf-nav__cta {
  display: inline-flex;
  min-width: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  background: var(--xperf-nav-accent);
  color: #050505;
  font-size: var(--xperf-nav-label-size);
  font-weight: 400;
  letter-spacing: var(--xperf-nav-label-tracking);
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.xperf-nav__cta::after {
  width: 7px;
  height: 7px;
  background: currentColor;
  content: "";
}

.xperf-nav__cta:hover,
.xperf-nav__cta:focus-visible {
  background: #050505;
  color: #fff;
  font-weight: 700;
  outline: none;
}

.xperf-nav__mobile-toggle,
.xperf-nav__mobile-panel {
  display: none;
}

#xperf-site-nav[data-theme="light"] {
  color: #050505;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__bar {
  border-color: rgba(5, 5, 5, 0.18);
  background: #f5f4f2;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

#xperf-site-nav[data-theme="light"] .xperf-nav__brand,
#xperf-site-nav[data-theme="light"] .xperf-nav__tab,
#xperf-site-nav[data-theme="light"] .xperf-nav__mobile-toggle {
  color: #050505;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__brand-logo {
  filter: brightness(0);
}

#xperf-site-nav[data-theme="light"] .xperf-nav__brand:hover .xperf-nav__brand-logo,
#xperf-site-nav[data-theme="light"] .xperf-nav__brand:focus-visible .xperf-nav__brand-logo {
  opacity: 0.72;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__tab {
  border-left-color: rgba(5, 5, 5, 0.18);
  text-shadow: none;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__mobile-toggle {
  border-left-color: rgba(5, 5, 5, 0.18);
}

#xperf-site-nav[data-theme="light"] .xperf-nav__tab:hover,
#xperf-site-nav[data-theme="light"] .xperf-nav__tab:focus-visible,
#xperf-site-nav[data-theme="light"] .xperf-nav__group[data-open="true"] .xperf-nav__tab {
  color: #050505;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__dropdown {
  border-color: rgba(5, 5, 5, 0.18);
  background: rgba(245, 244, 242, 0.99);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.18);
}

#xperf-site-nav[data-theme="light"] .xperf-nav__card {
  color: #050505;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__eyebrow {
  color: #1b66ca;
  font-weight: 500;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__card-title {
  color: #111;
  font-weight: 500;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__card + .xperf-nav__card {
  border-left-color: rgba(5, 5, 5, 0.18);
}

#xperf-site-nav[data-theme="light"] .xperf-nav__card:hover,
#xperf-site-nav[data-theme="light"] .xperf-nav__card:focus-visible {
  border-color: var(--xperf-nav-accent);
  background: rgba(72, 140, 254, 0.12);
}

#xperf-site-nav[data-theme="light"] .xperf-nav__card-copy {
  color: #333;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__status {
  color: #3f3f3f;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__card[aria-disabled="true"] .xperf-nav__eyebrow {
  color: #356293;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__card[aria-disabled="true"] .xperf-nav__card-title {
  color: #444;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__card[aria-disabled="true"] .xperf-nav__card-copy,
#xperf-site-nav[data-theme="light"] .xperf-nav__card[aria-disabled="true"] .xperf-nav__status {
  color: #555;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__mobile-panel {
  border-color: rgba(5, 5, 5, 0.18);
  background: rgba(245, 244, 242, 0.99);
}

#xperf-site-nav[data-theme="light"] .xperf-nav__mobile-heading,
#xperf-site-nav[data-theme="light"] .xperf-nav__mobile-link,
#xperf-site-nav[data-theme="light"] .xperf-nav__mobile-primary-link {
  color: #050505;
}

#xperf-site-nav[data-theme="light"] .xperf-nav__mobile-link,
#xperf-site-nav[data-theme="light"] .xperf-nav__mobile-primary-link {
  border-bottom-color: rgba(5, 5, 5, 0.18);
}

@media (max-width: 1099px) {
  .xperf-nav__bar {
    grid-template-columns: 1fr auto;
    min-height: 58px;
  }

  .xperf-nav__brand {
    padding: 0 16px;
  }

  .xperf-nav__brand-logo {
    height: 25px;
  }

  .xperf-nav__desktop {
    display: none;
  }

  .xperf-nav__mobile-toggle {
    display: inline-flex;
    min-width: 104px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-left: 1px solid var(--xperf-nav-border);
    font-size: 11px;
  }

  .xperf-nav__mobile-toggle span {
    display: inline-block;
    padding: 0 4px;
  }

  .xperf-nav__mobile-panel {
    position: fixed;
    top: 74px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: 20px;
    border: 1px solid var(--xperf-nav-border);
    background: #050505;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
    visibility: hidden;
  }

  #xperf-site-nav[data-mobile-open="true"] .xperf-nav__mobile-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .xperf-nav__mobile-section + .xperf-nav__mobile-section {
    margin-top: 30px;
  }

  .xperf-nav__mobile-primary {
    margin-top: 30px;
  }

  .xperf-nav__mobile-primary-link {
    display: flex;
    min-height: 58px;
    align-items: center;
    border-bottom: 1px solid var(--xperf-nav-border);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .xperf-nav__mobile-heading {
    margin: 0 0 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .xperf-nav__mobile-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--xperf-nav-border);
    color: #fff;
    text-decoration: none;
  }

  .xperf-nav__mobile-link strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: -0.025em;
  }

  .xperf-nav__mobile-link small {
    grid-column: 1;
    color: var(--xperf-nav-muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4;
  }

  .xperf-nav__mobile-link em {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    color: var(--xperf-nav-accent);
    font-size: 10px;
    font-style: normal;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .xperf-nav__mobile-link[aria-disabled="true"] {
    opacity: 0.58;
  }

  .xperf-nav__mobile-panel .xperf-nav__cta {
    min-height: 54px;
    margin-top: 34px;
  }
}

@media (max-width: 480px) {
  #xperf-site-nav {
    top: 4px;
    right: 4px;
    left: 4px;
  }

  .xperf-nav__mobile-panel {
    top: 66px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    padding: 16px;
  }
}

@media (max-width: 900px) {
  #xperf-site-footer {
    padding-top: 80px;
    padding-right: var(--xperf-page-gutter);
    padding-left: var(--xperf-page-gutter);
  }

  .xperf-footer__navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 96px;
  }

  .xperf-footer__logo {
    grid-column: 1 / -1;
  }

  .xperf-footer__statement {
    margin-bottom: 96px;
  }
}

@media (max-width: 480px) {
  #xperf-site-footer {
    padding: 64px var(--xperf-page-gutter) 24px;
  }

  .xperf-footer__navigation {
    grid-template-columns: 1fr;
    gap: 44px 20px;
    margin-bottom: 80px;
  }

  .xperf-footer__logo {
    grid-column: auto;
  }

  .xperf-footer__statement {
    margin-bottom: 80px;
  }

  .xperf-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .xperf-nav__mobile-link {
    grid-template-columns: minmax(0, 1fr);
  }

  .xperf-nav__mobile-link em {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xperf-nav__tab::after,
  .xperf-nav__dropdown,
  .xperf-nav__mobile-panel,
  .xperf-nav__card,
  .xperf-nav__cta {
    transition: none;
  }
}

/* XPerf constructivist system: structural geometry, not decorative chrome. */
.xperf-construct-hero-host {
  position: relative;
  isolation: isolate;
}

.xperf-construct-hero {
  position: absolute;
  z-index: 0;
  inset: 0;
  color: var(--xperf-construct-line-dark);
  overflow: hidden;
  pointer-events: none;
}

.xperf-construct-hero-host > :not(.xperf-construct-hero) {
  position: relative;
  z-index: 1;
}

.xperf-construct-hero-host[data-nav-theme="light"] > .xperf-construct-hero {
  color: var(--xperf-construct-line-light);
}

.xperf-construct-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, currentColor 1px, transparent 1px),
    linear-gradient(to bottom, currentColor 1px, transparent 1px);
  background-position: var(--xperf-page-gutter) 0;
  background-size:
    var(--xperf-construct-grid-unit) var(--xperf-construct-grid-unit),
    var(--xperf-construct-grid-unit) var(--xperf-construct-grid-unit);
  opacity: 0.28;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 98%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 72%, transparent 98%);
}

.xperf-construct-hero__grid::before {
  position: absolute;
  inset: 0 var(--xperf-page-gutter);
  border-right: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
}

.xperf-construct-compass {
  position: absolute;
  top: clamp(118px, 15vh, 188px);
  right: clamp(20px, 4vw, 76px);
  width: var(--xperf-construct-compass-size);
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.68;
  transform-origin: center;
  animation: xperf-construct-compass-in 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.xperf-construct-compass::before {
  position: absolute;
  inset: 24%;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.xperf-construct-compass::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  background: var(--xperf-nav-accent);
  content: "";
  transform: translate(-50%, -50%);
}

.xperf-construct-compass__axis,
.xperf-construct-compass__vector {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: currentColor;
  transform-origin: 0 50%;
}

.xperf-construct-compass__axis--x {
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
}

.xperf-construct-compass__axis--y {
  width: 1px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.xperf-construct-compass__vector {
  width: 64%;
  height: 1px;
  transform: rotate(-34deg);
}

.xperf-construct-compass__vector::after {
  position: absolute;
  right: -1px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.xperf-construct-dimension-host {
  position: relative;
}

.xperf-construct-dimension {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 12px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  padding-top: 12px;
  border-top: 1px solid currentColor;
  color: currentColor;
  font-variant-numeric: tabular-nums;
  opacity: 0.9;
}

.xperf-construct-dimension__arrow {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.xperf-construct-dimension__arrow {
  color: var(--xperf-nav-accent);
}

body.xperf-constructivist #xperf-site-footer {
  background-image: none;
}

body.xperf-constructivist #xperf-site-footer::before {
  position: absolute;
  top: 0;
  right: var(--xperf-page-gutter);
  left: var(--xperf-page-gutter);
  height: 2px;
  background: linear-gradient(
    to right,
    var(--xperf-nav-accent) 0 clamp(88px, 14vw, 220px),
    rgba(255, 255, 255, 0.18) clamp(88px, 14vw, 220px) 100%
  );
  content: "";
}

@keyframes xperf-construct-compass-in {
  from {
    opacity: 0;
    transform: scale(0.92) rotate(-5deg);
  }
  to {
    opacity: 0.68;
    transform: scale(1) rotate(0);
  }
}

@media (max-width: 760px) {
  .xperf-construct-compass {
    top: 104px;
    right: -54px;
    width: 210px;
  }

  .xperf-construct-dimension {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xperf-construct-compass {
    animation: none;
  }
}

/* XPerf uses full-contrast typography: black on light surfaces, white on dark. */
body.xp-product-page :is(.xp-section--light, .cr-section, .xa-partner-card),
body.xp-product-page :is(.xp-section--light, .cr-section, .xa-partner-card) * {
  color: #111111;
}

/* Set the dark-section default on the section only. Individual components
   retain their semantic accent and secondary-copy colors. */
body.xp-product-page :is(.xp-section--dark, .xp-section--black) {
  color: #ffffff;
}

body.xp-product-page :is(.xp-section--light, .cr-section, .xa-partner-card)
  :is(.xp-accent, [class*="accent"], [class*="blue"]) {
  color: var(--xperf-nav-accent);
}

/* All-page driver CTA: black by default, inverted on hover/focus. */
section[data-module="driver-cta"] a.bg-white {
  background-color: #000000 !important;
  color: #ffffff !important;
}

section[data-module="driver-cta"] a.bg-white::before {
  background-color: #ffffff !important;
}

section[data-module="driver-cta"] a.bg-white:is(:hover, :focus-visible) {
  color: #000000 !important;
}

section[data-module="driver-cta"] a.bg-white:focus-visible::before {
  width: 100%;
}

section[data-module="driver-cta"] a.bg-white > .bg-black[aria-hidden="true"] {
  background-color: #ffffff !important;
}

section[data-module="driver-cta"]
  a.bg-white:is(:hover, :focus-visible)
  > .bg-black[aria-hidden="true"] {
  background-color: #000000 !important;
}
