@font-face {
	font-family: "Albert Sans";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/albert-sans-latin-wght-normal.woff2") format("woff2");
}

:root {
	color-scheme: light;
	--font-body: "Albert Sans", "Segoe UI", sans-serif;
	--font-display: "Albert Sans", "Segoe UI", sans-serif;
	--ink: #12182c;
	--ink-2: #202841;
	--muted: #596179;
	--muted-light: #b9c0d5;
	--paper: #fbfbfe;
	--surface: #f5f6fb;
	--surface-2: #eceff7;
	--line: #dce0eb;
	--line-dark: rgba(255, 255, 255, 0.14);
	--violet: #4d3de0;
	--violet-dark: #30258d;
	--violet-deep: #211a5b;
	--cyan: #00bddc;
	--cyan-light: #75eaff;
	--peach: #f0a15b;
	--shadow-small: 0 10px 28px rgba(25, 28, 62, 0.08);
	--shadow-large: 0 30px 70px rgba(32, 26, 91, 0.16);
	--radius-small: 14px;
	--radius-medium: 24px;
	--radius-large: clamp(28px, 4vw, 48px);
	--container: 1180px;
	--header-height: 78px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 28px);
	text-size-adjust: 100%;
}

body {
	min-width: 320px;
	margin: 0;
	overflow-x: clip;
	background: var(--surface);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

body.modal-open {
	overflow: hidden;
}

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

img {
	height: auto;
}

button,
a {
	-webkit-tap-highlight-color: rgba(77, 61, 224, 0.2);
}

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

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

button {
	color: inherit;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	color: var(--ink);
	font-family: var(--font-display);
	font-weight: 650;
	text-wrap: balance;
}

h1 {
	margin-bottom: 1.5rem;
	font-size: clamp(2.75rem, 9.2vw, 2.5rem);
	line-height: 0.97;
	letter-spacing: -0.058em;
}

h2 {
	margin-bottom: 1.5rem;
	font-size: clamp(2.25rem, 6.8vw, 3.15rem);
	line-height: 1.02;
	letter-spacing: -0.048em;
}

h3 {
	margin-bottom: 0.6rem;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.18;
	letter-spacing: -0.026em;
}

p:last-child {
	margin-bottom: 0;
}

:focus-visible {
	outline: 3px solid var(--violet-dark);
	outline-offset: 4px;
}

:where(.platform-shell, .process-section, .contact-shell, .site-footer) :focus-visible {
	outline-color: var(--cyan-light);
}

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

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

.section {
	padding-block: clamp(5.5rem, 11vw, 9.5rem);
	scroll-margin-top: calc(var(--header-height) + 24px);
}

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

.skip-link {
	position: fixed;
	z-index: 1000;
	top: 12px;
	left: 12px;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 10px;
	background: var(--ink);
	color: var(--paper);
	font-weight: 750;
	text-decoration: none;
	transform: translateY(-160%);
	transition: transform 180ms ease;
}

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

.eyebrow {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.35rem;
	color: var(--violet);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.eyebrow__mark {
	width: 18px;
	height: 8px;
	flex: 0 0 auto;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--cyan), var(--violet));
	transform: skewX(-22deg);
}

.eyebrow--light {
	color: var(--cyan-light);
}

.button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	padding: 0.8rem 1.25rem;
	border: 1px solid var(--violet);
	border-radius: 999px;
	background: var(--violet);
	box-shadow: 0 8px 22px rgba(77, 61, 224, 0.24);
	color: #fff;
	font-size: 0.93rem;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.button svg,
.text-link svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.button--secondary {
	border-color: rgba(18, 24, 44, 0.17);
	background: rgba(251, 251, 254, 0.68);
	box-shadow: none;
	color: var(--ink);
	backdrop-filter: blur(8px);
}

.button--compact {
	min-height: 46px;
	padding: 0.65rem 1rem;
	font-size: 0.84rem;
}

.button--light {
	border-color: var(--paper);
	background: var(--paper);
	box-shadow: 0 12px 30px rgba(9, 8, 33, 0.22);
	color: var(--violet-deep);
}

.button--large {
	min-height: 58px;
	padding-inline: 1.55rem;
}

.button-group {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.75rem;
}

.text-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 0.65rem;
	color: var(--violet);
	font-weight: 800;
	text-decoration: none;
}

/* Header */
.site-header {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding-top: env(safe-area-inset-top);
	border-bottom: 1px solid rgba(18, 24, 44, 0.08);
	background: rgba(245, 246, 251, 0.98);
	backdrop-filter: blur(20px) saturate(1.1);
	box-shadow: 0 8px 30px rgba(20, 25, 55, 0.07);
	transition:
		background-color 260ms ease,
		border-color 260ms ease,
		box-shadow 260ms ease;
}

.js .site-header {
	border-bottom-color: transparent;
	background: transparent;
	box-shadow: none;
	backdrop-filter: blur(0);
}

.js .site-header.has-background {
	border-bottom-color: rgba(18, 24, 44, 0.08);
	background: rgba(245, 246, 251, 0.98);
	box-shadow: 0 8px 30px rgba(20, 25, 55, 0.07);
	backdrop-filter: blur(20px) saturate(1.1);
}

.site-header__inner {
	position: relative;
	display: flex;
	min-height: var(--header-height);
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.brand {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	border-radius: 6px;
	text-decoration: none;
}

.brand img {
	width: 124px;
}

.menu-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: var(--paper);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
}

.js .menu-toggle {
	display: flex;
}

.menu-toggle span {
	width: 20px;
	height: 2px;
	border-radius: 99px;
	background: var(--ink);
	transition:
		transform 180ms ease,
		opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.main-nav {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 0.75rem;
	padding-block: 0 1.25rem;
}

.js .main-nav {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	width: auto;
	max-height: calc(100dvh - var(--header-height) - 16px);
	padding: 1rem;
	overflow-y: auto;
	border: 1px solid var(--line);
	border-radius: 20px;
	background: rgba(251, 251, 254, 0.98);
	box-shadow: var(--shadow-large);
	opacity: 0;
	pointer-events: none;
	overscroll-behavior: contain;
	transform: translateY(-8px);
	visibility: hidden;
	transition:
		opacity 180ms ease,
		transform 180ms ease,
		visibility 180ms ease;
}

.js .main-nav.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.main-nav__links {
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	gap: 0.15rem;
	list-style: none;
}

.main-nav__links a {
	display: flex;
	min-height: 46px;
	align-items: center;
	padding-inline: 0.75rem;
	border-radius: 10px;
	color: var(--ink-2);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

/* Hero */
.hero {
	padding-block: 0 clamp(1.5rem, 3vw, 2.5rem);
	background: var(--paper);
	scroll-margin-top: calc(var(--header-height) + 24px);
}

.hero__shell {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 24%, rgba(117, 234, 255, 0.62), transparent 28%),
		radial-gradient(circle at 13% 92%, rgba(240, 161, 91, 0.2), transparent 24%),
		linear-gradient(130deg, #f1fbff 0%, #eeecff 52%, #f8efff 100%);
	isolation: isolate;
}

.hero__inner {
	position: relative;
	display: grid;
	padding-top: calc(var(--header-height) + env(safe-area-inset-top));
}

.hero__shell::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: radial-gradient(rgba(77, 61, 224, 0.15) 1px, transparent 1px);
	background-size: 24px 24px;
	content: "";
	mask-image: linear-gradient(110deg, transparent 8%, #000 58%, transparent 95%);
	opacity: 0.52;
}

.hero__copy {
	position: relative;
	z-index: 3;
	padding: clamp(2rem, 7vw, 4.75rem) 0 1.25rem;
}

.hero h1 {
	max-width: 11ch;
}

.hero h1 .hero__title-line {
	display: block;
}

.hero h1 .hero__title-line--accent {
	color: var(--violet);
}

.js .hero h1[data-reveal] {
	opacity: 1;
	transform: none;
	transition: none;
}

.js .hero h1 .hero__title-line {
	opacity: 0;
	transform: translateY(24px);
}

.js .hero h1.is-visible .hero__title-line {
	animation: hero-title-line-in 640ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.js .hero h1.is-visible .hero__title-line:nth-child(1) {
	animation-delay: 120ms;
}

.js .hero h1.is-visible .hero__title-line:nth-child(2) {
	animation-delay: 240ms;
}

.js .hero__copy > .eyebrow[data-reveal] {
	transition-delay: 40ms;
}

.js .hero__copy > .hero__lead[data-reveal] {
	transition-delay: 420ms;
}

.js .hero__copy > .button-group[data-reveal] {
	transition-delay: 560ms;
}

.js .hero__copy > .hero__note[data-reveal] {
	transition-delay: 700ms;
}

.hero__lead {
	max-width: 62ch;
	margin-bottom: 1.75rem;
	color: #464f68;
	font-size: clamp(1.03rem, 2.2vw, 1.16rem);
	line-height: 1.72;
}

.hero__note {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 1.2rem 0 0;
	color: var(--muted);
	font-size: 0.8rem;
	font-weight: 700;
}

.hero__note svg {
	width: 18px;
	height: 18px;
	padding: 3px;
	border-radius: 50%;
	background: rgba(77, 61, 224, 0.12);
	fill: none;
	stroke: var(--violet);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.hero__visual {
	position: relative;
	z-index: 2;
	min-height: 390px;
	align-self: end;
}

.js .hero .hero__visual[data-reveal] {
	opacity: 0;
	transform: translate3d(36px, 0, 0) scale(0.96);
	transition:
		opacity 720ms ease 180ms,
		transform 720ms cubic-bezier(0.2, 0.7, 0.2, 1) 180ms;
}

.js .hero .hero__visual[data-reveal].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.hero__visual::before {
	position: absolute;
	inset: 17% 9% 3%;
	border-radius: 50% 50% 40% 40%;
	background: rgba(251, 251, 254, 0.7);
	box-shadow: inset 0 0 80px rgba(117, 234, 255, 0.25);
	content: "";
	filter: blur(2px);
}

.hero__mascot {
	position: absolute;
	z-index: 2;
	right: 50%;
	bottom: -5%;
	width: min(116%, 520px);
	max-width: none;
	filter: drop-shadow(0 28px 28px rgba(30, 25, 78, 0.2));
	transform: translateX(50%);
}

.hero__badge {
	position: absolute;
	z-index: 4;
	display: flex;
	border: 1px solid rgba(18, 24, 44, 0.1);
	border-radius: 16px;
	background: rgba(251, 251, 254, 0.9);
	box-shadow: var(--shadow-small);
	color: var(--ink);
	backdrop-filter: blur(12px);
}

.hero__badge--top {
	top: 2%;
	right: 5%;
	align-items: center;
	gap: 0.5rem;
	padding: 0.68rem 0.85rem;
	font-size: 0.73rem;
	font-weight: 800;
}

.status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22b88a;
	box-shadow: 0 0 0 4px rgba(34, 184, 138, 0.14);
}

.hero__badge--metric {
	bottom: 8%;
	left: 5%;
	padding: 0.72rem 0.9rem;
	flex-direction: column;
	line-height: 1.2;
}

.js .hero__badge--metric {
	opacity: 0;
	transform: translateY(12px) scale(0.92);
}

.js .hero__visual.is-visible .hero__badge--metric {
	animation: hero-badge-in 480ms cubic-bezier(0.2, 0.8, 0.2, 1.15) 860ms forwards;
}

.hero__badge--metric strong {
	color: var(--violet);
	font-family: var(--font-display);
	font-size: 1.25rem;
	letter-spacing: -0.03em;
}

.hero__badge--metric span {
	color: var(--muted);
	font-size: 0.66rem;
	font-weight: 700;
}

.hero__orbit {
	position: absolute;
	z-index: 1;
	border: 1px solid rgba(77, 61, 224, 0.2);
	border-radius: 50%;
}

.hero__orbit--one {
	top: 18%;
	right: -15%;
	width: 70%;
	aspect-ratio: 1;
}

.hero__orbit--two {
	right: 8%;
	bottom: -20%;
	width: 82%;
	aspect-ratio: 1;
	border-style: dashed;
}

.hero.is-motion-active .hero__mascot {
	will-change: transform;
	animation: hero-mascot-float 5.8s ease-in-out 1.1s infinite;
}

.hero.is-motion-active .hero__visual::before {
	will-change: transform, opacity;
	animation: hero-halo-breathe 6.8s ease-in-out 800ms infinite;
}

.hero.is-motion-active .hero__orbit--one {
	will-change: transform;
	animation: hero-orbit-drift 10s ease-in-out infinite;
}

.hero.is-motion-active .hero__orbit--two {
	will-change: transform;
	animation: hero-orbit-rotate 28s linear infinite;
}

.hero.is-motion-active .hero__shell::before {
	will-change: transform, opacity;
	animation: hero-grid-breathe 9s ease-in-out infinite;
}

@keyframes hero-title-line-in {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hero-badge-in {
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes hero-mascot-float {
	0%,
	100% {
		transform: translateX(50%) translateY(0) rotate(0);
	}

	50% {
		transform: translateX(50%) translateY(-7px) rotate(0.55deg);
	}
}

@keyframes hero-halo-breathe {
	0%,
	100% {
		opacity: 0.72;
		transform: translateY(0) scale(1);
	}

	50% {
		opacity: 0.95;
		transform: translateY(-4px) scale(1.035);
	}
}

@keyframes hero-orbit-drift {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

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

@keyframes hero-orbit-rotate {
	to {
		transform: rotate(360deg);
	}
}

@keyframes hero-grid-breathe {
	0%,
	100% {
		opacity: 0.52;
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		opacity: 0.36;
		transform: translate3d(8px, -4px, 0) scale(1.025);
	}
}

.proof-strip {
	position: relative;
	z-index: 4;
	display: grid;
	width: min(100%, 1040px);
	margin: 0.75rem auto 0;
	padding: 0.4rem;
	border: 1px solid rgba(77, 61, 224, 0.12);
	border-radius: 22px;
	background: rgba(251, 251, 254, 0.96);
	box-shadow: 0 18px 46px rgba(32, 26, 91, 0.1);
	list-style: none;
	backdrop-filter: blur(16px);
}

.proof-strip li {
	position: relative;
	display: flex;
	min-height: 68px;
	padding: 0.75rem 1rem 0.75rem 2.4rem;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px solid var(--line);
}

.proof-strip li::before {
	position: absolute;
	top: 50%;
	left: 1rem;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--cyan), var(--violet));
	box-shadow: 0 0 0 5px rgba(77, 61, 224, 0.08);
	content: "";
	transform: translateY(-50%);
}

.proof-strip li:last-child {
	border-bottom: 0;
}

.proof-strip strong {
	font-family: var(--font-display);
	font-size: 1rem;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.proof-strip span {
	color: var(--muted);
	font-size: 0.76rem;
}

/* Shared section layouts */
.section-copy > p:not(.eyebrow) {
	max-width: 60ch;
	color: var(--muted);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.split-layout {
	display: grid;
	gap: clamp(3rem, 8vw, 6.5rem);
	align-items: center;
}

.check-list {
	display: grid;
	margin: 2rem 0 1.25rem;
	padding: 0;
	gap: 0.85rem;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 2rem;
	color: var(--ink-2);
	font-weight: 700;
}

.check-list li::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	display: grid;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(77, 61, 224, 0.1);
	color: var(--violet);
	content: "✓";
	font-size: 0.8rem;
	font-weight: 900;
	place-items: center;
}

/* API */
.api-section {
	padding-top: clamp(4rem, 7vw, 6rem);
	background: var(--paper);
}

.integration-board {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: clamp(24px, 4vw, 36px);
	background:
		radial-gradient(circle at 78% 20%, rgba(0, 189, 220, 0.15), transparent 28%),
		linear-gradient(145deg, #1a1d3d 0%, #292064 100%);
	box-shadow: var(--shadow-large);
	color: #fff;
}

.integration-board__header {
	display: flex;
	min-height: 62px;
	align-items: center;
	justify-content: space-between;
	padding-inline: 1.25rem;
	border-bottom: 1px solid var(--line-dark);
	color: var(--muted-light);
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.integration-board__header > div {
	display: flex;
	gap: 6px;
}

.integration-board__header i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
}

.integration-flow {
	display: flex;
	margin: 0;
	padding: clamp(1.5rem, 5vw, 3.25rem);
	flex-direction: column;
	gap: 0.85rem;
	list-style: none;
}

.integration-flow > li:not(.flow-connector) {
	position: relative;
	display: flex;
	min-height: 92px;
	overflow: hidden;
	align-items: center;
	gap: 0.9rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.06);
}

.integration-flow > li:not(.flow-connector)::after {
	position: absolute;
	inset: -1px;
	border: 1px solid rgba(117, 234, 255, 0.72);
	border-radius: inherit;
	box-shadow:
		inset 0 0 24px rgba(117, 234, 255, 0.1),
		0 0 24px rgba(0, 189, 220, 0.18);
	content: "";
	opacity: 0;
	pointer-events: none;
}

.integration-flow > li.integration-flow__core {
	border-color: rgba(117, 234, 255, 0.5);
	background: rgba(117, 234, 255, 0.1);
	box-shadow: inset 0 0 30px rgba(117, 234, 255, 0.05);
}

.flow-step {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: var(--cyan-light);
	font-size: 0.68rem;
	font-weight: 800;
	place-items: center;
}

.integration-flow small,
.integration-flow strong {
	display: block;
}

.integration-flow small {
	margin-bottom: 0.18rem;
	color: var(--muted-light);
	font-size: 0.67rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.integration-flow strong {
	font-family: var(--font-display);
	font-size: 0.96rem;
	line-height: 1.2;
}

.flow-connector {
	position: relative;
	display: grid;
	height: 28px;
	place-items: center;
}

.flow-connector::after {
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--cyan-light);
	box-shadow:
		0 0 0 4px rgba(117, 234, 255, 0.12),
		0 0 16px rgba(117, 234, 255, 0.85);
	content: "";
	opacity: 0;
	transform: translateX(-50%);
	pointer-events: none;
}

.flow-connector svg {
	width: 34px;
	fill: none;
	stroke: rgba(117, 234, 255, 0.65);
	stroke-dasharray: 3 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: rotate(90deg);
}

.integration-board__destinations {
	display: flex;
	padding: 0 1.25rem 1.5rem;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.integration-board__destinations span {
	padding: 0.4rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 99px;
	color: var(--muted-light);
	font-size: 0.67rem;
	font-weight: 750;
}

.integration-flow > li:nth-child(1) {
	--flow-enter-delay: 120ms;
	--flow-glow-delay: 1.8s;
}

.integration-flow > li:nth-child(2) {
	--flow-enter-delay: 400ms;
	--flow-pulse-delay: 2.8s;
}

.integration-flow > li:nth-child(3) {
	--flow-enter-delay: 680ms;
	--flow-glow-delay: 3.8s;
}

.integration-flow > li:nth-child(4) {
	--flow-enter-delay: 960ms;
	--flow-pulse-delay: 4.8s;
}

.integration-flow > li:nth-child(5) {
	--flow-enter-delay: 1.24s;
	--flow-glow-delay: 5.8s;
}

.js .integration-board .integration-flow > li,
.js .integration-board .integration-board__destinations span {
	opacity: 0;
	transform: translateY(14px);
}

.js .integration-board.is-flow-active .integration-flow > li {
	animation: flow-item-in 480ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
	animation-delay: var(--flow-enter-delay, 0ms);
}

.js .integration-board.is-flow-active .integration-flow > li:not(.flow-connector)::after {
	animation: flow-stage-glow 6.4s ease-in-out infinite;
	animation-delay: var(--flow-glow-delay, 1.8s);
}

.js .integration-board.is-flow-active .flow-connector::after {
	animation: flow-pulse-vertical 6.4s ease-in-out infinite;
	animation-delay: var(--flow-pulse-delay, 2.8s);
}

.js .integration-board.is-flow-active .integration-board__destinations span {
	animation: flow-item-in 420ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.js .integration-board.is-flow-active .integration-board__destinations span:nth-child(1) {
	animation-delay: 1.48s;
}

.js .integration-board.is-flow-active .integration-board__destinations span:nth-child(2) {
	animation-delay: 1.58s;
}

.js .integration-board.is-flow-active .integration-board__destinations span:nth-child(3) {
	animation-delay: 1.68s;
}

.js .integration-board.is-flow-active .integration-board__destinations span:nth-child(4) {
	animation-delay: 1.78s;
}

.js .integration-board.is-flow-active .integration-board__destinations span:nth-child(5) {
	animation-delay: 1.88s;
}

@keyframes flow-item-in {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes flow-stage-glow {
	0%,
	4%,
	24%,
	100% {
		opacity: 0;
	}

	9%,
	17% {
		opacity: 1;
	}
}

@keyframes flow-pulse-vertical {
	0%,
	3% {
		opacity: 0;
		transform: translate(-50%, 0);
	}

	7% {
		opacity: 1;
	}

	19% {
		opacity: 1;
		transform: translate(-50%, 18px);
	}

	23%,
	100% {
		opacity: 0;
		transform: translate(-50%, 18px);
	}
}

@keyframes flow-pulse-horizontal {
	0%,
	3% {
		opacity: 0;
		transform: translate(0, -50%);
	}

	7% {
		opacity: 1;
	}

	19% {
		opacity: 1;
		transform: translate(18px, -50%);
	}

	23%,
	100% {
		opacity: 0;
		transform: translate(18px, -50%);
	}
}

/* Data */
.data-section {
	background: var(--surface-2);
}

.data-layout {
	display: grid;
	gap: clamp(3.5rem, 8vw, 7rem);
}

.data-intro > p:not(.eyebrow) {
	max-width: 58ch;
	color: var(--muted);
}

.catalog-highlight {
	position: relative;
	display: flex;
	min-height: 250px;
	margin-top: 2.25rem;
	overflow: hidden;
	padding: 1.5rem;
	border-radius: var(--radius-medium);
	background:
		radial-gradient(circle at 90% 12%, rgba(117, 234, 255, 0.35), transparent 30%),
		linear-gradient(145deg, var(--violet), var(--violet-deep));
	box-shadow: var(--shadow-small);
	color: #fff;
	flex-direction: column;
	justify-content: flex-end;
}

.catalog-highlight > span {
	position: absolute;
	top: 1.25rem;
	left: 1.5rem;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.catalog-highlight strong {
	position: relative;
	z-index: 2;
	font-family: var(--font-display);
	font-size: clamp(3.7rem, 13vw, 6.7rem);
	font-weight: 650;
	letter-spacing: -0.07em;
	line-height: 0.88;
}

.catalog-highlight sup {
	position: relative;
	top: -0.3em;
	color: var(--cyan-light);
	font-size: 0.35em;
	letter-spacing: 0;
}

.catalog-highlight small {
	position: relative;
	z-index: 2;
	margin-top: 0.7rem;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.8rem;
	font-weight: 700;
}

.catalog-highlight svg {
	position: absolute;
	top: -18%;
	right: -12%;
	width: 60%;
	fill: none;
	stroke: rgba(255, 255, 255, 0.15);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.data-list {
	margin: 0;
	padding: 0;
	border-top: 1px solid #cbd0dd;
	list-style: none;
}

.data-list li {
	display: grid;
	min-height: 170px;
	padding-block: 1.75rem;
	border-bottom: 1px solid #cbd0dd;
	gap: 0.9rem;
	grid-template-columns: 42px 1fr;
}

.data-list__number {
	color: var(--violet);
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 750;
}

.data-list h3 {
	font-size: clamp(1.35rem, 3vw, 1.85rem);
}

.data-list p {
	max-width: 46ch;
	margin-bottom: 0;
	color: var(--muted);
	font-size: 0.93rem;
}

.data-list li > svg {
	width: 34px;
	height: 34px;
	margin-left: 42px;
	padding: 6px;
	border-radius: 10px;
	background: rgba(77, 61, 224, 0.08);
	fill: none;
	stroke: var(--violet);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

/* Platform */
.platform-section {
	background: var(--paper);
}

.platform-shell {
	position: relative;
	display: grid;
	overflow: hidden;
	padding: clamp(1.25rem, 5vw, 4rem);
	border-radius: var(--radius-large);
	background:
		radial-gradient(circle at 10% 16%, rgba(0, 189, 220, 0.18), transparent 28%),
		radial-gradient(circle at 92% 86%, rgba(240, 161, 91, 0.16), transparent 25%),
		linear-gradient(135deg, #201952 0%, #37298d 100%);
	box-shadow: var(--shadow-large);
	gap: clamp(3rem, 7vw, 6rem);
}

.platform-shell::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 36px 36px;
	content: "";
	mask-image: linear-gradient(120deg, #000, transparent 65%);
}

.platform-preview,
.platform-copy {
	position: relative;
	z-index: 2;
}

.platform-preview {
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 20px;
	background: #f8f9fd;
	box-shadow: 0 28px 60px rgba(8, 8, 34, 0.3);
	color: var(--ink);
	transform: rotate(-1.4deg);
}

.platform-preview__topbar {
	display: flex;
	min-height: 54px;
	align-items: center;
	gap: 0.75rem;
	padding-inline: 0.85rem;
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.platform-preview__topbar img {
	width: 78px;
}

.platform-preview__topbar > span:not(.platform-avatar) {
	padding-left: 0.7rem;
	border-left: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.56rem;
	font-weight: 750;
}

.platform-avatar {
	display: grid;
	width: 27px;
	height: 27px;
	margin-left: auto;
	border-radius: 50%;
	background: var(--violet);
	color: #fff;
	font-size: 0.5rem;
	font-weight: 800;
	place-items: center;
}

.platform-preview__body {
	display: grid;
	min-height: 350px;
	grid-template-columns: 38px minmax(0, 1fr);
}

.platform-preview aside {
	display: flex;
	padding-top: 1rem;
	border-right: 1px solid var(--line);
	background: #fff;
	align-items: center;
	flex-direction: column;
	gap: 0.85rem;
}

.platform-preview aside i {
	width: 17px;
	height: 17px;
	border-radius: 5px;
	background: #e3e6ef;
}

.platform-preview aside i.is-active {
	background: var(--violet);
	box-shadow: 0 5px 10px rgba(77, 61, 224, 0.24);
}

.platform-preview__content {
	min-width: 0;
	padding: 1rem;
}

.preview-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.6rem;
}

.preview-heading small,
.preview-heading strong {
	display: block;
}

.preview-heading small {
	color: var(--muted);
	font-size: 0.65rem;
}

.preview-heading strong {
	font-family: var(--font-display);
	font-size: clamp(0.82rem, 2.4vw, 1.05rem);
	line-height: 1.2;
}

.preview-heading > span {
	display: none;
	padding: 0.3rem 0.5rem;
	border-radius: 99px;
	background: #e7e4ff;
	color: var(--violet);
	font-size: 0.6rem;
	font-weight: 800;
}

.preview-search {
	display: flex;
	min-height: 50px;
	margin-block: 1rem;
	padding: 0.35rem 0.35rem 0.35rem 0.7rem;
	border: 1px solid var(--line);
	border-radius: 10px;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.preview-search span {
	overflow: hidden;
	color: #687086;
	font-size: 0.68rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.preview-search b {
	padding: 0.52rem 0.65rem;
	border-radius: 7px;
	background: var(--violet);
	color: #fff;
	font-size: 0.64rem;
}

.preview-grid {
	display: grid;
	gap: 0.6rem;
}

.preview-grid > div {
	display: flex;
	min-height: 72px;
	padding: 0.7rem;
	border: 1px solid var(--line);
	border-radius: 11px;
	background: #fff;
	flex-direction: column;
}

.preview-grid i {
	width: 20px;
	height: 20px;
	margin-bottom: 0.55rem;
	border-radius: 6px;
	background: linear-gradient(145deg, var(--cyan), var(--violet));
}

.preview-grid strong {
	font-family: var(--font-display);
	font-size: 0.74rem;
	line-height: 1.2;
}

.preview-grid span {
	margin-top: 0.15rem;
	color: var(--muted);
	font-size: 0.64rem;
}

.platform-copy h2,
.platform-copy > p:not(.eyebrow) {
	color: #fff;
}

.platform-copy > p:not(.eyebrow) {
	color: #c9cde0;
}

.platform-points {
	display: grid;
	margin: 2rem 0;
	padding: 0;
	gap: 1rem;
	list-style: none;
}

.platform-points li {
	padding-left: 1rem;
	border-left: 2px solid rgba(117, 234, 255, 0.55);
}

.platform-points strong,
.platform-points span {
	display: block;
}

.platform-points strong {
	color: #fff;
	font-size: 0.9rem;
}

.platform-points span {
	margin-top: 0.16rem;
	color: #b9bfd4;
	font-size: 0.78rem;
}

/* Audiences */
.audience-section {
	background: var(--paper);
}

.section-heading {
	margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.section-heading--wide {
	display: grid;
	gap: 1.5rem;
}

.section-heading--wide h2 {
	max-width: 13ch;
	margin-bottom: 0;
}

.section-heading--wide > p {
	max-width: 48ch;
	color: var(--muted);
}

.audience-list {
	display: grid;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.audience-list li {
	display: grid;
	min-height: 190px;
	padding: 1.75rem 0;
	border-bottom: 1px solid var(--line);
	gap: 1.25rem;
	grid-template-columns: 38px minmax(0, 1fr);
}

.audience-list li > span {
	color: var(--violet);
	font-family: var(--font-display);
	font-size: 0.72rem;
	font-weight: 800;
}

.audience-list h3 {
	font-size: clamp(1.45rem, 3.6vw, 2.1rem);
}

.audience-list p {
	max-width: 43ch;
	margin-bottom: 0;
	color: var(--muted);
}

/* Process */
.process-section {
	position: relative;
	overflow: hidden;
	padding-block: clamp(5.5rem, 11vw, 9.5rem);
	background:
		radial-gradient(circle at 10% 15%, rgba(0, 189, 220, 0.14), transparent 24%),
		radial-gradient(circle at 90% 85%, rgba(77, 61, 224, 0.2), transparent 28%), #14172f;
	color: #fff;
}

.process-section::after {
	position: absolute;
	right: -160px;
	bottom: -240px;
	width: 560px;
	height: 560px;
	border: 1px dashed rgba(117, 234, 255, 0.18);
	border-radius: 50%;
	content: "";
}

.process-heading {
	position: relative;
	z-index: 2;
	max-width: 780px;
	margin-bottom: clamp(3rem, 7vw, 5.5rem);
}

.process-heading h2,
.process-list h3 {
	color: #fff;
}

.process-list {
	position: relative;
	z-index: 2;
	display: grid;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line-dark);
	list-style: none;
}

.process-list li {
	position: relative;
	min-height: 235px;
	padding: 1.75rem 0;
	border-bottom: 1px solid var(--line-dark);
}

.process-list li > span {
	display: grid;
	width: 40px;
	height: 40px;
	margin-bottom: 2.25rem;
	border: 1px solid rgba(117, 234, 255, 0.35);
	border-radius: 50%;
	color: var(--cyan-light);
	font-family: var(--font-display);
	font-size: 0.7rem;
	font-weight: 800;
	place-items: center;
}

.process-list h3 {
	font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.process-list p {
	max-width: 34ch;
	margin-bottom: 0;
	color: var(--muted-light);
	font-size: 0.9rem;
}

.benefit-ribbon {
	position: relative;
	z-index: 2;
	display: flex;
	margin-top: clamp(2.5rem, 6vw, 4.5rem);
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.045);
	color: #d9dcec;
	flex-direction: column;
	gap: 0.85rem;
	font-size: 0.78rem;
	font-weight: 750;
	text-align: center;
}

.benefit-ribbon i {
	width: 5px;
	height: 5px;
	margin-inline: auto;
	border-radius: 50%;
	background: var(--cyan-light);
}

/* About */
.about-section {
	background: var(--surface);
}

.about-layout {
	display: grid;
	align-items: center;
	gap: clamp(3rem, 8vw, 7rem);
}

.about-mark {
	position: relative;
	display: grid;
	min-height: 0;
	aspect-ratio: 1;
	overflow: hidden;
	border: 1px solid rgba(77, 61, 224, 0.12);
	border-radius: var(--radius-large);
	background: #e4e1ff;
}

.about-mark picture {
	position: absolute;
	inset: 0;
}

.about-mark__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about-copy p + p {
	margin-top: 1rem;
}

/* Contact */
.contact-section {
	padding-block: 0 clamp(5.5rem, 10vw, 9rem);
	background: var(--surface);
	scroll-margin-top: calc(var(--header-height) + 24px);
}

.contact-shell {
	position: relative;
	display: grid;
	min-height: 480px;
	overflow: hidden;
	padding: clamp(2rem, 7vw, 5rem);
	border-radius: var(--radius-large);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 40%), var(--violet);
	box-shadow: var(--shadow-large);
	color: #fff;
	gap: 2rem;
	align-items: end;
}

.contact-shell > div {
	position: relative;
	z-index: 2;
}

.contact-shell h2 {
	max-width: 12ch;
	color: #fff;
}

.contact-shell p:not(.eyebrow) {
	max-width: 60ch;
	color: #d9d7f5;
}

.contact-actions {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 1.1rem;
}

.contact-email {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: #fff;
	font-size: 0.88rem;
	font-weight: 750;
	overflow-wrap: anywhere;
}

.contact-shell__shape {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
}

.contact-shell__shape--one {
	top: -130px;
	right: -110px;
	width: 320px;
	height: 320px;
}

.contact-shell__shape--two {
	right: 12%;
	bottom: -210px;
	width: 380px;
	height: 380px;
	border-style: dashed;
}

/* Contact modal */
.contact-modal {
	width: min(calc(100% - 24px), 680px);
	max-width: none;
	max-height: calc(100dvh - 24px);
	padding: 0;
	border: 0;
	border-radius: 28px;
	background: transparent;
	box-shadow: 0 36px 90px rgba(14, 13, 43, 0.34);
	color: var(--ink);
	font-family: var(--font-body);
	overflow: hidden;
}

.contact-modal::backdrop {
	background: rgba(13, 15, 38, 0.7);
	backdrop-filter: blur(8px);
}

.contact-modal[open] {
	animation: contact-modal-in 240ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.contact-modal__shell {
	position: relative;
	max-height: calc(100dvh - 24px);
	padding: clamp(1.5rem, 5vw, 2.6rem);
	background:
		radial-gradient(circle at 92% 2%, rgba(117, 234, 255, 0.3), transparent 25%),
		var(--paper);
	overflow-y: auto;
	overscroll-behavior: contain;
}

.contact-modal__close {
	position: absolute;
	z-index: 2;
	top: 1rem;
	right: 1rem;
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(18, 24, 44, 0.12);
	border-radius: 50%;
	background: rgba(251, 251, 254, 0.78);
	color: var(--ink);
	cursor: pointer;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.contact-modal__close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.contact-modal__intro {
	padding-right: 3.5rem;
}

.contact-modal__kicker {
	display: inline-flex;
	margin-bottom: 0.85rem;
	color: var(--violet);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.contact-modal h2 {
	max-width: 15ch;
	margin-bottom: 0.8rem;
	font-size: clamp(2rem, 6vw, 3rem);
}

.contact-modal__intro p {
	max-width: 55ch;
	margin-bottom: 0;
	color: var(--muted);
	font-size: 0.94rem;
}

.contact-form {
	display: grid;
	gap: 1.15rem;
	margin-top: 1.7rem;
}

.contact-form__grid {
	display: grid;
	gap: 1rem;
}

.form-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.form-field label {
	margin-bottom: 0.4rem;
	color: var(--ink-2);
	font-size: 0.8rem;
	font-weight: 750;
}

.form-field label > span:not(.visually-hidden) {
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 650;
}

.form-field label > span[aria-hidden="true"] {
	color: #a33737;
}

.form-field input:not([type="checkbox"]) {
	width: 100%;
	min-height: 54px;
	padding: 0.75rem 0.9rem;
	border: 1px solid #cfd4e1;
	border-radius: 13px;
	background: #fff;
	color: var(--ink);
	font-size: 0.95rem;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
}

.form-field input:not([type="checkbox"])::placeholder {
	color: #8a91a4;
}

.form-field input:not([type="checkbox"]):focus {
	border-color: var(--violet);
	box-shadow: 0 0 0 4px rgba(77, 61, 224, 0.12);
}

.form-field input[aria-invalid="true"] {
	border-color: #b33c3c;
	background: #fffafa;
}

.form-field__hint,
.form-field__error {
	margin-top: 0.35rem;
	font-size: 0.7rem;
	line-height: 1.4;
}

.form-field__hint {
	color: var(--muted);
}

.form-field__error {
	color: #982f2f;
	font-weight: 700;
}

.form-field__error:empty {
	display: none;
}

.contact-privacy {
	display: grid;
	padding: 1rem;
	border: 1px solid rgba(77, 61, 224, 0.14);
	border-radius: 15px;
	background: rgba(77, 61, 224, 0.055);
	gap: 0.8rem;
	grid-template-columns: 24px minmax(0, 1fr);
}

.contact-privacy > svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: var(--violet);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.contact-privacy strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.78rem;
}

.contact-privacy p {
	margin: 0;
	color: var(--muted);
	font-size: 0.76rem;
	line-height: 1.55;
}

.contact-privacy a {
	color: var(--violet-dark);
	font-weight: 750;
}

.contact-form__submit {
	width: 100%;
	margin-top: 0.1rem;
	cursor: pointer;
}

.contact-form__submit:disabled {
	cursor: wait;
	opacity: 0.7;
	transform: none;
}

.contact-form__note {
	margin: -0.5rem auto 0;
	color: var(--muted);
	font-size: 0.68rem;
	line-height: 1.5;
	text-align: center;
}

.contact-success {
	display: grid;
	min-height: 430px;
	place-items: center;
	align-content: center;
	text-align: center;
}

.contact-success[hidden],
.contact-form[hidden],
.contact-modal__intro[hidden] {
	display: none;
}

.contact-success__icon {
	display: grid;
	width: 68px;
	height: 68px;
	margin-bottom: 1.2rem;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--cyan), var(--violet));
	box-shadow: 0 14px 34px rgba(77, 61, 224, 0.25);
}

.contact-success__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.contact-success h2 {
	max-width: none;
	font-size: clamp(2rem, 6vw, 2.7rem);
}

.contact-success p {
	max-width: 42ch;
	margin-bottom: 1.5rem;
	color: var(--muted);
}

.contact-success__actions {
	display: flex;
	width: min(100%, 420px);
	flex-direction: column;
	gap: 0.75rem;
}

@keyframes contact-modal-in {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.98);
	}

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

/* Privacy policy */
.legal-page {
	background: var(--paper);
}

.legal-header {
	position: sticky;
	z-index: 20;
	top: 0;
	padding-top: env(safe-area-inset-top);
	border-bottom: 1px solid rgba(18, 24, 44, 0.1);
	background: rgba(251, 251, 254, 0.94);
	backdrop-filter: blur(18px);
}

.legal-header__inner {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.legal-back {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 0.5rem;
	color: var(--violet-dark);
	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none;
}

.legal-back svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.legal-hero {
	padding-block: clamp(4rem, 9vw, 7rem);
	background:
		radial-gradient(circle at 88% 16%, rgba(117, 234, 255, 0.42), transparent 25%),
		radial-gradient(circle at 12% 92%, rgba(240, 161, 91, 0.16), transparent 22%),
		linear-gradient(135deg, #f1fbff, #efedff 58%, #f9f1ff);
}

.legal-hero__inner {
	display: grid;
	justify-items: start;
}

.legal-hero h1 {
	max-width: 13ch;
	margin-bottom: 1.2rem;
	font-size: clamp(2.8rem, 9vw, 5.6rem);
	line-height: 0.96;
}

.legal-hero p:not(.eyebrow) {
	max-width: 62ch;
	margin-bottom: 0;
	color: #454e68;
	font-size: clamp(1rem, 2vw, 1.14rem);
}

.legal-meta {
	display: flex;
	margin-top: 1.7rem;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.legal-meta > div {
	display: flex;
	padding: 0.45rem 0.75rem;
	border: 1px solid rgba(77, 61, 224, 0.14);
	border-radius: 999px;
	background: rgba(251, 251, 254, 0.72);
	color: var(--muted);
	font-size: 0.72rem;
	gap: 0.3rem;
}

.legal-meta dt {
	color: var(--ink-2);
	font-weight: 800;
}

.legal-meta dt::after {
	content: ":";
}

.legal-meta dd {
	margin: 0;
}

.legal-layout {
	display: grid;
	padding-block: clamp(3.5rem, 8vw, 7rem);
	gap: clamp(2.5rem, 7vw, 6rem);
}

.legal-toc nav {
	display: grid;
	padding: 1.1rem;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--surface);
	gap: 0.15rem;
}

.legal-toc h2 {
	margin-bottom: 0.55rem;
	padding-inline: 0.65rem;
	color: var(--ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
}

.legal-toc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.legal-toc a {
	display: flex;
	min-height: 44px;
	align-items: center;
	padding: 0.45rem 0.65rem;
	border-radius: 9px;
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.legal-document {
	min-width: 0;
	max-width: 780px;
}

.legal-highlight {
	padding: clamp(1.25rem, 4vw, 1.7rem);
	border: 1px solid rgba(77, 61, 224, 0.16);
	border-radius: 20px;
	background: rgba(77, 61, 224, 0.055);
}

.legal-highlight strong {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--violet-dark);
	font-size: 0.82rem;
}

.legal-highlight p {
	margin: 0;
}

.legal-document section {
	padding-block: clamp(2.5rem, 6vw, 4rem);
	border-bottom: 1px solid var(--line);
	scroll-margin-top: 96px;
}

.legal-document section:last-child {
	border-bottom: 0;
}

.legal-document h2 {
	margin-bottom: 1.3rem;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 1.05;
}

.legal-document h3 {
	margin-top: 1.7rem;
	font-size: 1.05rem;
}

.legal-document p,
.legal-document li,
.legal-address {
	color: var(--muted);
	font-size: 0.94rem;
}

.legal-document p {
	margin-bottom: 1rem;
}

.legal-document ul {
	display: grid;
	margin: 1.1rem 0;
	padding-left: 1.25rem;
	gap: 0.65rem;
}

.legal-document li::marker {
	color: var(--violet);
}

.legal-document a {
	color: var(--violet-dark);
	font-weight: 750;
}

.legal-address {
	padding: 1.15rem;
	border-left: 3px solid var(--violet);
	background: var(--surface);
	font-style: normal;
}

.legal-address strong {
	color: var(--ink-2);
}

.legal-purpose-list {
	display: grid;
	margin-block: 1.5rem;
	gap: 0.8rem;
}

.legal-purpose-list > div {
	padding: 1.15rem;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #fff;
}

.legal-purpose-list h3 {
	margin: 0 0 0.45rem;
	font-size: 1rem;
}

.legal-purpose-list p {
	margin-bottom: 0.7rem;
	font-size: 0.86rem;
}

.legal-purpose-list small {
	display: block;
	color: var(--violet-dark);
	font-size: 0.72rem;
	font-weight: 750;
	line-height: 1.5;
}

.legal-footer {
	padding-block: 2.5rem calc(2.5rem + env(safe-area-inset-bottom));
	background: #111329;
	color: #fff;
}

.legal-footer__inner {
	display: grid;
	gap: 2rem;
}

.legal-footer__inner > div {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 0.3rem;
}

.legal-footer img {
	width: 132px;
	margin-bottom: 0.5rem;
}

.legal-footer p,
.legal-footer span,
.legal-footer a {
	color: var(--muted-light);
	font-size: 0.76rem;
}

.legal-footer p {
	margin: 0;
}

.legal-footer a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	font-weight: 750;
}

/* Footer */
.site-footer {
	padding-block: clamp(4.5rem, 8vw, 7rem) calc(1.5rem + env(safe-area-inset-bottom));
	background: #111329;
	color: #fff;
}

.site-footer__top {
	display: grid;
	padding-bottom: 2.25rem;
	border-bottom: 1px solid var(--line-dark);
	gap: 2rem;
}

.site-footer__brand img {
	width: 132px;
}

.site-footer__brand p {
	max-width: 34ch;
	margin-top: 1.25rem;
	color: var(--muted-light);
	font-size: 0.88rem;
}

.footer-nav {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-nav > div {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
}

.footer-nav strong {
	margin-bottom: 0.15rem;
	color: #fff;
	font-family: var(--font-display);
	font-size: 0.88rem;
}

.footer-nav a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	color: var(--muted-light);
	font-size: 0.78rem;
	text-decoration: none;
}

.footer-nav__social a {
	gap: 0.5rem;
}

.footer-nav__social svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.footer-nav__social .footer-nav__social-dot {
	fill: currentColor;
	stroke: none;
}

.site-footer__details {
	display: grid;
	padding-block: 2rem;
	border-bottom: 1px solid var(--line-dark);
	color: var(--muted-light);
	gap: 1.25rem;
	font-size: 0.75rem;
}

.site-footer__details > div {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.site-footer__details strong {
	color: #e9eaf2;
}

.site-footer address {
	font-style: normal;
}

.site-footer__bottom {
	display: flex;
	padding-top: 1.5rem;
	color: #8e95ab;
	flex-direction: column;
	gap: 1rem;
	font-size: 0.7rem;
}

.site-footer__bottom a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 0.4rem;
	color: #d8dbe7;
	font-weight: 750;
	text-decoration: none;
}

/* Progressive reveal */
.js [data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition:
		opacity 520ms ease,
		transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 480px) {
	.button-group {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}

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

	.form-field--full {
		grid-column: 1 / -1;
	}

	.contact-success__actions {
		flex-direction: row;
	}

	.contact-success__actions > * {
		flex: 1 1 0;
	}

	.hero__copy {
		padding-bottom: 2rem;
	}

	.hero__visual {
		min-height: 475px;
	}

	.hero__mascot {
		width: min(108%, 580px);
	}

	.hero__badge--top {
		top: 8%;
		right: 8%;
	}

	.hero__badge--metric {
		bottom: 10%;
		left: 9%;
	}

	.data-list li {
		align-items: center;
		grid-template-columns: 42px minmax(0, 1fr) 48px;
	}

	.data-list li > svg {
		width: 42px;
		height: 42px;
		margin-left: 0;
	}

	.preview-heading > span {
		display: inline-block;
	}

	.preview-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.site-footer__bottom {
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
}

@media (min-width: 700px) {
	.container {
		width: min(calc(100% - 64px), var(--container));
	}

	.brand img {
		width: 138px;
	}

	.proof-strip {
		margin-top: -1.25rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.proof-strip li {
		min-height: 84px;
		border-right: 1px solid var(--line);
		border-bottom: 0;
	}

	.proof-strip li:last-child {
		border-right: 0;
	}

	.hero__copy {
		padding-inline: 0;
	}

	.integration-flow {
		align-items: stretch;
		flex-direction: row;
	}

	.integration-flow > li:not(.flow-connector) {
		min-width: 0;
		flex: 1 1 0;
		align-items: flex-start;
		flex-direction: column;
	}

	.flow-connector {
		width: 28px;
		height: auto;
		flex: 0 0 auto;
	}

	.flow-connector svg {
		width: 28px;
		transform: none;
	}

	.flow-connector::after {
		top: 50%;
		left: 3px;
		transform: translateY(-50%);
	}

	.js .integration-board.is-flow-active .flow-connector::after {
		animation-name: flow-pulse-horizontal;
	}

	.platform-preview__body {
		min-height: 410px;
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.platform-preview__content {
		padding: 1.4rem;
	}

	.preview-grid > div {
		min-height: 108px;
	}

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

	.process-list li {
		padding: 2rem;
		border-right: 1px solid var(--line-dark);
	}

	.process-list li:nth-child(even) {
		border-right: 0;
	}

	.benefit-ribbon {
		align-items: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1.2rem;
	}

	.benefit-ribbon i {
		margin-inline: 0;
	}

	.site-footer__top {
		grid-template-columns: minmax(220px, 0.75fr) 1.25fr;
	}

	.footer-nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.site-footer__details {
		align-items: end;
		justify-content: space-between;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer address {
		text-align: right;
	}

	.legal-footer__inner {
		align-items: end;
		justify-content: space-between;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.legal-footer__inner > div:last-child {
		align-items: flex-end;
		text-align: right;
	}
}

@media (min-width: 960px) {
	body.menu-open {
		overflow: auto;
	}

	.menu-toggle,
	.js .menu-toggle {
		display: none;
	}

	.main-nav,
	.js .main-nav {
		position: static;
		display: flex;
		width: auto;
		max-height: none;
		padding: 0;
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		visibility: visible;
		align-items: center;
		flex-direction: row;
		gap: 1.1rem;
	}

	.main-nav__links {
		align-items: center;
		flex-direction: row;
		gap: 0;
	}

	.main-nav__links a {
		min-height: 44px;
		padding-inline: 0.68rem;
		font-size: 0.79rem;
	}

	.legal-layout {
		align-items: start;
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.legal-toc {
		position: sticky;
		top: 100px;
		max-height: calc(100dvh - 120px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.site-footer__top {
		grid-template-columns: minmax(220px, 1fr) auto;
		gap: 2rem;
	}

	.footer-nav {
		grid-template-columns: repeat(3, max-content);
		justify-content: end;
		column-gap: clamp(2rem, 4vw, 3.5rem);
	}

	.hero__shell {
		min-height: calc(660px + var(--header-height));
	}

	.hero__inner {
		min-height: calc(660px + var(--header-height));
		grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
	}

	.hero__copy {
		display: flex;
		min-width: 0;
		padding: clamp(3rem, 5.2vw, 4.75rem) 0;
		align-self: center;
		flex-direction: column;
		align-items: flex-start;
	}

	.hero h1 {
		font-size: clamp(3.9rem, 6.1vw, 1.8rem);
	}

	.hero__lead {
		max-width: 57ch;
	}

	.hero__visual {
		min-height: 100%;
	}

	.hero__visual::before {
		inset: 16% 2% 6% 0;
	}

	.hero__mascot {
		right: 48%;
		bottom: -2%;
		width: min(128%, 670px);
	}

	.hero__badge--top {
		top: 12%;
		right: 5%;
	}

	.hero__badge--metric {
		bottom: 11%;
		left: 2%;
	}

	.proof-strip li {
		padding-inline: 2rem;
	}

	.data-layout {
		align-items: start;
		grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
	}

	.data-intro {
		position: sticky;
		top: calc(var(--header-height) + 32px);
	}

	.catalog-highlight {
		max-width: 410px;
	}

	.section-heading--wide {
		align-items: end;
		grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	}

	.section-heading--wide > p {
		margin-bottom: 0.35rem;
	}

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

	.audience-list li {
		padding: 2.25rem;
		border-right: 1px solid var(--line);
	}

	.audience-list li:nth-child(even) {
		border-right: 0;
	}

	.process-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.process-list li,
	.process-list li:nth-child(even) {
		padding: 2rem 1.5rem;
		border-right: 1px solid var(--line-dark);
	}

	.process-list li:last-child {
		border-right: 0;
	}

	.about-layout {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	.about-mark {
		min-height: 0;
	}

	.contact-shell {
		min-height: 500px;
		align-items: center;
		grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	}

	.contact-actions {
		align-items: flex-start;
		justify-self: end;
	}
}

@media (min-width: 1180px) {
	.main-nav__links a {
		padding-inline: 0.9rem;
		font-size: 0.84rem;
	}

	.integration-flow > li:not(.flow-connector) {
		min-height: 118px;
	}

	.audience-list li {
		min-height: 230px;
		padding: 3rem;
	}
}

@media (hover: hover) and (pointer: fine) {
	.button:hover {
		border-color: var(--violet-dark);
		background: var(--violet-dark);
		box-shadow: 0 12px 28px rgba(48, 37, 141, 0.3);
		transform: translateY(-2px);
	}

	.button:hover svg,
	.text-link:hover svg {
		transform: translateX(3px);
	}

	.button--secondary:hover {
		border-color: rgba(18, 24, 44, 0.25);
		background: var(--paper);
		box-shadow: var(--shadow-small);
		color: var(--ink);
	}

	.button--light:hover {
		border-color: #fff;
		background: #fff;
		box-shadow: 0 16px 34px rgba(9, 8, 33, 0.28);
		color: var(--violet-deep);
	}

	.main-nav__links a:hover {
		background: rgba(77, 61, 224, 0.07);
		color: var(--violet);
	}

	.text-link:hover {
		color: var(--violet-dark);
	}

	.data-list li > div {
		transition: transform 220ms ease;
	}

	.data-list li:hover > div {
		transform: translateX(6px);
	}

	.audience-list li {
		transition: background-color 220ms ease;
	}

	.audience-list li:hover {
		background: rgba(77, 61, 224, 0.035);
	}

	.footer-nav a:hover,
	.site-footer__bottom a:hover {
		color: #fff;
	}

	.contact-modal__close:hover {
		border-color: rgba(77, 61, 224, 0.24);
		background: #fff;
		transform: rotate(4deg);
	}

	.legal-back:hover,
	.legal-document a:hover {
		color: var(--violet);
	}

	.legal-toc a:hover {
		background: rgba(77, 61, 224, 0.08);
		color: var(--violet-dark);
	}
}

@media (min-width: 1100px) {
	.split-layout {
		grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
	}

	.platform-shell {
		align-items: center;
		grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
	}

	.platform-preview {
		transform: rotate(-2deg) translateX(-5%);
	}
}

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

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

	.js [data-reveal] {
		opacity: 1;
		transform: none;
	}

	.js .hero .hero__visual[data-reveal],
	.js .hero h1 .hero__title-line,
	.js .hero__badge--metric {
		opacity: 1;
		transform: none;
		transition: none;
		animation: none !important;
	}

	.hero__mascot,
	.hero__visual::before,
	.hero__orbit,
	.hero__shell::before {
		animation: none !important;
	}

	.js .integration-board .integration-flow > li,
	.js .integration-board .integration-board__destinations span {
		opacity: 1;
		transform: none;
		animation: none !important;
	}

	.integration-flow > li:not(.flow-connector)::after,
	.flow-connector::after {
		display: none;
	}
}
