.xf-page {
  --st-ink: #061a22;
  --st-copy: #2d4650;
  --st-muted: #61757c;
  --st-blue: #1d7378;
  --st-blue-bright: #46a6a2;
  --st-blue-pale: #d9eeeb;
  --st-paper: #f4f8f7;
  --st-paper-blue: #e6f0ef;
  --st-line: #b8cac8;
  --xf-accent: #e46d3d;
  --xf-accent-dark: #b64d27;
  --xf-teal-dark: #0b373d;
  --xf-night: #04151c;
  --xf-lime: #d8e88b;
  --xf-shadow: 0 22px 65px rgba(3, 28, 34, .12);
}

.xf-page main {
  min-width: 0;
}

.xf-page h1,
.xf-page h2,
.xf-page h3 {
  text-wrap: balance;
}

.xf-page p,
.xf-page li,
.xf-page dd,
.xf-page figcaption {
  text-wrap: pretty;
}

.xf-page .st-site-nav {
  border-bottom-color: rgba(190, 214, 211, .72);
  background: rgba(244, 248, 247, .96);
}

.xf-page .st-site-nav nav a:last-child {
  background: var(--xf-accent);
}

.xf-page .st-site-nav nav a:hover,
.xf-page .st-site-nav nav a:focus-visible {
  color: var(--xf-accent-dark);
}

.xf-page .st-site-nav nav a:last-child:hover,
.xf-page .st-site-nav nav a:last-child:focus-visible {
  color: #fff;
  background: var(--xf-accent-dark);
}

.xf-page .st-kicker {
  color: var(--xf-accent-dark);
}

.xf-page .xf-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .01em;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.xf-page .xf-button:hover,
.xf-page .xf-button:focus-visible {
  transform: translateY(-2px);
  border-color: #fff;
}

.xf-page .xf-button.is-primary {
  border-color: var(--xf-accent);
  background: var(--xf-accent);
}

.xf-page .xf-button.is-primary:hover,
.xf-page .xf-button.is-primary:focus-visible {
  border-color: #f28a5e;
  background: #f28a5e;
}

.xf-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(54px, 6vw, 88px);
  background:
    radial-gradient(circle at 75% 15%, rgba(70, 166, 162, .25), transparent 30%),
    linear-gradient(118deg, var(--xf-night) 0 62%, #0b3037 62% 100%);
  color: #fff;
}

.xf-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 80%);
  pointer-events: none;
}

.xf-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(210px, .5fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(30px, 4vw, 68px);
}

.xf-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 35px;
  color: #a9c3c6;
  font-size: .72rem;
  font-weight: 760;
}

.xf-breadcrumb a {
  color: #d7e6e7;
  text-decoration: none;
}

.xf-hero .st-kicker {
  color: #f39a74;
}

.xf-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 4.35vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .97;
}

.xf-hero-lead {
  max-width: 690px;
  margin-bottom: 31px;
  color: #ccdcde;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.68;
}

.xf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.xf-hero-facts {
  display: grid;
  gap: 1px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .15);
  box-shadow: var(--xf-shadow);
}

.xf-hero-facts div {
  display: grid;
  gap: 7px;
  padding: 19px 18px;
  background: rgba(3, 27, 34, .86);
}

.xf-hero-facts dt {
  color: #83a9aa;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.xf-hero-facts dd {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.25;
}

.xf-hero-product {
  position: relative;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(222, 239, 237, .9));
  box-shadow: 0 32px 85px rgba(0, 0, 0, .26);
}

.xf-hero-product::after {
  position: absolute;
  z-index: -1;
  right: -23px;
  bottom: -23px;
  width: 62%;
  height: 52%;
  border: 1px solid rgba(228, 109, 61, .6);
  content: "";
}

.xf-hero-product img {
  width: 100%;
  height: auto;
  background: #f7fbfa;
}

.xf-hero-product figcaption {
  display: grid;
  gap: 5px;
  padding: 17px 4px 3px;
  color: var(--xf-ink);
}

.xf-hero-product figcaption span {
  color: var(--xf-accent-dark);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.xf-hero-product figcaption strong {
  color: var(--xf-night);
  font-size: .9rem;
  line-height: 1.4;
}

.xf-section-nav {
  position: sticky;
  z-index: 70;
  top: 74px;
  overflow: hidden;
  border-bottom: 1px solid var(--st-line);
  background: rgba(244, 248, 247, .97);
  backdrop-filter: blur(14px);
}

.xf-section-nav .st-shell {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.xf-section-nav a {
  min-height: 49px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 14px;
  border-right: 1px solid #d5e1df;
  color: var(--st-copy);
  font-size: .7rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.xf-section-nav a:hover,
.xf-section-nav a:focus-visible {
  background: var(--st-blue-pale);
  color: var(--xf-accent-dark);
}

.xf-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .58fr);
  align-items: end;
  gap: clamp(34px, 6vw, 90px);
  margin-bottom: clamp(38px, 5vw, 66px);
}

.xf-section-head h2 {
  max-width: 820px;
  margin-bottom: 0;
  color: var(--st-ink);
  font-size: clamp(2rem, 3.25vw, 3.65rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.xf-section-head > p {
  margin-bottom: 0;
  color: var(--st-copy);
  font-size: .98rem;
  line-height: 1.72;
}

.xf-fit {
  background: #f4f8f7;
}

.xf-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xf-fit-grid article {
  position: relative;
  min-height: 284px;
  padding: 27px 24px;
  border: 1px solid var(--st-line);
  background: #fff;
  box-shadow: 0 15px 40px rgba(3, 35, 40, .06);
}

.xf-fit-grid article::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 40px;
  height: 3px;
  background: var(--st-blue-bright);
  content: "";
}

.xf-fit-grid article > span {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 10px;
  background: var(--st-blue-pale);
  color: var(--st-blue);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xf-fit-grid h3 {
  margin-bottom: 13px;
  font-size: 1.17rem;
  line-height: 1.2;
}

.xf-fit-grid p {
  margin-bottom: 0;
  color: var(--st-copy);
  font-size: .86rem;
  line-height: 1.65;
}

.xf-fit-grid a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 14px;
  color: #fff;
  font-size: .78rem;
  font-weight: 850;
}

.xf-fit-grid article.is-boundary {
  border-color: #3b2520;
  background: var(--xf-night);
  color: #fff;
}

.xf-fit-grid article.is-boundary::after {
  background: var(--xf-accent);
}

.xf-fit-grid article.is-boundary > span {
  background: var(--xf-accent);
  color: #fff;
}

.xf-fit-grid article.is-boundary p {
  color: #bbced1;
}

.xf-flow {
  position: relative;
  overflow: hidden;
  background: var(--xf-night);
  color: #fff;
}

.xf-flow::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 80%, rgba(70, 166, 162, .18), transparent 30%);
  content: "";
  pointer-events: none;
}

.xf-flow .st-shell {
  position: relative;
}

.xf-flow .xf-section-head h2,
.xf-flow .xf-section-head > p {
  color: #fff;
}

.xf-flow .xf-section-head > p {
  color: #b8cbcd;
}

.xf-flow .st-kicker {
  color: #f39972;
}

.xf-flow-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 32px;
  padding: 1px;
  background: rgba(255, 255, 255, .17);
  list-style: none;
}

.xf-flow-track li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 17px;
  min-height: 176px;
  padding: 24px 21px;
  background: rgba(4, 25, 32, .94);
}

.xf-flow-track li > span {
  color: var(--xf-lime);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.xf-flow-track h3 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.25;
}

.xf-flow-track p {
  margin: 0;
  color: #aac1c4;
  font-size: .82rem;
  line-height: 1.62;
}

.xf-flow-line {
  display: grid;
  grid-template-columns: auto 22px auto 22px auto 22px auto 22px auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 44px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  color: #dbe9ea;
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .03em;
}

.xf-flow-line i {
  color: var(--xf-accent);
  font-style: normal;
  text-align: center;
}

.xf-operation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.xf-operation-grid article {
  padding: 23px 20px;
  border-top: 3px solid var(--st-blue-bright);
  background: #0b2b33;
}

.xf-operation-grid span {
  color: #83aaab;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.xf-operation-grid h3 {
  margin: 14px 0 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
}

.xf-operation-grid p {
  margin: 0;
  color: #aac0c3;
  font-size: .8rem;
  line-height: 1.62;
}

.xf-layout {
  background: #eef4f3;
}

.xf-layout-grid,
.xf-application-grid,
.xf-integration-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 17px;
}

.xf-layout-grid figure,
.xf-application-grid figure,
.xf-integration-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--st-line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(3, 34, 39, .07);
}

.xf-layout-grid img,
.xf-application-grid img,
.xf-integration-grid img {
  width: 100%;
  height: auto;
  background: #e5eeed;
}

.xf-layout-grid figcaption,
.xf-application-grid figcaption,
.xf-integration-grid figcaption,
.xf-option-grid figcaption {
  display: grid;
  gap: 8px;
  padding: 22px 20px 24px;
}

.xf-layout-grid figcaption span,
.xf-application-grid figcaption span,
.xf-integration-grid figcaption span,
.xf-option-grid figcaption span {
  color: var(--xf-accent-dark);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.xf-layout-grid figcaption strong,
.xf-application-grid figcaption strong,
.xf-integration-grid figcaption strong,
.xf-option-grid figcaption strong {
  color: var(--st-ink);
  font-size: 1rem;
  line-height: 1.28;
}

.xf-layout-grid figcaption p,
.xf-application-grid figcaption p,
.xf-integration-grid figcaption p,
.xf-option-grid figcaption p {
  margin: 0;
  color: var(--st-copy);
  font-size: .8rem;
  line-height: 1.58;
}

.xf-applications {
  background: #fff;
}

.xf-application-grid figure:nth-child(2) {
  margin-top: 54px;
}

.xf-application-grid figure:nth-child(3) {
  margin-top: 108px;
}

.xf-application-grid figure:nth-child(4) {
  margin-top: 28px;
}

.xf-models {
  background: #e8f0ef;
}

.xf-units {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  margin-bottom: 17px;
}

.xf-units > span {
  margin-right: 8px;
  color: var(--st-muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xf-units button {
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid var(--st-line);
  background: #fff;
  color: var(--st-copy);
  font-weight: 850;
  cursor: pointer;
}

.xf-units button.is-active {
  border-color: var(--st-blue);
  background: var(--st-blue);
  color: #fff;
}

.xf-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #91aaa7;
  background: #fff;
  box-shadow: var(--xf-shadow);
}

.xf-table-wrap:focus-visible {
  outline: 3px solid var(--xf-accent);
  outline-offset: 3px;
}

.xf-table-wrap table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.xf-table-wrap caption {
  padding: 17px 19px;
  background: var(--xf-night);
  color: #fff;
  font-size: .8rem;
  font-weight: 850;
  text-align: left;
}

.xf-table-wrap th,
.xf-table-wrap td {
  padding: 17px 16px;
  border-right: 1px solid #cbd8d6;
  border-bottom: 1px solid #cbd8d6;
  color: var(--st-ink);
  font-size: .82rem;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.xf-table-wrap thead th {
  background: #13373d;
  color: #fff;
  font-size: .7rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.xf-table-wrap tbody th {
  background: var(--st-blue-pale);
  color: var(--st-blue);
  font-weight: 900;
}

.xf-table-wrap tbody tr:hover td,
.xf-table-wrap tbody tr:hover th {
  background: #f7fbfa;
}

.xf-model-note {
  margin: 18px 0 0;
  padding: 18px 20px;
  border-left: 4px solid var(--xf-accent);
  background: #fff;
  color: var(--st-copy);
  font-size: .84rem;
  line-height: 1.65;
}

.xf-model-note strong {
  color: var(--st-ink);
}

.xf-variants {
  background: var(--xf-night);
  color: #fff;
}

.xf-variants .xf-section-head h2,
.xf-variants .xf-section-head > p {
  color: #fff;
}

.xf-variants .xf-section-head > p {
  color: #b6c8cb;
}

.xf-variants .st-kicker {
  color: #f39a74;
}

.xf-variant-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

.xf-variant-grid > article {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid #34505a;
  background: #0a2831;
}

.xf-variant-grid > article.is-single {
  grid-column: span 3;
}

.xf-variant-grid > article > header {
  min-height: 98px;
  padding: 19px 20px;
  border-bottom: 1px solid #34505a;
}

.xf-variant-grid header span {
  color: var(--xf-lime);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.xf-variant-grid header h3 {
  margin: 9px 0 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.25;
}

.xf-variant-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #34505a;
}

.xf-variant-grid figure {
  margin: 0;
  padding: 14px;
  background: #102f37;
}

.xf-variant-grid img {
  width: 100%;
  height: auto;
  background: #e8efee;
}

.xf-variant-grid figcaption {
  min-height: 74px;
  padding: 14px 3px 2px;
  color: #c3d5d7;
  font-size: .75rem;
  font-weight: 760;
  line-height: 1.5;
}

.xf-variant-grid article.is-single figure {
  display: grid;
  grid-template-columns: minmax(180px, .55fr) minmax(0, 1fr);
  align-items: center;
  gap: 26px;
}

.xf-variant-grid article.is-single img {
  width: min(100%, 300px);
  justify-self: center;
}

.xf-variant-grid article.is-custom {
  border-color: rgba(228, 109, 61, .65);
  background: #2c201e;
}

.xf-variant-grid article.is-custom > header {
  border-bottom-color: rgba(228, 109, 61, .45);
}

.xf-variant-grid article.is-custom figure {
  background: #211b1b;
}

.xf-options {
  background: #f5f8f7;
}

.xf-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.xf-option-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--st-line);
  background: #fff;
}

.xf-option-grid figure:nth-child(2) {
  margin-top: 58px;
}

.xf-option-grid img {
  width: 100%;
  height: auto;
  background: #e6efee;
}

.xf-factory {
  background: #dae9e7;
}

.xf-factory-grid {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(42px, 7vw, 105px);
}

.xf-factory-copy h2 {
  margin-bottom: 23px;
  color: var(--st-ink);
  font-size: clamp(2rem, 3.25vw, 3.55rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.xf-factory-copy > p {
  color: var(--st-copy);
  line-height: 1.72;
}

.xf-factory-copy ul {
  display: grid;
  gap: 0;
  margin: 27px 0 0;
  padding: 0;
  border-top: 1px solid #9eb7b4;
  list-style: none;
}

.xf-factory-copy li {
  padding: 14px 0;
  border-bottom: 1px solid #9eb7b4;
  color: var(--st-ink);
  font-size: .82rem;
  font-weight: 800;
}

.xf-factory-visuals {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  align-items: end;
  gap: 17px;
}

.xf-factory-visuals figure {
  margin: 0;
  padding: 13px;
  background: #fff;
  box-shadow: var(--xf-shadow);
}

.xf-factory-visuals figure:nth-child(2) {
  margin-bottom: -70px;
}

.xf-factory-visuals img {
  width: 100%;
  height: auto;
}

.xf-factory-visuals figcaption {
  padding: 14px 4px 2px;
  color: var(--st-copy);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.45;
}

.xf-integration {
  padding-top: clamp(110px, 12vw, 178px);
  background: #fff;
}

.xf-integration-grid figure:nth-child(even) {
  margin-top: 50px;
}

.xf-video {
  background: var(--xf-teal-dark);
  color: #fff;
}

.xf-video-grid {
  display: grid;
  grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(40px, 7vw, 104px);
}

.xf-video-copy .st-kicker {
  color: #f39a74;
}

.xf-video-copy h2 {
  margin-bottom: 23px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.55rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.xf-video-copy > p {
  color: #c5d7d8;
  line-height: 1.7;
}

.xf-video-copy ol {
  display: grid;
  gap: 0;
  margin: 25px 0 0;
  padding: 0;
  border-top: 1px solid #477076;
  list-style: none;
}

.xf-video-copy li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid #477076;
  color: #e3eeee;
  font-size: .82rem;
  line-height: 1.5;
}

.xf-video-copy li span {
  color: var(--xf-lime);
  font-weight: 900;
}

.xf-video-copy .xf-video-duration {
  margin: 19px 0 0;
  color: #8fb2b4;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.xf-video-frame {
  padding: 14px;
  border: 1px solid #5b7f83;
  background: #021015;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .3);
}

.xf-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #000;
}

.xf-data {
  background: #eef4f3;
}

.xf-data-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: var(--st-line);
  list-style: none;
}

.xf-data-grid li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  min-height: 156px;
  padding: 22px 18px;
  background: #fff;
}

.xf-data-grid li > span {
  color: var(--xf-accent-dark);
  font-size: .7rem;
  font-weight: 900;
}

.xf-data-grid h3 {
  margin-bottom: 9px;
  color: var(--st-ink);
  font-size: 1rem;
}

.xf-data-grid p {
  margin: 0;
  color: var(--st-copy);
  font-size: .8rem;
  line-height: 1.58;
}

.xf-data-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 4px solid var(--xf-accent);
  background: #fff;
  color: var(--st-copy);
  font-size: .83rem;
  line-height: 1.55;
}

.xf-data-note strong {
  color: var(--st-ink);
}

.xf-faq {
  background: #fff;
}

.xf-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, .48fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(45px, 8vw, 130px);
}

.xf-faq-grid h2 {
  margin-bottom: 0;
  color: var(--st-ink);
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.xf-faq-list {
  border-top: 1px solid var(--st-line);
}

.xf-faq-list details {
  border-bottom: 1px solid var(--st-line);
}

.xf-faq-list summary {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  color: var(--st-ink);
  font-size: .97rem;
  font-weight: 850;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.xf-faq-list summary::-webkit-details-marker {
  display: none;
}

.xf-faq-list summary span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--st-blue-pale);
  color: var(--st-blue);
  font-size: 1.25rem;
  transition: transform .2s ease, background .2s ease;
}

.xf-faq-list details[open] summary span {
  transform: rotate(45deg);
  background: var(--xf-accent);
  color: #fff;
}

.xf-faq-list details p {
  max-width: 790px;
  margin: 0;
  padding: 0 56px 23px 0;
  color: var(--st-copy);
  line-height: 1.7;
}

.xf-quote {
  background: linear-gradient(115deg, #071b23 0 48%, #0b3239 48% 100%);
  color: #fff;
}

.xf-quote-grid {
  display: grid;
  grid-template-columns: minmax(300px, .6fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(42px, 7vw, 110px);
}

.xf-quote-copy {
  position: sticky;
  top: 150px;
}

.xf-quote-copy .st-kicker {
  color: #f39a74;
}

.xf-quote-copy h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2rem, 3.15vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.04;
}

.xf-quote-copy > p {
  color: #bed0d2;
  line-height: 1.7;
}

.xf-quote-copy ul {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid #36545c;
  list-style: none;
}

.xf-quote-copy li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid #36545c;
  color: #d6e3e4;
  font-size: .82rem;
  line-height: 1.48;
}

.xf-quote-copy li::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--xf-accent);
  content: "";
}

.xf-page .xf-quote .hnl-inquiry-form {
  background: #f8fbfa;
  color: var(--st-ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.xf-page .hnl-inquiry-submit {
  background: var(--xf-accent);
}

.xf-page .hnl-inquiry-submit:hover,
.xf-page .hnl-inquiry-submit:focus-visible {
  background: var(--xf-accent-dark);
}

.xf-page .st-footer {
  background: #031118;
}

@media (max-width: 1180px) {
  .xf-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
    align-items: start;
  }

  .xf-hero-facts {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xf-hero-product {
    grid-column: 2;
    grid-row: 1;
  }

  .xf-fit-grid,
  .xf-layout-grid,
  .xf-application-grid,
  .xf-integration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xf-fit-grid article {
    min-height: 235px;
  }

  .xf-flow-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .xf-application-grid figure:nth-child(n),
  .xf-integration-grid figure:nth-child(n) {
    margin-top: 0;
  }

  .xf-application-grid figure:nth-child(even),
  .xf-integration-grid figure:nth-child(even) {
    margin-top: 42px;
  }

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

  .xf-variant-grid > article,
  .xf-variant-grid > article.is-single {
    grid-column: span 1;
  }

  .xf-variant-grid > article:last-child {
    grid-column: 1 / -1;
  }

  .xf-option-grid figure:nth-child(2) {
    margin-top: 35px;
  }

  .xf-factory-grid,
  .xf-video-grid {
    grid-template-columns: minmax(270px, .6fr) minmax(0, 1fr);
    gap: 42px;
  }

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

  .xf-quote-grid {
    grid-template-columns: minmax(270px, .48fr) minmax(500px, 1fr);
    gap: 38px;
  }
}

@media (max-width: 900px) {
  .xf-section-nav {
    top: 74px;
  }

  .xf-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .xf-section-head > p {
    max-width: 720px;
  }

  .xf-flow-line {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .xf-flow-line i {
    transform: rotate(90deg);
  }

  .xf-variant-grid {
    grid-template-columns: 1fr;
  }

  .xf-variant-grid > article,
  .xf-variant-grid > article.is-single,
  .xf-variant-grid > article:last-child {
    grid-column: auto;
  }

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

  .xf-option-grid figure:nth-child(2) {
    margin-top: 0;
  }

  .xf-option-grid figure:last-child {
    grid-column: 1 / -1;
    width: min(100%, 470px);
    justify-self: center;
  }

  .xf-factory-grid,
  .xf-video-grid,
  .xf-faq-grid,
  .xf-quote-grid {
    grid-template-columns: 1fr;
  }

  .xf-factory-copy,
  .xf-video-copy,
  .xf-quote-copy {
    max-width: 720px;
  }

  .xf-factory-visuals figure:nth-child(2) {
    margin-bottom: -35px;
  }

  .xf-integration {
    padding-top: 115px;
  }

  .xf-quote-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .xf-page .st-section {
    padding-block: 72px;
  }

  .xf-hero {
    padding-block: 40px 50px;
    background:
      radial-gradient(circle at 75% 10%, rgba(70, 166, 162, .2), transparent 26%),
      var(--xf-night);
  }

  .xf-hero-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  .xf-hero-copy,
  .xf-hero-product,
  .xf-hero-facts {
    grid-column: 1;
    grid-row: auto;
  }

  .xf-breadcrumb {
    margin-bottom: 26px;
  }

  .xf-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .xf-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .xf-button {
    width: 100%;
  }

  .xf-hero-product {
    padding: 12px;
  }

  .xf-hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xf-section-nav {
    position: relative;
    top: auto;
  }

  .xf-section-nav .st-shell {
    width: 100%;
    padding-inline: 15px;
  }

  .xf-section-nav a {
    min-height: 48px;
  }

  .xf-section-head {
    margin-bottom: 35px;
  }

  .xf-section-head h2,
  .xf-factory-copy h2,
  .xf-video-copy h2,
  .xf-faq-grid h2,
  .xf-quote-copy h2 {
    font-size: clamp(1.85rem, 9.3vw, 2.65rem);
  }

  .xf-fit-grid,
  .xf-flow-track,
  .xf-operation-grid,
  .xf-layout-grid,
  .xf-application-grid,
  .xf-integration-grid,
  .xf-option-grid,
  .xf-data-grid {
    grid-template-columns: 1fr;
  }

  .xf-fit-grid article {
    min-height: 0;
  }

  .xf-fit-grid article > span {
    margin-bottom: 30px;
  }

  .xf-flow-track li {
    min-height: 0;
  }

  .xf-layout-grid figure:nth-child(n),
  .xf-application-grid figure:nth-child(n),
  .xf-integration-grid figure:nth-child(n),
  .xf-option-grid figure:nth-child(n) {
    width: 100%;
    margin-top: 0;
    grid-column: auto;
  }

  .xf-application-grid,
  .xf-layout-grid,
  .xf-integration-grid,
  .xf-option-grid {
    gap: 22px;
  }

  .xf-units {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xf-units > span {
    grid-column: 1 / -1;
  }

  .xf-units button {
    width: 100%;
  }

  .xf-variant-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xf-variant-grid article.is-single figure {
    grid-template-columns: 1fr;
  }

  .xf-variant-grid article.is-single img {
    width: 100%;
  }

  .xf-factory-visuals {
    grid-template-columns: 1fr;
  }

  .xf-factory-visuals figure:nth-child(2) {
    margin-bottom: 0;
  }

  .xf-integration {
    padding-top: 72px;
  }

  .xf-video-frame {
    padding: 7px;
  }

  .xf-data-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .xf-faq-list summary {
    min-height: 64px;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .xf-faq-list summary span {
    width: 44px;
    height: 44px;
  }

  .xf-faq-list details p {
    padding-right: 0;
  }

  .xf-page .hnl-inquiry-submit {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
  }

  .xf-page .hnl-inquiry-turnstile-wrap {
    width: 300px;
    max-width: none;
    margin-inline: calc((100% - 300px) / 2);
  }

  .xf-page .hnl-inquiry-turnstile,
  .xf-page .hnl-inquiry-turnstile iframe {
    width: 300px;
    max-width: 300px;
  }

  .xf-page a,
  .xf-page button,
  .xf-page summary {
    touch-action: manipulation;
  }
}

@media (max-width: 440px) {
  .xf-page .st-shell {
    width: min(100% - 24px, 1240px);
  }

  .xf-hero-facts {
    grid-template-columns: 1fr;
  }

  .xf-hero-facts div {
    padding: 15px 16px;
  }

  .xf-variant-pair {
    grid-template-columns: 1fr;
  }

  .xf-variant-grid > article > header {
    min-height: 0;
  }

  .xf-flow-track li,
  .xf-data-grid li {
    grid-template-columns: 34px minmax(0, 1fr);
    padding-inline: 16px;
  }

  .xf-layout-grid figcaption,
  .xf-application-grid figcaption,
  .xf-integration-grid figcaption,
  .xf-option-grid figcaption {
    padding-inline: 17px;
  }

  .xf-quote {
    background: var(--xf-night);
  }
}

@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  .xf-page .st-site-nav {
    position: relative;
  }

  .xf-hero {
    padding-block: 28px 38px;
  }

  .xf-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr);
    align-items: center;
  }

  .xf-hero-copy {
    grid-column: 1;
  }

  .xf-hero-product {
    grid-column: 2;
    grid-row: 1;
  }

  .xf-hero-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xf-breadcrumb {
    margin-bottom: 18px;
  }

  .xf-hero h1 {
    margin-bottom: 15px;
    font-size: clamp(2.05rem, 5.8vw, 3.15rem);
  }

  .xf-hero-lead {
    margin-bottom: 18px;
    font-size: .86rem;
    line-height: 1.5;
  }

  .xf-hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xf-hero-facts div {
    padding-block: 13px;
  }

  .xf-section-nav {
    position: relative;
    top: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xf-page *,
  .xf-page *::before,
  .xf-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
