:root {
  --ink: #191725;
  --ink-soft: #3d3848;
  --paper: #fff;
  --paper-raised: #fff;
  --violet: #7056d9;
  --coral: #ff6f91;
  --mint: #79cdb7;
  --line: rgba(25, 23, 37, 0.14);
  --muted: #6c6673;
  --display: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --brand: var(--display);
  --mono: var(--display);
  --rail: max(24px, calc((100vw - 1240px) / 2));
  --section-gutter: clamp(28px, 3.4vw, 46px);
  --section-space: clamp(72px, 7vw, 104px);
  --section-space-compact: clamp(48px, 5vw, 72px);
  --product-transition-gap: 66px;
  --product-sticky-pad-top: clamp(22px, 3.25vh, 40px);
  --product-entry-space: calc(var(--product-transition-gap) - var(--product-sticky-pad-top));
  --content: min(1240px, calc(100vw - 48px));
  --pinned-header-clearance: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  color: #fff;
  background: var(--violet);
}

button,
a {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

button[aria-disabled="true"] {
  cursor: default;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.78);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 80;
  inset: 0 0 auto;
  padding: 22px 16px 0;
}

.site-nav {
  width: min(100%, 760px);
  min-height: 52px;
  margin: 0 auto;
  padding: 5px 8px 5px 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(25, 23, 37, 0.1);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 24px rgba(25, 23, 37, 0.07);
}

.brand {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
}

.brand-mark {
  width: 40px;
  height: 23px;
  flex: 0 0 auto;
  object-fit: contain;
}

.wordmark {
  color: #211d31;
  font-family: var(--brand);
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -0.075em;
  line-height: 1;
}

.nav-links {
  margin: 0;
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 18px;
}

.nav-links a,
.site-footer nav a {
  position: relative;
  padding: 8px 0;
  color: #17151e;
  font-size: 15px;
  font-weight: 590;
}

.nav-links a {
  padding: 6px 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 15px;
  font-weight: 400;
  transition: color 180ms ease;
}

.variable-font-hover {
  display: inline-flex;
  line-height: 1;
}

.variable-font-hover > span {
  display: block;
  font-variation-settings: "wght" 400;
  font-weight: 400;
  transition:
    font-variation-settings 220ms cubic-bezier(0.22, 1, 0.36, 1),
    font-weight 220ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--stagger) * 30ms);
}

.demo-control {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex: 0 0 auto;
}

.demo-button {
  position: relative;
  min-height: 34px;
  padding: 5px 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  overflow: visible;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1;
  transform: scale(1);
  transform-origin: center;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.demo-button__label {
  position: relative;
  isolation: isolate;
  display: block;
  color: #17151e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.025em;
  white-space: nowrap;
  background-image: linear-gradient(100deg, #17151e 0%, #17151e 35%, #7056d9 44%, #ff6f91 49%, #fff 52%, #79cdb7 56%, #17151e 65%, #17151e 100%);
  background-position: 100% 50%;
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.demo-button::after {
  content: "↗";
  color: #17151e;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
}

.demo-button__label::before,
.demo-button__label::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-text-fill-color: currentColor;
}

.demo-button__label::before {
  color: #7056d9;
  clip-path: inset(8% 0 57% 0);
}

.demo-button__label::after {
  color: #ff6f91;
  clip-path: inset(54% 0 7% 0);
}

.demo-control--nav {
  justify-self: end;
  margin: 0;
  padding: 0 8px 0 14px;
}

.demo-control--nav .demo-button {
  transform-origin: right center;
}

.demo-control--nav .demo-button::after {
  transform: translate3d(0, 0, 0);
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.demo-control--nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  background: rgba(25, 23, 37, 0.11);
  transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .demo-button:hover {
    transform: scale(1.08);
  }

  .demo-control--nav .demo-button:hover {
    transform: scale(1.04);
  }

  .demo-control--nav .demo-button:hover::after {
    transform: translate3d(2px, -1px, 0);
  }

  .demo-button:hover .demo-button__label {
    animation: demo-liquid-shimmer 1100ms cubic-bezier(0.22, 1, 0.36, 1) infinite;
  }

  .demo-button:hover .demo-button__label::before {
    animation: demo-chroma-top 1100ms cubic-bezier(0.22, 1, 0.36, 1) infinite;
  }

  .demo-button:hover .demo-button__label::after {
    animation: demo-chroma-bottom 1100ms cubic-bezier(0.22, 1, 0.36, 1) infinite;
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    color: var(--ink);
  }

  .nav-links a:hover .variable-font-hover > span,
  .nav-links a:focus-visible .variable-font-hover > span {
    font-variation-settings: "wght" 700;
    font-weight: 700;
  }
}

@keyframes demo-liquid-shimmer {
  0% { background-position: 100% 50%; transform: translate3d(0, 0, 0) skewX(0deg); }
  28% { transform: translate3d(-1px, -1px, 0) skewX(-2.4deg); }
  52% { transform: translate3d(1px, 1px, 0) skewX(1.8deg); }
  74% { transform: translate3d(-0.5px, 0, 0) skewX(-0.8deg); }
  100% { background-position: 0% 50%; transform: translate3d(0, 0, 0) skewX(0deg); }
}

@keyframes demo-chroma-top {
  0%, 100% { opacity: 0; transform: translate3d(0, 0, 0); }
  30% { opacity: 0.72; transform: translate3d(2px, -1px, 0); }
  58% { opacity: 0.38; transform: translate3d(-1px, 1px, 0); }
}

@keyframes demo-chroma-bottom {
  0%, 100% { opacity: 0; transform: translate3d(0, 0, 0); }
  36% { opacity: 0.68; transform: translate3d(-2px, 1px, 0); }
  64% { opacity: 0.32; transform: translate3d(1px, -1px, 0); }
}

@keyframes pricing-color-sweep {
  from { background-position: 100% 50%; }
  to { background-position: 0% 50%; }
}

.demo-control--pricing {
  transform-origin: left center;
}

.demo-control--pricing .demo-button {
  min-height: 68px;
  gap: 9px;
}

.demo-control--pricing .demo-button__label {
  font-size: 20px;
  animation: pricing-color-sweep 1400ms linear infinite;
  transform: none;
  will-change: background-position;
}

.demo-control--pricing .demo-button__label::before,
.demo-control--pricing .demo-button__label::after {
  display: none;
  animation: none;
}

.demo-control--pricing .demo-button::after {
  font-size: 18px;
}

.pricing-button__accent {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .demo-control--pricing .demo-button:hover {
    transform: scale(1.32);
  }

  .demo-control--pricing .demo-button:hover .demo-button__label {
    animation: pricing-color-sweep 1400ms linear infinite;
    transform: none;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(900px, 100svh);
  padding: clamp(112px, 12vh, 142px) 18px 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: clamp(6px, 0.5vw, 10px) solid #fff;
  border-radius: clamp(14px, 1.25vw, 22px);
  background: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: clamp(9px, 0.9vw, 16px);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1560px);
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto;
  justify-items: center;
  align-items: center;
  gap: clamp(4px, 1vh, 12px);
}

.hero-title {
  max-width: 1400px;
  margin: 0;
  color: #17151e;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(52px, 6.6vw, 112px);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 0.86;
  text-align: center;
  text-wrap: balance;
}

.hero-title span {
  color: #7056d9;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.065em;
}

.hero-horse-shell {
  position: relative;
  width: 100ch;
  height: 36em;
  align-self: start;
  margin-top: clamp(14px, 1.8vh, 24px);
  font-family: "SFMono-Regular", "Andale Mono", Consolas, monospace;
  font-size: clamp(3.8px, 1.08vw, 16px);
  transform: translateX(-2.5ch) translateZ(0);
}

.hero-horse {
  position: absolute;
  inset: 0;
  margin: 0;
  user-select: none;
  font: inherit;
  font-variant-ligatures: none;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1;
  white-space: pre;
}

.hero-horse--main {
  z-index: 2;
  color: transparent;
  background-image: linear-gradient(
    100deg,
    #000 0%,
    #000 35%,
    #7056d9 43%,
    #9467e4 47%,
    #d865b0 50%,
    #9a6df2 53%,
    #7182d9 57%,
    #000 65%,
    #000 100%
  );
  background-position: 100% 50%;
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: horse-liquid-shimmer 2.6s linear infinite;
  will-change: background-position;
}

@keyframes horse-liquid-shimmer {
  0%,
  12% {
    background-position: 100% 50%;
  }

  88%,
  100% {
    background-position: 0% 50%;
  }
}

.hero-horse--glow {
  display: none;
}

.industries {
  position: relative;
  padding: 0 var(--rail);
  color: var(--ink);
  background: #fff;
}

.industries::before,
.industries::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -85px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(25, 23, 37, 0),
    rgba(25, 23, 37, 0.025) 28px,
    rgba(25, 23, 37, 0.12) 96px
  );
  pointer-events: none;
}

.industries::before {
  left: var(--rail);
}

.industries::after {
  right: var(--rail);
}

.industries__inner {
  position: relative;
  width: 100%;
  min-height: clamp(80px, 5.5vw, 92px);
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 0;
  border: 1px solid var(--line);
  border-inline: 0;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
}

.industries__inner::after {
  content: none;
}

.industries__inner p {
  margin: 0;
  padding: 0 clamp(28px, 3.4vw, 46px);
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 1;
}

@keyframes industries-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.industries-marquee {
  min-width: 0;
}

.industries-marquee__track {
  display: flex;
  width: max-content;
}

.industries-list {
  margin: 0;
  padding: 0 clamp(28px, 3.4vw, 46px);
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 38px);
  list-style: none;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 650;
  letter-spacing: -0.015em;
}

.industries-list--clone {
  display: none;
}

.industries-list li {
  position: relative;
}

.industries-list li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(clamp(20px, 2.4vw, 38px) / -2);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #aaa4af;
  transform: translate(-50%, -50%);
}

.industries-numbers {
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  border: 1px solid var(--line);
  border-inline: 0;
  border-bottom: 0;
  background: #fff;
}

.industries-numbers::before {
  content: none;
}

.industries-numbers__heading {
  min-width: 0;
  padding: clamp(52px, 5vw, 72px) clamp(28px, 3.4vw, 46px);
  display: flex;
  align-items: center;
}

.industries-numbers__heading h2 {
  max-width: 330px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.25vw, 30px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}

.industries-stats {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.industries-stats > div {
  min-width: 0;
  min-height: clamp(132px, 10vw, 156px);
  padding: clamp(28px, 3vw, 40px) clamp(24px, 3vw, 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industries-stats > div:not(:first-child) {
  border-left: 0;
}

.industries-stats dd {
  order: -1;
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.industries-stats dt {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.product-narrative {
  position: relative;
  height: min(500svh, 5200px);
  padding-top: var(--product-entry-space);
  background: #fff;
  scroll-margin-top: 0;
}

.product-narrative::before,
.product-narrative::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 1px;
  height: var(--product-entry-space);
  background: rgba(25, 23, 37, 0.12);
  pointer-events: none;
}

.product-narrative::before { left: var(--rail); }
.product-narrative::after { right: var(--rail); }

.product-sticky {
  position: sticky;
  top: max(var(--pinned-header-clearance), calc((100svh - 1040px) / 2));
  height: min(calc(100svh - var(--pinned-header-clearance)), 1040px);
  min-height: min(620px, calc(100svh - var(--pinned-header-clearance)));
  padding: var(--product-sticky-pad-top) 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(12px, 1.6vh, 18px);
  overflow: hidden;
  background: #fff;
}

.product-stage {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: var(--content);
  min-height: 0;
  margin: 0 auto;
  padding-inline: var(--section-gutter);
  display: grid;
}

.product-slide {
  position: relative;
  grid-area: 1 / 1;
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  gap: clamp(16px, 2vh, 20px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px) scale(0.985);
  transform-origin: 50% 60%;
  transition:
    opacity 360ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.product-slide__heading {
  display: block;
  padding: 0;
}

.section-label {
  margin: 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.product-slide__heading h3 {
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: clamp(30px, 3.2vw, 36px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.15;
  text-align: left;
  text-wrap: balance;
}

.product-slide__heading h3 span {
  color: var(--ink);
  font-weight: inherit;
}

.product-preview-slot {
  display: contents;
}

.product-preview {
  aspect-ratio: 3 / 2;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(25, 23, 37, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(25, 23, 37, 0.055);
}

.product-preview picture,
.product-preview img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-preview img {
  object-fit: contain;
  object-position: center;
}

.product-benefits {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  list-style: none;
}

.product-benefits li {
  min-width: 0;
  padding: 20px clamp(20px, 2.5vw, 32px) 0;
}

.product-benefits li:first-child {
  padding-left: 0;
}

.product-benefits li:last-child {
  padding-right: 0;
}

.product-benefits li:not(:first-child) {
  border-left: 1px solid var(--line);
}

.product-benefits strong {
  display: block;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(20px, 1.6vw, 22px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.product-benefits span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.product-controls {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-indicator {
  position: relative;
  width: 36px;
  height: 36px;
  margin: 0;
  appearance: none;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: transparent;
}

.product-indicators {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}

.product-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #efefed;
  transform: translate(-50%, -50%) translateZ(0);
  transition: width 200ms cubic-bezier(0, 0, 0.2, 1), background-color 200ms cubic-bezier(0, 0, 0.2, 1);
}

.product-indicator.is-active {
  width: 36px;
  background: transparent;
}

.product-indicator.is-active::before {
  width: 24px;
  background: #111;
}

.cases-section {
  --case-shell-max: 1120px;
  --case-card-max: 1040px;
  --case-section-pad: clamp(36px, min(3.5vw, 4.5svh), 48px);
  --case-carousel-shift: clamp(8px, 1.2svh, 14px);
  --case-heading-size: clamp(52px, 6vw, 80px);
  --case-heading-gap: clamp(12px, min(1.4vw, 1.8svh), 18px);
  --case-carousel-height: clamp(340px, min(32vw, 44svh), 380px);
  --case-card-inset: clamp(24px, 3vw, 40px);
  --case-card-padding: clamp(32px, 3vw, 44px);
  --case-quote-size: clamp(21px, 1.75vw, 26px);
  --case-metric-size: clamp(34px, 3vw, 46px);
  position: relative;
  padding: var(--case-section-pad) var(--rail);
  color: var(--ink);
  background:
    linear-gradient(var(--line), var(--line)) top center / var(--content) 1px no-repeat,
    #fff;
  scroll-margin-top: 92px;
}

.cases-heading {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto var(--case-heading-gap);
  padding-inline: var(--section-gutter);
}

.cases-heading h2,
.pricing-section > .section-label + * h2,
.closing-cta h2 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1;
}

.cases-heading h2 {
  font-family: var(--display);
  font-size: var(--case-heading-size);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.pricing-section > .section-label + * h2,
.closing-cta h2 {
  font-size: clamp(52px, 6vw, 82px);
}

.case-carousel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--case-shell-max);
  height: var(--case-carousel-height);
  margin: 0 auto;
  outline-offset: 6px;
  touch-action: pan-y;
}

.case-stage {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  display: grid;
  place-items: center;
}

.case-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - (var(--case-card-inset) * 2));
  max-width: var(--case-card-max);
  min-height: clamp(250px, 22svh, 290px);
  margin: 0;
  padding: var(--case-card-padding);
  display: flex;
  flex-direction: column;
  border: var(--case-border-width, 1px) solid rgba(25, 23, 37, 0.1);
  border-radius: clamp(22px, 2.4vw, 30px);
  background: #fff;
  box-shadow: 0 20px 52px rgba(25, 23, 37, 0.11);
  transform: translate(-50%, -50%) translateY(var(--case-y, 0px)) scale(var(--case-scale, 1));
  transform-origin: center;
  z-index: var(--case-z, 1);
  pointer-events: none;
  will-change: opacity, filter, transform;
  transition:
    transform 250ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    filter 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.case-slide.is-active {
  pointer-events: auto;
}

.case-slide blockquote {
  position: relative;
  margin: 0;
}

.case-slide blockquote p {
  position: relative;
  margin: 0;
  color: rgba(25, 23, 37, 0.8);
  font-size: var(--case-quote-size);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.38;
}

.case-slide figcaption {
  margin-top: auto;
  padding-top: clamp(24px, 2.2vw, 32px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  border-top: 1px solid rgba(25, 23, 37, 0.08);
}

.case-source {
  min-width: 100px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.case-source strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
}

.case-source span {
  color: rgba(25, 23, 37, 0.5);
  font-size: 13px;
}

.case-numbers {
  width: min(100%, 650px);
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-numbers div {
  padding-left: clamp(18px, 2.5vw, 34px);
  border-left: 1px solid rgba(25, 23, 37, 0.1);
}

.case-numbers dd {
  margin: 0;
  color: var(--ink);
  font-size: var(--case-metric-size);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1;
}

.case-numbers dt {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 540;
  line-height: 1.3;
}

.case-controls {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
}

.case-navigation,
.case-indicator {
  appearance: none;
  border: 0;
  background: transparent;
}

.case-navigation {
  position: relative;
  z-index: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0.5px solid rgba(25, 23, 37, 0.1);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.5);
  backdrop-filter: blur(4px);
  color: rgba(25, 23, 37, 0.6);
  font-size: 18px;
  line-height: 1;
  transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
}

.case-navigation:hover {
  border-color: rgba(25, 23, 37, 0.2);
  background: rgba(255, 253, 249, 0.7);
  box-shadow: 0 8px 18px rgba(25, 23, 37, 0.08);
}

.case-indicators {
  display: flex;
  align-items: center;
  gap: 0;
}

.case-indicator {
  position: relative;
  width: 24px;
  height: 36px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
}

.case-indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.22);
  transform: translate(-50%, -50%);
  transition: width 200ms ease, background-color 200ms ease;
}

.case-indicator.is-active::before {
  width: 32px;
  background: #111;
}

.product-sticky::before,
.product-sticky::after,
.cases-section::before,
.cases-section::after,
.pricing-section::before,
.pricing-section::after,
.closing-section::before,
.closing-section::after,
.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(25, 23, 37, 0.12);
  pointer-events: none;
}

.product-sticky::before,
.cases-section::before,
.pricing-section::before,
.closing-section::before,
.site-footer::before { left: var(--rail); }

.product-sticky::after,
.cases-section::after,
.pricing-section::after,
.closing-section::after,
.site-footer::after { right: var(--rail); }

.pricing-section {
  position: relative;
  padding: var(--section-space) var(--rail);
  background: #fff;
  scroll-margin-top: 92px;
}

.pricing-block {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 40px) var(--section-gutter);
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1fr);
  gap: clamp(42px, 6vw, 84px);
  border-block: 1px solid var(--line);
  border-inline: 0;
  border-radius: 0;
}

.pricing-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 6vw, 80px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}

.pricing-copy h2 span {
  display: block;
  margin-top: 8px;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.pricing-copy p {
  max-width: 500px;
  margin: 22px 0 24px;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.5;
}

.pricing-capabilities {
  margin: 0;
  padding: 0;
  display: grid;
  align-content: start;
  list-style: none;
}

.pricing-capabilities li {
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 590;
}

.pricing-capabilities li::after {
  content: "✓";
  color: #31866e;
}

.pricing-capabilities .is-coming-soon {
  color: #9a949f;
}

.pricing-capabilities .is-coming-soon::after {
  content: none;
}

.is-coming-soon span {
  padding: 6px 10px;
  border-radius: 999px;
  color: #817b87;
  background: #f0edf1;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -0.01em;
  text-transform: none;
}

.closing-section {
  position: relative;
  padding: 0 var(--rail) clamp(24px, 2.6vw, 34px);
  background: #fff;
}

.closing-cta {
  position: relative;
  z-index: 1;
  width: min(100%, clamp(760px, 62.5vw, 960px));
  max-width: 960px;
  min-height: clamp(160px, 11vw, 176px);
  margin: 0 auto;
  padding: clamp(24px, 1.6vw, 28px) clamp(28px, 2.5vw, 36px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(20px, 2vw, 28px);
  overflow: hidden;
  border-radius: clamp(20px, 1.5vw, 24px);
  color: #fff;
  background-color: #090515;
  background-image: linear-gradient(
    180deg,
    #090515 0%,
    #2b145f 39%,
    #7056d9 65%,
    #d9ceff 99%
  );
}

.closing-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' seed='23' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  mix-blend-mode: overlay;
}

.closing-gradient-canvas {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

.closing-cta > :not(.closing-gradient-canvas) {
  position: relative;
  z-index: 1;
}

.closing-cta > div > p:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.closing-cta h2 {
  font-size: clamp(32px, 2.4vw, 40px);
}

.closing-cta > div > p:last-child {
  max-width: 560px;
  margin: 10px 0 0;
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.45;
}

.closing-cta .demo-button {
  min-height: clamp(44px, 3vw, 48px);
  padding: 0 clamp(16px, 1.25vw, 20px);
  gap: 8px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(45, 32, 92, 0.14);
}

.closing-cta .demo-button__label {
  color: var(--ink);
  font-size: clamp(14px, 1vw, 15px);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.closing-cta .demo-button__label::before,
.closing-cta .demo-button__label::after {
  display: none;
}

.closing-cta .demo-button::after {
  content: "→";
  color: var(--ink);
  font-size: clamp(17px, 1.2vw, 19px);
}

@media (hover: hover) and (pointer: fine) {
  .closing-cta .demo-button:hover {
    transform: translateY(-2px) scale(1.02);
  }
}

.site-footer {
  position: relative;
  padding: var(--section-space-compact) calc(var(--rail) + var(--section-gutter));
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 34px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer > * { position: relative; z-index: 1; }

.footer-identity p,
.footer-action p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.footer-brand .brand-mark {
  width: 50px;
  height: 29px;
}

.footer-brand .wordmark {
  font-size: 25px;
}

.site-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-action {
  justify-self: end;
  text-align: right;
}

@media (max-width: 1120px) {
  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (min-width: 721px) {
  .industries-label__colon {
    display: none;
  }

  .industries-marquee {
    width: 100%;
    display: block;
    padding-block: 4px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
  }

  .industries-marquee__track {
    width: max-content;
    animation: industries-scroll 28s linear infinite;
    will-change: transform;
  }

  .industries-list {
    flex: 0 0 auto;
    width: max-content;
    display: flex;
    padding: 0;
    gap: 0;
    font-size: clamp(18px, 1.45vw, 22px);
    font-weight: 600;
    letter-spacing: -0.015em;
    white-space: nowrap;
  }

  .industries-list--clone {
    display: flex;
  }

  .industries-list li {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
  }

  .industries-list li::after {
    content: "";
    position: static;
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    margin-inline: clamp(18px, 1.65vw, 30px);
    border-radius: 50%;
    background: rgba(25, 23, 37, 0.34);
    transform: none;
  }

  .industries-list li:not(:first-child)::before {
    content: none;
  }

  .product-preview {
    aspect-ratio: 3840 / 2020;
  }

  .case-carousel {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
    transform: translateY(var(--case-carousel-shift));
  }

  .case-stage {
    height: auto;
    min-height: 0;
  }

  .case-controls {
    position: relative;
    inset: auto;
    justify-self: center;
    align-self: end;
    transform: none;
  }

  .case-indicators {
    display: inline-flex;
    vertical-align: top;
  }

  .case-indicator {
    width: 36px;
    height: 36px;
    margin: 0;
  }

  .case-indicator::before {
    background: #efefed;
    transform: translate(-50%, -50%) translateZ(0);
    transition: width 200ms cubic-bezier(0, 0, 0.2, 1), background-color 200ms cubic-bezier(0, 0, 0.2, 1);
  }

  .case-indicator.is-active {
    width: 36px;
    background: transparent;
  }

  .case-indicator.is-active::before {
    width: 24px;
    background: #111;
  }
}

@media (min-width: 1200px) and (min-height: 1000px) {
  .product-narrative {
    height: min(calc(500svh - clamp(112px, 10svh, 144px)), 5200px);
  }
}

@media (max-width: 991px) {
  .pricing-block {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .cases-section {
    --case-carousel-height: clamp(420px, 54svh, 440px);
    --case-carousel-shift: clamp(28px, 4svh, 36px);
  }

  .case-slide figcaption {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .case-source {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
  }

  .case-numbers {
    width: 100%;
  }

  .industries__inner {
    padding-block: 40px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .industries__inner p,
  .industries-list {
    padding-inline: var(--section-gutter);
  }

  .industries-numbers {
    grid-template-columns: 1fr;
  }

  .industries-numbers__heading h2 {
    max-width: 28ch;
  }
}

@media (min-width: 901px) and (max-height: 800px) {
  .cases-section {
    --case-carousel-shift: clamp(6px, 1svh, 10px);
  }
}

@media (max-width: 720px) {
  :root {
    --rail: 16px;
    --section-space: clamp(64px, 18vw, 80px);
    --section-space-compact: clamp(44px, 12vw, 56px);
    --product-entry-space: 0px;
    --content: calc(100vw - 32px);
    --pinned-header-clearance: 72px;
  }

  .site-header { padding: 10px 12px 0; }

  .site-nav {
    min-height: 50px;
    padding: 7px 10px 7px 12px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(12px, 3.8vw, 18px);
    border: 0;
    border-radius: 999px;
  }

  .brand { min-width: 0; gap: 0; overflow: visible; }
  .site-header .brand-mark { width: 34px; height: 20px; }
  .site-header .wordmark { display: none; }

  .demo-control--nav {
    margin: 0;
    padding: 0 0 0 clamp(10px, 2.8vw, 14px);
  }
  .demo-control--nav::before {
    display: block;
    height: 18px;
    background: rgba(25, 23, 37, 0.11);
  }
  .demo-control--nav .demo-button { min-height: 34px; padding: 4px 0; }
  .demo-control--nav .demo-button__label { font-size: 12px; }
  .demo-control--nav .demo-button::after { font-size: 13px; }

  .nav-links {
    order: initial;
    grid-column: auto;
    width: auto;
    margin: 0;
    padding: 0;
    justify-content: center;
    justify-self: center;
    gap: clamp(13px, 3.8vw, 18px);
    border-top: 0;
  }

  .nav-links a {
    min-height: 32px;
    padding: 10px 0;
    color: #050507;
    font-size: 12px;
    font-weight: 540;
  }

  .nav-links .variable-font-hover > span {
    color: #050507;
    font-variation-settings: "wght" 540;
    font-weight: 540;
  }

  .hero {
    min-height: 0;
    padding: 112px 8px 52px;
    border-width: 6px;
    border-radius: 20px;
  }

  .hero-content {
    min-height: 0;
    align-content: center;
    gap: 28px;
  }

  .hero-title {
    font-size: clamp(44px, 13vw, 72px);
    line-height: 0.9;
  }

  .hero-horse-shell {
    margin-top: 18px;
    font-size: clamp(3.2px, 1.45vw, 5.6px);
  }
  .industries { padding: 48px 0 32px; }
  .industries__inner {
    min-height: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    border: 0;
    overflow: hidden;
  }
  .industries__inner::after { display: none; }
  .industries__inner p {
    padding: 0 0 0 16px;
    font-size: clamp(20px, 5.4vw, 22px);
    line-height: 1;
  }

  .industries-marquee {
    width: 100%;
    min-width: 0;
    display: block;
    padding-block: 4px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
  }

  .industries-marquee__track {
    position: static;
    width: max-content;
    height: auto;
    animation: industries-scroll 11s linear infinite;
    will-change: transform;
  }

  .industries-list {
    position: static;
    flex: none;
    display: flex;
    padding: 0;
    gap: 0;
    font-size: clamp(18px, 5.4vw, 22px);
    line-height: 1.2;
    white-space: nowrap;
  }

  .industries-list--clone { display: flex; }

  .industries-list li {
    position: relative;
    flex: none;
    padding: 0 38px 0 0;
    opacity: 1;
    animation: none;
  }

  .industries-list li:nth-child(n + 5) { display: none; }

  .industries-list li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #aaa4af;
    transform: translateY(-50%);
  }

  .industries-list li:not(:first-child)::before { content: none; }

  .industries-numbers {
    margin: 40px 16px 0;
    padding: 0;
    grid-template-columns: 1fr;
    border: 0;
  }

  .industries-numbers__heading {
    padding: 0;
    border-right: 0;
  }

  .industries-numbers__heading h2 {
    max-width: 24ch;
    font-size: clamp(26px, 8vw, 32px);
  }

  .industries-stats {
    margin-top: 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
  }

  .industries-stats > div,
  .industries-stats > div:first-child {
    min-height: 0;
    padding: 0;
    border: 0;
  }

  .industries-stats > div:nth-child(odd) {
    border-left: 0;
  }

  .industries-stats dd {
    font-size: clamp(38px, 12vw, 52px);
  }

  .product-narrative {
    height: 500svh;
    padding: 48px 0 0;
    scroll-margin-top: 0;
  }

  .product-sticky {
    position: sticky;
    top: var(--pinned-header-clearance);
    height: calc(100svh - var(--pinned-header-clearance));
    min-height: 0;
    padding: 16px;
    gap: 12px;
    overflow: hidden;
    justify-content: flex-start;
  }

  .product-stage {
    flex: 1 1 auto;
    width: var(--content);
    min-height: 0;
    padding-inline: 0;
    display: grid;
    gap: 0;
  }

  .product-slide {
    grid-area: 1 / 1;
    height: 100%;
    grid-template-rows: auto auto auto;
    align-content: center;
    gap: 20px;
  }

  .product-slide__heading {
    padding: 0;
  }

  .product-slide__heading h3 {
    max-width: 22ch;
    font-size: clamp(26px, 7.5vw, 32px);
    line-height: 1.12;
  }

  .product-preview {
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 16px;
  }

  .product-preview img {
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: none;
  }

  .product-benefits {
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0;
    border-top: 1px solid rgba(25, 23, 37, 0.1);
    border-bottom: 1px solid rgba(25, 23, 37, 0.1);
  }

  .product-benefits li {
    padding: 18px 0;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr);
    align-items: start;
    gap: 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .product-benefits li:not(:first-child) {
    border-left: 0;
    border-top: 1px solid rgba(25, 23, 37, 0.1);
  }

  .product-benefits strong {
    font-size: 16px;
    line-height: 1.25;
  }

  .product-benefits span {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .product-controls {
    display: flex;
  }

  .industries::before,
  .industries::after,
  .product-narrative::before,
  .product-narrative::after,
  .product-sticky::before,
  .product-sticky::after,
  .cases-section::before,
  .cases-section::after,
  .pricing-section::before,
  .pricing-section::after,
  .closing-section::before,
  .closing-section::after,
  .site-footer::before,
  .site-footer::after {
    display: none;
  }

  .cases-section,
  .pricing-section {
    padding-inline: 16px;
    background: #fff;
  }

  .cases-section {
    padding-block: 48px 16px;
  }

  .cases-heading {
    width: 100%;
    margin-bottom: 24px;
    padding-inline: 0;
  }

  .cases-heading h2 {
    font-size: clamp(52px, 6vw, 82px);
  }

  .case-carousel {
    height: auto;
    display: grid;
    gap: 16px;
  }

  .case-stage {
    height: clamp(400px, 106vw, 440px);
    padding: 0;
  }

  .case-slide {
    width: calc(100% - 16px);
    min-height: 0;
    padding: 26px 24px 24px;
    border-radius: 22px;
  }

  .case-slide blockquote p {
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.36;
  }

  .case-slide figcaption {
    margin-top: 24px;
    padding-top: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    border-top: 0;
  }

  .case-source {
    min-height: 24px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  .case-source span::before {
    content: "•";
    margin-right: 10px;
    color: #aaa4af;
  }

  .case-numbers {
    width: 100%;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 0.75fr);
    column-gap: 16px;
  }

  .case-numbers div {
    min-width: 0;
    padding-left: 0;
    border-left: 0;
  }

  .case-numbers div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .case-numbers div:nth-child(2) {
    text-align: center;
  }

  .case-numbers div:nth-child(3) {
    text-align: right;
  }

  .case-numbers dd {
    font-size: clamp(30px, 8.5vw, 36px);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.045em;
    white-space: nowrap;
  }

  .case-numbers dt {
    margin-top: 7px;
    font-size: 8px;
    line-height: 1.25;
    white-space: nowrap;
  }

  .case-controls {
    position: static;
    transform: none;
  }

  .case-navigation {
    width: 44px;
    height: 44px;
  }

  .case-indicator {
    width: 30px;
    height: 44px;
  }

  .pricing-block {
    padding: 0;
    gap: 18px;
    border: 0;
    border-radius: 0;
  }

  .pricing-section {
    padding-block: 40px var(--section-space);
  }

  .pricing-copy .demo-control--pricing {
    position: relative;
    width: auto;
    display: inline-flex;
    justify-content: flex-start;
  }

  .pricing-copy .demo-control--pricing::before {
    content: none;
  }

  .pricing-copy .demo-control--pricing .demo-button {
    width: auto;
    min-height: 44px;
    padding: 2px 0;
    justify-content: flex-start;
    gap: 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    transform-origin: left center;
  }

  .pricing-copy p {
    margin: 18px 0 12px;
  }

  .pricing-copy .demo-control--pricing .demo-button__label {
    z-index: auto;
    font-size: 20px;
    color: #17151e;
    background-image: linear-gradient(100deg, #17151e 0%, #17151e 35%, #7056d9 44%, #ff6f91 49%, #fff 52%, #79cdb7 56%, #17151e 65%, #17151e 100%);
    background-position: 100% 50%;
    background-size: 260% 100%;
    animation: pricing-color-sweep 1400ms linear infinite;
    -webkit-text-fill-color: transparent;
  }

  .pricing-copy .demo-control--pricing .demo-button::after {
    content: "↗";
    position: static;
    z-index: auto;
    display: block;
    color: #17151e;
    font-size: 18px;
  }

  .pricing-button__accent {
    display: none;
  }

  .pricing-button__chevrons {
    width: 80px;
    height: 14px;
    flex: 0 0 80px;
    overflow: hidden;
    fill: #17141d;
  }

  .pricing-chevron {
    animation: none;
    opacity: 0.55;
    transform: none;
  }

  .pricing-capabilities li {
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    line-height: 1.3;
  }

  .pricing-capabilities {
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .pricing-capabilities li::before {
    content: none;
    display: none;
  }

  .pricing-capabilities li::after { content: none; display: none; }

  .pricing-capabilities li + li {
    border-top: 1px solid rgba(25, 23, 37, 0.09);
  }

  .pricing-capabilities .is-coming-soon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .pricing-capabilities .is-coming-soon::before {
    content: none;
    display: none;
  }

  .pricing-capabilities .is-coming-soon span {
    margin-left: 4px;
    padding: 5px 9px;
    justify-self: end;
    white-space: nowrap;
    font-size: 11px;
  }

  .cases-section,
  .pricing-section { scroll-margin-top: 96px; }

  .closing-section { display: none; }

  .closing-cta {
    width: 100%;
    min-height: 230px;
    padding: 30px 22px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
    border-radius: 24px;
  }

  .closing-cta h2 { font-size: clamp(32px, 9vw, 42px); }
  .closing-cta .demo-button { min-height: 54px; padding-inline: 20px; }

  .site-footer {
    padding: 44px 16px 52px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
    border-top: 1px solid rgba(25, 23, 37, 0.1);
  }

  .site-footer nav { display: none; }

  .footer-identity {
    display: grid;
    gap: 12px;
  }

  .footer-brand .brand-mark {
    width: 42px;
    height: 23px;
  }

  .footer-brand .wordmark { font-size: 22px; }

  .footer-identity p {
    max-width: 330px;
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .footer-action {
    display: none;
  }
}

@media (max-width: 720px) and (max-height: 800px) {
  .product-sticky {
    padding: 12px 16px;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .product-stage {
    flex: none;
    height: 100%;
  }

  .product-slide {
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 12px;
  }

  .product-slide__heading h3 {
    max-width: 22ch;
    font-size: clamp(22px, 6.4vw, 26px);
    line-height: 1.08;
  }

  .product-preview {
    width: min(100cqw, 150cqh);
    max-width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 3 / 2;
    place-self: center;
    border-radius: 12px;
  }

  .product-preview-slot {
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    container-type: size;
  }

  .product-benefits {
    gap: 0;
  }

  .product-benefits li {
    padding-block: 12px;
    gap: 10px;
  }

  .product-benefits strong {
    font-size: 15px;
    line-height: 1.2;
  }

  .product-benefits span {
    font-size: 13px;
    line-height: 1.35;
  }

  .product-indicator {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 720px) and (max-height: 650px) {
  .product-sticky {
    padding-block: 8px;
    gap: 6px;
  }

  .product-slide {
    gap: 8px;
  }

  .product-slide__heading h3 {
    font-size: clamp(20px, 6vw, 24px);
  }

  .product-benefits li {
    padding-block: 9px;
    gap: 8px;
  }

  .product-benefits strong {
    font-size: 14px;
  }

  .product-benefits span {
    font-size: 12px;
    line-height: 1.3;
  }

  .product-indicator {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 721px) and (max-width: 1919px) and (max-height: 1100px),
  (min-width: 1920px) and (max-height: 1000px) {
  :root {
    --product-sticky-pad-top: 14px;
  }

  .product-sticky {
    padding-block: var(--product-sticky-pad-top) max(12px, env(safe-area-inset-bottom));
    gap: 10px;
  }

  .product-stage {
    width: var(--content);
    margin: 0 auto;
    padding-inline: var(--section-gutter);
  }

  .product-slide {
    gap: clamp(8px, 1.4vh, 14px);
  }

  .product-slide__heading h3 {
    font-size: clamp(28px, 2.5vw, 34px);
    line-height: 1.12;
  }

  .product-preview {
    height: auto;
    aspect-ratio: 3840 / 2020;
  }

  .product-preview img {
    object-fit: contain;
    object-position: center top;
  }

  .product-benefits li {
    padding-top: clamp(10px, 1.5vh, 16px);
  }

  .product-benefits strong {
    font-size: clamp(17px, 1.4vw, 20px);
  }

  .product-benefits span {
    margin-top: 4px;
    font-size: clamp(13px, 1.1vw, 15px);
    line-height: 1.35;
  }

}

@media (min-width: 901px) and (max-height: 1100px) and (min-aspect-ratio: 3 / 2) {
  .product-preview {
    aspect-ratio: 12 / 5;
  }

  .product-preview img {
    object-fit: cover;
  }

  #prospecting .product-preview img {
    object-position: center 58%;
  }

  #campaigns .product-preview img,
  #accounts .product-preview img {
    object-position: center top;
  }

  #chat .product-preview img {
    object-position: center 52%;
  }
}

@media (min-width: 901px) and (max-height: 760px) and (min-aspect-ratio: 3 / 2) {
  .product-preview {
    aspect-ratio: 13 / 5;
  }
}

@media (max-width: 340px) {
  .site-header { padding-inline: 8px; }
  .site-nav { gap: 6px; padding-inline: 9px; }
  .brand { gap: 4px; }
  .site-header .brand-mark { width: 28px; height: 17px; }
  .nav-links { gap: 7px; }
  .nav-links a { font-size: 9px; }
  .demo-control--nav .demo-button__label { font-size: 10px; }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-horse--main {
    color: #000;
    background: none;
    -webkit-text-fill-color: currentColor;
  }
  .product-slide,
  .case-slide { transition: none; }
  .demo-button:hover,
  .demo-button:active { transform: none; }
  .nav-links a:hover .variable-font-hover > span,
  .nav-links a:focus-visible .variable-font-hover > span {
    font-variation-settings: "wght" 400;
    font-weight: 400;
  }
  .closing-cta { background-position: 50% 50%; }

  .industries-marquee {
    display: block;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .industries-marquee__track {
    position: static;
    width: 100%;
    height: auto;
    animation: none;
    transform: none;
  }

  .industries-list--primary {
    position: static;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 0;
    font-size: clamp(13px, 4vw, 16px);
  }

  .industries-list--primary li {
    position: relative;
    padding-right: 24px;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .industries-list li:nth-child(n + 5) { display: none; }

  .industries-list--primary li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-inline: 0;
    transform: translateY(-50%);
  }

  .industries-list--primary li:nth-child(4),
  .industries-list--primary li:last-child {
    padding-right: 0;
  }

  .industries-list--primary li:nth-child(4)::after,
  .industries-list--primary li:last-child::after { content: none; }

  .industries-list--clone { display: none; }

  .pricing-chevron {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* One-pager hero: source artwork and typography from Foundeo-One-Pager.pdf. */
.hero {
  min-height: 0;
  aspect-ratio: auto;
  padding: clamp(142px, 11vw, 180px) clamp(26px, 8vw, 132px) clamp(40px, 3.5vw, 64px);
  display: block;
  border: clamp(8px, 0.55vw, 12px) solid #fff;
  border-radius: clamp(24px, 1.8vw, 40px);
  background:
    radial-gradient(ellipse 72% 58% at 50% 42%, rgba(124, 96, 224, 0.58) 0%, rgba(85, 63, 175, 0.16) 52%, rgba(28, 27, 86, 0) 76%),
    radial-gradient(ellipse 118% 86% at 50% 108%, #f3efff 0%, #b4a3eb 35%, rgba(112, 86, 217, 0.22) 69%, rgba(17, 25, 74, 0) 100%),
    linear-gradient(180deg, #0d1647 0%, #1d205f 27%, #5842b0 59%, #a697e4 82%, #eeeaff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background: url("assets/foundeo-hero-background.png") center / cover no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.3;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: auto;
  right: 0;
  bottom: -1px;
  left: 0;
  height: clamp(124px, 12vw, 224px);
  pointer-events: none;
  border: 0;
  border-radius: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.08) 24%,
    rgba(255, 255, 255, 0.38) 56%,
    rgba(255, 255, 255, 0.88) 86%,
    #fff 100%
  );
  -webkit-backdrop-filter: blur(clamp(8px, 0.8vw, 16px));
  backdrop-filter: blur(clamp(8px, 0.8vw, 16px));
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 34%, #000 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 34%, #000 100%);
}

.hero-content {
  width: min(100%, 1540px);
  min-height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(28px, 3vw, 54px);
}

.hero-title {
  max-width: none;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(48px, 7.1vw, 132px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.91;
  white-space: nowrap;
}

.hero-title span {
  color: #fff;
  font-family: inherit;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.075em;
}

.hero-subtitle {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.65vw, 30px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.13;
  text-align: center;
  text-wrap: balance;
}

.hero-stats {
  width: 100%;
  margin: clamp(38px, 3.6vw, 66px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 4.1vw, 82px);
}

.hero-stats > div {
  min-width: 0;
  text-align: center;
}

.hero-stats dd,
.hero-stats dt {
  margin: 0;
  color: #1f1b2a;
  font-family: var(--display);
  letter-spacing: -0.06em;
}

.hero-stats dd {
  font-size: clamp(32px, 3.7vw, 70px);
  font-weight: 400;
  line-height: 0.95;
}

.hero-stats dt {
  margin-top: clamp(10px, 1.1vw, 18px);
  font-size: clamp(10px, 1.08vw, 20px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .hero {
    min-height: 0;
    aspect-ratio: auto;
    padding: 112px 20px 36px;
    border-width: 6px;
    border-radius: 24px;
    background-position: center;
  }

  .hero::after {
    height: 132px;
  }

  .hero-content {
    gap: 22px;
  }

  .hero-title {
    max-width: 10ch;
    font-size: clamp(44px, 13vw, 72px);
    line-height: 0.93;
    white-space: normal;
  }

  .hero-subtitle {
    max-width: 28ch;
    font-size: clamp(16px, 4.8vw, 21px);
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
    margin-top: 34px;
    padding: 0;
  }

  .hero-stats dd {
    font-size: clamp(32px, 10vw, 46px);
  }

  .hero-stats dt {
    margin-top: 8px;
    font-size: 10px;
  }
}
