:root {
  --bg: #f7faff;
  --surface: #ffffff;
  --surface-alt: #f3f8ff;
  --surface-tint: #f7faff;
  --text: #0d1830;
  --text-soft: rgba(13, 24, 48, 0.76);
  --text-muted: rgba(13, 24, 48, 0.56);
  --text-black: #000000;
  --text-black-soft: rgba(0, 0, 0, 0.75);
  --text-black-muted: rgba(0, 0, 0, 0.56);
  --line: rgba(13, 24, 48, 0.09);
  --line-strong: rgba(30, 94, 254, 0.18);
  --accent: #1e5efe;
  --accent-dark: #1647c2;
  --accent-soft: rgba(30, 94, 254, 0.1);
  --accent-wash: rgba(30, 94, 254, 0.16);
  --card-shadow: 0 4px 24px rgba(13, 24, 48, 0.04);
  --radius-xl: clamp(2rem, calc(1.25rem + 1.0714vw), 2.875rem);
  --radius-lg: clamp(1.5rem, calc(1.0714rem + 0.7143vw), 2.25rem);
  --radius-md: clamp(1.25rem, calc(1rem + 0.3571vw), 1.75rem);
  --radius-sm: 16px;
  --desktop-reference: 1440px;
  --desktop-compact-breakpoint: 1100px;
  --desktop-fluid-delta: calc(100vw - var(--desktop-compact-breakpoint));
  --container: 1268px;
  --layout-gutter: clamp(16px, calc(44px + (var(--desktop-fluid-delta) * -0.0823529412)), 44px);
  --header-height: 76px;
  --promo-section-min-height: 100svh;
  --section-space: clamp(5rem, 8vw, 7.5rem);
  --section-space-tight: clamp(4.5rem, 6vw, 5.75rem);
  --section-heading-gap: clamp(2rem, 4vw, 3rem);
  --section-stack-gap: clamp(2rem, 4vw, 3rem);
  --comparison-top-space: var(--section-space);
  --shell-inline-pad: clamp(0.75rem, 1.5vw, 1.5rem);
  --section-shell-width: clamp(54.5rem, calc(54.5rem + (var(--desktop-fluid-delta) * 1.1647058824)), 79.25rem);
  --hero-shell-width: var(--section-shell-width);
  --steps-shell-width: clamp(54.5rem, calc(54.5rem + (var(--desktop-fluid-delta) * 0.9441176471)), 74.5625rem);
  --comparison-shell-width: var(--section-shell-width);
  --hero-top-space: clamp(6rem, 7.65vw, 6.875rem);
  --steps-overlap-ratio: 0.68;
  --steps-overlap-ratio-stacked: 0.58;
  --steps-overlap-ratio-stacked-tight: calc(var(--steps-overlap-ratio-stacked) + 0.04);
  --steps-overlap-ratio-stacked-compact: calc(var(--steps-overlap-ratio-stacked-tight) + 0.04);
  --steps-overlap: calc(var(--device-width) * -1 * var(--steps-overlap-ratio));
  --hero-gap: clamp(1.75rem, calc(1.75rem + (var(--desktop-fluid-delta) * 0.0870588235)), 3.6rem);
  --steps-gap: clamp(2.65rem, calc(2.65rem + (var(--desktop-fluid-delta) * 0.2605882353)), 8.1875rem);
  --device-width: clamp(17.875rem, calc(2.5rem + 22.3529vw), 22.625rem);
  --hero-copy-width: clamp(34rem, calc(34rem + (var(--desktop-fluid-delta) * 0.3411764706)), 41.25rem);
  --steps-copy-width: clamp(32.5rem, calc(32.5rem + (var(--desktop-fluid-delta) * 0.5294117647)), 43.75rem);
  --hero-copy-top: clamp(10px, calc(10px + (var(--desktop-fluid-delta) * 0.0705882353)), 34px);
  --hero-copy-spacer: 8px;
  --hero-title-mobile-width-ratio: 0.88;
  --hero-title-mobile-width: min(100%, calc(var(--content-width-mobile) * var(--hero-title-mobile-width-ratio)));
  --steps-copy-top: clamp(0.25rem, calc(0.25rem + (var(--desktop-fluid-delta) * 0.0882352941)), 2.125rem);
  --steps-copy-gap: clamp(32px, calc(32px + (var(--desktop-fluid-delta) * 0.0705882353)), 56px);
  --steps-copy-justify: end;
  --hero-subhead-max-width: 40.375rem;
  --hero-subhead-width-ratio: 0.94;
  --hero-subhead-width: min(var(--hero-subhead-max-width), calc(var(--hero-copy-width) * var(--hero-subhead-width-ratio)));
  --hero-subhead-mobile-width-ratio: 0.84;
  --hero-subhead-mobile-width: min(100%, calc(var(--content-width-mobile) * var(--hero-subhead-mobile-width-ratio)));
  --hero-subhead-top: clamp(32px, calc(32px + (var(--desktop-fluid-delta) * 0.0705882353)), 56px);
  --hero-subhead-size-ratio: 0.49;
  --hero-subhead-size: clamp(1.5rem, calc(var(--display-size) * var(--hero-subhead-size-ratio)), 1.84rem);
  --hero-subhead-line-height: 1.19;
  --hero-actions-top-ratio: 0.75;
  --hero-actions-top: clamp(24px, calc(var(--hero-subhead-top) * var(--hero-actions-top-ratio)), 42px);
  --button-label-ratio: 0.3304347826;
  --button-icon-ratio-shared: 0.5217391304;
  --button-gap-ratio-shared: 0.1391304348;
  --hero-button-width: clamp(240px, calc(240px + (var(--desktop-fluid-delta) * 0.1264705882)), 283px);
  --hero-button-height: clamp(60px, calc(60px + (var(--desktop-fluid-delta) * 0.0294117647)), 70px);
  --hero-button-font-ratio: var(--button-label-ratio);
  --hero-button-font-size: calc(var(--hero-button-height) * var(--hero-button-font-ratio));
  --hero-button-icon-ratio: var(--button-icon-ratio-shared);
  --hero-button-gap-ratio: var(--button-gap-ratio-shared);
  --hero-button-icon-size: calc(var(--hero-button-height) * var(--hero-button-icon-ratio));
  --hero-button-gap: calc(var(--hero-button-height) * var(--hero-button-gap-ratio));
  --hero-bottom-pad: calc(clamp(1.25rem, calc(0.25rem + 1.25vw), 2rem) + 32px);
  --display-size: clamp(3.375rem, calc(2.1618rem + 1.7647vw), 3.75rem);
  --final-title-size: var(--display-size);
  --workflow-list-gap: 0;
  --workflow-step-padding-block: clamp(1.15rem, calc(1.15rem + (var(--desktop-fluid-delta) * 0.0341176471)), 1.875rem);
  --workflow-step-padding-inline: clamp(1.2rem, calc(1.2rem + (var(--desktop-fluid-delta) * 0.0788235294)), 2.875rem);
  --workflow-step-gap-x: clamp(1rem, calc(1rem + (var(--desktop-fluid-delta) * 0.0470588235)), 2rem);
  --workflow-step-gap-y: clamp(0.45rem, calc(0.45rem + (var(--desktop-fluid-delta) * 0.0223529412)), 0.925rem);
  --workflow-step-radius: clamp(32px, calc(32px + (var(--desktop-fluid-delta) * 0.0411764706)), 46px);
  --workflow-step-number-size: clamp(1.75rem, calc(1.75rem + (var(--desktop-fluid-delta) * 0.0235294118)), 2.25rem);
  --workflow-step-title-size: clamp(1.75rem, calc(1.75rem + (var(--desktop-fluid-delta) * 0.0235294118)), 2.25rem);
  --workflow-step-copy-size: clamp(1.16rem, calc(1.16rem + (var(--desktop-fluid-delta) * 0.0218823529)), 1.625rem);
  --workflow-step-copy-line-height: 1.12;
  --workflow-step-copy-width: 32ch;
  --comparison-heading-width: 61.25rem;
  --comparison-title-mobile-width-ratio: 0.88;
  --comparison-title-mobile-width: min(100%, max(var(--mobile-phone-width), calc(var(--content-width-mobile) * var(--comparison-title-mobile-width-ratio))));
  --comparison-title-width: 100%;
  --comparison-shell-gap: clamp(2rem, calc(2rem + (var(--desktop-fluid-delta) * 0.26)), 7.525rem);
  --comparison-radius: clamp(32px, calc(32px + (var(--desktop-fluid-delta) * 0.0411764706)), 46px);
  --comparison-table-min-width: clamp(720px, calc(720px + (var(--desktop-fluid-delta) * 1.4705882353)), 1220px);
  --comparison-content-width: calc(var(--comparison-table-min-width) + 4px);
  --comparison-feature-col: clamp(168px, calc(168px + (var(--desktop-fluid-delta) * 0.3058823529)), 272px);
  --comparison-feature-pad-inline: clamp(12px, calc(12px + (var(--desktop-fluid-delta) * 0.0176470588)), 18px);
  --comparison-feature-measure: 7.5em;
  --comparison-highlight-col: clamp(124px, calc(124px + (var(--desktop-fluid-delta) * 0.3294117647)), 236px);
  --comparison-row-height: clamp(98px, calc(98px + (var(--desktop-fluid-delta) * 0.1382352941)), 145px);
  --comparison-cell-pad-block: clamp(0.8rem, calc(0.8rem + (var(--desktop-fluid-delta) * 0.0094117647)), 1rem);
  --comparison-cell-pad-inline: clamp(0.85rem, calc(0.85rem + (var(--desktop-fluid-delta) * 0.0188235294)), 1.25rem);
  --comparison-heading-size: clamp(18px, calc(18px + (var(--desktop-fluid-delta) * 0.0264705882)), 27px);
  --comparison-feature-size: clamp(16px, calc(16px + (var(--desktop-fluid-delta) * 0.0205882353)), 23px);
  --comparison-feature-line-height: 1.08;
  --comparison-copy-size: clamp(15px, calc(15px + (var(--desktop-fluid-delta) * 0.0235294118)), 23px);
  --comparison-icon-size: clamp(28px, calc(28px + (var(--desktop-fluid-delta) * 0.0352941176)), 40px);
  --section-card-radius: clamp(32px, calc(32px + (var(--desktop-fluid-delta) * 0.0411764706)), 46px);
  --section-card-border: 2px solid rgba(0, 0, 0, 0.1);
  --usecases-shell-gap: clamp(2rem, calc(2rem + (var(--desktop-fluid-delta) * 0.0941176471)), 4rem);
  --faq-shell-gap: clamp(2rem, calc(2rem + (var(--desktop-fluid-delta) * 0.1647058824)), 5.5rem);
  --usecase-pad-block-start: clamp(32px, calc(32px + (var(--desktop-fluid-delta) * 0.0617647059)), 53px);
  --usecase-pad-inline: clamp(25.6px, calc(25.6px + (var(--desktop-fluid-delta) * 0.1070588235)), 62px);
  --usecase-pad-block-end: clamp(32px, calc(32px + (var(--desktop-fluid-delta) * 0.0823529412)), 60px);
  --usecase-first-pad-right: clamp(25.6px, calc(25.6px + (var(--desktop-fluid-delta) * 0.0423529412)), 40px);
  --usecase-divider-top: clamp(28px, calc(28px + (var(--desktop-fluid-delta) * 0.0735294118)), 53px);
  --usecase-divider-bottom: clamp(28px, calc(28px + (var(--desktop-fluid-delta) * 0.0941176471)), 60px);
  --usecase-gap: clamp(17.6px, calc(17.6px + (var(--desktop-fluid-delta) * 0.0805882353)), 45px);
  --usecase-columns: repeat(3, minmax(0, 1fr));
  --usecase-title-wrap: nowrap;
  --usecase-line-wrap: nowrap;
  --feature-card-title-line-height: 1;
  --usecase-title-size: clamp(1.75rem, calc(1.75rem + (var(--desktop-fluid-delta) * 0.0235294118)), 2.25rem);
  --usecase-copy-size: clamp(1.2rem, calc(1.2rem + (var(--desktop-fluid-delta) * 0.02)), 1.625rem);
  --usecase-copy-line-height: 1.16;
  --faq-grid-gap: 38px;
  --faq-card-padding-block: clamp(30.4px, calc(30.4px + (var(--desktop-fluid-delta) * 0.0752941176)), 56px);
  --faq-card-padding-inline: clamp(28px, calc(28px + (var(--desktop-fluid-delta) * 0.1205882353)), 69px);
  --faq-card-gap: clamp(0px, calc(14.4px + (var(--desktop-fluid-delta) * -0.0423529412)), 14.4px);
  --faq-title-size: clamp(1.75rem, calc(1.75rem + (var(--desktop-fluid-delta) * 0.0235294118)), 2.25rem);
  --faq-title-offset: clamp(-4px, calc(0px + (var(--desktop-fluid-delta) * -0.0117647059)), 0px);
  --faq-copy-size: clamp(1.2rem, calc(1.2rem + (var(--desktop-fluid-delta) * 0.02)), 1.625rem);
  --faq-copy-line-height: clamp(1.04, calc(1.2 + (var(--desktop-fluid-delta) * -0.0004705882)), 1.2);
  --faq-copy-offset: clamp(0px, calc(0px + (var(--desktop-fluid-delta) * 0.0588235294)), 20px);
  --faq-divider-margin-top: clamp(0px, calc(0px + (var(--desktop-fluid-delta) * 0.0647058824)), 22px);
  --faq-divider-margin-bottom: clamp(0px, calc(0px + (var(--desktop-fluid-delta) * 0.0588235294)), 20px);
  --final-cta-min-height: 692px;
  --final-cta-gap: 58px;
  --final-title-width: 100%;
  --button-large-width: clamp(320px, calc(320px + (var(--desktop-fluid-delta) * 0.4264705882)), 465px);
  --button-large-height: clamp(84px, calc(84px + (var(--desktop-fluid-delta) * 0.0911764706)), 115px);
  --button-large-gap-ratio: var(--button-gap-ratio-shared);
  --button-large-size-ratio: var(--button-label-ratio);
  --button-large-icon-ratio: var(--button-icon-ratio-shared);
  --button-large-gap: calc(var(--button-large-height) * var(--button-large-gap-ratio));
  --button-large-size: calc(var(--button-large-height) * var(--button-large-size-ratio));
  --button-icon-size: calc(var(--button-large-height) * var(--button-large-icon-ratio));
  --footer-min-height: 186px;
  --footer-shell-padding: 0;
  --footer-link-gap: 68px;
  --footer-row-gap: 1rem;
  --footer-link-size: 22px;
  --content-width-mobile: 34rem;
  --mobile-heading-width-ratio: 0.86;
  --mobile-heading-width: 100%;
  --mobile-block-gap: 2rem;
  --mobile-section-gap: 2rem;
  --mobile-stack-gap: 1.5rem;
  --mobile-card-radius: 32px;
  --mobile-card-padding-block: 2rem;
  --mobile-card-padding-inline: 2rem;
  --mobile-divider-inset: 2rem;
  --mobile-phone-width: 20rem;
  --mobile-cta-width: 16.25rem;
  --mobile-usecase-gap: 1.5rem;
  --mobile-faq-gap: 1rem;
  --mobile-display-size: clamp(2.5rem, calc(1.1154rem + 3.0769vw), 3rem);
  --small-display-size: clamp(2rem, calc(0.25rem + 5vw), 2.5rem);
  --legal-modal-width: min(880px, 100%);
  --font-display: "Manrope", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
}

main {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
}

h1,
h2,
h3,
.eyebrow,
.brand-name,
.button {
  font-family: var(--font-display);
}

h1,
h2,
h3 {
  color: var(--text);
}

h1 {
  max-width: none;
  font-size: var(--display-size);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.02em;
  color: var(--accent);
}

h2 {
  max-width: none;
  font-size: var(--display-size);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.02em;
}

h3 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

p,
li {
  color: var(--text-soft);
  line-height: 1.65;
}

.skip-link {
  position: absolute;
  top: -3rem;
  left: 1rem;
  z-index: 40;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  color: #fff;
  background: var(--accent-dark);
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(calc(100% - (2 * var(--layout-gutter))), var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.section-surface {
  background: var(--surface);
}

.section-tint {
  background: linear-gradient(180deg, var(--surface-tint) 0%, #f8fbff 100%);
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.section-heading {
  display: grid;
  gap: 1rem;
  max-width: none;
  margin-bottom: var(--section-heading-gap);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(13, 24, 48, 0.05);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: saturate(160%) blur(14px);
}

body:not(.policy-page) .site-header {
  position: relative;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
}

.brand-mark {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.62rem;
  background: linear-gradient(180deg, var(--accent), #5f8eff);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 0.36rem;
  border-radius: 0.26rem;
  border: 1.5px solid rgba(255, 255, 255, 0.96);
}

.brand-name {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--accent);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-dark);
}

.hero {
  padding-top: var(--hero-top-space);
  padding-bottom: var(--hero-bottom-pad);
  background: #f7faff;
}

.hero > .container {
  width: min(calc(100% - (2 * var(--layout-gutter))), var(--container));
  padding-inline: 0;
}

.hero-grid {
  display: grid;
  width: min(100%, var(--hero-shell-width));
  margin-inline: auto;
  padding-inline: var(--shell-inline-pad);
  grid-template-columns: minmax(0, var(--hero-copy-width)) minmax(0, var(--device-width));
  align-items: start;
  justify-content: center;
  gap: var(--hero-gap);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
  width: min(100%, var(--hero-copy-width));
  max-width: var(--hero-copy-width);
  padding: var(--hero-copy-top) 0 1.25rem;
}

.hero-copy::before {
  content: "";
  display: block;
  height: var(--hero-copy-spacer);
}

.hero-copy h1 {
  white-space: normal;
  letter-spacing: 0;
}

.hero-title-prefix,
.hero-title-phrase {
  white-space: normal;
}

.hero-subhead {
  width: min(100%, var(--hero-subhead-width));
  max-width: var(--hero-subhead-width);
  margin-top: var(--hero-subhead-top);
  font-size: var(--hero-subhead-size);
  font-weight: 300;
  line-height: var(--hero-subhead-line-height);
  letter-spacing: -0.01em;
}

.hero-actions {
  display: grid;
  justify-items: start;
  gap: 0;
  margin-top: var(--hero-actions-top);
  padding-bottom: 0;
}

.hero-actions .button {
  width: var(--hero-button-width);
  min-width: var(--hero-button-width);
  min-height: var(--hero-button-height);
  padding: 0 1.4rem;
  gap: var(--hero-button-gap);
  font-size: var(--hero-button-font-size);
  font-weight: 600;
}

.button-icon.hero-button-icon {
  height: var(--hero-button-icon-size);
}

.hero-art {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
}

.device-frame {
  position: relative;
}

.hero-device {
  width: var(--device-width);
  aspect-ratio: 1424 / 2956;
}

.device-screen,
.hero-device-screen,
.hero-device-content,
.hero-device-frame {
  position: absolute;
  display: block;
}

.device-screen,
.hero-device-screen {
  top: 1.489%;
  right: 3.652%;
  bottom: 1.489%;
  left: 3.652%;
  border-radius: 15% / 7.3%;
  overflow: hidden;
}

.device-screen {
  background: linear-gradient(180deg, #fbfdff 0%, #eef4ff 100%);
  z-index: 0;
}

.steps-device .device-screen {
  background: #fafcff;
}

.hero-device-screen {
  background: linear-gradient(180deg, #f7fbff 0%, #eef4ff 100%);
  z-index: 0;
}

.device-screen,
.hero-device-screen {
  transition: opacity 260ms ease;
}

.steps-device-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(0.95);
  transform-origin: center center;
  z-index: 2;
}

.hero-device-content {
  top: 8.593%;
  left: 3.652%;
  width: 92.697%;
  height: auto;
  z-index: 1;
}

.hero-device-frame {
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-device-content,
.hero-device-frame,
.steps-device-video {
  will-change: opacity, transform, filter;
}

html.js .hero-device-content,
html.js .hero-device-frame,
html.js .steps-device-video {
  opacity: 0;
  filter: blur(10px);
  transition:
    opacity 460ms ease,
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms ease;
}

html.js .hero-device-content,
html.js .steps-device-video {
  transform: translateY(12px) scale(0.972);
}

html.js .hero-device-frame {
  transform: translateY(16px) scale(0.93);
}

html.js .hero-device:not(.is-shell-ready) .hero-device-screen,
html.js .steps-device:not(.is-shell-ready) .device-screen {
  opacity: 0;
}

html.js.is-page-ready .hero-device.is-shell-ready .hero-device-content.is-ready,
html.js.is-page-ready .hero-device-frame.is-ready {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

html.js.is-page-ready .hero-device-content.is-ready {
  transition-delay: 120ms;
}

html.js.is-page-ready .hero-device-frame.is-ready {
  transition-delay: 210ms;
}

html.js.is-page-ready .steps-device-video.is-ready {
  opacity: 1;
  filter: blur(0);
  transform: scale(0.95);
}

.steps-device-loading {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.steps-device-loading.is-visible {
  opacity: 1;
  transform: none;
}

.steps-device-loading.is-hidden {
  opacity: 0;
  transform: translateY(2px);
}

.steps-device-spinner {
  position: relative;
  width: 3.35rem;
  height: 0.26rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.1);
}

.steps-device-spinner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 42%;
  border-radius: inherit;
  background: rgba(15, 23, 42, 0.45);
  animation: steps-device-progress 1100ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes steps-device-progress {
  0% {
    transform: translateX(-130%);
  }

  55% {
    transform: translateX(95%);
  }

  100% {
    transform: translateX(240%);
  }
}

.steps-section {
  z-index: 3;
  margin-top: var(--steps-overlap);
  padding-top: var(--section-space-tight);
  padding-bottom: var(--section-space-tight);
}

.promo-section {
  min-height: 0;
}

.section-soft {
  background: #f7faff;
}

.section-white {
  background: #ffffff;
}

.steps-shell {
  display: grid;
  width: min(100%, var(--steps-shell-width));
  margin-inline: auto;
  padding-inline: var(--shell-inline-pad);
  grid-template-columns: var(--device-width) minmax(0, 1fr);
  align-items: start;
  justify-content: center;
  gap: var(--steps-gap);
}

.steps-visual {
  display: flex;
  justify-content: center;
  align-self: center;
}

.steps-device {
  width: var(--device-width);
  aspect-ratio: 1424 / 2956;
}

.workflow-screen {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
  padding: 2.15rem 1rem 1rem;
}

.steps-device .workflow-screen {
  display: none;
}

.ios-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.25rem;
  font-size: 0.72rem;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text-muted);
}

.screen-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  font-size: 0.73rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--accent);
  background: var(--accent-soft);
}

.screen-chip-dark {
  color: var(--text-black);
  background: rgba(0, 0, 0, 0.06);
}

.workflow-screen-panel {
  grid-row: 2;
  grid-column: 1;
  display: grid;
  align-content: start;
  gap: 0.95rem;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.workflow-screen-panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.screen-head {
  display: grid;
  gap: 0.5rem;
  padding: 0.25rem 0.15rem 0.2rem;
}

.screen-head strong {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
}

.screen-head p {
  font-size: 0.86rem;
  color: var(--text-black-muted);
}

.mini-card,
.handoff-preview-card,
.handoff-preview-lock,
.pdf-preview-card,
.screen-checks,
.policy-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.mini-stack,
.handoff-preview,
.pdf-preview {
  display: grid;
  gap: 0.8rem;
}

.mini-card {
  display: grid;
  gap: 0.22rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--card-shadow);
}

.mini-card-selected {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(30, 94, 254, 0.1), rgba(255, 255, 255, 0.96));
}

.mini-card span,
.pdf-preview-card strong,
.handoff-preview-card strong {
  font-family: var(--font-display);
  color: var(--text);
}

.mini-card span {
  font-size: 0.98rem;
  font-weight: 700;
}

.mini-card small,
.pdf-preview-meta small {
  color: var(--text-black-muted);
}

.handoff-preview-card,
.pdf-preview-card {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--card-shadow);
}

.handoff-preview-card strong,
.pdf-preview-card strong {
  font-size: 1rem;
  line-height: 1.2;
}

.handoff-preview-card p {
  font-size: 0.84rem;
  color: var(--text-black-muted);
}

.handoff-preview-lock {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  font-size: 0.84rem;
  color: var(--text-black-soft);
  background: rgba(255, 255, 255, 0.9);
}

.lock-dot {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(30, 94, 254, 0.12);
}

.pdf-preview-card {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.pdf-preview-meta {
  display: grid;
  gap: 0.18rem;
}

.pdf-preview-meta span {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--text);
}

.screen-checks {
  display: grid;
  gap: 0.65rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--card-shadow);
}

.check-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.82rem;
  color: var(--text-black-soft);
}

.check-row::before {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  flex: none;
  border-radius: 0.3rem;
  border: 1px solid rgba(30, 94, 254, 0.18);
  background: rgba(30, 94, 254, 0.05);
}

.check-row.is-checked::before {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92);
}

.steps-copy {
  padding-top: var(--steps-copy-top);
  display: grid;
  width: min(100%, var(--steps-copy-width));
  max-width: none;
  margin-left: 0;
  justify-self: var(--steps-copy-justify);
  gap: var(--steps-copy-gap);
}

.promo-title {
  max-width: none;
  line-height: 0.96;
  letter-spacing: 0;
}

.promo-title-dark {
  color: rgba(0, 0, 0, 0.9);
}

.promo-subtitle {
  max-width: 42ch;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  color: var(--text-black-soft);
}

.steps-copy .promo-title {
  max-width: none;
  white-space: normal;
}

.steps-title-line {
  white-space: nowrap;
}

.workflow-list {
  display: grid;
  width: 100%;
  gap: var(--workflow-list-gap);
}

.workflow-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  width: 100%;
  justify-self: start;
  column-gap: var(--workflow-step-gap-x);
  row-gap: var(--workflow-step-gap-y);
  align-items: start;
  padding: var(--workflow-step-padding-block) var(--workflow-step-padding-inline);
  border: 2px solid transparent;
  border-radius: var(--workflow-step-radius);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color 220ms ease, background 220ms ease;
}

.workflow-step.is-active {
  border-color: rgba(30, 94, 254, 0.16);
  background: linear-gradient(180deg, rgba(30, 94, 254, 0.04), rgba(255, 255, 255, 0.98));
}

.workflow-step:focus-visible {
  outline: 2px solid rgba(30, 94, 254, 0.28);
  outline-offset: 6px;
  border-radius: 20px;
}

.workflow-step-number {
  grid-column: 1;
  grid-row: 1;
  align-self: baseline;
  padding-top: 0;
  font-size: var(--workflow-step-number-size);
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--text-black);
}

.workflow-step-title {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-display);
  font-size: var(--workflow-step-title-size);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--text-black);
  transition: color 220ms ease;
}

.workflow-step.is-active .workflow-step-number,
.workflow-step.is-active .workflow-step-title {
  color: var(--accent);
}

.workflow-step-copy {
  grid-column: 2;
  grid-row: 2;
  max-width: var(--workflow-step-copy-width);
  font-size: var(--workflow-step-copy-size);
  font-weight: 300;
  line-height: var(--workflow-step-copy-line-height);
  color: var(--text-black-soft);
}

.comparison-shell,
.section-stack {
  display: grid;
  gap: var(--section-stack-gap);
}

.comparison-section {
  padding-top: var(--comparison-top-space);
}

.comparison-shell {
  width: min(100%, var(--comparison-shell-width));
  margin-inline: auto;
  padding-inline: var(--shell-inline-pad);
  gap: var(--comparison-shell-gap);
}

.comparison-heading,
.usecases-heading,
.faq-heading {
  margin-bottom: 0;
}

.comparison-heading {
  width: min(100%, var(--comparison-heading-width));
  justify-self: center;
  text-align: center;
}

.comparison-heading .promo-title {
  max-width: var(--comparison-title-width);
  margin-inline: auto;
  line-height: 0.96;
  white-space: normal;
  text-wrap: balance;
}

.comparison-title-prefix,
.comparison-title-phrase {
  white-space: normal;
}

.comparison-table-wrap {
  width: min(100%, var(--comparison-content-width));
  margin-inline: auto;
  overflow-x: hidden;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--comparison-radius);
  background: var(--surface);
}

.comparison-table {
  width: 100%;
  min-width: var(--comparison-table-min-width);
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.comparison-feature-col {
  width: var(--comparison-feature-col);
}

.comparison-product-col {
  width: calc((100% - var(--comparison-feature-col) - var(--comparison-highlight-col)) / 3);
}

.comparison-product-col-clearance {
  width: var(--comparison-highlight-col);
}

.comparison-table thead th {
  height: var(--comparison-row-height);
  padding: var(--comparison-cell-pad-block) var(--comparison-cell-pad-inline);
  border-right: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  font-size: var(--comparison-heading-size);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  color: #000000;
  background: #ffffff;
}

.comparison-table thead th:first-child {
  text-align: left;
}

.comparison-table thead th:last-child {
  border-right: 0;
}

.comparison-brand {
  display: block;
  font-size: var(--comparison-heading-size);
  font-weight: 600;
  line-height: 1.15;
  color: var(--accent);
}

.comparison-table tbody th,
.comparison-table tbody td {
  height: var(--comparison-row-height);
  padding: var(--comparison-cell-pad-block) var(--comparison-cell-pad-inline);
  border-right: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  background: #ffffff;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table tbody tr td:last-child {
  border-right: 0;
}

.comparison-table tbody th {
  padding-inline: var(--comparison-feature-pad-inline);
  font-size: var(--comparison-feature-size);
  font-family: var(--font-body);
  font-weight: 600;
  line-height: var(--comparison-feature-line-height);
  text-align: center;
  color: #000000;
}

.comparison-feature-label {
  display: block;
  max-width: min(100%, var(--comparison-feature-measure));
  margin-inline: auto;
  text-wrap: balance;
}

.comparison-table tbody td {
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}

.comparison-copy {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  font-size: var(--comparison-copy-size);
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
  color: inherit;
}

.comparison-table .comparison-highlight {
  color: var(--accent);
  background: #ffffff;
}

.comparison-table .comparison-highlight .comparison-copy {
  color: var(--accent);
  font-weight: 600;
}

.comparison-icon {
  display: inline-block;
  width: var(--comparison-icon-size);
  height: var(--comparison-icon-size);
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: var(--comparison-icon-size) var(--comparison-icon-size);
}

.comparison-icon-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.comparison-icon-minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.comparison-table tbody td:not(.comparison-highlight) .comparison-icon {
  opacity: 0.65;
}

.comparison-table tbody td:not(.comparison-highlight) .comparison-icon-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.comparison-table tbody td:not(.comparison-highlight) .comparison-icon-minus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12H19' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.comparison-highlight .comparison-icon-check {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%231E5EFE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.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;
}

.usecases-shell {
  width: min(100%, var(--section-shell-width));
  margin-inline: auto;
  padding-inline: var(--shell-inline-pad);
  gap: var(--usecases-shell-gap);
}

.faq-shell {
  width: min(100%, var(--section-shell-width));
  margin-inline: auto;
  padding-inline: var(--shell-inline-pad);
  gap: var(--faq-shell-gap);
}

.usecases-heading,
.faq-heading {
  width: 100%;
  margin-bottom: 0;
}

.usecase-panel {
  display: grid;
  grid-template-columns: var(--usecase-columns);
  border: var(--section-card-border);
  border-radius: var(--section-card-radius);
  background: #ffffff;
  overflow: hidden;
}

.usecase-segment {
  position: relative;
  display: grid;
  align-content: start;
  gap: var(--usecase-gap);
  padding:
    var(--usecase-pad-block-start)
    var(--usecase-pad-inline)
    var(--usecase-pad-block-end);
}

.usecase-segment:first-child {
  padding-right: var(--usecase-first-pad-right);
}

.usecase-segment + .usecase-segment::before {
  content: "";
  position: absolute;
  top: var(--usecase-divider-top);
  bottom: var(--usecase-divider-bottom);
  left: 0;
  width: 2px;
  background: rgba(0, 0, 0, 0.05);
}

.usecase-segment h3 {
  font-size: var(--usecase-title-size);
  font-weight: 600;
  line-height: var(--feature-card-title-line-height);
  letter-spacing: 0.005em;
  white-space: var(--usecase-title-wrap);
  color: var(--accent);
}

.usecase-segment p {
  margin-top: 0;
  font-size: var(--usecase-copy-size);
  font-weight: 300;
  line-height: var(--usecase-copy-line-height);
  color: rgba(0, 0, 0, 0.9);
}

.usecase-line {
  display: block;
  white-space: var(--usecase-line-wrap);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--faq-grid-gap);
}

.faq-card {
  display: grid;
  align-content: start;
  gap: var(--faq-card-gap);
  padding: var(--faq-card-padding-block) var(--faq-card-padding-inline);
  border: var(--section-card-border);
  border-radius: var(--section-card-radius);
  background: #ffffff;
}

.faq-card h3 {
  font-size: var(--faq-title-size);
  font-weight: 600;
  line-height: var(--feature-card-title-line-height);
  letter-spacing: 0;
  transform: translateY(var(--faq-title-offset));
  color: #000000;
}

.faq-card-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin: var(--faq-divider-margin-top) 0 var(--faq-divider-margin-bottom);
  background: rgba(0, 0, 0, 0.05);
}

.faq-card p {
  font-size: var(--faq-copy-size);
  font-weight: 300;
  line-height: var(--faq-copy-line-height);
  transform: translateY(var(--faq-copy-offset));
  color: rgba(0, 0, 0, 0.9);
}

.final-cta {
  min-height: var(--final-cta-min-height);
  padding: 0;
  background: #ffffff;
}

.final-cta .container {
  display: grid;
  min-height: var(--final-cta-min-height);
}

.final-cta-shell {
  place-self: center;
  display: grid;
  width: min(100%, var(--section-shell-width));
  margin-inline: auto;
  padding-inline: var(--shell-inline-pad);
  justify-items: center;
  gap: var(--final-cta-gap);
  text-align: center;
}

.final-cta-title {
  font-size: var(--final-title-size);
  max-width: var(--final-title-width);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
  white-space: normal;
  text-wrap: balance;
  color: rgba(0, 0, 0, 0.9);
}

.final-cta-break {
  display: block;
}

.final-cta-prefix,
.final-cta-phrase {
  white-space: normal;
}

.button-large {
  width: var(--button-large-width);
  min-width: var(--button-large-width);
  min-height: var(--button-large-height);
  padding: 0 2rem;
  gap: var(--button-large-gap);
  font-size: var(--button-large-size);
  font-weight: 600;
}

.button-icon {
  width: auto;
  height: var(--button-icon-size);
  flex: none;
}

.button-label-raised {
  display: inline-block;
  transform: translateY(-2px);
  white-space: nowrap;
}

.site-footer {
  min-height: var(--footer-min-height);
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--footer-min-height);
  padding: var(--footer-shell-padding);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: var(--footer-link-gap);
  row-gap: var(--footer-row-gap);
}

.footer-links a {
  font-size: var(--footer-link-size);
  font-weight: 300;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #000000;
}

body.has-legal-modal {
  overflow: hidden;
}

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.legal-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.legal-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(13, 24, 48, 0.42);
  backdrop-filter: blur(12px);
}

.legal-modal-dialog {
  position: relative;
  z-index: 1;
  width: var(--legal-modal-width);
  max-height: calc(100vh - 2rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(13, 24, 48, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow:
    0 24px 80px rgba(13, 24, 48, 0.16),
    0 8px 24px rgba(13, 24, 48, 0.08);
}

.legal-modal-toolbar {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  min-height: 64px;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid rgba(13, 24, 48, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
}

.legal-modal-label {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.legal-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 42px;
  padding: 0 1rem;
  border: 1px solid rgba(13, 24, 48, 0.08);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--text);
  background: #ffffff;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.legal-modal-close:focus {
  outline: none;
}

.legal-modal-close:hover,
.legal-modal-close:focus-visible {
  border-color: rgba(13, 24, 48, 0.08);
  background: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

.legal-modal-content {
  overflow: auto;
  padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.1rem, 3vw, 2rem) calc(clamp(1.5rem, 3vw, 2.25rem) + env(safe-area-inset-bottom));
  background: #ffffff;
}

.legal-modal-content .policy-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.legal-modal-content .eyebrow {
  display: none;
}

.legal-modal-content .policy-shell h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--text);
}

.legal-modal-content .policy-meta + p,
.legal-modal-content .policy-shell > p:not(.policy-meta):not(.policy-callout),
.legal-modal-content .policy-section p,
.legal-modal-content .policy-callout,
.legal-modal-content .policy-section li {
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(13, 24, 48, 0.78);
}

.legal-modal-content .policy-shell > p:not(.policy-meta):not(.policy-callout) {
  max-width: 65ch;
}

.legal-modal-content .policy-meta + p {
  margin-bottom: 1.75rem;
  font-size: 1.08rem;
  line-height: 1.68;
  color: rgba(13, 24, 48, 0.9);
}

.legal-modal-content .policy-section {
  display: grid;
  gap: 0.7rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(13, 24, 48, 0.08);
}

.legal-modal-content .policy-section + .policy-section {
  margin-top: 1.25rem;
}

.legal-modal-content .policy-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--text);
}

.legal-modal-content .policy-section p {
  max-width: 65ch;
}

.legal-modal-content .policy-section ul {
  display: grid;
  gap: 0.65rem;
  padding-left: 1.15rem;
  margin: 0;
}

.legal-modal-content .policy-section li::marker {
  color: rgba(13, 24, 48, 0.45);
}

.legal-modal-content .policy-callout {
  max-width: 65ch;
  margin: 0 0 2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(30, 94, 254, 0.1);
  border-radius: 18px;
  background: rgba(30, 94, 254, 0.05);
}

.legal-modal-content .policy-callout strong {
  color: var(--text);
}

.legal-modal-content .policy-callout a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.legal-modal-content .policy-meta {
  order: 99;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(13, 24, 48, 0.08);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(13, 24, 48, 0.5);
}

.legal-modal-message {
  margin: 0;
  font-size: 1rem;
  color: var(--text);
}

.mobile-cta {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 25;
  width: min(calc(100% - 1rem), 34rem);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid rgba(42, 100, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  transform: translate(-50%, 140%);
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.mobile-cta span {
  font-size: 0.9rem;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text);
}

.mobile-cta.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.reveal {
  opacity: 1;
  transform: none;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

html.js:not(.is-page-ready) .hero .reveal {
  opacity: 0;
  transform: translateY(24px);
}

html.js .hero .reveal {
  transition:
    opacity 560ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

html.js .hero-copy.reveal {
  transition-delay: 40ms;
}

html.js .hero-art.reveal {
  transition-delay: 140ms;
}

html.js.is-page-ready .hero .reveal {
  opacity: 1;
  transform: none;
}

html.js .reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.policy-page {
  min-height: 100vh;
}

.policy-main {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.policy-shell {
  max-width: 820px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: rgba(255, 255, 255, 0.96);
}

.policy-shell h1 {
  max-width: none;
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 5vw, 4rem);
  color: var(--text);
}

.policy-meta {
  margin-bottom: 1.15rem;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--accent-dark);
}

.policy-callout {
  margin: 1.4rem 0 1.8rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(42, 100, 255, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(42, 100, 255, 0.06);
  color: var(--text);
}

.policy-callout a {
  color: var(--accent-dark);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.policy-section + .policy-section {
  margin-top: 2rem;
}

.policy-section h2 {
  max-width: none;
  margin-bottom: 0.75rem;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.policy-section ul {
  padding-left: 1.15rem;
  margin: 0;
  color: var(--text-soft);
}

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

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

  html.js .reveal,
  .mobile-cta {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  :root {
    --shell-inline-pad: 0;
    --hero-bottom-pad: calc(1.25rem + 32px);
    --workflow-step-copy-line-height: 1.24;
    --workflow-step-copy-width: none;
    --feature-card-title-line-height: 1;
    --usecase-copy-line-height: 1.2;
    --faq-title-offset: 0;
    --faq-copy-line-height: 1.2;
    --faq-copy-offset: 0;
    --faq-divider-margin-top: 0;
    --faq-divider-margin-bottom: 0;
    --final-cta-gap: 2rem;
  }

  .hero-copy h1 {
    text-wrap: balance;
  }
}

@media (max-width: 980px) {
  :root {
    --header-height: 72px;
    --layout-gutter: 1rem;
    --shell-inline-pad: 0;
    --section-space: 4.5rem;
    --section-space-tight: 4.5rem;
    --hero-shell-width: var(--content-width-mobile);
    --steps-shell-width: var(--content-width-mobile);
    --section-shell-width: var(--content-width-mobile);
    --comparison-shell-width: 58rem;
    --hero-top-space: 1.5rem;
    --steps-overlap-ratio: var(--steps-overlap-ratio-stacked);
    --device-width: var(--mobile-phone-width);
    --display-size: var(--mobile-display-size);
    --hero-copy-top: 0;
    --hero-copy-spacer: 0;
    --steps-copy-top: 0;
    --steps-copy-justify: center;
    --hero-subhead-width: min(100%, var(--hero-subhead-mobile-width));
    --hero-subhead-top: 0;
    --hero-subhead-size: 1.26rem;
    --hero-subhead-line-height: 1.24;
    --hero-actions-top: 0;
    --hero-button-width: auto;
    --hero-button-mobile-min-width-ratio: 4;
    --hero-button-mobile-min-width: calc(var(--hero-button-height) * var(--hero-button-mobile-min-width-ratio));
    --hero-button-height: 60px;
    --hero-bottom-pad: 0.75rem;
    --comparison-title-width: var(--comparison-title-mobile-width);
    --comparison-shell-gap: var(--mobile-section-gap);
    --comparison-radius: var(--mobile-card-radius);
    --section-card-radius: var(--mobile-card-radius);
    --usecases-shell-gap: var(--mobile-section-gap);
    --faq-shell-gap: var(--mobile-section-gap);
    --usecase-pad-block-start: var(--mobile-card-padding-block);
    --usecase-pad-inline: var(--mobile-card-padding-inline);
    --usecase-pad-block-end: var(--mobile-card-padding-block);
    --usecase-first-pad-right: var(--mobile-card-padding-inline);
    --usecase-gap: var(--mobile-usecase-gap);
    --usecase-columns: 1fr;
    --feature-card-title-line-height: 1.08;
    --usecase-title-size: 1.65rem;
    --usecase-copy-size: 1.28rem;
    --usecase-copy-line-height: 1.2;
    --faq-grid-gap: var(--mobile-stack-gap);
    --faq-card-padding-block: var(--mobile-card-padding-block);
    --faq-card-padding-inline: var(--mobile-card-padding-inline);
    --faq-card-gap: var(--mobile-faq-gap);
    --faq-title-size: 1.65rem;
    --faq-title-offset: 0;
    --faq-copy-size: 1.28rem;
    --faq-copy-line-height: 1.2;
    --faq-copy-offset: 0;
    --faq-divider-margin-top: 0;
    --faq-divider-margin-bottom: 0;
    --final-cta-min-height: auto;
    --final-cta-gap: var(--mobile-section-gap);
    --final-title-width: 19ch;
    --button-large-width: var(--mobile-phone-width);
    --button-large-height: 84px;
    --footer-min-height: auto;
    --footer-shell-padding: 1.75rem 0;
    --footer-link-gap: 1.5rem;
    --footer-row-gap: 0.75rem;
    --footer-link-size: 1rem;
    --legal-modal-width: min(100%, 920px);
  }

  html.js .steps-visual.reveal,
  html.js .steps-copy.reveal {
    opacity: 1;
    transform: none;
  }

  .hero-grid,
  .steps-shell {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-grid {
    gap: var(--mobile-block-gap);
  }

  .steps-shell {
    grid-template-areas:
      "steps-title"
      "steps-visual";
    gap: var(--mobile-section-gap);
  }

  .hero-copy,
  .hero-art,
  .steps-visual,
  .comparison-shell,
  .usecases-shell,
  .faq-shell,
  .final-cta-shell {
    width: min(100%, var(--content-width-mobile));
    margin-inline: auto;
  }

  .comparison-shell {
    width: min(100%, var(--comparison-shell-width));
  }

  .hero-copy {
    max-width: none;
    justify-items: center;
    text-align: center;
    gap: var(--mobile-stack-gap);
  }

  .hero-subhead {
    margin: 0 auto;
  }

  .hero-art,
  .steps-visual {
    justify-content: center;
  }

  .hero-copy h1,
  .steps-copy .promo-title,
  .comparison-heading .promo-title,
  .usecases-heading .promo-title,
  .faq-heading .promo-title,
  .final-cta-title {
    max-width: var(--mobile-heading-width);
    margin-inline: auto;
    text-align: center;
    white-space: normal;
  }

  .hero-copy h1 {
    width: 100%;
    max-width: none;
    display: block;
    text-wrap: balance;
  }

  .hero-title-prefix,
  .hero-title-phrase {
    display: inline;
    white-space: normal;
  }

  .steps-visual {
    grid-area: steps-visual;
    margin-top: 0;
  }

  .hero-actions {
    width: 100%;
    margin-top: 0;
    justify-items: center;
  }

  .hero-actions .button,
  .final-cta-shell .button {
    min-width: 0;
  }

  .hero-actions .button {
    width: fit-content;
    min-width: min(100%, var(--hero-button-mobile-min-width));
    max-width: 100%;
    padding-inline: 1.25rem;
  }

  .steps-copy {
    display: contents;
    padding-top: 0;
  }

  .steps-copy .promo-title {
    grid-area: steps-title;
  }

  .steps-title-line {
    white-space: normal;
  }

  .workflow-list {
    display: none;
  }

  .comparison-shell,
  .usecases-shell,
  .faq-shell {
    justify-items: stretch;
  }

  .comparison-heading,
  .usecases-heading,
  .faq-heading {
    width: 100%;
    text-align: center;
  }

  .comparison-heading .promo-title {
    width: fit-content;
    max-width: min(var(--mobile-heading-width), var(--comparison-title-width));
    display: grid;
    justify-items: center;
    text-wrap: normal;
  }

  .comparison-title-prefix,
  .comparison-title-phrase {
    display: block;
    white-space: nowrap;
  }

  .comparison-table-wrap {
    overflow-x: auto;
  }

  .usecase-panel,
  .faq-grid {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .usecase-panel {
    margin-inline: auto;
  }

  .usecase-segment,
  .faq-card {
    padding: var(--mobile-card-padding-block) var(--mobile-card-padding-inline);
  }

  .usecase-segment {
    align-content: center;
    justify-items: center;
    gap: var(--mobile-usecase-gap);
    text-align: center;
  }

  .usecase-segment + .usecase-segment::before {
    top: 0;
    right: var(--mobile-divider-inset);
    bottom: auto;
    left: var(--mobile-divider-inset);
    width: auto;
    height: 2px;
  }

  .usecase-segment p,
  .faq-card p {
    max-width: none;
    margin: 0;
  }

  .usecase-line {
    white-space: normal;
  }

  .faq-card h3,
  .faq-card p {
    transform: none;
  }

  .faq-card-divider {
    margin: 0;
  }

  .final-cta {
    padding: var(--section-space) 0;
  }

  .final-cta .container {
    min-height: auto;
    display: block;
  }

  .final-cta-shell {
    padding: 0;
  }

  .final-cta-title {
    max-width: var(--final-title-width);
    margin-inline: auto;
  }

  .final-cta-break {
    display: none;
  }

  .final-cta-prefix,
  .final-cta-phrase {
    white-space: nowrap;
  }

  .site-footer {
    min-height: auto;
  }

  .footer-shell {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  :root {
    --content-width-mobile: 30rem;
    --mobile-heading-width: min(100%, max(var(--mobile-phone-width), calc(var(--content-width-mobile) * var(--mobile-heading-width-ratio))));
    --section-space: 4rem;
    --section-space-tight: 4rem;
    --hero-bottom-pad: 0.625rem;
    --hero-top-space: 1rem;
    --mobile-block-gap: 1.75rem;
    --mobile-section-gap: 1.9rem;
    --mobile-stack-gap: 1.25rem;
    --mobile-card-radius: 28px;
    --mobile-card-padding-block: 1.75rem;
    --mobile-card-padding-inline: 1.5rem;
    --mobile-divider-inset: 1.5rem;
    --mobile-phone-width: min(320px, calc(100vw - 6rem));
    --steps-overlap-ratio: var(--steps-overlap-ratio-stacked-tight);
    --mobile-cta-width: 17.5rem;
    --mobile-usecase-gap: 1.25rem;
    --mobile-faq-gap: 0.9rem;
    --display-size: var(--small-display-size);
    --final-title-width: 100%;
    --hero-subhead-size: 1.12rem;
    --hero-subhead-line-height: 1.28;
    --hero-button-height: 56px;
    --comparison-shell-width: 100%;
    --comparison-table-min-width: 650px;
    --comparison-feature-col: 150px;
    --comparison-feature-pad-inline: 0.6rem;
    --comparison-highlight-col: 110px;
    --comparison-row-height: 84px;
    --comparison-cell-pad-block: 0.65rem;
    --comparison-cell-pad-inline: 0.72rem;
    --comparison-heading-size: 15px;
    --comparison-feature-size: 14px;
    --comparison-copy-size: 13.5px;
    --comparison-icon-size: 22px;
    --feature-card-title-line-height: 1.08;
    --usecase-title-size: 1.45rem;
    --usecase-copy-size: 1.1rem;
    --usecase-copy-line-height: 1.2;
    --faq-title-size: 1.45rem;
    --faq-copy-size: 1.1rem;
    --footer-shell-padding: 1.5rem 0;
    --footer-link-gap: 1.25rem;
    --footer-row-gap: 0.7rem;
    --footer-link-size: 0.96rem;
    --button-large-height: 78px;
    --legal-modal-width: 100%;
  }

  .legal-modal {
    padding: 0;
  }

  .final-cta-title {
    text-wrap: normal;
  }

  .legal-modal-dialog {
    height: 100vh;
    max-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .legal-modal-toolbar {
    min-height: 60px;
    padding: 0.85rem 1rem;
  }

  .legal-modal-content {
    padding: 1.25rem 1rem calc(1.25rem + env(safe-area-inset-bottom));
  }

  .legal-modal-content .policy-shell h1 {
    font-size: clamp(1.7rem, 8vw, 2.15rem);
  }

  .legal-modal-content .policy-meta + p {
    font-size: 1.02rem;
  }

  .legal-modal-content .policy-callout,
  .legal-modal-content .policy-shell > p:not(.policy-meta):not(.policy-callout),
  .legal-modal-content .policy-section p,
  .legal-modal-content .policy-section li {
    font-size: 0.98rem;
    line-height: 1.68;
  }
}

@media (max-width: 560px) {
  :root {
    --content-width-mobile: 100%;
    --section-space: 3.5rem;
    --section-space-tight: 3.5rem;
    --hero-bottom-pad: 0.5rem;
    --mobile-block-gap: 1.5rem;
    --mobile-section-gap: clamp(1.75rem, 1.55rem + 1vw, 2rem);
    --mobile-stack-gap: 1rem;
    --mobile-card-radius: 24px;
    --mobile-card-padding-block: 1.5rem;
    --mobile-card-padding-inline: 1.25rem;
    --mobile-divider-inset: 1.25rem;
    --mobile-phone-width: min(300px, calc(100vw - 5rem));
    --steps-overlap-ratio: var(--steps-overlap-ratio-stacked-compact);
    --mobile-cta-width: 16rem;
    --mobile-usecase-gap: 1rem;
    --mobile-faq-gap: 0.8rem;
    --hero-subhead-size: 1rem;
    --comparison-table-min-width: 600px;
    --comparison-feature-col: 138px;
    --comparison-feature-pad-inline: 0.5rem;
    --comparison-highlight-col: 100px;
    --comparison-row-height: 76px;
    --comparison-cell-pad-block: 0.55rem;
    --comparison-cell-pad-inline: 0.65rem;
    --comparison-heading-size: 14px;
    --comparison-feature-size: 13px;
    --comparison-copy-size: 12.5px;
    --comparison-icon-size: 20px;
    --feature-card-title-line-height: 1.08;
    --usecase-title-size: clamp(1.25rem, 1.08rem + 0.8vw, 1.35rem);
    --usecase-copy-size: clamp(1rem, 0.94rem + 0.3vw, 1.06rem);
    --usecase-copy-line-height: 1.2;
    --faq-title-size: var(--usecase-title-size);
    --faq-copy-size: var(--usecase-copy-size);
    --footer-shell-padding: 1.25rem 0 1.5rem;
    --footer-link-gap: 1rem;
    --footer-row-gap: 0.6rem;
    --footer-link-size: 0.9rem;
    --button-large-height: 72px;
    --final-title-width: 15ch;
  }

  .hero-copy h1 {
    display: block;
  }

  .comparison-heading .promo-title {
    width: auto;
    display: block;
  }

  .hero-title-prefix,
  .hero-title-phrase,
  .comparison-title-prefix,
  .comparison-title-phrase,
  .final-cta-prefix,
  .final-cta-phrase {
    white-space: normal;
  }

  .hero-title-prefix,
  .hero-title-phrase,
  .comparison-title-prefix,
  .comparison-title-phrase {
    display: inline;
  }
}
