:root {
  --font-logo: "Satoshi", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-sans: "Satoshi", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-accent: "Instrument Serif", Georgia, serif;
  --rgb-black: 0 0 0;
  --rgb-surface-page: 245 246 244;
  --rgb-surface-raised: 255 255 255;
  --rgb-surface-warm: 250 251 249;
  --rgb-text-primary: 20 20 20;
  --rgb-text-secondary: 63 69 63;
  --rgb-text-muted: 98 106 98;
  --rgb-text-on-brand: 244 255 248;
  --rgb-brand-primary: 16 139 78;
  --rgb-brand-accent: 30 181 102;
  --rgb-brand-mid: 19 172 93;
  --rgb-brand-lift: 31 181 103;
  --rgb-brand-deep: 8 119 63;
  --rgb-brand-pop: 28 191 106;
  --rgb-brand-shadow: 3 39 23;
  --rgb-brand-canvas: 3 53 30;
  --rgb-brand-panel: 4 62 35;
  --rgb-brand-panel-strong: 4 67 38;
  --color-surface-page: rgb(var(--rgb-surface-page));
  --color-surface-raised: rgb(var(--rgb-surface-raised));
  --color-surface-warm: rgb(var(--rgb-surface-warm));
  --color-surface-grid-start: #f8faf7;
  --color-surface-grid-end: #eef4ee;
  --color-surface-field: #f4f7f3;
  --color-surface-field-hover: #f8faf7;
  --color-notebook-paper: #ffffff;
  --color-notebook-panel: #f7faf6;
  --color-notebook-skeleton: #e6ece4;
  --diagram-ink: #111412;
  --diagram-muted: #778079;
  --diagram-subtle: #dfe6e1;
  --diagram-line: #dce4dd;
  --diagram-white: #ffffff;
  --diagram-canvas: #f3f7f2;
  --diagram-grid: #e7eee8;
  --diagram-green: var(--color-action-primary);
  --diagram-green-soft: #d9f4e2;
  --diagram-blue: #3477f6;
  --diagram-blue-soft: #dfe9ff;
  --diagram-teal: #139b86;
  --diagram-teal-soft: #dcf5ef;
  --diagram-amber: #d9862e;
  --diagram-amber-soft: #fbecd7;
  --diagram-red: #bd554b;
  --diagram-red-soft: #f7dfdc;
  --color-text-primary: rgb(var(--rgb-text-primary));
  --color-text-secondary: rgb(var(--rgb-text-secondary));
  --color-text-muted: rgb(var(--rgb-text-muted));
  --color-text-on-brand: rgb(var(--rgb-text-on-brand));
  --color-text-on-brand-soft: #f7fff9;
  --color-text-on-action: rgb(var(--rgb-surface-raised));
  --color-action-primary: rgb(var(--rgb-brand-primary));
  --color-action-hover: rgb(var(--rgb-brand-accent));
  --color-brand-mid: rgb(var(--rgb-brand-mid));
  --color-brand-lift: rgb(var(--rgb-brand-lift));
  --color-brand-deep: rgb(var(--rgb-brand-deep));
  --color-link-legacy: #0000ee;
  --color-rating-accent: #f3c33d;
  --color-ink-solid: #111111;
  --color-border-subtle: #e3e8e1;
  --color-border-strong: #d4ddd2;
  --color-frame-line: rgb(var(--rgb-black) / 0.032);
  --color-frame-line-soft: rgb(var(--rgb-black) / 0.026);
  --bg: var(--color-surface-page);
  --surface: var(--color-surface-raised);
  --ink: var(--color-text-primary);
  --ink-soft: var(--color-text-secondary);
  --muted: var(--color-text-muted);
  --line: var(--color-border-subtle);
  --line-strong: var(--color-border-strong);
  --frame-line: var(--color-frame-line);
  --frame-line-soft: var(--color-frame-line-soft);
  --frame-width: 1185px;
  --frame-gutter: 52px;
  --green: var(--color-action-primary);
  --green-bright: var(--color-action-hover);
  --green-mid: var(--color-brand-mid);
  --green-deep: var(--color-brand-deep);
  --brand-stroke: rgb(var(--rgb-brand-primary) / 0.72);
  --brand-stroke-hover: rgb(var(--rgb-brand-primary) / 0.86);
  --brand-stroke-inset: inset 0 0 0 2px rgb(var(--rgb-brand-primary) / 0.5);
  --brand-stroke-inset-strong: inset 0 0 0 2px rgb(var(--rgb-brand-primary) / 0.72);
  --card-hover-stroke: 0 0 0 2px rgb(var(--rgb-brand-primary) / 0.52);
  --card-hover-stroke-muted: 0 0 0 2px rgb(var(--rgb-text-primary) / 0.12);
  --card-shadow: 0 1px 0 rgb(var(--rgb-black) / 0.018), 0 16px 34px rgb(var(--rgb-black) / 0.026);
  --button-shadow: 0 10px 20px rgb(var(--rgb-brand-primary) / 0.14);
  --button-height: 47px;
  --button-bg-default: var(--green);
  --button-bg-hover: var(--green-bright);
  --button-bg-pressed: var(--green-deep);
  --label-text-default: var(--muted);
  --label-text-hover: var(--green);
  --label-text-active: var(--green-deep);
  --label-fill-hover: rgb(var(--rgb-brand-primary) / 0.08);
  --label-fill-active: #eef9f1;
  --label-fill-active-hover: #e4f7eb;
  --header-min-height: 0px;
  --header-height: 92px;
  --mobile-switcher-clearance: 0px;
  --container: 1150px;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-press: 110ms;
  --duration-fast: 180ms;
  --duration-button-hover: 360ms;
  --duration-state: 280ms;
  --duration-hover: 320ms;
  --duration-enter: 820ms;
  --duration-reveal: 760ms;
  --type-caption: 0.75rem;
  --type-small: 0.875rem;
  --type-label: 0.8125rem;
  --type-body-sm: 0.9375rem;
  --type-body: 1rem;
  --type-body-lg: 1.125rem;
  --type-nav: 0.875rem;
  --type-card-title: 1.0625rem;
  --type-faq: 1.1875rem;
  --type-title-sm: 2rem;
  --type-title-md: 2.375rem;
  --type-heading: 3.35rem;
  --type-statement: 3.65rem;
  --type-hero: 4.7rem;
  --type-card-heading: 1.875rem;
  --type-section-card: 1.42rem;
  --type-scene-outline: 5.75rem;
  --type-scene-solid: 4.85rem;
  --weight-title: 600;
  --leading-display: 1.035;
  --leading-heading: 1.1;
  --leading-body: 1.58;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-section: clamp(6.25rem, 8.5vw, 8.5rem);
  --space-section-tight: clamp(4.75rem, 7vw, 6.25rem);
  --space-stack-lg: clamp(2.75rem, 4.8vw, 4.125rem);
  --polish-hero: url("assets/images/transactionlink-polish/hero-minimal-field.webp");
  --polish-section-soft: url("assets/images/transactionlink-polish/section-soft-dots.webp");
}

@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/satoshi-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/satoshi-medium-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/satoshi-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/satoshi-black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("assets/fonts/instrument-serif-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: auto;
  scroll-padding-bottom: var(--mobile-switcher-clearance);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: var(--mobile-switcher-clearance);
  overflow-x: hidden;
  max-width: 100%;
  background:
    linear-gradient(rgb(var(--rgb-surface-page) / 0.9), rgb(var(--rgb-surface-page) / 0.96)),
    var(--polish-section-soft) top center / min(1450px, 130vw) auto repeat-y,
    var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100vw;
  height: clamp(260px, 38vw, 520px);
  pointer-events: none;
  background: radial-gradient(
    ellipse 100% 72% at 50% 0%,
    rgb(var(--rgb-brand-mid) / 0.14) 0%,
    rgb(var(--rgb-brand-primary) / 0.075) 36%,
    rgb(var(--rgb-brand-primary) / 0) 78%
  );
  transform: translateX(-50%);
}

main {
  position: relative;
  z-index: 1;
  padding-top: var(--header-height);
}

main,
.site-footer {
  transform-origin: center top;
}

html.is-page-loading,
html[data-page-loader-phase="cover"],
html[data-page-loader-phase="covered"],
html[data-page-loader-phase="reveal"] {
  overflow: hidden;
}

body.is-audience-transitioning main,
body.is-audience-transitioning .site-footer {
  pointer-events: none;
}

body * {
  min-width: 0;
}

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

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

button,
summary {
  font: inherit;
  color: inherit;
}

mark {
  background: transparent;
  color: var(--green);
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 1000;
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-180%);
  transition: transform var(--duration-state) var(--ease-out-quart);
}

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

.page-loader {
  --loader-edge-height: clamp(140px, 20vh, 260px);
  --loader-trailing-edge-height: clamp(190px, 27vh, 340px);
  --loader-transition-duration: 720ms;
  --loader-trailing-delay: 160ms;
  position: fixed;
  inset: 0;
  z-index: 1200;
  overflow: visible;
  background: transparent;
  visibility: hidden;
  pointer-events: none;
}

.page-loader-layer {
  --loader-layer-edge-height: var(--loader-edge-height);
  --loader-layer-lobe-width: max(132vw, 620px);
  --loader-layer-lobe-scale: 2.05;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh + var(--loader-layer-edge-height));
  height: calc(100dvh + var(--loader-layer-edge-height));
  transform: translate3d(0, calc(-100% - 2px), 0);
  transition: transform var(--loader-transition-duration) cubic-bezier(0.7, 0, 0.3, 1);
  will-change: transform;
}

.page-loader-layer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: var(--loader-layer-edge-height);
  left: 0;
  background: #fff;
}

.page-loader-layer::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: var(--loader-layer-lobe-width);
  height: calc(var(--loader-layer-edge-height) * var(--loader-layer-lobe-scale));
  border-radius: 50%;
  background: #fff;
  transform: translate3d(-50%, 0, 0);
}

.page-loader-layer-trailing {
  --loader-layer-edge-height: var(--loader-trailing-edge-height);
  --loader-layer-lobe-width: max(154vw, 760px);
  --loader-layer-lobe-scale: 2.18;
  z-index: 1;
  opacity: 0.24;
  transition-delay: var(--loader-trailing-delay);
}

.page-loader-layer-primary {
  z-index: 2;
}

html.is-page-loading .page-loader,
html[data-page-loader-phase="cover"] .page-loader,
html[data-page-loader-phase="covered"] .page-loader,
html[data-page-loader-phase="reveal"] .page-loader {
  visibility: visible;
  pointer-events: auto;
}

html.is-page-loading .page-loader-layer-primary,
html[data-page-loader-phase="cover"] .page-loader-layer-primary,
html[data-page-loader-phase="covered"] .page-loader-layer-primary {
  transform: translate3d(0, 0, 0);
}

html.is-page-loading .page-loader-layer-trailing,
html[data-page-loader-phase="cover"] .page-loader-layer-trailing,
html[data-page-loader-phase="covered"] .page-loader-layer-trailing {
  transform: translate3d(0, 28px, 0);
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: border-color var(--duration-fast) var(--ease-out-quart);
  backface-visibility: hidden;
}

.site-header.is-scrolled {
  border-color: transparent;
}

.site-header:focus-within {
  border-color: transparent;
}

.nav-wrap {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: min(var(--container), calc(100% - 52px));
  min-height: var(--header-min-height);
  height: auto;
  padding: 22px 0 23px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.nav-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 12px -20px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgb(var(--rgb-surface-raised) / 0.94);
  box-shadow: none;
  opacity: 1;
  transition:
    opacity var(--duration-fast) var(--ease-out-quart),
    background-color var(--duration-fast) var(--ease-out-quart),
    border-color var(--duration-fast) var(--ease-out-quart),
    box-shadow var(--duration-fast) var(--ease-out-quart);
}

.nav-wrap > :not(.sr-only) {
  position: relative;
  z-index: 1;
}

.audience-nav-panel {
  grid-column: 2;
  justify-self: center;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header.is-scrolled .nav-wrap::before {
  border-color: var(--line);
  background: rgb(var(--rgb-surface-raised) / 0.94);
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  box-shadow: 0 14px 36px rgb(var(--rgb-black) / 0.055);
  opacity: 1;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.is-scrolled .nav-wrap::before {
    -webkit-backdrop-filter: blur(10px) saturate(1.08);
    backdrop-filter: blur(10px) saturate(1.08);
  }
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  min-height: 44px;
  padding-block: 2px;
  min-width: 0;
}

.brand-mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.14);
  border-radius: 12px;
  background: var(--green);
  box-shadow: none;
}

.brand-mark img {
  width: 24px;
  height: 16px;
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
  font-family: var(--font-logo);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.047em;
  transform: translateY(-0.5px);
}

.brand-dot {
  color: var(--ink);
}

.brand-tld {
  color: var(--green-bright);
  margin-left: 0.015em;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: var(--type-nav);
  font-weight: 600;
  line-height: 1;
}

.nav-links a {
  position: relative;
  outline: none;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  opacity: 0;
  transform: scaleX(0.65);
  transition:
    opacity var(--duration-fast) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.audience-switcher {
  position: relative;
  min-height: 44px;
  padding: 4px;
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 4px;
  border: 1px solid rgb(var(--rgb-black) / 0.065);
  border-radius: 999px;
  background: rgb(var(--rgb-surface-raised) / 0.72);
  box-shadow: inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.78);
}

.audience-option {
  position: relative;
  z-index: 0;
  min-width: 92px;
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: var(--label-text-default);
  -webkit-tap-highlight-color: transparent;
  font-size: var(--type-small);
  font-weight: 720;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    color var(--duration-button-hover) var(--ease-out-quart),
    box-shadow var(--duration-button-hover) var(--ease-out-quart),
    transform var(--duration-button-hover) var(--ease-out-expo);
}

.audience-option::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -160%;
  width: 132%;
  height: 240%;
  border-radius: 50% 50% 40% 40% / 62% 62% 34% 34%;
  background: var(--label-fill-hover);
  pointer-events: none;
  transform: translate3d(-50%, 48%, 0) scale(0.68);
  transform-origin: 50% 100%;
  transition:
    transform var(--duration-button-hover) var(--ease-out-expo),
    border-radius var(--duration-button-hover) var(--ease-out-quint),
    background-color var(--duration-button-hover) var(--ease-out-quart);
  will-change: transform, border-radius;
}

.audience-option > span,
.button > span {
  position: relative;
  z-index: 1;
}

.audience-option > span {
  color: currentColor;
  -webkit-text-fill-color: currentColor;
}

.audience-option:hover,
.audience-option:focus-visible {
  color: var(--label-text-hover);
  transform: translateY(-1px);
}

.audience-option:hover::before,
.audience-option:focus-visible::before {
  border-radius: 44% 44% 22% 22% / 58% 58% 28% 28%;
  transform: translate3d(-50%, -18%, 0) scale(1);
}

.audience-option.is-active {
  color: var(--label-text-active);
  box-shadow: inset 0 0 0 1px rgb(var(--rgb-brand-primary) / 0.15);
}

.audience-option.is-active::before {
  background: var(--label-fill-active);
  border-radius: 44% 44% 22% 22% / 58% 58% 28% 28%;
  transform: translate3d(-50%, -18%, 0) scale(1);
}

.audience-option.is-active:hover,
.audience-option.is-active:focus-visible {
  color: var(--label-text-active);
}

.audience-option.is-active:hover::before,
.audience-option.is-active:focus-visible::before {
  background: var(--label-fill-active-hover);
}

.audience-option:active {
  transform: translateY(0) scale(0.98);
}

.audience-select {
  display: none;
  width: 100%;
  min-height: 40px;
  padding: 0 44px 0 18px;
  border: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, currentColor 50%) right 22px center / 7px 7px no-repeat,
    linear-gradient(135deg, currentColor 50%, transparent 50%) right 17px center / 7px 7px no-repeat,
    linear-gradient(180deg, var(--color-brand-lift) 0%, var(--green) 100%);
  color: var(--color-text-on-action);
  box-shadow: 0 9px 18px rgb(var(--rgb-brand-primary) / 0.18), inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.25);
  font: inherit;
  font-size: var(--type-small);
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.audience-select option {
  color: var(--ink);
  background: var(--surface);
}

.header-cta {
  justify-self: end;
}

.button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  min-height: var(--button-height);
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 27px;
  border: 0;
  border-radius: 999px;
  background: var(--button-bg-default);
  color: var(--color-text-on-action);
  box-shadow: var(--button-shadow);
  font-size: var(--type-body-sm);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform var(--duration-button-hover) var(--ease-out-expo),
    box-shadow var(--duration-button-hover) var(--ease-out-quart),
    filter var(--duration-button-hover) var(--ease-out-quart),
    background-color var(--duration-button-hover) var(--ease-out-quart);
}

.button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -168%;
  width: 148%;
  height: 252%;
  border-radius: 50% 50% 40% 40% / 64% 64% 34% 34%;
  background: var(--button-bg-hover);
  pointer-events: none;
  transform: translate3d(-50%, 50%, 0) scale(0.64);
  transform-origin: 50% 100%;
  transition:
    transform var(--duration-button-hover) var(--ease-out-expo),
    border-radius var(--duration-button-hover) var(--ease-out-quint);
  will-change: transform, border-radius;
}

.button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -45%;
  bottom: -45%;
  left: -42%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgb(var(--rgb-surface-raised) / 0.36), transparent);
  pointer-events: none;
  transform: translate3d(-140%, 0, 0) rotate(16deg);
  will-change: transform;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 18px 34px rgb(var(--rgb-brand-primary) / 0.22);
  filter: none;
  outline: none;
}

.button:hover::before,
.button:focus-visible::before {
  border-radius: 44% 44% 22% 22% / 58% 58% 28% 28%;
  transform: translate3d(-50%, -24%, 0) scale(1.01);
}

.button:hover::after,
.button:focus-visible::after {
  transform: translate3d(460%, 0, 0) rotate(16deg);
  transition: transform 420ms var(--ease-out-quint);
}

.button:active {
  transform: translateY(0) scale(0.985);
  background-color: var(--button-bg-pressed);
  transition-duration: var(--duration-press);
}

.button:focus-visible,
.audience-option:focus-visible,
.audience-select:focus-visible {
  outline: 2px solid var(--color-brand-deep);
  outline: 2px solid color-mix(in srgb, var(--green) 72%, rgb(var(--rgb-black)));
  outline-offset: 4px;
}

.button-small {
  min-height: var(--button-height);
  padding: 0 28px;
  font-size: var(--type-body);
}

.container {
  width: min(var(--container), calc(100% - 52px));
  margin: 0 auto;
}

.narrow {
  --container: 880px;
}

.hero {
  position: relative;
  min-height: clamp(500px, 58vh, 650px);
  display: grid;
  place-items: center;
  padding: clamp(4.25rem, 8vh, 6.25rem) 26px clamp(3rem, 6vh, 4.25rem);
  text-align: center;
  isolation: isolate;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--frame-width), calc(100vw - var(--frame-gutter)));
  display: grid;
  justify-items: center;
}

.availability,
.hero h1,
.subnote,
.trust-list,
.intelligence-panel {
  animation: heroRise var(--duration-enter) var(--ease-out-expo) both;
  animation-delay: var(--hero-delay, 0ms);
}

.availability {
  margin: 0 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 6px 12px 6px 6px;
  border: 1px solid #ffcea1;
  border-radius: 999px;
  background: #fff0df;
  color: var(--ink-soft);
  box-shadow: none;
  font-size: var(--type-small);
  font-weight: 600;
}

.availability > span:last-child {
  display: block;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.avatar-dot {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  background: var(--color-text-primary);
}

.hero h1 {
  margin: 0;
  max-width: 960px;
  font-size: var(--type-hero);
  font-weight: var(--weight-title);
  line-height: var(--leading-display);
  text-wrap: balance;
}

.hero-copy {
  display: block;
}

.hero-copy-mobile {
  display: none;
}

.hero-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  white-space: nowrap;
}

.hero-line-secondary {
  column-gap: 0.13em;
  margin-top: -0.02em;
}

.hero-line-secondary span {
  display: inline-block;
}

.hero h1 em {
  position: relative;
  display: inline-block;
  font-family: var(--font-accent);
  font-size: 0.96em;
  font-weight: 400;
  line-height: 0.92;
  transform: translateY(0.03em);
}

.hero h1 em::after {
  content: "";
  position: absolute;
  left: 0.03em;
  right: 0.03em;
  bottom: -0.04em;
  height: 0.12em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(var(--rgb-brand-accent) / 0.72), var(--green-bright) 52%, rgb(var(--rgb-brand-primary) / 0.86));
  opacity: 0;
  transform: scaleX(0) rotate(-1.6deg);
  transform-origin: left center;
  animation: markerUnderline 520ms var(--ease-out-expo) 1220ms both;
  pointer-events: none;
}

.inline-badge {
  --badge-y: 0.012em;
  display: inline-grid;
  position: relative;
  width: min(0.64em, 52px);
  height: min(0.64em, 52px);
  margin: 0 0.16em;
  overflow: hidden;
  place-items: center;
  border-radius: 0.18em;
  background: var(--green);
  box-shadow: 0 10px 24px rgb(var(--rgb-brand-primary) / 0.16);
  -webkit-clip-path: inset(0 100% 0 0 round 9px);
  clip-path: inset(0 100% 0 0 round 9px);
  opacity: 0;
  transform: translate3d(0, calc(var(--badge-y) + 0.1em), 0) scale(0.92);
  transform-origin: center;
  animation: badgeReveal 520ms var(--ease-out-expo) 380ms both;
  will-change: clip-path, opacity, transform;
}

.mobile-break {
  display: none;
}

.inline-badge::before {
  content: "";
  position: relative;
  z-index: 2;
  width: 0.46em;
  height: 0.3em;
  background: url("assets/images/logo-mark.svg") center / contain no-repeat;
  opacity: 0;
  transform: translate3d(-2px, 0, 0) scale(0.86);
  transform-origin: center;
  animation: badgeIconReveal 340ms var(--ease-out-quart) 600ms both;
}

.inline-badge::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 24%, rgb(var(--rgb-surface-raised) / 0.36) 48%, transparent 72%);
  opacity: 0;
  transform: translate3d(-110%, 0, 0);
  animation: badgeSweep 560ms var(--ease-out-quart) 520ms both;
  pointer-events: none;
}

.hero-cta {
  margin-top: 26px;
  min-height: var(--button-height);
  padding-inline: 28px;
  font-size: var(--type-body);
  animation: heroFade var(--duration-enter) var(--ease-out-expo) both;
  animation-delay: var(--hero-delay, 0ms);
}

.subnote,
.services-note,
.democratize {
  margin: 18px 0 0;
  max-width: min(100%, 520px);
  color: var(--muted);
  font-size: var(--type-small);
  line-height: 1.45;
  text-align: center;
}

.subnote {
  display: block;
  justify-self: center;
  width: fit-content;
}

.subnote-text {
  display: inline;
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: inherit;
}

.subnote > span[aria-hidden="true"] {
  display: inline-block;
  margin-right: 6px;
  line-height: inherit;
  transform: translateY(0.01em);
}

.subnote span,
.services-note span,
.democratize span {
  color: var(--color-rating-accent);
}

.subnote .subnote-text {
  color: var(--muted);
}

.trust-list {
  position: relative;
  width: min(100%, 660px);
  margin: clamp(22px, 2.4vw, 30px) 0 0;
  padding: clamp(14px, 1.6vw, 16px) 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  list-style: none;
  overflow: visible;
  border-top: 1px solid rgb(var(--rgb-text-primary) / 0.095);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-list li {
  min-height: 0;
  width: 100%;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink-soft);
  box-shadow: none;
  font-size: var(--type-label);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: left;
}

.trust-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green-bright);
  box-shadow: 0 0 0 4px rgb(var(--rgb-brand-accent) / 0.085);
}

.trust-list img {
  display: none;
}

.visual-section {
  padding: 28px calc(var(--frame-gutter) / 2) var(--space-section-tight);
}

.visual-section,
.intro,
.services,
.process,
.benefits,
.faq {
  position: relative;
  isolation: isolate;
}

.visual-section::before,
.intro::before,
.services::before,
.process::before,
.benefits::before,
.faq::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(var(--frame-width), calc(100% - var(--frame-gutter)));
  pointer-events: none;
  background:
    linear-gradient(var(--frame-line-soft), var(--frame-line-soft)) left top / 100% 1px no-repeat,
    linear-gradient(var(--frame-line-soft), var(--frame-line-soft)) left bottom / 100% 1px no-repeat;
  transform: translateX(-50%);
}

.visual-section::before {
  background:
    linear-gradient(var(--frame-line-soft), var(--frame-line-soft)) left bottom / 100% 1px no-repeat;
}

.visual-section > *,
.section > * {
  position: relative;
  z-index: 1;
}

.intelligence-panel {
  position: relative;
  width: min(var(--container), 100%);
  min-height: clamp(520px, 43vw, 620px);
  margin: 0 auto;
  padding: clamp(34px, 5.2vw, 68px);
  display: grid;
  grid-template-columns: minmax(380px, 0.96fr) minmax(430px, 1.04fr);
  gap: clamp(38px, 4.8vw, 62px);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(rgb(var(--rgb-black) / 0.014) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(90deg, rgb(var(--rgb-black) / 0.012) 1px, transparent 1px) 0 0 / 44px 44px,
    var(--surface);
  box-shadow: 0 1px 0 rgb(var(--rgb-black) / 0.018), 0 18px 36px rgb(var(--rgb-black) / 0.022);
  color: var(--ink);
  isolation: isolate;
}

.intelligence-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 0;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.055);
  border-radius: 24px;
  pointer-events: none;
}

.intelligence-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 76% 52%, rgb(var(--rgb-brand-primary) / 0.055), transparent 46%),
    linear-gradient(110deg, rgb(var(--rgb-surface-raised) / 0.98) 0%, rgb(var(--rgb-surface-raised) / 0.9) 48%, rgb(var(--rgb-surface-page) / 0.94) 100%);
  opacity: 1;
  mix-blend-mode: normal;
  pointer-events: none;
}

.intelligence-copy,
.intelligence-visual {
  position: relative;
  z-index: 2;
}

.intelligence-copy {
  max-width: 590px;
}

.intelligence-kicker {
  width: max-content;
  max-width: 100%;
  min-height: 30px;
  margin: 0 0 22px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.16);
  border-radius: 999px;
  background: rgb(var(--rgb-brand-primary) / 0.07);
  color: var(--green-deep);
  font-size: var(--type-label);
  font-weight: 700;
  line-height: 1;
}

.intelligence-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--color-brand-mid);
  box-shadow: 0 0 0 5px rgb(var(--rgb-brand-primary) / 0.11);
}

.intelligence-copy h2 {
  margin: 0;
  max-width: 16.8ch;
  color: var(--ink);
  font-size: var(--type-heading);
  font-weight: var(--weight-title);
  line-height: var(--leading-heading);
  letter-spacing: 0;
  text-wrap: balance;
}

.intelligence-copy > p:not(.intelligence-kicker) {
  margin: 26px 0 0;
  max-width: 52ch;
  color: var(--muted);
  font-size: var(--type-body);
  font-weight: 500;
  line-height: var(--leading-body);
}

.intelligence-visual {
  min-height: 330px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.intelligence-flow {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.flow-line {
  fill: none;
  stroke: rgb(var(--rgb-text-on-brand) / 0.88);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 11 17;
  stroke-dashoffset: 120;
  marker-end: url("#flow-arrow");
  opacity: 0.86;
  animation: dataFlow 8s linear infinite;
}

.flow-source {
  stroke: rgb(var(--rgb-text-on-brand) / 0.58);
}

.flow-report {
  stroke: rgb(var(--rgb-text-on-brand) / 0.84);
}

#flow-arrow path {
  fill: none;
  stroke: rgb(var(--rgb-text-on-brand) / 0.9);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.flow-port {
  fill: var(--green);
  stroke: rgb(var(--rgb-text-on-brand) / 0.92);
  stroke-width: 2.2;
}

.schema-sources,
.schema-card,
.schema-outputs {
  position: absolute;
  z-index: 2;
}

.schema-sources {
  left: 42px;
  right: 42px;
  bottom: 36px;
  width: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.schema-sources span,
.schema-outputs span {
  min-height: 66px;
  display: grid;
  align-items: center;
  border: 1.5px solid rgb(var(--rgb-text-on-brand) / 0.68);
  border-radius: 999px;
  background: rgb(var(--rgb-text-on-brand) / 0.12);
  color: var(--color-text-on-brand);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.05;
  box-shadow: inset 0 1px 0 rgb(var(--rgb-text-on-brand) / 0.12);
}

.schema-sources span {
  min-height: 74px;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-areas:
    "icon text"
    "icon badge";
  column-gap: 8px;
  padding: 10px 12px;
  animation: schemaSourcePulse 8s var(--ease-out-quart) infinite;
}

.schema-sources span:nth-child(2) {
  animation-delay: -0.7s;
}

.schema-sources span:nth-child(3) {
  animation-delay: -1.4s;
}

.schema-sources i,
.schema-outputs i {
  grid-area: icon;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgb(var(--rgb-text-on-brand) / 0.16);
  box-shadow: inset 0 0 0 1px rgb(var(--rgb-text-on-brand) / 0.22);
}

.schema-sources i::before,
.schema-outputs i::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
}

.schema-sources span:nth-child(1) i::before {
  border-radius: 4px;
  box-shadow:
    8px 0 0 -4px currentColor,
    0 8px 0 -4px currentColor;
}

.schema-sources span:nth-child(2) i::before {
  width: 15px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgb(var(--rgb-text-on-brand) / 0.12);
}

.schema-sources span:nth-child(3) i::before {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  transform: rotate(45deg);
}

.schema-sources b,
.schema-outputs b {
  grid-area: text;
  min-width: 0;
}

.schema-sources em,
.schema-outputs em {
  grid-area: badge;
  width: max-content;
  max-width: 100%;
  padding: 3px 6px;
  border: 1px solid rgb(var(--rgb-text-on-brand) / 0.22);
  border-radius: 999px;
  color: rgb(var(--rgb-text-on-brand) / 0.7);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.schema-card {
  left: 50%;
  top: 51%;
  width: min(36%, 220px);
  min-height: 158px;
  padding: 14px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  border: 1.5px solid rgb(var(--rgb-text-on-brand) / 0.76);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgb(var(--rgb-text-on-brand) / 0.18), rgb(var(--rgb-text-on-brand) / 0.08)),
    rgb(var(--rgb-brand-canvas) / 0.56);
  box-shadow:
    0 18px 34px rgb(var(--rgb-brand-shadow) / 0.18),
    inset 0 1px 0 rgb(var(--rgb-text-on-brand) / 0.16);
  color: var(--color-text-on-brand);
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
}

.schema-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  min-height: 26px;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(var(--rgb-text-on-brand) / 0.44);
  border-radius: 999px;
  background: var(--green-bright);
  color: var(--color-text-on-brand);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgb(var(--rgb-brand-shadow) / 0.18);
  transform: translateX(-50%);
  white-space: nowrap;
}

.schema-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgb(var(--rgb-text-on-brand) / 0.16);
  box-shadow:
    0 0 0 8px rgb(var(--rgb-text-on-brand) / 0.08),
    inset 0 0 0 1px rgb(var(--rgb-text-on-brand) / 0.24);
}

.schema-mark::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background:
    linear-gradient(currentColor, currentColor) center / 16px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 16px no-repeat;
  color: var(--color-text-on-brand);
}

.schema-label {
  color: rgb(var(--rgb-text-on-brand) / 0.66);
  font-size: var(--type-caption);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.schema-card strong {
  max-width: 10ch;
  color: var(--color-text-on-brand);
  font-size: clamp(1.25rem, 2vw, 1.58rem);
  font-weight: 800;
  line-height: 1.02;
}

.schema-button {
  width: 100%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgb(var(--rgb-text-on-brand) / 0.24);
  border-radius: 13px;
  background: rgb(var(--rgb-text-on-brand) / 0.16);
  color: var(--color-text-on-brand);
  font-size: var(--type-small);
  font-weight: 800;
  line-height: 1;
  animation: schemaButtonPulse 8s var(--ease-out-quart) infinite;
}

.schema-button::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-135deg);
}

.schema-outputs {
  left: 42px;
  right: 42px;
  top: 32px;
  width: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.schema-outputs span {
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas:
    "icon text"
    "icon badge";
  justify-items: center;
  align-content: center;
  column-gap: 8px;
  min-height: 76px;
  aspect-ratio: auto;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--node-fill, rgb(var(--rgb-text-on-brand) / 0.16));
  font-size: 0.7rem;
  text-align: center;
  animation: schemaReportPulse 8s var(--ease-out-quart) infinite;
}

.schema-outputs i,
.schema-outputs b,
.schema-outputs em {
  justify-self: start;
}

.schema-outputs i {
  grid-area: icon;
  justify-self: center;
}

.schema-outputs b {
  grid-area: text;
}

.schema-outputs em {
  grid-area: badge;
}

.schema-outputs span:nth-child(2) {
  --node-fill: rgb(var(--rgb-text-on-brand) / 0.12);
  animation-delay: -0.7s;
}

.schema-outputs span:nth-child(3) {
  --node-fill: rgb(var(--rgb-text-on-brand) / 0.09);
  animation-delay: -1.4s;
}

.schema-outputs i {
  width: 32px;
  height: 32px;
}

.schema-outputs i::before {
  width: 14px;
  height: 10px;
  border-width: 0 0 2px 2px;
  transform: skew(-12deg);
}

.schema-outputs span:nth-child(2) i::before {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  box-shadow:
    8px 5px 0 -5px currentColor,
    -8px 5px 0 -5px currentColor;
}

.schema-outputs span:nth-child(3) i::before {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  transform: rotate(45deg);
}

.iso-stack {
  position: relative;
  width: min(100%, 560px);
  height: 430px;
  margin: 0 auto;
  isolation: isolate;
}

.iso-flow {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.iso-flow-line {
  fill: none;
  stroke: rgb(var(--rgb-text-on-brand) / 0.72);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 10 15;
  stroke-dashoffset: 90;
  marker-end: url("#iso-arrow");
  animation: dataFlow 8s linear infinite;
}

.iso-flow-line-top {
  stroke: rgb(var(--rgb-text-on-brand) / 0.9);
  animation-delay: -1.1s;
}

#iso-arrow path {
  fill: none;
  stroke: rgb(var(--rgb-text-on-brand) / 0.9);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.iso-layer {
  --iso-face: rgb(var(--rgb-text-on-brand) / 0.1);
  position: absolute;
  left: 50%;
  z-index: 2;
  width: min(78%, 430px);
  min-height: 104px;
  padding: 16px 22px 18px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-areas:
    "icon kicker"
    "icon title"
    "badges badges";
  align-items: center;
  gap: 6px 14px;
  border: 1.5px solid rgb(var(--rgb-text-on-brand) / 0.68);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgb(var(--rgb-text-on-brand) / 0.16), rgb(var(--rgb-text-on-brand) / 0.07)),
    rgb(var(--rgb-brand-panel-strong) / 0.42);
  box-shadow:
    0 20px 40px rgb(var(--rgb-brand-shadow) / 0.18),
    inset 0 1px 0 rgb(var(--rgb-text-on-brand) / 0.16);
  color: var(--color-text-on-brand);
  transform: translate3d(-50%, 0, 0) skewY(-7deg);
  transform-origin: center;
  animation: isoLayerLift 8s var(--ease-out-quart) infinite;
}

.iso-layer > * {
  transform: skewY(7deg);
}

.iso-layer::before,
.iso-layer::after {
  content: "";
  position: absolute;
  border: 1px solid rgb(var(--rgb-text-on-brand) / 0.22);
  background: var(--iso-face);
  pointer-events: none;
}

.iso-layer::before {
  left: 16px;
  right: -16px;
  bottom: -18px;
  height: 18px;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  transform: skewX(42deg);
  transform-origin: top left;
}

.iso-layer::after {
  top: 16px;
  right: -24px;
  bottom: -18px;
  width: 24px;
  border-left: 0;
  border-radius: 0 22px 22px 0;
  transform: skewY(45deg);
  transform-origin: top left;
}

.iso-layer-output {
  top: 28px;
  z-index: 4;
  --iso-face: rgb(var(--rgb-text-on-brand) / 0.16);
  animation-delay: -2.2s;
}

.iso-layer-strikr {
  top: 154px;
  z-index: 3;
  width: min(84%, 462px);
  min-height: 116px;
  --iso-face: rgb(var(--rgb-brand-accent) / 0.2);
  background:
    linear-gradient(180deg, rgb(var(--rgb-text-on-brand) / 0.24), rgb(var(--rgb-text-on-brand) / 0.09)),
    rgb(var(--rgb-brand-canvas) / 0.64);
  animation-delay: -1.1s;
}

.iso-layer-source {
  top: 284px;
  z-index: 2;
  --iso-face: rgb(var(--rgb-text-on-brand) / 0.09);
}

.iso-plugin {
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 3;
  padding: 7px 11px;
  border: 1px solid rgb(var(--rgb-text-on-brand) / 0.46);
  border-radius: 999px;
  background: var(--green-bright);
  color: var(--color-text-on-brand);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 22px rgb(var(--rgb-brand-shadow) / 0.18);
  transform: translateX(-50%) skewY(7deg);
  white-space: nowrap;
}

.iso-icon {
  grid-area: icon;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgb(var(--rgb-text-on-brand) / 0.16);
  box-shadow: inset 0 0 0 1px rgb(var(--rgb-text-on-brand) / 0.22);
}

.iso-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
}

.iso-layer-output .iso-icon::before {
  width: 18px;
  height: 13px;
  border-width: 0 0 2px 2px;
  transform: skew(-12deg);
}

.iso-layer-strikr .iso-icon {
  border-radius: 999px;
}

.iso-layer-strikr .iso-icon::before {
  border-radius: 999px;
  background:
    linear-gradient(currentColor, currentColor) center / 14px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 14px no-repeat;
}

.iso-layer-source .iso-icon::before {
  border-radius: 4px;
  box-shadow:
    9px 0 0 -5px currentColor,
    0 9px 0 -5px currentColor;
}

.iso-kicker {
  grid-area: kicker;
  color: rgb(var(--rgb-text-on-brand) / 0.66);
  font-size: var(--type-caption);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.iso-layer strong {
  grid-area: title;
  color: var(--color-text-on-brand);
  font-size: clamp(1rem, 1.65vw, 1.28rem);
  font-weight: 800;
  line-height: 1.05;
}

.iso-badges {
  grid-area: badges;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.iso-badges em {
  min-height: 24px;
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(var(--rgb-text-on-brand) / 0.22);
  border-radius: 999px;
  background: rgb(var(--rgb-text-on-brand) / 0.1);
  color: rgb(var(--rgb-text-on-brand) / 0.78);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.provider-orbit {
  position: relative;
  width: min(100%, 560px);
  height: clamp(390px, 39vw, 510px);
  margin: 0 auto;
  isolation: isolate;
}

.provider-orbit::before {
  content: "";
  position: absolute;
  inset: 11% 8% 7%;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgb(var(--rgb-brand-primary) / 0.075) 0 20%, transparent 55%),
    radial-gradient(circle at 50% 50%, rgb(var(--rgb-black) / 0.035), transparent 68%),
    linear-gradient(180deg, rgb(var(--rgb-surface-raised) / 0.96), rgb(var(--rgb-surface-page) / 0.88));
  opacity: 1;
  filter: none;
}

.provider-orbit::after {
  content: "";
  position: absolute;
  inset: 7% 3% 4%;
  z-index: 0;
  border-radius: 32px;
  background:
    linear-gradient(rgb(var(--rgb-black) / 0.018) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(90deg, rgb(var(--rgb-black) / 0.014) 1px, transparent 1px) 0 0 / 36px 36px;
  opacity: 0.42;
  pointer-events: none;
}

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.16);
  border-radius: 999px;
  box-shadow: inset 0 0 34px rgb(var(--rgb-brand-primary) / 0.035);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.orbit-ring-outer {
  width: 92%;
  height: 92%;
}

.orbit-ring-middle {
  width: 68%;
  height: 68%;
  border-color: rgb(var(--rgb-brand-primary) / 0.18);
}

.orbit-ring-inner {
  width: 38%;
  height: 38%;
  border-color: rgb(var(--rgb-brand-primary) / 0.2);
}

.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.14);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-brand-lift) 0%, var(--color-brand-mid) 100%);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.24),
    0 18px 36px rgb(var(--rgb-brand-primary) / 0.16),
    0 0 0 14px rgb(var(--rgb-brand-primary) / 0.06);
  transform: translate(-50%, -50%);
  isolation: isolate;
}

.orbit-core::before,
.orbit-core::after {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border: 1px solid rgb(var(--rgb-brand-accent) / 0.2);
  border-radius: 999px;
  background: radial-gradient(circle, rgb(var(--rgb-brand-accent) / 0.28), transparent 62%);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.62);
  animation: orbitCorePulse 3200ms var(--ease-out-quart) infinite;
}

.orbit-core::after {
  inset: -30px;
  animation-delay: 1600ms;
}

.orbit-core img {
  position: relative;
  z-index: 2;
  width: 44px;
  height: auto;
}

.provider-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  width: var(--node-size, 40px);
  height: var(--node-size, 40px);
  display: grid;
  place-items: center;
  border: 1px solid rgb(var(--rgb-black) / 0.08);
  border-radius: var(--node-radius, 12px);
  background: var(--node-bg, rgb(var(--rgb-surface-raised) / 0.94));
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.7),
    0 14px 30px rgb(var(--rgb-black) / 0.08),
    0 0 0 5px rgb(var(--rgb-surface-raised) / 0.55);
  transform: translate(-50%, -50%) scale(var(--node-scale, 1));
  transform-origin: center;
  animation: providerNodeDrift var(--node-duration, 7600ms) ease-in-out infinite;
  animation-delay: var(--node-delay, 0ms);
  will-change: transform;
}

.provider-node img {
  width: var(--logo-size, 62%);
  height: var(--logo-size, 62%);
  object-fit: contain;
  border-radius: 7px;
}

.provider-node.club-node {
  --logo-size: 82%;
  --node-radius: 999px;
}

.club-crest {
  width: var(--logo-size, 76%);
  height: var(--logo-size, 76%);
  display: block;
  filter: drop-shadow(0 2px 3px rgb(var(--rgb-black) / 0.12));
}

.club-crest-shield,
.club-crest-trim,
.club-crest-panel {
  stroke-linejoin: round;
}

.club-crest-shield {
  stroke: rgb(var(--rgb-black) / 0.18);
  stroke-width: 2;
}

.club-crest-ball-line {
  fill: none;
  stroke: rgb(var(--rgb-brand-ink) / 0.62);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-node-statsbomb {
  --x: 26%;
  --y: 70%;
  --node-size: 50px;
  --logo-size: 64%;
  --node-drift-x: 4px;
  --node-drift-y: -5px;
  --node-duration: 7900ms;
  --node-delay: -1100ms;
}

.provider-node-impect {
  --x: 49%;
  --y: 13%;
  --node-size: 34px;
  --logo-size: 72%;
  --node-drift-x: -3px;
  --node-drift-y: 4px;
  --node-duration: 7200ms;
  --node-delay: -3600ms;
}

.provider-node-hudl {
  --x: 77%;
  --y: 72%;
  --node-size: 46px;
  --node-drift-x: -5px;
  --node-drift-y: -3px;
  --node-duration: 8400ms;
  --node-delay: -2400ms;
}

.provider-node-wyscout {
  --x: 87%;
  --y: 56%;
  --node-size: 36px;
  --logo-size: 68%;
  --node-drift-x: -4px;
  --node-drift-y: 5px;
  --node-duration: 7000ms;
  --node-delay: -5200ms;
}

.provider-node-second-spectrum {
  --x: 78%;
  --y: 29%;
  --node-size: 48px;
  --logo-size: 70%;
  --node-drift-x: 3px;
  --node-drift-y: -3px;
  --node-duration: 8800ms;
  --node-delay: -1800ms;
}

.provider-node-catapult {
  --x: 52%;
  --y: 84%;
  --node-size: 37px;
  --node-drift-x: 3px;
  --node-drift-y: -6px;
  --node-duration: 7400ms;
  --node-delay: -4700ms;
}

.provider-node-skillcorner {
  --x: 27%;
  --y: 26%;
  --node-size: 46px;
  --logo-size: 64%;
  --node-drift-x: 5px;
  --node-drift-y: -3px;
  --node-duration: 8200ms;
  --node-delay: -2900ms;
}

.provider-node-skillcorner img {
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgb(var(--rgb-black) / 0.1);
}

.provider-node-metrica {
  --x: 14%;
  --y: 50%;
  --node-size: 34px;
  --node-drift-x: 4px;
  --node-drift-y: 4px;
  --node-duration: 6800ms;
  --node-delay: -3900ms;
}

.provider-node-opta {
  --x: 30%;
  --y: 42%;
  --node-size: 43px;
  --logo-size: 74%;
  --node-drift-x: -2px;
  --node-drift-y: -3px;
  --node-duration: 7600ms;
  --node-delay: -6200ms;
}

.provider-orbit-documents .provider-node {
  width: var(--document-size, var(--node-size, 58px));
  height: var(--document-size, var(--node-size, 58px));
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.provider-orbit-documents .provider-node img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgb(var(--rgb-black) / 0.1));
}

.provider-orbit-documents .provider-node-statsbomb {
  --document-size: 68.4px;
}

.provider-orbit-documents .provider-node-impect {
  --document-size: 47.5px;
}

.provider-orbit-documents .provider-node-hudl {
  --document-size: 62.7px;
}

.provider-orbit-documents .provider-node-wyscout {
  --document-size: 51.3px;
}

.provider-orbit-documents .provider-node-second-spectrum {
  --document-size: 66.5px;
}

.provider-orbit-documents .provider-node-catapult {
  --document-size: 53.2px;
}

.provider-orbit-documents .provider-node-skillcorner {
  --document-size: 60.8px;
}

.provider-orbit-documents .provider-node-metrica {
  --document-size: 47.5px;
}

.provider-orbit-documents .provider-node-opta {
  --document-size: 57px;
}

.market-map-scene,
.story-desk-scene {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.market-map {
  position: relative;
  width: min(100%, 560px);
  height: clamp(330px, 34vw, 430px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    linear-gradient(rgb(var(--rgb-black) / 0.018) 1px, transparent 1px) 0 0 / 38px 38px,
    linear-gradient(90deg, rgb(var(--rgb-black) / 0.014) 1px, transparent 1px) 0 0 / 38px 38px,
    radial-gradient(circle at 48% 48%, rgb(var(--rgb-brand-primary) / 0.055), transparent 58%);
  box-shadow: inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.78);
  isolation: isolate;
}

.market-map::before {
  content: "";
  position: absolute;
  inset: 38px;
  z-index: 1;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.14);
  border-radius: 999px;
}

.market-map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 68% 30%, rgb(var(--rgb-brand-primary) / 0.06), transparent 45%),
    linear-gradient(135deg, rgb(var(--rgb-surface-raised) / 0.88), rgb(var(--rgb-surface-page) / 0.68) 58%, rgb(var(--rgb-surface-raised) / 0.92));
  opacity: 1;
  filter: none;
  pointer-events: none;
}

.market-route {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgb(var(--rgb-brand-primary) / 0.48), transparent);
  transform-origin: left center;
}

.route-one {
  left: 30%;
  top: 46%;
  width: 38%;
  transform: rotate(-22deg);
}

.route-two {
  left: 34%;
  top: 51%;
  width: 42%;
  transform: rotate(18deg);
}

.route-three {
  left: 28%;
  top: 54%;
  width: 31%;
  transform: rotate(46deg);
}

.market-player-card,
.club-target,
.desk-lead-card,
.desk-chart-card,
.desk-source-stack span {
  border: 1px solid rgb(var(--rgb-black) / 0.07);
  background: rgb(var(--rgb-surface-raised) / 0.88);
  box-shadow: 0 18px 42px rgb(var(--rgb-black) / 0.08), inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.7);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
  backdrop-filter: blur(10px) saturate(1.08);
}

.market-player-card {
  position: absolute;
  left: 8%;
  top: 35%;
  z-index: 3;
  width: min(210px, 44%);
  padding: 18px;
  border-radius: 22px;
}

.market-player-card span,
.desk-lead-card span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgb(var(--rgb-brand-primary) / 0.09);
  color: var(--green-deep);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.market-player-card strong,
.club-target b,
.desk-lead-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1rem, 1.8vw, 1.36rem);
  font-weight: 850;
  line-height: 1.08;
}

.market-player-card small,
.club-target small,
.desk-lead-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.club-target {
  position: absolute;
  z-index: 3;
  width: min(178px, 38%);
  padding: 14px;
  border-radius: 18px;
}

.club-target em {
  display: inline-flex;
  margin-top: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--green);
  color: var(--color-text-on-action);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
}

.club-target-a {
  right: 9%;
  top: 13%;
}

.club-target-b {
  right: 7%;
  bottom: 14%;
}

.club-target-c {
  left: 28%;
  bottom: 7%;
}

.story-desk-scene {
  width: min(100%, 570px);
  min-height: 380px;
  margin: 0 auto;
}

.story-desk-scene::before {
  content: "";
  position: absolute;
  inset: 24px 10px;
  z-index: 1;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 22% 18%, rgb(var(--rgb-brand-primary) / 0.045), transparent 34%),
    linear-gradient(rgb(var(--rgb-text-primary) / 0.018) 1px, transparent 1px) 0 0 / 34px 34px;
}

.story-desk-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 68% 28%, rgb(var(--rgb-brand-primary) / 0.05), transparent 42%),
    linear-gradient(135deg, rgb(var(--rgb-surface-raised) / 0.9), rgb(var(--rgb-surface-page) / 0.72) 58%, rgb(var(--rgb-surface-raised) / 0.94));
  opacity: 1;
  filter: none;
  pointer-events: none;
}

.desk-lead-card {
  position: absolute;
  left: 4%;
  top: 14%;
  z-index: 2;
  width: min(340px, 66%);
  padding: 22px;
  border-radius: 24px;
}

.desk-chart-card {
  position: absolute;
  right: 4%;
  top: 35%;
  z-index: 3;
  width: min(210px, 44%);
  min-height: 168px;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 12px;
  border-radius: 22px;
}

.chart-column {
  display: block;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, var(--color-brand-lift), var(--green));
  box-shadow: inset 0 1px 0 rgb(var(--rgb-text-on-brand) / 0.22);
}

.chart-one {
  height: 48%;
}

.chart-two {
  height: 76%;
}

.chart-three {
  height: 58%;
}

.chart-four {
  height: 88%;
}

.desk-source-stack {
  position: absolute;
  left: 11%;
  right: 16%;
  bottom: 9%;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.desk-source-stack span {
  min-height: 34px;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1;
}

.section {
  padding: clamp(5.5rem, 7.5vw, 7.5rem) 0;
  scroll-margin-top: 96px;
}

body.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity var(--duration-reveal) var(--ease-out-quart),
    transform var(--duration-reveal) var(--ease-out-expo);
  will-change: opacity, transform;
}

body.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.section-tag {
  width: max-content;
  max-width: 100%;
  min-height: 30px;
  margin: 0 auto 34px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgb(var(--rgb-brand-mid) / 0.14);
  border-radius: 999px;
  background: rgb(var(--rgb-brand-mid) / 0.065);
  color: var(--green);
  font-size: var(--type-label);
  font-weight: 600;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.72);
}

.section-tag.centered {
  margin-left: auto;
  margin-right: auto;
}

.section-tag > span:first-child {
  position: relative;
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green-bright);
  box-shadow: 0 0 0 4px rgb(var(--rgb-brand-pop) / 0.1);
}

.section-tag > span:first-child::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgb(var(--rgb-brand-accent) / 0.32);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.68);
  transform-origin: center;
  animation: sectionDotPulse 2.8s var(--ease-out-quart) infinite;
  pointer-events: none;
}

.intro {
  min-height: clamp(540px, 76vh, 760px);
  padding: clamp(4rem, 6vh, 5.25rem) 0;
  display: grid;
  align-items: center;
}

.intro-layout {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 34px;
  align-items: start;
  justify-items: center;
}

.intro .section-tag {
  margin-bottom: 0;
}

.intro-copy {
  width: min(980px, 100%);
  margin-inline: auto;
  padding-block: 0.1em;
  text-align: center;
}

.intro-copy h2 {
  margin: 0 auto;
  max-width: 28ch;
  color: var(--ink);
  font-size: var(--type-statement);
  font-weight: var(--weight-title);
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: pretty;
}

.intro-prompter {
  opacity: 1;
  transform: none;
}

.intro-line {
  display: inline;
}

.intro-line + .intro-line::before {
  content: " ";
}

.intro-word {
  display: inline-block;
  white-space: nowrap;
}

.intro-char {
  display: inline-block;
  color: rgb(var(--rgb-text-primary) / 0.28);
  opacity: 0.44;
  transform: translate3d(0, 0.22em, 0);
  transition:
    color 260ms var(--ease-out-quart),
    opacity 260ms var(--ease-out-quart),
    transform 420ms var(--ease-out-expo);
  will-change: color, opacity, transform;
}

.intro-char.is-revealed {
  color: inherit;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@media (min-width: 961px) and (max-height: 780px) {
  .intro {
    min-height: clamp(520px, 74vh, 640px);
    padding-top: clamp(3rem, 5vh, 4rem);
    padding-bottom: clamp(2rem, 4vh, 3rem);
  }

  .intro-layout {
    row-gap: 24px;
  }

  .intro-copy h2 {
    max-width: 28ch;
    font-size: var(--type-heading);
    line-height: var(--leading-heading);
  }
}

.services {
  padding-top: var(--space-section-tight);
  padding-bottom: var(--space-section);
}

.services h2,
.process h2,
.benefits h2,
.faq h2 {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
  font-size: var(--type-heading);
  font-weight: var(--weight-title);
  line-height: var(--leading-heading);
  text-wrap: balance;
}

.services-note {
  width: min(520px, 100%);
  margin: 28px auto 0;
  text-align: center;
}

.services-bento {
  margin-top: var(--space-stack-lg);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "early early"
    "smart value";
  gap: 22px;
}

.service-bento {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  display: grid;
  align-content: start;
  gap: 24px;
  padding: clamp(1.35rem, 2.6vw, 2rem);
  border: 1px solid var(--line);
  border-color: rgb(var(--rgb-black) / 0.065);
  border-radius: 28px;
  background: rgb(var(--rgb-surface-raised) / 0.9);
  box-shadow: 0 1px 0 rgb(var(--rgb-text-primary) / 0.02);
  transition:
    border-color var(--duration-state) var(--ease-out-quart),
    box-shadow var(--duration-state) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo);
}

.service-bento:hover {
  border-color: rgb(var(--rgb-brand-primary) / 0.5);
  box-shadow: var(--card-hover-stroke), 0 16px 34px rgb(var(--rgb-black) / 0.045), 0 8px 20px rgb(var(--rgb-brand-primary) / 0.035);
  transform: translate3d(0, -2px, 0);
}

.service-bento-early {
  grid-area: early;
  min-height: 510px;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  align-content: stretch;
  align-items: stretch;
}

.service-bento-early .service-bento-copy {
  align-self: center;
  max-width: 440px;
}

.service-bento-smart {
  grid-area: smart;
}

.service-bento-value {
  grid-area: value;
}

.service-bento-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.service-index {
  display: inline-grid;
  place-items: center;
  min-width: 48px;
  height: 30px;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.2);
  border-radius: 999px;
  background: rgb(var(--rgb-brand-primary) / 0.055);
  color: var(--green);
  font-size: var(--type-label);
  font-weight: 800;
  line-height: 1;
}

.service-bento-copy h3 {
  margin: 18px 0 12px;
  font-size: var(--type-card-heading);
  font-weight: var(--weight-title);
  line-height: 1.14;
  letter-spacing: 0;
}

.service-bento-copy p {
  margin: 0;
  max-width: 59ch;
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.58;
  text-wrap: pretty;
}

.bento-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 224px;
  padding: clamp(1rem, 2.5vw, 1.55rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    radial-gradient(circle, rgb(var(--rgb-text-primary) / 0.045) 1.15px, transparent 1.5px) 0 0 / 20px 20px,
    linear-gradient(135deg, var(--color-surface-grid-start) 0%, var(--color-surface-grid-end) 100%);
  --notebook-paper: var(--color-notebook-paper);
  --notebook-shadow: rgb(var(--rgb-text-primary) / 0.065);
  --notebook-panel: var(--color-notebook-panel);
  --notebook-skeleton: var(--color-notebook-skeleton);
}

.bento-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 24%, rgb(var(--rgb-brand-primary) / 0.055), transparent 42%),
    linear-gradient(135deg, rgb(var(--rgb-surface-raised) / 0.88), rgb(var(--rgb-surface-page) / 0.68));
  opacity: 1;
  filter: none;
  pointer-events: none;
}

.bento-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(var(--rgb-black) / 0.014) 1px, transparent 1px) 0 0 / 70px 70px,
    linear-gradient(rgb(var(--rgb-black) / 0.014) 1px, transparent 1px) 0 0 / 70px 70px;
  opacity: 0.28;
}

.service-illustration {
  position: relative;
  z-index: 3;
  width: min(112%, 620px);
  max-width: none;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(0 18px 34px rgb(var(--rgb-black) / 0.08));
  transform: translate3d(1.5%, 0, 0) scale(1.02);
  transform-origin: center;
  transition:
    filter var(--duration-hover) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo);
}

.service-bento:hover .service-illustration {
  filter: drop-shadow(0 20px 38px rgb(var(--rgb-black) / 0.105));
  transform: translate3d(1.5%, -2px, 0) scale(1.025);
}

.strike-early-visual {
  min-height: clamp(390px, 36vw, 478px);
  padding: 0;
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.strike-early-visual::before,
.strike-early-visual::after {
  opacity: 0;
}

.strike-early-figure {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  min-height: inherit;
  margin: 0;
  place-items: center;
  animation: mediaIllustrationFloat 7.5s var(--ease-in-out) infinite;
}

.strike-early-illustration {
  width: min(112%, 530px);
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgb(var(--rgb-black) / 0.07));
  transform: translate3d(2%, -1%, 0) scale(1.01);
  transform-origin: center;
  transition:
    filter var(--duration-hover) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo);
}

.service-bento:hover .strike-early-figure {
  animation-play-state: paused;
}

.service-bento:hover .strike-early-illustration {
  filter: drop-shadow(0 20px 38px rgb(var(--rgb-black) / 0.095));
  transform: translate3d(2%, -2%, 0) scale(1.025);
}

@keyframes mediaIllustrationFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

body[data-audience="media"] .bento-visual {
  overflow: visible;
  padding: clamp(0.25rem, 1.2vw, 0.75rem);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

body[data-audience="media"] .bento-visual::before,
body[data-audience="media"] .bento-visual::after {
  opacity: 0;
}

.media-intelligence-figure {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  min-height: 330px;
  margin: 0;
  place-items: center;
  animation: mediaIllustrationFloat 8s var(--ease-in-out) infinite;
}

.media-intelligence-illustration {
  width: min(112%, 620px);
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgb(var(--rgb-black) / 0.07));
  transform-origin: center;
}

.media-service-figure {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  margin: 0;
  place-items: center;
  animation: mediaIllustrationFloat 7.5s var(--ease-in-out) infinite;
  animation-delay: var(--media-float-delay, 0ms);
}

.media-service-figure-explain {
  --media-float-delay: -2400ms;
}

.media-service-figure-proof {
  --media-float-delay: -4700ms;
}

.media-service-illustration {
  width: min(110%, 520px);
  max-width: none;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 18px 34px rgb(var(--rgb-black) / 0.08));
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition:
    filter var(--duration-hover) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo);
}

.service-bento:hover .media-service-figure {
  animation-play-state: paused;
}

.service-bento:hover .media-service-illustration {
  filter: drop-shadow(0 20px 38px rgb(var(--rgb-black) / 0.105));
  transform: translate3d(0, -2px, 0) scale(1.02);
}

.service-bento-smart .media-service-illustration,
.service-bento-value .media-service-illustration {
  width: min(100%, 430px);
  max-width: 100%;
}

.media-service-illustration-proof {
  width: min(100%, 430px);
  max-width: 100%;
}

.agent-service-figure {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  margin: 0;
  place-items: center;
  animation: mediaIllustrationFloat 7.5s var(--ease-in-out) infinite;
  animation-delay: var(--media-float-delay, 0ms);
}

.agent-service-figure-prove {
  --media-float-delay: -2400ms;
}

.agent-service-figure-support {
  --media-float-delay: -4700ms;
}

.agent-service-illustration {
  width: min(110%, 520px);
  max-width: none;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 18px 34px rgb(var(--rgb-black) / 0.08));
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition:
    filter var(--duration-hover) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo);
}

.agent-service-illustration-map {
  width: min(112%, 540px);
  transform: translate3d(1%, -1%, 0) scale(1.01);
}

.service-bento:hover .agent-service-figure {
  animation-play-state: paused;
}

.service-bento:hover .agent-service-illustration {
  filter: drop-shadow(0 20px 38px rgb(var(--rgb-black) / 0.105));
  transform: translate3d(0, -2px, 0) scale(1.02);
}

.service-bento:hover .agent-service-illustration-map {
  transform: translate3d(1%, -2%, 0) scale(1.025);
}

.service-bento-smart .agent-service-illustration,
.service-bento-value .agent-service-illustration {
  width: min(100%, 430px);
  max-width: 100%;
}

.football-diagram-visual {
  overflow: visible;
  padding: clamp(0.25rem, 1.2vw, 0.75rem);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.football-diagram-visual::before,
.football-diagram-visual::after {
  opacity: 0;
}

.football-diagram-figure {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  margin: 0;
  place-items: center;
  animation: mediaIllustrationFloat 7.5s var(--ease-in-out) infinite;
  animation-delay: var(--media-float-delay, 0ms);
}

.football-diagram-figure--story {
  animation-duration: 8s;
}

.football-diagram {
  width: min(112%, 620px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 18px 34px rgb(var(--rgb-black) / 0.075));
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition:
    filter var(--duration-hover) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo);
}

.intelligence-visual .football-diagram-figure {
  min-height: 330px;
  animation-duration: 8s;
}

.intelligence-visual .football-diagram {
  width: min(114%, 640px);
}

.service-bento:hover .football-diagram-figure {
  animation-play-state: paused;
}

.service-bento:hover .football-diagram {
  filter: drop-shadow(0 20px 38px rgb(var(--rgb-black) / 0.105));
  transform: translate3d(0, -2px, 0) scale(1.02);
}

.service-bento-smart .football-diagram,
.service-bento-value .football-diagram {
  width: min(104%, 455px);
  max-width: 100%;
}

.service-bento-early .bento-visual {
  min-height: 300px;
}

.service-bento-smart .bento-visual,
.service-bento-value .bento-visual {
  width: min(100%, 430px);
  justify-self: center;
  padding: clamp(0.85rem, 2vw, 1.2rem);
}

.service-bento-smart .bento-visual {
  min-height: 327px;
}

.service-bento-value .bento-visual {
  min-height: 327px;
}

.service-bento-smart .strike-compact-visual,
.service-bento-value .strike-compact-visual {
  min-height: 327px;
  padding: 0;
  overflow: visible;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.strike-compact-visual::before,
.strike-compact-visual::after {
  opacity: 0;
}

.strike-compact-figure {
  position: relative;
  z-index: 3;
  display: grid;
  width: 100%;
  min-height: inherit;
  margin: 0;
  place-items: center;
  animation: mediaIllustrationFloat 7.5s var(--ease-in-out) infinite;
  animation-delay: var(--media-float-delay, 0ms);
}

.strike-compact-illustration {
  width: min(112%, 420px);
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgb(var(--rgb-black) / 0.07));
  transform: translate3d(0, 0, 0) scale(1.01);
  transform-origin: center;
  transition:
    filter var(--duration-hover) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo);
}

.strike-value-illustration {
  width: min(114%, 426px);
  transform: translate3d(0, 1%, 0) scale(1.01);
}

.service-bento:hover .strike-compact-figure {
  animation-play-state: paused;
}

.service-bento:hover .strike-compact-illustration {
  filter: drop-shadow(0 20px 38px rgb(var(--rgb-black) / 0.095));
  transform: translate3d(0, -2px, 0) scale(1.025);
}

.service-bento:hover .strike-value-illustration {
  transform: translate3d(0, -1%, 0) scale(1.025);
}

.notebook-page {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(100%, 296px);
  min-height: 188px;
  padding: 32px 16px 16px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: var(--notebook-paper);
  box-shadow: 0 16px 34px rgb(var(--rgb-black) / 0.07);
  transform: translate3d(0, 0, 0);
  transition:
    transform var(--duration-hover) var(--ease-out-expo),
    box-shadow var(--duration-hover) var(--ease-out-quart);
}

.notebook-page::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 20px;
  pointer-events: none;
  border-radius: 17px 17px 0 0;
  background: var(--green);
  box-shadow: none;
}

.notebook-page::after {
  display: none;
}

.notebook-page-early {
  width: min(100%, 306px);
  min-height: 224px;
}

.notebook-page-smart {
  transform: translate3d(0, 0, 0);
}

.notebook-page-value {
  transform: translate3d(0, 0, 0);
}

.service-bento-smart .notebook-page,
.service-bento-value .notebook-page {
  width: min(100%, 258px);
  min-height: 172px;
  padding: 30px 14px 14px;
  border-radius: 16px;
}

.notebook-tag {
  position: relative;
  z-index: 1;
  justify-self: start;
  min-height: 30px;
  margin-left: 0;
  padding: 7px 10px;
  border: 1px solid rgb(var(--rgb-text-primary) / 0.1);
  border-radius: 10px;
  background: rgb(var(--rgb-text-primary) / 0.045);
  color: rgb(var(--rgb-text-primary) / 0.64);
  font-family: var(--font-sans);
  font-size: max(0.75rem, var(--type-caption));
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.notebook-tag::after {
  display: none;
}

.visual-focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 12px 13px;
  border: 1px solid rgb(var(--rgb-text-primary) / 0.1);
  border-radius: 14px;
  background: var(--notebook-panel);
}

.visual-focus span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.visual-focus b,
.visual-focus strong,
.value-fee-card strong {
  font-weight: 780;
  letter-spacing: 0;
}

.visual-focus b {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.05;
}

.visual-focus small,
.value-fee-card small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.visual-focus strong {
  flex: 0 0 auto;
  color: var(--green);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1;
}

.visual-focus-score strong::after {
  content: "/100";
  margin-left: 2px;
  color: rgb(var(--rgb-text-primary) / 0.38);
  font-size: 0.75rem;
  font-weight: 800;
}

.scout-rank-list {
  display: grid;
  gap: 8px;
  margin-top: 13px;
}

.scout-rank-row {
  display: grid;
  grid-template-columns: 32px 30px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 7px 8px;
  border: 1px solid rgb(var(--rgb-text-primary) / 0.09);
  border-radius: 14px;
  background: rgb(var(--rgb-surface-warm) / 0.9);
}

.scout-rank-row b {
  color: rgb(var(--rgb-text-primary) / 0.58);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1;
}

.scout-rank-row img {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(var(--rgb-text-primary) / 0.12);
  border-radius: 999px;
  object-fit: cover;
}

.scout-rank-row span {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.scout-rank-row span strong {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1;
}

.scout-rank-row span i,
.value-proof-list b,
.value-proof-list em {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--notebook-skeleton);
}

.scout-rank-row:nth-child(1) span i {
  width: 78%;
}

.scout-rank-row:nth-child(2) span i {
  width: 62%;
}

.scout-rank-row:nth-child(3) span i {
  width: 48%;
}

.scout-rank-row em {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 26px;
  border-radius: 999px;
  background: rgb(var(--rgb-text-primary) / 0.055);
  color: rgb(var(--rgb-text-primary) / 0.66);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
}

.role-fit-bars {
  display: grid;
  gap: 11px;
  margin-top: 14px;
}

.fit-bar-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 10px;
}

.fit-bar-row b,
.fit-bar-row strong {
  font-size: 0.78rem;
  line-height: 1;
}

.fit-bar-row b {
  color: rgb(var(--rgb-text-primary) / 0.72);
  font-weight: 780;
}

.fit-bar-row strong {
  justify-self: end;
  color: var(--green);
  font-weight: 850;
}

.fit-bar-row i {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--notebook-skeleton);
}

.fit-bar-row i em {
  position: absolute;
  inset: 0 auto 0 0;
  width: 78%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgb(var(--rgb-brand-primary) / 0.72), rgb(var(--rgb-brand-primary) / 0.96));
}

.fit-pressing i em {
  width: 86%;
}

.fit-xg i em {
  width: 74%;
}

.fit-passing i em {
  width: 91%;
}

.fit-placeholder b,
.fit-placeholder strong {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--notebook-skeleton);
}

.fit-placeholder b {
  width: 44px;
}

.fit-placeholder strong {
  width: 22px;
}

.fit-placeholder i {
  height: 9px;
}

.fit-placeholder-wide i {
  width: 78%;
}

.fit-placeholder-short b {
  width: 34px;
}

.fit-placeholder-short i {
  width: 62%;
}

.fit-placeholder-short strong {
  width: 18px;
}

.value-fee-card {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 11px 11px;
  border: 1px solid rgb(var(--rgb-brand-primary) / 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgb(var(--rgb-brand-primary) / 0.095), rgb(var(--rgb-brand-primary) / 0.035)),
    var(--notebook-panel);
}

.value-fee-card strong {
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1;
}

.value-fee-card span {
  justify-self: start;
  min-height: 24px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--green);
  color: var(--color-text-on-brand-soft);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1;
}

.value-proof-list {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}

.value-proof-list span {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  min-height: 18px;
}

.value-proof-list i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgb(var(--rgb-brand-primary) / 0.7);
}

.value-proof-list span:nth-child(1) b {
  width: 88%;
}

.value-proof-list span:nth-child(2) b {
  width: 68%;
}

.value-proof-list span:nth-child(3) b {
  width: 76%;
}

.value-proof-list span:nth-child(1) em {
  width: 36px;
}

.value-proof-list span:nth-child(2) em {
  width: 28px;
}

.value-proof-list span:nth-child(3) em {
  width: 32px;
}

.service-bento:hover .notebook-page {
  box-shadow: 0 18px 38px rgb(var(--rgb-black) / 0.09);
  transform: translate3d(0, -2px, 0);
}

.service-bento:hover .notebook-page-smart {
  transform: translate3d(0, -2px, 0);
}

.service-bento:hover .notebook-page-value {
  transform: translate3d(0, -2px, 0);
}

.service-bento:hover .notebook-tag::after {
  background: transparent;
}

.audience-page {
  align-content: start;
}

.target-club-list,
.story-angle-list,
.source-pack {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.target-club-list span,
.story-angle-list span,
.source-pack span {
  display: grid;
  min-height: 42px;
  align-items: center;
  gap: 5px 10px;
  padding: 8px 10px;
  border: 1px solid rgb(var(--rgb-text-primary) / 0.09);
  border-radius: 13px;
  background: rgb(var(--rgb-surface-warm) / 0.9);
}

.target-club-list span,
.story-angle-list span {
  grid-template-columns: 28px minmax(0, 1fr) auto;
}

.target-club-list b,
.story-angle-list b {
  color: rgb(var(--rgb-text-primary) / 0.5);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
}

.target-club-list strong,
.story-angle-list strong,
.source-pack strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.05;
}

.target-club-list em,
.story-angle-list em,
.source-pack small {
  justify-self: end;
  padding: 5px 7px;
  border-radius: 999px;
  background: rgb(var(--rgb-brand-primary) / 0.09);
  color: var(--green);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.audience-proof-list span:nth-child(1) b {
  width: 82%;
}

.audience-proof-list span:nth-child(2) b {
  width: 72%;
}

.audience-proof-list span:nth-child(3) b {
  width: 91%;
}

.editorial-bars {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.editorial-bars span {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.editorial-bars b {
  color: rgb(var(--rgb-text-primary) / 0.66);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1;
}

.editorial-bars i {
  position: relative;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--notebook-skeleton);
}

.editorial-bars i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar, 72%);
  border-radius: inherit;
  background: linear-gradient(90deg, rgb(var(--rgb-brand-primary) / 0.72), rgb(var(--rgb-brand-primary) / 0.96));
}

.source-pack span {
  grid-template-columns: minmax(0, 1fr) auto;
}

.source-pack small {
  justify-self: end;
}

.process {
  padding: 0 calc(var(--frame-gutter) / 2) var(--space-section);
}

.process-shell {
  position: relative;
  width: min(1185px, 100%);
  min-height: auto;
  margin: 0 auto;
  padding: var(--space-section-tight) clamp(2rem, 5vw, 4.25rem) clamp(4rem, 7vw, 5rem);
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 5.75rem);
  align-items: start;
  border: 1px solid var(--line);
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgb(var(--rgb-surface-raised) / 0.98), rgb(var(--rgb-surface-warm) / 0.94)),
    var(--surface);
  box-shadow: 0 1px 0 rgb(var(--rgb-black) / 0.018), 0 14px 32px rgb(var(--rgb-black) / 0.018);
  isolation: isolate;
}

.process-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgb(var(--rgb-black) / 0.018), transparent 42%);
  opacity: 0.72;
  pointer-events: none;
}

.process-head {
  position: sticky;
  top: calc(var(--header-height) + 46px);
  align-self: start;
  padding-top: clamp(0.25rem, 2vw, 1rem);
}

.process-head .section-tag {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 32px;
}

.process h2 {
  margin-left: 0;
  max-width: 8.7em;
  text-align: left;
}

.steps {
  margin-top: 8px;
  position: relative;
  display: grid;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  gap: 0;
}

.steps::before {
  content: none;
}

.steps article {
  --step-fill: 0%;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-areas:
    "index pill"
    "index title"
    "index copy";
  gap: 12px 28px;
  align-items: start;
  align-content: start;
  min-height: clamp(230px, 32vh, 330px);
  padding: 18px 0 clamp(2.4rem, 4.8vw, 3.85rem);
  transition:
    opacity var(--duration-state) var(--ease-out-quart),
    transform var(--duration-state) var(--ease-out-expo);
}

.steps article::after {
  content: "";
  position: absolute;
  top: 82px;
  bottom: 18px;
  left: 32px;
  width: 3px;
  background:
    linear-gradient(180deg, rgb(var(--rgb-brand-primary) / 0.74), rgb(var(--rgb-brand-primary) / 0.38)) 0 0 / 100% var(--step-fill) no-repeat,
    linear-gradient(180deg, rgb(var(--rgb-black) / 0.12), rgb(var(--rgb-black) / 0.07));
  transform: translateX(-50%);
  transition: background-size 120ms linear;
}

.steps article:last-child {
  min-height: clamp(190px, 24vh, 260px);
  padding-bottom: 18px;
}

.steps article:last-child::after {
  content: none;
}

.steps article > span {
  grid-area: index;
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(var(--rgb-black) / 0.12);
  border-radius: 999px;
  background: var(--surface);
  box-shadow:
    0 0 0 10px rgb(var(--rgb-surface-raised) / 0.86),
    0 10px 22px rgb(var(--rgb-black) / 0.035);
  color: var(--ink-soft);
  font-size: var(--type-label);
  font-weight: 800;
  transition:
    transform var(--duration-state) var(--ease-out-expo),
    border-color var(--duration-state) var(--ease-out-quart),
    box-shadow var(--duration-state) var(--ease-out-quart),
    background-color var(--duration-state) var(--ease-out-quart);
}

.tag-pill {
  grid-area: pill;
  width: max-content;
  margin: 0;
  padding: 8px 12px 8px 15px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid rgb(var(--rgb-black) / 0.09);
  border-radius: 999px;
  background: rgb(var(--rgb-surface-raised) / 0.68);
  color: var(--ink-soft);
  font-size: var(--type-label);
  font-weight: 600;
  transition:
    gap var(--duration-state) var(--ease-out-quart),
    border-color var(--duration-state) var(--ease-out-quart),
    background-color var(--duration-state) var(--ease-out-quart),
    color var(--duration-state) var(--ease-out-quart);
}

.tag-pill::after {
  content: "";
  width: 0;
  height: 14px;
  flex: 0 0 auto;
  opacity: 0;
  border-radius: 999px;
  background: rgb(var(--rgb-brand-primary) / 0.11) center / 76% 76% no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M6 11.3l3.3 3.3L16.4 7.4' fill='none' stroke='%2308773f' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transform: scale(0.72);
  transition:
    width var(--duration-state) var(--ease-out-quart),
    opacity var(--duration-state) var(--ease-out-quart),
    transform var(--duration-state) var(--ease-out-quart),
    background-color var(--duration-state) var(--ease-out-quart);
}

.steps article.is-active-step > span {
  transform: translate3d(0, -2px, 0);
  border-color: rgb(var(--rgb-brand-primary) / 0.42);
  background: rgb(var(--rgb-surface-raised) / 0.96);
  color: var(--green-deep);
  box-shadow:
    0 0 0 10px rgb(var(--rgb-surface-raised) / 0.9),
    0 16px 34px rgb(var(--rgb-black) / 0.045);
}

.steps article.is-active-step {
  transform: translate3d(0, -1px, 0);
}

.steps article.is-active-step .tag-pill,
.steps article.is-step-complete .tag-pill {
  gap: 7px;
  border-color: rgb(var(--rgb-brand-primary) / 0.26);
  background: rgb(var(--rgb-brand-primary) / 0.075);
  color: var(--green-deep);
}

.steps article.is-active-step .tag-pill::after,
.steps article.is-step-complete .tag-pill::after {
  width: 14px;
  opacity: 1;
  background-color: rgb(var(--rgb-brand-primary) / 0.15);
  transform: scale(1);
}

.steps article.is-step-complete > span {
  border-color: rgb(var(--rgb-brand-primary) / 0.52);
}

.steps h3 {
  grid-area: title;
  margin: 0;
  font-size: var(--type-title-sm);
  font-weight: var(--weight-title);
  line-height: 1.16;
}

.steps p:last-child {
  grid-area: copy;
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.55;
  text-wrap: pretty;
}

@supports (animation-timeline: view()) {
  .steps article {
    animation: stepScrollFocus linear both;
    animation-timeline: view();
    animation-range: entry 12% cover 46%;
  }

  .steps article > span,
  .tag-pill,
  .tag-pill::after {
    transition:
      border-color var(--duration-state) var(--ease-out-quart),
      box-shadow var(--duration-state) var(--ease-out-quart),
      background-color var(--duration-state) var(--ease-out-quart);
  }
}

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

.benefits-inner {
  text-align: center;
}

.comparison {
  width: min(980px, 100%);
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  text-align: left;
}

.compare-card {
  min-height: 430px;
  padding: 32px 34px 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgb(var(--rgb-black) / 0.02);
  transition:
    transform var(--duration-hover) var(--ease-out-expo),
    border-color var(--duration-state) var(--ease-out-quart),
    box-shadow var(--duration-hover) var(--ease-out-quart),
    background-color var(--duration-state) var(--ease-out-quart);
}

.compare-card:hover {
  transform: translateY(-2px);
  border-color: rgb(var(--rgb-brand-primary) / 0.5);
  box-shadow: var(--card-hover-stroke), 0 20px 48px rgb(var(--rgb-black) / 0.055), 0 10px 26px rgb(var(--rgb-brand-primary) / 0.04);
}

.compare-card-traditional {
  border-color: rgb(var(--rgb-text-primary) / 0.075);
  background: transparent;
  box-shadow: none;
}

.compare-card-traditional:hover {
  transform: translateY(-2px);
  border-color: rgb(var(--rgb-text-primary) / 0.18);
  background: rgb(var(--rgb-surface-raised) / 0.28);
  box-shadow: var(--card-hover-stroke-muted);
}

.compare-card-traditional:hover .compare-icon {
  transform: none;
}

.compare-card.compare-card-traditional h3 {
  color: rgb(var(--rgb-text-primary) / 0.72);
}

.compare-card.compare-card-traditional li {
  color: rgb(var(--rgb-text-secondary) / 0.78);
}

.compare-card.compare-card-traditional li::before {
  border: 1px solid rgb(var(--rgb-text-secondary) / 0.16);
  background: transparent;
}

.compare-card-strikr {
  border-color: rgb(var(--rgb-brand-primary) / 0.34);
  background:
    linear-gradient(180deg, rgb(var(--rgb-brand-primary) / 0.06), transparent 48%),
    var(--surface);
  box-shadow: 0 22px 56px rgb(var(--rgb-brand-primary) / 0.08), 0 8px 22px rgb(var(--rgb-black) / 0.025);
}

.compare-card-strikr:hover {
  border-color: rgb(var(--rgb-brand-primary) / 0.6);
  box-shadow: var(--card-hover-stroke), 0 28px 64px rgb(var(--rgb-brand-primary) / 0.1), 0 12px 30px rgb(var(--rgb-black) / 0.035);
}

.compare-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  margin-bottom: 30px;
  transition: transform var(--duration-hover) var(--ease-out-expo);
}

.compare-card:hover .compare-icon {
  transform: translateY(-1px) scale(1.04);
}

.compare-icon-muted {
  background: rgb(var(--rgb-text-secondary) / 0.08);
}

.compare-icon-muted::before,
.compare-icon-muted::after {
  content: "";
  grid-area: 1 / 1;
  border-radius: 999px;
}

.compare-icon-muted::before {
  width: 24px;
  height: 24px;
  border: 2.5px solid rgb(var(--rgb-text-secondary) / 0.32);
}

.compare-icon-muted::after {
  width: 9px;
  height: 9px;
  background: rgb(var(--rgb-text-secondary) / 0.32);
}

.compare-icon-brand {
  background: var(--green);
  box-shadow: none;
}

.compare-icon-brand img {
  width: 34px;
  height: 22px;
}

.compare-card h3 {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: var(--type-section-card);
  font-weight: var(--weight-title);
  line-height: 1.2;
}

.compare-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  list-style: none;
}

.compare-card li {
  position: relative;
  --check-size: 22px;
  --check-top: 0.08em;
  padding-left: 36px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.125rem);
  line-height: 1.44;
}

.compare-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--check-top);
  width: var(--check-size);
  height: var(--check-size);
  border-radius: 7px;
  background: rgb(var(--rgb-text-secondary) / 0.08);
}

.compare-card-strikr li::before {
  background: var(--green);
}

.compare-card-strikr li::after {
  content: "";
  position: absolute;
  left: 0;
  top: var(--check-top);
  width: var(--check-size);
  height: var(--check-size);
  background: center / 70% 70% no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath d='M6 11.3l3.3 3.3L16.4 7.4' fill='none' stroke='white' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.democratize {
  width: min(660px, 100%);
  margin: 70px auto 0;
  font-size: var(--type-body);
}

.faq {
  min-height: auto;
  padding-top: var(--space-section-tight);
  padding-bottom: clamp(7rem, 11vw, 10rem);
}

.faq-list {
  margin-top: var(--space-stack-lg);
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgb(var(--rgb-text-primary) / 0.02);
  transition:
    border-color var(--duration-state) var(--ease-out-quart),
    box-shadow var(--duration-state) var(--ease-out-quart),
    background-color var(--duration-state) var(--ease-out-quart);
}

.faq-item:hover,
.faq-item:focus-within {
  border-color: rgb(var(--rgb-brand-primary) / 0.5);
  box-shadow: var(--card-hover-stroke), 0 12px 30px rgb(var(--rgb-black) / 0.035);
}

.faq-item[open]:not(.is-closing) {
  border-color: rgb(var(--rgb-brand-primary) / 0.52);
  box-shadow: var(--card-hover-stroke), 0 14px 34px rgb(var(--rgb-brand-primary) / 0.05);
}

.faq-item summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  gap: 24px;
  padding: 0 26px 0 30px;
  list-style: none;
  cursor: pointer;
  outline: none;
  border-radius: inherit;
  transition:
    background-color var(--duration-state) var(--ease-out-quart),
    color var(--duration-state) var(--ease-out-quart);
}

.faq-item summary:hover {
  background: rgb(var(--rgb-text-primary) / 0.012);
}

.faq-item summary:focus-visible {
  border-radius: inherit;
  outline: 2px solid var(--color-brand-deep);
  outline: 2px solid color-mix(in srgb, var(--green) 72%, rgb(var(--rgb-black)));
  outline-offset: -4px;
}

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

.faq-item summary > span:first-child {
  color: var(--ink);
  font-size: var(--type-section-card);
  font-weight: var(--weight-title);
  line-height: 1.25;
}

.faq-item summary > span:last-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(var(--rgb-text-primary) / 0.1);
  border-radius: 50%;
  background: var(--color-text-on-action);
  transition:
    border-color var(--duration-state) var(--ease-out-quart),
    background-color var(--duration-state) var(--ease-out-quart),
    transform var(--duration-hover) var(--ease-out-expo),
    color var(--duration-state) var(--ease-out-quart);
}

.faq-item summary:hover > span:last-child,
.faq-item summary:focus-visible > span:last-child {
  border-color: var(--green);
  background: var(--green);
  color: var(--surface);
  transform: scale(1.04);
}

.faq-item[open]:not(.is-closing) summary > span:last-child {
  border-color: var(--green);
  background: var(--green);
  color: var(--surface);
}

.faq-item[data-empty] summary > span:last-child {
  opacity: 0.55;
}

.faq-item summary > span:last-child::before,
.faq-item summary > span:last-child::after {
  content: "";
  grid-area: 1 / 1;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--duration-state) var(--ease-in-out);
}

.faq-item summary > span:last-child::after {
  transform: rotate(90deg);
}

.faq-item[open] summary > span:last-child::after {
  transform: rotate(0deg);
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 380ms var(--ease-out-quart),
    opacity 240ms var(--ease-out-quart);
}

.faq-panel-inner {
  overflow: hidden;
}

.faq-item[open] .faq-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-item.is-closing .faq-panel {
  grid-template-rows: 0fr;
  opacity: 0;
}

.faq-item p {
  margin: -4px 82px 30px 30px;
  color: var(--muted);
  font-size: var(--type-body);
  line-height: 1.6;
  text-wrap: pretty;
}

.site-footer {
  position: relative;
  padding: 64px calc(var(--frame-gutter) / 2) 0;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(var(--frame-width), calc(100% - var(--frame-gutter)));
  pointer-events: none;
  background:
    linear-gradient(var(--frame-line), var(--frame-line)) left top / 1px 100% no-repeat,
    linear-gradient(var(--frame-line), var(--frame-line)) right top / 1px 100% no-repeat;
  transform: translateX(-50%);
}

.footer-grid {
  --footer-content-inset: 40px;
  --footer-pitch-measure: 25.2rem;
  position: relative;
  z-index: 1;
  width: min(var(--container), 100%);
  margin: 0 auto;
  padding-left: var(--footer-content-inset);
  display: grid;
  grid-template-columns: minmax(320px, var(--footer-pitch-measure)) minmax(360px, 500px);
  gap: clamp(40px, 4vw, 48px);
  align-items: start;
  justify-content: space-between;
}

.footer-brand {
  margin-bottom: 48px;
}

.footer-brand .brand-mark {
  width: 39px;
  height: 39px;
  border-radius: 10px;
}

.footer-brand .brand-mark img {
  width: 24px;
  height: 16px;
}

.footer-brand .brand-word {
  font-size: 1.5rem;
  letter-spacing: -0.047em;
  transform: translateY(-0.5px);
}

.footer-pitch h2 {
  max-width: 10.6em;
  margin: 0;
  font-size: var(--type-title-md);
  font-weight: var(--weight-title);
  line-height: 1.12;
  text-wrap: balance;
}

.footer-endbar {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin: 58px calc(50% - 50vw) 0;
  padding: 15px max(18px, calc((100vw - var(--container)) / 2 + 18px));
  background: linear-gradient(90deg, var(--color-brand-lift) 0%, var(--green) 100%);
  color: var(--color-text-on-action);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: var(--type-small);
  line-height: 1.25;
  box-shadow: inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.16);
}

.footer-endbar span {
  min-width: 0;
}

.contact-card {
  width: 100%;
  max-width: 500px;
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgb(var(--rgb-surface-raised) / 0.74), rgb(var(--rgb-surface-raised) / 0.92)),
    var(--polish-section-soft) center / cover no-repeat,
    var(--surface);
  transition:
    transform var(--duration-hover) var(--ease-out-expo),
    box-shadow var(--duration-hover) var(--ease-out-quart),
    border-color var(--duration-state) var(--ease-out-quart),
    background-color var(--duration-state) var(--ease-out-quart);
}

.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgb(var(--rgb-brand-primary) / 0.5);
  background:
    linear-gradient(180deg, rgb(var(--rgb-surface-raised) / 0.78), rgb(var(--rgb-surface-raised) / 0.94)),
    var(--polish-section-soft) center / cover no-repeat,
    var(--surface);
  box-shadow: var(--card-hover-stroke), 0 20px 46px rgb(var(--rgb-black) / 0.055), 0 10px 28px rgb(var(--rgb-brand-primary) / 0.045);
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 38px;
}

.profile-row img {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  object-fit: cover;
}

.profile-row strong,
.profile-row span {
  display: block;
}

.profile-row strong {
  font-size: calc(var(--type-body-lg) + 0.0625rem);
  font-weight: 700;
  line-height: 1.2;
}

.profile-row span,
.contact-card p {
  color: var(--muted);
}

.profile-row span {
  margin-top: 4px;
  font-size: calc(var(--type-body-sm) + 0.0625rem);
  line-height: 1.2;
}

.contact-card h3 {
  margin: 0 0 22px;
  max-width: 360px;
  font-size: var(--type-title-md);
  font-weight: var(--weight-title);
  line-height: 1.14;
  text-wrap: balance;
}

.contact-card .button {
  width: 100%;
  min-height: var(--button-height);
  box-shadow: none;
}

.contact-card p {
  margin: 20px 0 0;
  max-width: 340px;
  font-size: var(--type-body);
  line-height: 1.6;
}

.contact-card .email-label {
  margin-top: 34px;
  color: var(--ink-soft);
  font-size: var(--type-body-sm);
}

.email-copy-wrap {
  position: relative;
  width: max-content;
  max-width: 100%;
  display: grid;
  justify-items: start;
}

.email-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font-size: var(--type-body-lg);
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  transition:
    color var(--duration-state) var(--ease-out-quart),
    transform var(--duration-fast) var(--ease-out-quart);
}

.email-link::after {
  content: "Copy";
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  padding: 4px 8px;
  border-radius: 999px;
  background: rgb(var(--rgb-brand-primary) / 0.08);
  color: var(--green);
  font-size: var(--type-caption);
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-4px, -50%, 0);
  transition:
    opacity var(--duration-state) var(--ease-out-quart),
    transform var(--duration-state) var(--ease-out-expo);
}

.email-link:hover,
.email-link:focus-visible {
  color: var(--green);
  transform: translateY(-1px);
  outline: none;
}

.email-link:hover::after,
.email-link:focus-visible::after {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.email-link:focus-visible {
  border-radius: 8px;
  outline: 2px solid var(--color-brand-deep);
  outline: 2px solid color-mix(in srgb, var(--green) 72%, rgb(var(--rgb-black)));
  outline-offset: 5px;
}

.email-copy-wrap.is-copied .email-link {
  color: var(--green);
  animation: copyPop 420ms var(--ease-out-expo);
}

.email-copy-wrap.is-copied .email-link::after {
  content: "Copied";
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.email-copy-wrap.is-copy-error .email-link {
  animation: copyNudge 360ms var(--ease-out-quart);
}

.email-copy-wrap.is-copy-error .email-link::after {
  content: "Try again";
  background: rgb(var(--rgb-text-primary) / 0.07);
  color: var(--ink-soft);
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

.email-copy-hint {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
  background:
    radial-gradient(circle at 50% 18%, rgb(var(--rgb-brand-primary) / 0.12), transparent 34%),
    linear-gradient(180deg, var(--surface), var(--color-brand-lift));
}

.error-shell {
  width: min(100%, 720px);
  min-height: min(680px, calc(100vh - 64px));
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.error-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--ink);
  text-decoration: none;
}

.error-brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--color-brand-deep);
  box-shadow:
    inset 0 1px 0 rgb(var(--rgb-white) / 0.16),
    0 14px 28px rgb(var(--rgb-brand-shadow) / 0.16);
}

.error-brand-mark img {
  width: 21px;
  height: 21px;
}

.error-brand-word {
  font-weight: 900;
  font-size: 1.18rem;
  letter-spacing: 0;
}

.error-brand-word span:nth-child(2),
.error-brand-word span:nth-child(3) {
  color: var(--green);
}

.error-code {
  margin: 0;
  color: var(--green);
  font-size: var(--type-label);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.error-shell h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.2rem, 11vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.error-copy {
  max-width: 38rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--type-lead);
  line-height: 1.5;
}

.error-home-link {
  margin-top: 12px;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes badgeReveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0 round 9px);
    clip-path: inset(0 100% 0 0 round 9px);
    opacity: 0;
    transform: translate3d(0, calc(var(--badge-y) + 0.1em), 0) scale(0.92);
  }

  34% {
    opacity: 1;
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0 round 9px);
    clip-path: inset(0 0 0 0 round 9px);
    opacity: 1;
    transform: translate3d(0, var(--badge-y), 0) scale(1);
  }
}

@keyframes badgeIconReveal {
  from {
    opacity: 0;
    transform: translate3d(-2px, 0, 0) scale(0.86);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes badgeSweep {
  0% {
    opacity: 0;
    transform: translate3d(-110%, 0, 0);
  }

  24% {
    opacity: 0.7;
  }

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

@keyframes sectionDotPulse {
  0% {
    opacity: 0;
    transform: scale(0.68);
  }

  16% {
    opacity: 0.28;
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.52);
  }
}

@keyframes markerUnderline {
  0% {
    opacity: 0;
    transform: scaleX(0) rotate(-1.6deg);
  }

  22% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: scaleX(1) rotate(-1.6deg);
  }
}

@keyframes dataFlow {
  from {
    stroke-dashoffset: 120;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes orbitCorePulse {
  0% {
    opacity: 0;
    transform: scale(0.62);
  }

  18% {
    opacity: 0.46;
  }

  76%,
  100% {
    opacity: 0;
    transform: scale(1.85);
  }
}

@keyframes providerNodeDrift {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(var(--node-scale, 1));
  }

  48% {
    transform:
      translate(
        calc(-50% + var(--node-drift-x, 3px)),
        calc(-50% + var(--node-drift-y, -4px))
      )
      scale(var(--node-scale, 1));
  }
}

@keyframes schemaSourcePulse {
  0%,
  100% {
    background: rgb(var(--rgb-text-on-brand) / 0.12);
    transform: translate3d(0, 0, 0);
  }

  24%,
  46% {
    background: rgb(var(--rgb-text-on-brand) / 0.2);
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes schemaButtonPulse {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  36%,
  54% {
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes schemaReportPulse {
  0%,
  100% {
    opacity: 0.88;
    transform: scale(1);
  }

  34%,
  72% {
    opacity: 1;
    transform: scale(1.035);
  }
}

@keyframes isoLayerLift {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0) skewY(-7deg);
  }

  32%,
  52% {
    transform: translate3d(-50%, -6px, 0) skewY(-7deg);
  }
}

@keyframes copyPop {
  0% {
    transform: translateY(0) scale(1);
  }

  42% {
    transform: translateY(-2px) scale(1.035);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes copyNudge {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  35% {
    transform: translate3d(-2px, 0, 0);
  }

  70% {
    transform: translate3d(2px, 0, 0);
  }
}

@keyframes stepScrollFocus {
  0% {
    opacity: 0.56;
    transform: translate3d(0, 18px, 0);
  }

  42%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 960px) {
  :root {
    --frame-gutter: 36px;
    --header-height: 118px;
    --header-min-height: 0px;
    --type-title-sm: 1.78rem;
    --type-title-md: 2.08rem;
    --type-heading: 2.72rem;
    --type-statement: 3rem;
    --type-hero: 3.75rem;
    --type-card-heading: 1.65rem;
    --type-section-card: 1.28rem;
    --type-scene-outline: 4.75rem;
    --type-scene-solid: 4rem;
  }

  .nav-wrap {
    width: min(100% - 36px, var(--container));
    grid-template-columns: auto minmax(184px, 236px) auto;
    justify-content: space-between;
    gap: 0 clamp(8px, 1.8vw, 16px);
    padding: 10px 6px;
  }

  .brand-mark {
    width: 33px;
    height: 33px;
    border-radius: 8px;
  }

  .site-header .brand-word,
  .footer-brand .brand-word {
    font-size: 1.1875rem;
  }

  .audience-switcher {
    grid-row: 1;
    grid-column: 2;
    justify-self: center;
    width: clamp(184px, 28vw, 236px);
    min-height: 52px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    padding: 3px;
    border-color: rgb(var(--rgb-text-primary) / 0.055);
    background: rgb(var(--rgb-surface-raised) / 0.44);
    box-shadow: 0 1px 0 rgb(var(--rgb-surface-raised) / 0.58);
  }

  .audience-option {
    min-width: 0;
    min-height: 44px;
    padding: 0 10px;
    display: inline-flex;
    font-size: 0.75rem;
  }

  .audience-select {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    display: inline-flex;
    min-height: 44px;
    padding: 0 18px;
    font-size: var(--type-small);
  }

  .brand {
    grid-row: 1;
    grid-column: 1;
    justify-self: start;
  }

  .header-cta {
    grid-row: 1;
    grid-column: 3;
    justify-self: end;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .availability {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 20px;
    max-width: min(100%, calc(100vw - 28px));
    padding-right: 12px;
    text-align: left;
    line-height: 1.25;
  }

  .subnote {
    width: min(100%, 275px);
    max-width: min(100%, 275px);
  }

  .trust-list {
    justify-content: flex-start;
  }

  .visual-section {
    padding: 12px calc(var(--frame-gutter) / 2) 72px;
  }

  .intelligence-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intelligence-copy {
    max-width: 720px;
  }

  .intelligence-copy h2 {
    max-width: 860px;
  }

  .intelligence-copy > p:not(.intelligence-kicker) {
    max-width: 58ch;
  }

  .intelligence-visual {
    min-height: 360px;
  }

  .provider-orbit {
    width: min(100%, 560px);
    height: 430px;
  }

  .intro {
    min-height: auto;
    padding: 72px 0 82px;
  }

  .intro-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .intro-copy {
    grid-column: auto;
    width: min(860px, 100%);
  }

  .intro-copy h2 {
    max-width: 27ch;
    font-size: var(--type-statement);
    line-height: 1.12;
  }

  .comparison,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-bento {
    grid-template-columns: 1fr;
    grid-template-areas:
      "early"
      "smart"
      "value";
    gap: 20px;
  }

  .service-bento-early {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .service-bento-early .bento-visual {
    min-height: 340px;
  }

  .strike-early-visual {
    min-height: clamp(360px, 64vw, 460px);
  }

  .strike-early-illustration {
    width: min(108%, 470px);
    max-width: none;
    transform: translate3d(0, -1%, 0);
  }

  .service-bento-smart .strike-compact-visual,
  .service-bento-value .strike-compact-visual {
    min-height: 340px;
  }

  .strike-compact-illustration,
  .strike-value-illustration {
    width: min(100%, 430px);
    max-width: 100%;
    transform: none;
  }

  body[data-audience="media"] .intelligence-visual {
    min-height: clamp(330px, 50vw, 430px);
  }

  .media-intelligence-figure {
    min-height: inherit;
  }

  .media-intelligence-illustration {
    width: min(100%, 590px);
    max-width: 100%;
    transform: none;
  }

  body[data-audience="media"] .service-bento-early .bento-visual {
    min-height: clamp(360px, 64vw, 500px);
  }

  .media-service-illustration,
  .service-bento-smart .media-service-illustration,
  .service-bento-value .media-service-illustration,
  .media-service-illustration-proof,
  .agent-service-illustration,
  .agent-service-illustration-map,
  .service-bento-smart .agent-service-illustration,
  .service-bento-value .agent-service-illustration {
    width: min(100%, 460px);
    max-width: 100%;
    transform: none;
  }

  .intelligence-visual .football-diagram {
    width: min(100%, 590px);
    max-width: 100%;
  }

  .football-diagram,
  .service-bento-smart .football-diagram,
  .service-bento-value .football-diagram {
    width: min(100%, 480px);
    max-width: 100%;
    transform: none;
  }

  .service-bento:hover .media-service-illustration {
    transform: translate3d(0, -1px, 0);
  }

  .service-bento:hover .agent-service-illustration,
  .service-bento:hover .agent-service-illustration-map {
    transform: translate3d(0, -1px, 0);
  }

  .service-bento:hover .football-diagram {
    transform: translate3d(0, -1px, 0);
  }

  .faq {
    min-height: auto;
    padding-bottom: 112px;
  }

  .process-shell {
    min-height: auto;
    padding: 64px 28px;
    display: block;
  }

  .process-head {
    position: static;
    padding-top: 0;
  }

  .process-head .section-tag {
    margin-left: auto;
    margin-right: auto;
  }

  .process h2 {
    margin-left: auto;
    max-width: 860px;
    text-align: center;
  }

  .steps {
    margin-top: var(--space-stack-lg);
    grid-template-columns: 1fr;
    gap: 0;
  }

  .steps::before {
    display: none;
  }

  .steps article {
    grid-template-columns: 56px minmax(0, 1fr);
    grid-template-areas:
      "index pill"
      "index title"
      "index copy";
    gap: 10px 18px;
    min-height: 0;
    padding: 0 0 38px;
  }

  .steps article::after {
    content: "";
    position: absolute;
    top: 56px;
    bottom: 0;
    left: 28px;
    width: 3px;
    background:
      linear-gradient(180deg, rgb(var(--rgb-brand-primary) / 0.74), rgb(var(--rgb-brand-primary) / 0.38)) 0 0 / 100% var(--step-fill) no-repeat,
      linear-gradient(180deg, rgb(var(--rgb-black) / 0.12), rgb(var(--rgb-black) / 0.07));
    transform: translateX(-50%);
  }

  .steps article:last-child {
    padding-bottom: 0;
  }

  .steps article:last-child::after {
    content: none;
  }

  .steps article > span {
    grid-area: index;
  }

  .tag-pill {
    grid-area: pill;
  }

  .steps h3 {
    grid-area: title;
    margin-top: 2px;
  }

  .steps p:last-child {
    grid-area: copy;
  }

  .footer-grid {
    padding-left: 0;
    gap: 42px;
  }

  .contact-card {
    max-width: none;
  }
}

@media (min-width: 961px) and (max-width: 1023px) {
  .intelligence-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .intelligence-copy {
    max-width: 720px;
  }

  .intelligence-copy h2 {
    max-width: 860px;
  }

  .intelligence-copy > p:not(.intelligence-kicker) {
    max-width: 58ch;
  }

  .intelligence-visual {
    min-height: 360px;
  }

  .provider-orbit {
    width: min(100%, 560px);
    height: 430px;
  }
}

@media (max-width: 640px) {
  :root {
    --frame-gutter: 28px;
    --header-height: 90px;
    --header-min-height: 0px;
    --mobile-switcher-clearance: calc(82px + env(safe-area-inset-bottom, 0px));
    --mobile-visual-size: min(318px, calc(100vw - 66px));
    --type-title-sm: 1.55rem;
    --type-title-md: 1.82rem;
    --type-heading: 2.08rem;
    --type-statement: 2.35rem;
    --type-hero: 2.42rem;
    --type-card-heading: 1.5rem;
    --type-section-card: 1.12rem;
    --type-scene-outline: 3.25rem;
    --type-scene-solid: 2.8rem;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav-wrap {
    width: min(100% - 20px, var(--container));
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 10px;
    padding: 14px 9px;
  }

  .nav-wrap::before {
    inset: 7px -8px;
    border-radius: 30px;
  }

  .nav-wrap > .audience-nav-panel {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    z-index: 60;
    width: min(calc(100vw - 24px), 364px);
    display: block;
    transform: translateX(-50%);
  }

  .audience-switcher {
    width: 100%;
    min-height: 56px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 6px;
    border-color: rgb(var(--rgb-text-primary) / 0.08);
    background: rgb(var(--rgb-surface-raised) / 0.94);
    box-shadow:
      0 18px 42px rgb(var(--rgb-black) / 0.14),
      0 4px 12px rgb(var(--rgb-brand-shadow) / 0.08),
      inset 0 1px 0 rgb(var(--rgb-surface-raised) / 0.82);
  }

  @supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .audience-switcher {
      -webkit-backdrop-filter: blur(14px) saturate(1.08);
      backdrop-filter: blur(14px) saturate(1.08);
    }
  }

  .audience-option {
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.8125rem;
  }

  .audience-select {
    display: none;
  }

  .header-cta {
    grid-row: 1;
    grid-column: 2;
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  .brand {
    grid-row: 1;
    grid-column: 1;
    gap: 9px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .site-header .brand-word {
    font-size: 1.1rem;
  }

  @media (max-width: 360px) {
    .site-header .brand-word {
      display: inline-flex;
      font-size: 1rem;
    }

    .audience-option {
      padding-inline: 8px;
      font-size: 0.75rem;
    }
  }

  .hero {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: var(--type-hero);
    line-height: 1.07;
    overflow-wrap: normal;
  }

  .hero-copy-desktop {
    display: none;
  }

  .hero-copy-mobile {
    display: block;
  }

  .hero-line {
    flex-wrap: wrap;
    white-space: normal;
    min-height: 1.02em;
  }

  .hero-copy-mobile .hero-line:nth-child(2) {
    display: block;
  }

  .hero-line-secondary {
    margin-top: -0.01em;
  }

  .hero-line-secondary span {
    flex: 0 0 100%;
  }

  .hero h1 em {
    flex: 0 0 auto;
    font-size: 0.98em;
    transform: translateY(0.025em);
  }

  .inline-badge {
    --badge-y: 0.01em;
    width: min(0.78em, 40px);
    height: min(0.78em, 40px);
    margin: 0 0 0 0.2em;
    border-radius: 9px;
  }

  .inline-badge::before {
    width: 0.56em;
    height: 0.36em;
  }

  .mobile-break {
    display: none;
  }

  .section {
    padding: 92px 0;
    scroll-margin-top: 76px;
  }

  .visual-section {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 58px;
    overflow: hidden;
  }

  .trust-list {
    width: 100%;
    margin-top: 22px;
    padding-top: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .trust-list li {
    width: 100%;
    padding: 9px 0;
    white-space: normal;
    line-height: 1.35;
  }

  .intelligence-panel {
    width: 100%;
    padding: 24px 18px 22px;
    border-radius: 18px;
    max-width: min(100%, calc(100vw - 28px));
    min-width: 0;
    overflow: hidden;
  }

  .intelligence-panel::before {
    inset: 10px;
    border-radius: 13px;
  }

  .intelligence-kicker {
    margin-bottom: 18px;
  }

  .intelligence-copy {
    min-width: 0;
  }

  .intelligence-copy h2 {
    max-width: 100%;
    font-size: var(--type-heading);
    line-height: 1.14;
    overflow-wrap: normal;
    word-break: normal;
  }

  .intelligence-copy > p:not(.intelligence-kicker) {
    margin-top: 18px;
    font-size: var(--type-body);
    overflow-wrap: anywhere;
  }

  .intelligence-visual {
    width: min(100%, var(--mobile-visual-size));
    min-height: 0;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    justify-self: center;
    margin-inline: auto;
    overflow: hidden;
    border-radius: 15px;
  }

  .intelligence-visual::before {
    display: none;
  }

  .provider-orbit {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .provider-orbit::before {
    inset: 14% 8% 9%;
  }

  .provider-orbit::after {
    inset: 8% 0 5%;
    border-radius: 20px;
  }

  .orbit-core {
    width: 64px;
    height: 64px;
    border-radius: 999px;
  }

  .orbit-core img {
    width: 36px;
  }

  .provider-node {
    --node-scale: 0.82;
    border-radius: 10px;
    box-shadow:
      inset 0 1px 0 rgb(var(--rgb-text-on-brand) / 0.28),
      0 10px 24px rgb(var(--rgb-black) / 0.2),
      0 0 0 4px rgb(var(--rgb-text-on-brand) / 0.03);
  }

  .provider-node-statsbomb {
    --x: 26%;
    --y: 69%;
  }

  .provider-node-impect {
    --x: 49%;
    --y: 13%;
  }

  .provider-node-hudl {
    --x: 75%;
    --y: 70%;
  }

  .provider-node-wyscout {
    --x: 84%;
    --y: 56%;
  }

  .provider-node-second-spectrum {
    --x: 77%;
    --y: 29%;
  }

  .provider-node-catapult {
    --x: 52%;
    --y: 83%;
  }

  .provider-node-skillcorner {
    --x: 28%;
    --y: 26%;
  }

  .provider-node-metrica {
    --x: 16%;
    --y: 50%;
  }

  .provider-node-opta {
    --x: 31%;
    --y: 42%;
  }

  .provider-orbit-documents .provider-node-statsbomb {
    --document-size: 60.8px;
  }

  .provider-orbit-documents .provider-node-impect {
    --document-size: 45.6px;
  }

  .provider-orbit-documents .provider-node-hudl {
    --document-size: 57px;
  }

  .provider-orbit-documents .provider-node-wyscout {
    --document-size: 47.5px;
  }

  .provider-orbit-documents .provider-node-second-spectrum {
    --document-size: 58.9px;
  }

  .provider-orbit-documents .provider-node-catapult {
    --document-size: 49.4px;
  }

  .provider-orbit-documents .provider-node-skillcorner {
    --document-size: 55.1px;
  }

  .provider-orbit-documents .provider-node-metrica {
    --document-size: 45.6px;
  }

  .provider-orbit-documents .provider-node-opta {
    --document-size: 51.3px;
  }

  .market-map-scene,
  .story-desk-scene {
    min-height: 340px;
  }

  .market-map {
    height: 330px;
    border-radius: 22px;
  }

  .market-map::before {
    inset: 28px 20px;
  }

  .market-player-card {
    left: 7%;
    top: 33%;
    width: 48%;
    padding: 14px;
    border-radius: 18px;
  }

  .club-target {
    width: 43%;
    padding: 11px;
    border-radius: 15px;
  }

  .club-target-a {
    right: 5%;
    top: 9%;
  }

  .club-target-b {
    right: 5%;
    bottom: 13%;
  }

  .club-target-c {
    left: 10%;
    bottom: 5%;
  }

  .market-player-card strong,
  .club-target b,
  .desk-lead-card strong {
    font-size: 0.95rem;
  }

  .market-player-card small,
  .club-target small,
  .desk-lead-card small {
    font-size: 0.68rem;
  }

  .club-target em,
  .market-player-card span,
  .desk-lead-card span,
  .desk-source-stack span {
    font-size: 0.62rem;
  }

  .story-desk-scene {
    min-height: 342px;
  }

  .story-desk-scene::before {
    inset: 18px 0;
    border-radius: 22px;
  }

  .desk-lead-card {
    left: 5%;
    top: 10%;
    width: 72%;
    padding: 16px;
    border-radius: 18px;
  }

  .desk-chart-card {
    right: 5%;
    top: 44%;
    width: 50%;
    min-height: 128px;
    padding: 14px;
    gap: 8px;
    border-radius: 17px;
  }

  .desk-source-stack {
    left: 5%;
    right: 5%;
    bottom: 7%;
    gap: 7px;
  }

  .desk-source-stack span {
    min-height: 30px;
    padding: 8px 9px;
  }

  .iso-stack {
    height: 540px;
  }

  .iso-flow {
    opacity: 0.78;
  }

  .iso-layer {
    width: calc(100% - 38px);
    padding: 14px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 6px 10px;
    border-radius: 20px;
  }

  .iso-layer::before {
    left: 12px;
    right: -12px;
    bottom: -14px;
    height: 14px;
  }

  .iso-layer::after {
    top: 12px;
    right: -18px;
    bottom: -14px;
    width: 18px;
  }

  .iso-layer-output {
    top: 24px;
  }

  .iso-layer-strikr {
    top: 190px;
    width: calc(100% - 22px);
    min-height: 132px;
  }

  .iso-layer-source {
    top: 380px;
  }

  .iso-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .iso-layer strong {
    font-size: clamp(1rem, 4.5vw, 1.18rem);
  }

  .iso-badges {
    gap: 6px;
  }

  .iso-badges em {
    min-height: 22px;
    padding: 6px 7px;
    font-size: 0.58rem;
  }

  .schema-sources {
    left: 16px;
    right: 16px;
    top: auto;
    bottom: 24px;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .schema-sources span {
    min-height: 76px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "text"
      "badge";
    justify-items: center;
    justify-content: center;
    padding: 9px 7px;
    border-radius: 16px;
    font-size: 0.75rem;
    text-align: center;
  }

  .schema-sources i,
  .schema-outputs i {
    width: 26px;
    height: 26px;
  }

  .schema-card {
    top: 51%;
    width: calc(100% - 58px);
    min-height: 194px;
    padding: 18px;
    border-radius: 24px;
  }

  .schema-card strong {
    font-size: clamp(1.45rem, 7vw, 1.75rem);
  }

  .schema-outputs {
    left: 16px;
    right: 16px;
    top: 24px;
    bottom: auto;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .schema-outputs span {
    min-height: 78px;
    aspect-ratio: auto;
    border-radius: 16px;
    font-size: 0.75rem;
  }

  .intro {
    min-height: auto;
    padding: 58px 0 68px;
  }

  .intro-copy {
    width: min(100%, 560px);
  }

  .intro-copy h2,
  .services h2,
  .process h2,
  .benefits h2,
  .faq h2,
  .footer-pitch h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: var(--type-heading);
    line-height: 1.18;
  }

  .intro-copy h2 {
    max-width: 100%;
    font-size: var(--type-statement);
    line-height: 1.13;
    letter-spacing: 0;
  }

  .footer-pitch h2 {
    max-width: 10.6em;
    font-size: var(--type-title-md);
    line-height: 1.12;
  }

  .services h2,
  .process h2,
  .benefits h2,
  .faq h2 {
    max-width: 11.5em;
    font-size: var(--type-heading);
    line-height: 1.09;
  }

  .services {
    padding-top: 64px;
  }

  .services-note {
    max-width: 300px;
  }

  .services-bento {
    margin-top: 52px;
    gap: 16px;
  }

  .service-bento {
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
  }

  .service-bento-copy h3 {
    margin-top: 14px;
    font-size: var(--type-card-heading);
  }

  .service-bento-copy p {
    font-size: var(--type-body-sm);
  }

  .bento-visual {
    width: min(100%, var(--mobile-visual-size));
    min-height: 0;
    aspect-ratio: 1;
    justify-self: center;
    margin-inline: auto;
    padding: 16px;
    border-radius: 18px;
  }

  .service-illustration {
    width: min(100%, 320px);
    max-width: 100%;
    border-radius: 16px;
    transform: none;
  }

  .service-bento:hover .service-illustration {
    transform: translate3d(0, -1px, 0);
  }

  body[data-audience="media"] .intelligence-visual {
    min-height: 0;
  }

  .media-intelligence-figure {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .media-intelligence-illustration {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .service-bento-early .bento-visual {
    width: min(100%, var(--mobile-visual-size));
    min-height: 0;
  }

  .strike-early-visual {
    min-height: 0;
  }

  .strike-early-figure {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .strike-early-illustration {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: none;
  }

  .service-bento:hover .strike-early-illustration {
    transform: translate3d(0, -2%, 0) scale(1.01);
  }

  .service-bento-smart .strike-compact-visual,
  .service-bento-value .strike-compact-visual {
    width: min(100%, var(--mobile-visual-size));
    min-height: 0;
    padding: 0;
  }

  .strike-compact-figure {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .strike-compact-illustration,
  .strike-value-illustration {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: none;
  }

  .service-bento:hover .strike-compact-illustration,
  .service-bento:hover .strike-value-illustration {
    transform: translate3d(0, -1px, 0) scale(1.01);
  }

  body[data-audience="media"] .service-bento-early .bento-visual {
    min-height: 0;
    padding: 0;
  }

  .service-bento-smart .bento-visual,
  .service-bento-value .bento-visual {
    width: min(100%, var(--mobile-visual-size));
  }

  .media-service-illustration,
  .service-bento-smart .media-service-illustration,
  .service-bento-value .media-service-illustration,
  .media-service-illustration-proof,
  .agent-service-illustration,
  .agent-service-illustration-map,
  .service-bento-smart .agent-service-illustration,
  .service-bento-value .agent-service-illustration {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 0;
  }

  .media-service-figure,
  .agent-service-figure {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .intelligence-visual .football-diagram {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .football-diagram,
  .service-bento-smart .football-diagram,
  .service-bento-value .football-diagram {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .service-bento-smart .bento-visual {
    min-height: 0;
  }

  .service-bento-value .bento-visual {
    min-height: 0;
  }

  .notebook-page {
    width: min(100%, 276px);
    min-height: 186px;
    padding: 32px 14px 14px;
    border-radius: 14px;
  }

  .notebook-page-early {
    min-height: 234px;
  }

  .service-bento-smart .notebook-page,
  .service-bento-value .notebook-page {
    width: min(100%, 238px);
    padding: 30px 12px 12px;
  }

  .notebook-tag {
    margin-left: 0;
    font-size: 0.75rem;
  }

  .visual-focus {
    margin-top: 14px;
    padding: 11px 12px;
    gap: 10px;
  }

  .visual-focus b {
    font-size: 0.78rem;
  }

  .visual-focus strong {
    font-size: 1.3rem;
  }

  .scout-rank-row {
    grid-template-columns: 30px 30px minmax(0, 1fr) 30px;
    min-height: 42px;
    gap: 8px;
    padding: 6px 7px;
  }

  .scout-rank-row img {
    width: 30px;
    height: 30px;
  }

  .role-fit-bars {
    gap: 12px;
  }

  .fit-bar-row {
    grid-template-columns: 70px minmax(0, 1fr) 28px;
    gap: 8px;
  }

  .value-fee-card {
    padding: 14px 12px;
  }

  .process {
    padding-left: calc(var(--frame-gutter) / 2);
    padding-right: calc(var(--frame-gutter) / 2);
  }

  .process-shell {
    min-height: auto;
    padding: 58px 20px;
    border-radius: 22px;
  }

  .steps article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 9px 16px;
    padding: 14px 0 34px;
  }

  .steps article::after {
    top: 62px;
    left: 24px;
  }

  .steps article > span {
    width: 48px;
    height: 48px;
    box-shadow:
      0 0 0 8px rgb(var(--rgb-surface-raised) / 0.84),
      0 8px 18px rgb(var(--rgb-black) / 0.04);
  }

  .comparison {
    margin-top: 50px;
    gap: 18px;
  }

  .compare-card {
    min-height: 0;
    padding: 26px 24px 28px;
    border-radius: 18px;
  }

  .compare-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
  }

  .compare-icon-brand img {
    width: 30px;
    height: 20px;
  }

  .compare-card h3 {
    margin-bottom: 22px;
    font-size: 1.25rem;
  }

  .compare-card ul {
    gap: 15px;
  }

  .compare-card li {
    --check-size: 20px;
    --check-top: 0.1em;
    padding-left: 32px;
    font-size: var(--type-body);
    line-height: 1.45;
  }

  .democratize {
    margin-top: 62px;
  }

  .faq {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 92px;
  }

  .faq-list {
    margin-top: 46px;
    gap: 10px;
  }

  .faq-item summary {
    min-height: 76px;
    grid-template-columns: 1fr 36px;
    gap: 15px;
    padding: 0 14px 0 16px;
  }

  .faq-item summary > span:first-child {
    font-size: 1.0625rem;
  }

  .faq-item summary > span:last-child {
    width: 36px;
    height: 36px;
  }

  .faq-item p {
    margin: -2px 16px 24px;
    font-size: var(--type-body);
  }

  body {
    padding-bottom: 0;
  }

  .site-footer {
    padding: 44px 20px calc(var(--mobile-switcher-clearance) + 32px);
    border-top: 1px solid var(--line);
    background: var(--surface);
    color: var(--ink);
    overflow: visible;
  }

  .site-footer::before {
    display: none;
  }

  .footer-grid {
    --footer-content-inset: 0px;
    width: min(100%, 420px);
    padding-left: 0;
    justify-items: stretch;
    gap: 28px;
    text-align: left;
  }

  .footer-pitch {
    display: grid;
    justify-items: start;
  }

  .footer-brand {
    margin-bottom: 22px;
    justify-self: start;
  }

  .footer-brand .brand-word,
  .footer-brand .brand-dot,
  .footer-brand .brand-tld {
    color: var(--ink);
  }

  .footer-pitch h2 {
    max-width: 12.4em;
    margin-inline: 0;
    color: var(--ink);
    font-size: 1.68rem;
    line-height: 1.14;
    text-align: left;
  }

  .footer-pitch h2 mark {
    color: var(--green);
  }

  .footer-endbar {
    width: min(100%, 420px);
    margin: 26px auto 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    background: transparent;
    color: var(--muted);
    box-shadow: none;
    text-align: left;
  }

  .footer-endbar span {
    max-width: 32ch;
  }

  .contact-card {
    justify-self: stretch;
    max-width: none;
    padding: 26px 0 0;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    box-shadow: none;
    text-align: left;
    transition: none;
  }

  .contact-card:hover {
    transform: none;
    border-color: var(--line);
    background: transparent;
    box-shadow: none;
  }

  .profile-row {
    margin-bottom: 22px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
  }

  .profile-row img {
    width: 48px;
    height: 48px;
  }

  .profile-row strong {
    font-size: var(--type-body);
  }

  .profile-row span {
    font-size: var(--type-body-sm);
  }

  .contact-card h3,
  .contact-card p {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .contact-card h3 {
    max-width: 13em;
    margin-bottom: 18px;
    font-size: 1.42rem;
    line-height: 1.16;
    text-align: left;
  }

  .contact-card .button {
    margin-top: 0;
  }

  .contact-card p {
    max-width: 32ch;
    margin-top: 16px;
    font-size: var(--type-body-sm);
    line-height: 1.55;
    text-align: left;
  }

  .contact-card .email-label {
    margin-top: 26px;
    color: var(--ink-soft);
    text-align: left;
  }

  .email-copy-wrap {
    margin-inline: 0;
    justify-items: start;
  }

  .email-link {
    justify-content: flex-start;
    font-size: var(--type-body);
  }
}

@media (max-width: 430px) {
  :root {
    --header-height: 88px;
    --type-heading: 2rem;
    --type-statement: 2.18rem;
    --type-hero: 2.24rem;
    --type-card-heading: 1.42rem;
    --type-section-card: 1.08rem;
  }

  .nav-wrap {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 8px;
    width: min(100% - 18px, var(--container));
    padding-inline: 8px;
  }

  .nav-wrap > .audience-nav-panel {
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    width: min(calc(100vw - 18px), 350px);
  }

  .audience-switcher {
    min-height: 54px;
    padding: 5px;
  }

  .audience-option {
    display: inline-flex;
    min-height: 44px;
    padding: 0 8px;
    font-size: 0.75rem;
  }

  .audience-select {
    display: none;
  }

  .header-cta {
    padding-inline: 14px;
    white-space: nowrap;
  }

  .availability {
    max-width: min(100%, calc(100vw - 42px));
  }

  .hero h1 {
    font-size: var(--type-hero);
  }

  .intelligence-panel {
    padding-inline: 16px;
  }

  .contact-card {
    padding-top: 24px;
  }
}

@media (min-width: 1440px) {
  .hero {
    min-height: 520px;
  }

  .visual-section {
    padding-top: 34px;
  }
}

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

  html.is-page-loading,
  html[data-page-loader-phase="cover"],
  html[data-page-loader-phase="covered"],
  html[data-page-loader-phase="reveal"] {
    overflow: auto !important;
  }

  .page-loader {
    display: none !important;
  }

  .availability,
  .hero h1,
  .hero-cta,
  .subnote,
  .trust-list,
  .intelligence-panel,
  .flow-line,
  .iso-flow-line,
  .iso-layer,
  .schema-sources span,
  .schema-button,
  .schema-outputs span,
  .provider-node,
  .inline-badge,
  .inline-badge::before,
  .orbit-core::before,
  .orbit-core::after {
    animation: none !important;
  }

  .provider-node {
    transform: translate(-50%, -50%) scale(var(--node-scale, 1)) !important;
  }

  .orbit-core::before,
  .orbit-core::after {
    display: none !important;
  }

  .inline-badge {
    -webkit-clip-path: inset(0 0 0 0 round 9px) !important;
    clip-path: inset(0 0 0 0 round 9px) !important;
    opacity: 1 !important;
    transform: translate3d(0, var(--badge-y), 0) !important;
  }

  .inline-badge::before {
    opacity: 1 !important;
    transform: none !important;
  }

  .inline-badge::after {
    display: none !important;
  }

  .section-tag > span:first-child::after {
    display: none !important;
  }

  .hero h1 em::after {
    animation: none !important;
    opacity: 1 !important;
    transform: scaleX(1) rotate(-1.6deg) !important;
  }

  .flow-line,
  .iso-flow-line,
  .schema-sources span,
  .schema-button,
  .schema-outputs span {
    opacity: 1 !important;
    transform: none !important;
  }

  .iso-layer {
    transform: translate3d(-50%, 0, 0) skewY(-7deg) !important;
  }

  .intro-prompter,
  .intro-line {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .intro-copy {
    max-height: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  body.reveal-ready [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .steps article {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .service-bento:hover .notebook-page,
  .service-bento:hover .notebook-page-smart,
  .service-bento:hover .notebook-page-value {
    transform: none !important;
  }

}
