:root {
	--ink: #101114;
	--ink-soft: #202127;
	--paper: #f6f7f9;
	--white: #ffffff;
	--mist: #e8ebf0;
	--muted: #686b75;
	--line: rgba(16, 17, 20, 0.13);
	--electric: #5b5cf0;
	--electric-dark: #4142c6;
	--lime: #b8f23d;
	--cyan: #4ad6e6;
	--radius: 24px;
	--radius-lg: 40px;
	--shadow: 0 24px 80px rgba(24, 27, 40, 0.12);
	--shell: min(1240px, calc(100vw - 48px));
	--header-height: 80px;
	--font-body: 'Plus Jakarta Sans', "Century Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--font-small: var(--font-body);
}

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

html {
	font-size: 17px;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 18px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/* Compact interface and supporting copy use Century Gothic. */
.eyebrow,
.button,
.site-menu a,
.menu-toggle,
.float-card__label,
.float-card small,
.scroll-cue,
.signal-strip span,
.platform-card__index,
.platform-card li,
.pill,
.check-list li,
.metric p,
.process-list > li > span,
.work-card__content > p,
.work-card__content span,
.contact-section__note p,
.form-field label,
.consent-field > span,
.form-field small,
.contact-form__footer p,
.form-notice,
.site-footer__contact span,
.site-footer__bottom,
.site-footer__legal,
.post-meta,
.entry-byline {
	font-family: var(--font-small);
}

body.admin-bar .site-header {
	top: 32px;
}

img {
	max-width: 100%;
	height: auto;
}

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

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

button {
	color: inherit;
}

::selection {
	background: var(--lime);
	color: var(--ink);
}

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

.shell {
	width: var(--shell);
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 12px 18px;
	background: var(--ink);
	color: var(--white);
	border-radius: 8px;
	transform: translateY(-150%);
}

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

.eyebrow {
	margin: 0 0 24px;
	color: var(--muted);
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.section {
	padding-block: clamp(96px, 12vw, 180px);
}

.section-heading {
	max-width: 930px;
}

.section-heading h2,
.metrics h2,
.final-cta h2,
.page-hero h1,
.entry-header h1,
.error-page h1 {
	margin: 0;
	font-size: clamp(2.75rem, 6.5vw, 6.3rem);
	font-weight: 600;
	letter-spacing: -0.065em;
	line-height: 0.96;
}

.section-intro {
	max-width: 620px;
	margin: 54px 0 0 auto;
	color: var(--muted);
	font-size: clamp(1.12rem, 2vw, 1.5rem);
	line-height: 1.5;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 56px;
	padding: 15px 24px;
	border: 1px solid var(--ink);
	border-radius: 999px;
	background: var(--ink);
	color: var(--white);
	font-size: 0.9rem;
	font-weight: 720;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
	background: var(--electric);
	border-color: var(--electric);
	transform: translateY(-2px);
}

.button--small {
	min-height: 42px;
	padding: 10px 18px;
	font-size: 0.78rem;
}

.button--ghost {
	background: transparent;
	color: var(--ink);
}

.button--ghost:hover {
	color: var(--white);
}

.button--light {
	border-color: var(--white);
	background: var(--white);
	color: var(--ink);
}

.button--light:hover {
	border-color: var(--lime);
	background: var(--lime);
	color: var(--ink);
}

.text-link {
	display: inline-flex;
	gap: 8px;
	font-weight: 700;
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	transition: transform 280ms ease, background-color 280ms ease, box-shadow 280ms ease;
}

.site-header.is-scrolled {
	background: rgba(246, 247, 249, 0.86);
	box-shadow: 0 1px 0 rgba(16, 17, 20, 0.08);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.site-header.is-hidden {
	transform: translateY(-105%);
}

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

.site-branding,
.custom-logo-link,
.brand-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	display: block;
	width: auto;
	max-height: 42px;
}

.brand-logo-link {
	line-height: 0;
}

.brand-logo {
	display: block;
	width: auto;
	height: 38px;
	max-width: 100%;
}

.brand-logo--footer {
	height: 42px;
}

.wordmark {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.035em;
	text-decoration: none;
}

.wordmark__mark {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 8px);
	grid-template-rows: repeat(2, 8px);
	gap: 2px;
	width: 18px;
	height: 18px;
	transform: rotate(-10deg);
}

.wordmark__mark i {
	display: block;
	border-radius: 2px;
	background: currentColor;
}

.wordmark__mark i:first-child {
	grid-row: 1 / 3;
}

.wordmark__mark i:nth-child(3) {
	background: var(--electric);
}

.primary-navigation {
	display: flex;
	align-items: center;
	gap: 32px;
}

.site-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu li {
	position: relative;
}

.site-menu a {
	font-size: 0.84rem;
	font-weight: 650;
	text-decoration: none;
}

.site-menu a:hover {
	color: var(--electric);
}

.site-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -20px;
	display: none;
	min-width: 190px;
	margin: 0;
	padding: 16px 20px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--white);
	box-shadow: var(--shadow);
	list-style: none;
}

.site-menu li:hover > .sub-menu,
.site-menu li:focus-within > .sub-menu {
	display: grid;
	gap: 10px;
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 12px;
	padding: 6px 6px 6px 15px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255,255,255,.82);
	font-size: 0.8rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 8px 30px rgba(24,27,40,.06);
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.menu-toggle__icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--ink);
}

.menu-toggle__icon i {
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 2px;
	background: var(--white);
	transition: transform 180ms ease;
}

/* Hero */
.hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 100svh;
	padding: calc(var(--header-height) + 60px) 0 60px;
	overflow: clip;
}

.hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	align-items: center;
	gap: clamp(40px, 7vw, 110px);
}

.hero__copy {
	position: relative;
	z-index: 2;
}

.hero__title {
	max-width: 780px;
	margin: 0;
	font-size: clamp(4rem, 7.3vw, 7.4rem);
	font-weight: 590;
	letter-spacing: -0.075em;
	line-height: 0.88;
}

.hero__title span,
.hero__title em {
	display: block;
}

.hero__title em {
	color: var(--electric);
	font-style: normal;
}

.hero__lead {
	max-width: 650px;
	margin: 34px 0 0;
	color: var(--muted);
	font-size: clamp(1.05rem, 1.5vw, 1.3rem);
	line-height: 1.55;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 38px;
}

.hero__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	opacity: 0.7;
	transform: translate3d(0, var(--parallax-y, 0), 0);
}

.hero__glow--one {
	top: 8%;
	right: -15%;
	width: 48vw;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(91, 92, 240, 0.17), transparent 67%);
}

.hero__glow--two {
	bottom: -25%;
	left: 15%;
	width: 38vw;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(184, 242, 61, 0.18), transparent 68%);
}

.hero-stage {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 520px);
	aspect-ratio: 1;
	margin-inline: auto;
}

.hero-stage__backdrop {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	pointer-events: none;
}

.hero-stage__ring {
	position: absolute;
	border-radius: 50%;
}

.hero-stage__ring--outer {
	inset: 4%;
	border: 1px solid rgba(91, 92, 240, 0.15);
	background: radial-gradient(circle, rgba(91, 92, 240, 0.05) 0%, transparent 70%);
}

.hero-stage__ring--inner {
	inset: 15%;
	border: 1px dashed rgba(184, 242, 61, 0.28);
	animation: spin 45s linear infinite;
}

.hero-stage__beacon {
	position: absolute;
	top: 3%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 16px var(--lime), 0 0 0 5px rgba(184, 242, 61, 0.18);
}

.hero-stage__core {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 58%;
	aspect-ratio: 1;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 36px;
	background:
		radial-gradient(circle at 50% 0%, rgba(91, 92, 240, 0.22), transparent 60%),
		linear-gradient(180deg, #181920 0%, #0d0e12 100%);
	box-shadow:
		0 30px 80px -15px rgba(16, 17, 20, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.08) inset;
	color: var(--white);
	text-align: center;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hero-stage__core:hover {
	transform: scale(1.02);
	box-shadow:
		0 36px 90px -10px rgba(91, 92, 240, 0.25),
		0 0 0 1px rgba(184, 242, 61, 0.3) inset;
}

.hero-stage__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	color: #9da1ad;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-stage__status-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 8px var(--lime);
	animation: pulseGlow 2s ease-in-out infinite;
}

.hero-stage__headline {
	display: flex;
	flex-direction: column;
	line-height: 1.04;
}

.hero-stage__headline strong {
	font-size: clamp(1.6rem, 2.5vw, 2.3rem);
	font-weight: 800;
	letter-spacing: -0.05em;
}

.hero-stage__headline .text-gradient {
	background: linear-gradient(135deg, var(--lime) 10%, var(--cyan) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.hero-stage__tagline {
	margin: 0;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Floating widgets */
.float-card {
	position: absolute;
	z-index: 2;
	border-radius: 20px;
	box-shadow: 0 20px 50px rgba(16, 17, 20, 0.13);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transform: translate3d(0, var(--parallax-y, 0), 0);
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.float-card:hover {
	transform: translate3d(0, calc(var(--parallax-y, 0) - 5px), 0);
	box-shadow: 0 28px 65px rgba(16, 17, 20, 0.2);
}

.float-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
}

.float-card__label {
	display: block;
	color: var(--muted);
	font-size: 0.64rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* Social Engine Card */
.float-card--social {
	top: 10%;
	left: -5%;
	width: 196px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.86);
}

.float-card__channels {
	display: flex;
	align-items: center;
	gap: 4px;
}

.float-card__channels span {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #101114;
	opacity: 0.82;
}

.float-card__channels span img {
	width: 10px;
	height: 10px;
	filter: brightness(0) invert(1);
}

.float-card__wave {
	width: 100%;
	height: 28px;
	margin: 6px 0;
}

.float-card__wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

.float-card__metric {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 6px;
	margin-top: 4px;
}

.float-card__metric strong {
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.05em;
	color: var(--ink);
}

.float-card__metric small {
	color: var(--muted);
	font-size: 0.66rem;
	font-weight: 600;
}

/* Web Engine Card */
.float-card--web {
	right: -6%;
	bottom: 8%;
	width: 205px;
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(18, 20, 26, 0.94);
	color: var(--white);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.float-card--web .float-card__label {
	color: #9295a0;
}

.float-card__score {
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	border: 1px solid rgba(184, 242, 61, 0.35);
	border-radius: 999px;
	background: rgba(184, 242, 61, 0.15);
	color: var(--lime);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.mini-browser {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 8px 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-browser__bar {
	display: flex;
	align-items: center;
	gap: 4px;
}

.mini-browser__bar i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
}

.mini-browser__bar i:first-child { background: #f55282; }
.mini-browser__bar i:nth-child(2) { background: #f5b041; }
.mini-browser__bar i:nth-child(3) { background: var(--lime); }

.mini-browser__hero {
	display: block;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background: linear-gradient(90deg, var(--electric), var(--cyan));
}

.mini-browser__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
}

.mini-browser__grid b {
	height: 18px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.12);
}

.float-card__sub {
	display: flex;
	align-items: center;
}

.float-card__pill {
	color: #9ea2b0;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.scroll-cue {
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.scroll-cue span {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--electric);
	box-shadow: 0 0 0 5px rgba(91, 92, 240, 0.15);
}

/* Capability ticker */
.signal-strip {
	padding-block: 23px;
	border-block: 1px solid var(--line);
	overflow: hidden;
}

.signal-strip__track {
	display: flex;
	align-items: center;
	gap: 28px;
	width: max-content;
	animation: ticker 28s linear infinite;
}

.signal-strip span {
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.signal-strip i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--electric);
}

.services-intro {
	display: grid;
	grid-template-columns: 1.3fr 0.7fr;
	align-items: end;
	gap: 60px;
}

.services-intro .section-intro {
	margin: 0 0 5px;
}

/* Social scrollytelling */
.social-story {
	background: var(--ink);
	color: var(--white);
}

.social-story__inner {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(460px, 1.28fr);
	gap: clamp(60px, 10vw, 150px);
}

.social-story__sticky {
	position: sticky;
	top: calc(var(--header-height) + 70px);
	align-self: start;
}

.social-story .eyebrow,
.social-story__sticky p {
	color: #a7a8af;
}

.social-story__sticky h2 {
	margin: 0 0 34px;
	font-size: clamp(3.2rem, 5.5vw, 6.1rem);
	font-weight: 580;
	letter-spacing: -0.065em;
	line-height: 0.94;
}

.social-story__sticky > p:not(.eyebrow) {
	max-width: 460px;
	font-size: 1.08rem;
}

.story-progress {
	width: 100%;
	height: 2px;
	margin-top: 50px;
	background: #33343b;
	overflow: hidden;
}

.story-progress i {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--lime);
	transform: scaleX(0);
	transform-origin: left;
}

/* Platform Cards - Modern Studio Showcase */
.platform-list {
	display: grid;
	gap: 24px;
}

.platform-list__channels-label {
	margin-bottom: 20px;
	color: #858893;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.72rem;
	font-weight: 750;
}

.platform-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	min-height: 380px;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 28px;
	background:
		radial-gradient(circle at 90% 10%, var(--card-glow, rgba(91, 92, 240, 0.15)) 0%, transparent 65%),
		linear-gradient(165deg, rgba(26, 28, 36, 0.95) 0%, rgba(13, 14, 18, 0.98) 100%);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	box-shadow:
		0 20px 50px rgba(0, 0, 0, 0.3),
		0 0 0 1px rgba(255, 255, 255, 0.05) inset;
	color: var(--white);
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.platform-card:hover,
.platform-card:focus-visible {
	border-color: var(--card-accent, rgba(255, 255, 255, 0.28));
	transform: translateY(-5px);
	box-shadow:
		0 30px 70px -10px rgba(0, 0, 0, 0.55),
		0 0 35px -10px var(--card-glow, rgba(91, 92, 240, 0.3)),
		0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

/* Individual Platform Themes */
.platform-card--facebook {
	--card-accent: #1877f2;
	--card-glow: rgba(24, 119, 242, 0.26);
}

.platform-card--instagram {
	--card-accent: #e1306c;
	--card-glow: rgba(225, 48, 108, 0.28);
}

.platform-card--linkedin {
	--card-accent: #0a66c2;
	--card-glow: rgba(10, 102, 194, 0.26);
}

.platform-card--tiktok {
	--card-accent: #4ad6e6;
	--card-glow: rgba(74, 214, 230, 0.24);
}

.platform-card--x-twitter {
	--card-accent: #e2e4ea;
	--card-glow: rgba(255, 255, 255, 0.16);
}

.platform-card--youtube {
	--card-accent: #ff0000;
	--card-glow: rgba(255, 0, 0, 0.28);
}

/* Platform Header */
.platform-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.platform-card__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: var(--card-accent, var(--electric));
	box-shadow: 0 10px 25px -4px var(--card-glow, rgba(91, 92, 240, 0.4));
	transition: transform 0.3s ease;
}

.platform-card:hover .platform-card__icon {
	transform: scale(1.06);
}

.platform-card__icon img {
	display: block;
	width: 26px;
	height: 26px;
	filter: brightness(0) invert(1);
}

.platform-card--x-twitter .platform-card__icon {
	background: #ffffff;
}

.platform-card--x-twitter .platform-card__icon img {
	filter: none;
}

.platform-card--tiktok .platform-card__icon {
	background: #14151a;
	box-shadow:
		inset 3px 0 #4ad6e6,
		inset -3px 0 #f55282,
		0 10px 25px rgba(0, 0, 0, 0.4);
}

.platform-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
}

.platform-card__index {
	padding: 4px 11px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #9295a3;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.platform-card__arrow {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease;
}

.platform-card:hover .platform-card__arrow {
	transform: translate(3px, -3px);
	background: var(--lime);
	border-color: var(--lime);
	color: var(--ink);
}

/* Platform Body */
.platform-card__body h3 {
	margin: 12px 0 10px;
	font-size: clamp(2.1rem, 3.8vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.05;
	color: #fff;
}

.platform-card__body p {
	max-width: 520px;
	margin: 0;
	color: #abb0c0;
	font-size: 1.02rem;
	line-height: 1.6;
}

/* Tags List */
.platform-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
	padding: 0;
	list-style: none;
}

.platform-card__tags li {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 14px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #d2d6e4;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.platform-card__tags li::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--card-accent, var(--lime));
}

.platform-card:hover .platform-card__tags li {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

/* Web products */
.web-section {
	background: var(--white);
}

.web-section__heading {
	margin-bottom: clamp(70px, 10vw, 130px);
}

.web-products {
	display: grid;
	gap: 36px;
}

.web-product {
	display: grid;
	grid-template-columns: 1.07fr 0.93fr;
	min-height: 620px;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: var(--paper);
	overflow: hidden;
}

.web-product--reverse .web-product__visual {
	order: 2;
}

.web-product__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 480px;
	background: var(--electric);
	overflow: hidden;
}

.web-product__visual::before {
	position: absolute;
	width: 80%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.04), 0 0 0 140px rgba(255, 255, 255, 0.03);
	content: "";
}

.web-product__visual--app {
	background: var(--ink);
}

.web-product__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(40px, 6vw, 82px);
}

.web-product__content h3 {
	margin: 26px 0;
	font-size: clamp(2.4rem, 4.5vw, 4.5rem);
	font-weight: 590;
	letter-spacing: -0.06em;
	line-height: 0.98;
}

.web-product__content > p {
	margin: 0;
	color: var(--muted);
	font-size: 1.03rem;
}

.pill {
	align-self: flex-start;
	padding: 8px 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-size: 0.69rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.check-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 42px 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 22px;
	font-size: 0.82rem;
	font-weight: 650;
}

.check-list li::before {
	position: absolute;
	left: 0;
	color: var(--electric);
	content: "↗";
}

.web-system-callout {
	margin-top: 36px;
	padding: clamp(42px, 6vw, 78px);
	border-radius: var(--radius-lg);
	background: var(--ink);
	color: var(--white);
}

.web-system-callout__heading {
	display: grid;
	grid-template-columns: 1.18fr .82fr;
	align-items: end;
	gap: 70px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.web-system-callout .eyebrow { color: var(--lime); }

.web-system-callout__heading h3 {
	max-width: 800px;
	margin: 0;
	font-size: clamp(2.7rem, 5vw, 5.2rem);
	font-weight: 580;
	letter-spacing: -.062em;
	line-height: .98;
}

.web-system-callout__heading > p {
	max-width: 470px;
	margin: 0 0 6px;
	color: #b3b5be;
}

.web-system-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 1px;
	background: rgba(255, 255, 255, .14);
}

.web-system-grid > div {
	display: grid;
	min-height: 210px;
	padding: 30px;
	background: var(--ink);
}

.web-system-grid span,
.web-system-grid small,
.web-system-callout__footer {
	font-family: var(--font-small);
}

.web-system-grid span {
	color: var(--cyan);
	font-size: .62rem;
	font-weight: 700;
}

.web-system-grid strong {
	align-self: end;
	margin-top: 58px;
	font-size: 1.18rem;
}

.web-system-grid small {
	margin-top: 7px;
	color: #91949d;
	font-size: .65rem;
	line-height: 1.55;
}

.web-system-callout__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 34px;
}

.web-system-callout__footer p { margin: 0; color: #9699a2; font-size: .68rem; }
.web-system-callout__footer .text-link { color: var(--lime); font-size: .73rem; font-weight: 700; text-decoration: none; }

.wireframe {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	width: 70%;
	padding: 55px 32px 32px;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 30px 80px rgba(16, 17, 20, 0.22);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	transform: perspective(800px) rotateY(-10deg) rotateX(5deg);
}

.browser-chrome {
	position: absolute;
	z-index: 2;
	top: calc(50% - 160px);
	left: 19%;
	display: flex;
	gap: 6px;
}

.browser-chrome i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
}

.wireframe b,
.wireframe span,
.wireframe em {
	display: block;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.76);
}

.wireframe b { grid-column: 1 / -1; height: 80px; }
.wireframe span { height: 94px; background: rgba(255, 255, 255, 0.3); }
.wireframe em { grid-column: 1 / -1; width: 45%; height: 16px; background: var(--lime); }

.app-sidebar,
.app-dashboard {
	position: relative;
	z-index: 1;
}

.app-sidebar {
	display: grid;
	gap: 17px;
	width: 58px;
	padding: 25px 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px 0 0 16px;
	background: #292a31;
	transform: translate(-180px, 5px);
}

.app-sidebar i {
	width: 24px;
	height: 24px;
	border-radius: 7px;
	background: #484a54;
}

.app-sidebar i:first-child { background: var(--lime); }

.app-dashboard {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	width: 62%;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0 18px 18px 0;
	background: #202127;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
	transform: translate(-41%, -50%);
}

.app-dashboard b,
.app-dashboard span,
.app-dashboard em {
	display: block;
	border-radius: 7px;
	background: #383a43;
}

.app-dashboard b { grid-column: 1 / -1; width: 45%; height: 14px; background: var(--white); }
.app-dashboard span { height: 78px; }
.app-dashboard em { grid-column: 1 / -1; height: 100px; background: linear-gradient(155deg, var(--electric), #27285d); }

/* Metrics */
.metrics {
	background: var(--lime);
}

.metrics .shell {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: clamp(60px, 10vw, 150px);
}

.metrics__lead > p:last-child {
	max-width: 460px;
	margin-top: 38px;
	font-size: 1.05rem;
}

.metric-grid {
	border-top: 1px solid rgba(16, 17, 20, 0.22);
}

.metric {
	display: grid;
	grid-template-columns: 190px 1fr;
	align-items: center;
	gap: 30px;
	padding-block: 32px;
	border-bottom: 1px solid rgba(16, 17, 20, 0.22);
}

.metric strong {
	font-size: clamp(4.4rem, 8vw, 8rem);
	font-weight: 570;
	letter-spacing: -0.08em;
	line-height: 0.8;
}

.metric p {
	max-width: 280px;
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
}

/* Process */
.process {
	background: var(--paper);
}

.process .section-heading {
	margin-bottom: 80px;
}

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

.process-list li {
	display: grid;
	grid-template-columns: 0.45fr 1.55fr;
	gap: 40px;
	padding: 36px 0;
	border-bottom: 1px solid var(--line);
}

.process-list > li > span {
	color: var(--electric);
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.15em;
}

.process-list div {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 40px;
}

.process-list h3 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1;
}

.process-list p {
	max-width: 440px;
	margin: 0;
	color: var(--muted);
}

/* Work scenarios */
.work-section {
	background: var(--white);
}

.section-heading--split {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	align-items: end;
	gap: 70px;
	max-width: none;
	margin-bottom: 90px;
}

.section-heading--split > p {
	margin: 0 0 8px;
	color: var(--muted);
	font-size: 1.05rem;
}

.work-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.work-card {
	border-radius: var(--radius);
	background: var(--paper);
	overflow: hidden;
}

.work-card:last-child {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.work-card__art {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 390px;
	background: var(--lime);
	overflow: hidden;
}

.work-card__art > span {
	z-index: 1;
	font-size: clamp(3.8rem, 8vw, 7rem);
	font-weight: 600;
	letter-spacing: -0.08em;
}

.work-card__art > i {
	position: absolute;
	width: 270px;
	height: 270px;
	border: 1px solid rgba(16, 17, 20, 0.18);
	border-radius: 50%;
}

.work-card__art > i:nth-of-type(2) { width: 390px; height: 390px; }
.work-card__art > i:nth-of-type(3) { width: 510px; height: 510px; }

.work-card__art--data {
	display: flex;
	align-items: end;
	justify-content: center;
	gap: 14px;
	padding: 70px;
	background: var(--electric);
}

.work-card__art--data i {
	position: static;
	width: 11%;
	height: 30%;
	border: 0;
	border-radius: 8px 8px 0 0;
	background: rgba(255, 255, 255, 0.28);
}

.work-card__art--data i:nth-child(2) { height: 45%; width: 11%; }
.work-card__art--data i:nth-child(3) { height: 62%; width: 11%; }
.work-card__art--data i:nth-child(4) { height: 80%; width: 11%; }
.work-card__art--data i:nth-child(5) { height: 100%; width: 11%; background: var(--lime); }

.work-card__art--portal {
	display: grid;
	grid-template-columns: repeat(3, 90px);
	grid-template-rows: 120px 100px;
	gap: 14px;
	background: var(--ink);
}

.work-card__art--portal span,
.work-card__art--portal b {
	position: static;
	display: block;
	width: auto;
	height: auto;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 12px;
	background: #27282f;
}

.work-card__art--portal span:first-child { background: var(--electric); }
.work-card__art--portal b { grid-column: 1 / -1; background: linear-gradient(90deg, #292a31 50%, var(--lime) 50%); }

.work-card__content {
	padding: 34px;
}

.work-card__content > p {
	margin: 0 0 18px;
	color: var(--muted);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.work-card__content h3 {
	margin: 0 0 28px;
	font-size: clamp(1.65rem, 2.7vw, 2.65rem);
	font-weight: 590;
	letter-spacing: -0.05em;
	line-height: 1.08;
}

.work-card__content span {
	color: var(--muted);
	font-size: 0.78rem;
}

.work-card:last-child .work-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(40px, 6vw, 80px);
}

/* Accepted Payment Methods Section */
.section-heading--center {
	text-align: center;
	margin-inline: auto;
	max-width: 820px;
}

.payment-methods {
	position: relative;
	padding-block: clamp(80px, 9vw, 130px);
	background: linear-gradient(180deg, var(--paper) 0%, #ffffff 50%, var(--paper) 100%);
	border-top: 1px solid rgba(16, 17, 20, 0.06);
	overflow: hidden;
}

.payment-methods__subtitle {
	max-width: 640px;
	margin: 16px auto 0;
	color: var(--muted);
	font-size: 1.05rem;
}

.payment-regions-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	margin-top: 54px;
}

.payment-region-card {
	display: flex;
	flex-direction: column;
	padding: clamp(28px, 4vw, 42px);
	border: 1px solid rgba(16, 17, 20, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 16px 45px rgba(18, 22, 35, 0.04);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.payment-region-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 60px rgba(18, 22, 35, 0.08);
}

.payment-region-card__header {
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(16, 17, 20, 0.07);
}

.region-badge {
	display: flex;
	align-items: center;
	gap: 10px;
}

.region-flag {
	font-size: 1.3rem;
	line-height: 1;
}

.region-badge h3 {
	margin: 0;
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	font-weight: 700;
	letter-spacing: -0.03em;
}

.payment-region-card__header p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 0.82rem;
	line-height: 1.45;
	font-family: var(--font-small);
}

.payment-methods-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 14px;
}

.payment-card-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px 18px;
	border: 1px solid rgba(16, 17, 20, 0.08);
	border-radius: 18px;
	background: #fbfbfc;
	min-height: 108px;
	transition: all 0.25s ease;
}

.payment-card-item:hover {
	background: #ffffff;
	border-color: rgba(91, 92, 240, 0.3);
	box-shadow: 0 10px 28px rgba(18, 22, 35, 0.07);
	transform: translateY(-2px);
}

.payment-card-item__logo {
	display: flex;
	align-items: center;
	height: 38px;
	margin-bottom: 8px;
}

.payment-card-item__logo img {
	max-height: 28px;
	width: auto;
	object-fit: contain;
	display: block;
}

.payment-card-item__logo--bank {
	display: flex;
	align-items: center;
	gap: 8px;
}

.payment-card-item__logo--bank img {
	max-height: 30px;
}

.bank-label {
	font-family: var(--font-small);
	font-size: 0.72rem;
	font-weight: 700;
	color: #101114;
}

.payment-card-item__meta {
	display: flex;
	flex-direction: column;
}

.payment-card-item__meta strong {
	color: var(--ink);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.2;
}

.payment-card-item__meta small {
	color: #727786;
	font-size: 0.62rem;
	font-family: var(--font-small);
	line-height: 1.3;
	margin-top: 2px;
}

/* Trust & Security Strip */
.payment-trust-strip {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: clamp(16px, 4vw, 36px);
	margin-top: 32px;
	padding: 16px 24px;
	border-radius: 50px;
	background: #ffffff;
	border: 1px solid rgba(16, 17, 20, 0.07);
	box-shadow: 0 6px 20px rgba(18, 22, 35, 0.03);
}

.payment-trust-strip span {
	color: #636877;
	font-family: var(--font-small);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

@media (max-width: 960px) {
	.payment-regions-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media (max-width: 560px) {
	.payment-methods {
		padding-block: 60px;
	}
	.payment-region-card {
		padding: 22px 18px;
		border-radius: 22px;
	}
	.payment-methods-list {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.payment-guidance-card {
		padding: 18px;
		border-radius: 16px;
	}
	.payment-trust-strip {
		border-radius: 20px;
		flex-direction: column;
		gap: 8px;
		text-align: center;
	}
}

/* Contact form */
.contact-section {
	background: #eef0f4;
}

.contact-section__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr);
	align-items: start;
	gap: clamp(60px, 9vw, 140px);
}

.contact-section__intro {
	position: sticky;
	top: calc(var(--header-height) + 70px);
}

.contact-section__intro h2 {
	margin: 0;
	font-size: clamp(3rem, 5.5vw, 5.8rem);
	font-weight: 590;
	letter-spacing: -0.065em;
	line-height: 0.95;
}

.contact-section__intro > p:not(.eyebrow) {
	max-width: 480px;
	margin: 34px 0 0;
	color: var(--muted);
	font-size: 1.06rem;
}

.contact-section__note {
	display: flex;
	gap: 14px;
	max-width: 430px;
	margin-top: 42px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.contact-section__note > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--lime);
	font-weight: 800;
}

.contact-section__note p {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: 0.78rem;
}

.contact-card {
	padding: clamp(28px, 4.5vw, 58px);
	border: 1px solid rgba(16, 17, 20, 0.08);
	border-radius: var(--radius-lg);
	background: var(--white);
	box-shadow: 0 24px 70px rgba(29, 32, 47, 0.08);
}

.contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px 18px;
}

.form-field {
	display: grid;
	gap: 9px;
}

.form-field--wide,
.consent-field,
.contact-form__footer {
	grid-column: 1 / -1;
}

.form-field label,
.consent-field > span {
	font-size: 0.75rem;
	font-weight: 720;
	letter-spacing: 0.01em;
}

.form-field label span,
.consent-field b {
	color: var(--electric);
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	border: 1px solid #d4d7de;
	border-radius: 12px;
	background: #fafbfc;
	color: var(--ink);
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.form-field input,
.form-field select {
	height: 54px;
	padding: 0 15px;
}

.form-field textarea {
	min-height: 150px;
	padding: 14px 15px;
	resize: vertical;
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
	border-color: #aeb2bc;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: var(--electric);
	background: var(--white);
	box-shadow: 0 0 0 4px rgba(91, 92, 240, 0.11);
	outline: 0;
}

.form-field .was-invalid {
	border-color: #c9394b;
	box-shadow: 0 0 0 3px rgba(201, 57, 75, 0.08);
}

.form-field small {
	color: var(--muted);
	font-size: 0.68rem;
}

.consent-field {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 12px;
	align-items: start;
	cursor: pointer;
}

.consent-field input {
	width: 20px;
	height: 20px;
	margin: 1px 0 0;
	accent-color: var(--electric);
}

.consent-field > span {
	color: var(--muted);
	font-weight: 520;
	line-height: 1.5;
}

.contact-form__turnstile {
	display: flex;
	align-items: flex-start;
	min-width: 0;
	min-height: 65px;
	width: 100%;
}

.contact-form__turnstile [data-turnstile-container] {
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.contact-form__turnstile noscript p {
	margin: 0;
	color: var(--muted);
	font-size: 0.72rem;
}

.contact-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 8px;
}

.contact-form__footer p {
	margin: 0;
	color: var(--muted);
	font-size: 0.72rem;
}

.contact-submit {
	min-width: 205px;
}

.js .contact-submit.is-disabled,
.contact-submit:disabled {
	border-color: #d2d5dc;
	background: #d2d5dc;
	color: #777b84;
	cursor: not-allowed;
	pointer-events: none;
	transform: none;
}

.contact-form__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-notice {
	display: grid;
	gap: 3px;
	margin-bottom: 28px;
	padding: 16px 18px;
	border-radius: 12px;
	font-size: 0.82rem;
}

.form-notice--success {
	background: rgba(184, 242, 61, 0.24);
	color: #314606;
}

.form-notice--error {
	background: rgba(201, 57, 75, 0.09);
	color: #8d2432;
}

/* CTA and footer */
.final-cta {
	position: relative;
	background: var(--electric);
	color: var(--white);
	overflow: hidden;
}

.final-cta__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}

.final-cta .eyebrow {
	color: rgba(255, 255, 255, 0.66);
}

.final-cta h2 {
	font-size: clamp(3.2rem, 8vw, 8.2rem);
}

.final-cta p:not(.eyebrow) {
	max-width: 630px;
	margin: 36px auto;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.08rem;
}

.final-cta__orb {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(70vw, 900px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.025), 0 0 0 200px rgba(255, 255, 255, 0.018);
	transform: translate(-50%, -50%);
}

.site-footer {
	padding: 26px 0;
	background: var(--ink);
	color: var(--white);
}

.site-footer__panel {
	position: relative;
	padding: clamp(32px, 5vw, 68px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-lg);
	background: linear-gradient(145deg, #191a20 0%, #111216 58%, #171821 100%);
	overflow: hidden;
}

.site-footer__glow {
	position: absolute;
	top: -220px;
	right: -130px;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(91, 92, 240, 0.34) 0%, rgba(91, 92, 240, 0.08) 42%, transparent 70%);
	pointer-events: none;
}

.wordmark--footer .wordmark__mark i:nth-child(3) {
	background: var(--lime);
}

.site-footer__masthead {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__availability {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #b8bac3;
	font-family: var(--font-small);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.site-footer__availability i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--lime);
	box-shadow: 0 0 0 5px rgba(184, 242, 61, 0.1);
}

.site-footer__main {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(150px, 0.42fr) minmax(280px, 0.8fr);
	gap: clamp(36px, 5vw, 72px);
	padding: clamp(54px, 8vw, 104px) 0 64px;
}

.site-footer__statement {
	max-width: 650px;
}

.site-footer__eyebrow,
.footer-nav__label {
	margin: 0 0 20px;
	color: #858791;
	font-family: var(--font-small);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer__statement h2 {
	max-width: 620px;
	margin: 0;
	font-size: clamp(2.5rem, 4.4vw, 5.2rem);
	font-weight: 560;
	letter-spacing: -0.06em;
	line-height: 0.98;
}

.site-footer__statement > p:not(.site-footer__eyebrow) {
	max-width: 520px;
	margin: 28px 0 34px;
	color: #a6a8b1;
	font-size: 0.96rem;
}

.site-footer__cta {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(184, 242, 61, 0.7);
	color: var(--lime);
	font-family: var(--font-small);
	font-size: 0.84rem;
	font-weight: 750;
	text-decoration: none;
	transition: gap 180ms ease, color 180ms ease;
}

.site-footer__cta:hover,
.site-footer__cta:focus-visible {
	gap: 20px;
	color: var(--white);
}

.footer-nav,
.site-footer__contact {
	align-self: start;
}

.footer-menu {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu a {
	color: #d8d9df;
	font-family: var(--font-small);
	font-size: 0.94rem;
	text-decoration: none;
	transition: color 160ms ease;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
	color: var(--lime);
}

.site-footer__contact {
	display: grid;
	justify-items: start;
}

.site-footer__email {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 100%;
	color: var(--white);
	font-size: clamp(1rem, 1.35vw, 1.25rem);
	font-weight: 580;
	letter-spacing: -0.025em;
	text-decoration: none;
	overflow-wrap: normal;
	white-space: nowrap;
}

.site-footer__email span { flex: 0 0 auto; }

.site-footer__email:hover,
.site-footer__email:focus-visible {
	color: var(--lime);
}

.site-footer__phone {
	margin-top: 8px;
	color: #a6a8b1;
	font-size: 0.9rem;
	text-decoration: none;
}

.site-footer__social {
	width: 100%;
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__social-label {
	margin-bottom: 14px;
}

.site-footer__social-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__social-list a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.025);
	color: #d8d9df;
	font-family: var(--font-small);
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-footer__social-icon {
	display: grid;
	place-items: center;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
}

.site-footer__social-icon img {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
	filter: invert(1);
	opacity: 0.86;
}

.site-footer__social-arrow {
	margin-left: auto;
	color: #858791;
	font-size: 0.72rem;
}

.site-footer__social-list a:hover,
.site-footer__social-list a:focus-visible {
	border-color: var(--lime);
	background: var(--lime);
	color: var(--ink);
	transform: translateY(-2px);
}

.site-footer__social-list a:hover .site-footer__social-icon img,
.site-footer__social-list a:focus-visible .site-footer__social-icon img {
	filter: none;
	opacity: 1;
}

.site-footer__social-list a:hover .site-footer__social-arrow,
.site-footer__social-list a:focus-visible .site-footer__social-arrow {
	color: var(--ink);
}

.site-footer__services {
	max-width: 310px;
	margin: 24px 0 0;
	color: #777983;
	font-family: var(--font-small);
	font-size: 0.72rem;
	line-height: 1.75;
}

.footer-widgets {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	padding: 34px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-widget__title {
	font-size: 1rem;
}

.site-footer__bottom {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #6f717b;
	font-size: 0.72rem;
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer__credit {
	margin-left: 10px;
}

.site-footer__credit a {
	font-weight: 800;
	letter-spacing: .06em;
}

.site-footer__bottom a {
	display: inline-flex;
	gap: 10px;
	color: #8f919b;
	text-decoration: none;
}

.site-footer__legal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px 22px;
}

.site-footer__legal a {
	color: #858995;
	font-size: 0.64rem;
	font-weight: 650;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
	color: var(--lime);
}

/* Standard WordPress content */
.content-archive,
.entry-shell,
.error-page {
	padding-top: calc(var(--header-height) + 90px);
	padding-bottom: 120px;
}

.page-hero,
.entry-header {
	max-width: 960px;
	padding-block: 50px 80px;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.post-card {
	border-radius: var(--radius);
	background: var(--white);
	overflow: hidden;
}

.post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.post-card:hover .post-card__image img {
	transform: scale(1.03);
}

.post-card__content {
	padding: 30px;
}

.post-card__content h2 {
	margin: 8px 0 18px;
	font-size: 2rem;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.post-card__content h2 a {
	text-decoration: none;
}

.post-meta,
.entry-byline {
	color: var(--muted);
	font-size: 0.75rem;
}

.entry {
	max-width: 920px;
	margin-inline: auto;
}

.entry-featured {
	margin: 0 0 60px;
}

.entry-featured img {
	display: block;
	width: 100%;
	border-radius: var(--radius);
}

.entry-content {
	max-width: 760px;
	margin-inline: auto;
	font-size: 1.08rem;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2em;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.entry-content a {
	color: var(--electric-dark);
}

.entry-content blockquote {
	margin: 2.5em 0;
	padding: 1em 0 1em 1.5em;
	border-left: 4px solid var(--lime);
	font-size: 1.35rem;
}

.entry-content .alignwide {
	width: min(1100px, calc(100vw - 48px));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.post-navigation {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	max-width: 920px;
	margin: 70px auto 0;
	padding-top: 30px;
	border-top: 1px solid var(--line);
}

.error-page {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	min-height: 80vh;
}

.error-page__code {
	color: var(--mist);
	font-size: clamp(10rem, 24vw, 23rem);
	font-weight: 700;
	letter-spacing: -0.1em;
	line-height: 0.7;
}

.error-page__content p:not(.eyebrow) {
	max-width: 510px;
	margin: 30px 0;
	color: var(--muted);
	font-size: 1.08rem;
}

.navigation.pagination {
	margin-top: 50px;
}

.nav-links {
	display: flex;
	gap: 8px;
}

.page-numbers {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: 999px;
	text-decoration: none;
}

.page-numbers.current {
	background: var(--ink);
	color: var(--white);
}

/* Progressive enhancement */
.js .reveal {
	opacity: 0;
	transform: translateY(35px);
	transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.platform-list .reveal:nth-child(2),
.work-grid .reveal:nth-child(2) { transition-delay: 80ms; }

.platform-list .reveal:nth-child(3) { transition-delay: 130ms; }
.platform-list .reveal:nth-child(4) { transition-delay: 180ms; }

@keyframes spin {
	to { transform: rotate(360deg); }
}

@keyframes pulseGlow {
	0%, 100% { transform: scale(1); opacity: 0.9; }
	50% { transform: scale(1.35); opacity: 0.45; }
}

@keyframes ticker {
	to { transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 1120px) {
	.site-header__inner { position: relative; z-index: 4; }
	.site-branding { position: relative; z-index: 3; max-width: calc(100% - 132px); }
	.site-branding .custom-logo-link,
	.site-branding .brand-logo-link { max-width: 100%; }
	.site-branding .custom-logo,
	.site-branding .brand-logo { max-width: 100%; }
	.menu-toggle { position: relative; z-index: 3; display: inline-flex; flex: 0 0 auto; }

	.js .primary-navigation {
		position: fixed;
		top: var(--header-height);
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 28px;
		min-height: calc(100dvh - var(--header-height));
		padding: 32px 24px 42px;
		background:
			radial-gradient(circle at 88% 12%, rgba(74,214,230,.2), transparent 28%),
			radial-gradient(circle at 12% 88%, rgba(91,92,240,.14), transparent 30%),
			var(--paper);
		overflow-y: auto;
		overscroll-behavior: contain;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px);
		transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
	}

	body.admin-bar .js .primary-navigation {
		top: calc(var(--header-height) + 32px);
		min-height: calc(100dvh - var(--header-height) - 32px);
	}

	.menu-open .site-header { transform: none; background: var(--paper); box-shadow: 0 1px 0 var(--line); }
	.menu-open .primary-navigation { opacity: 1; visibility: visible; transform: translateY(0); }
	.menu-open { overflow: hidden; }
	.menu-open .menu-toggle { border-color: var(--ink); background: var(--ink); color: var(--white); }
	.menu-open .menu-toggle__icon { background: var(--lime); }
	.menu-open .menu-toggle__icon i { background: var(--ink); }
	.menu-open .menu-toggle__icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
	.menu-open .menu-toggle__icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }

	.primary-navigation .site-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: min(680px, 100%);
	}

	.primary-navigation .site-menu > li { border-bottom: 1px solid var(--line); }
	.primary-navigation .site-menu > li:first-child { border-top: 1px solid var(--line); }
	.primary-navigation .site-menu > li > a {
		display: block;
		padding: 16px 0;
		font-family: inherit;
		font-size: clamp(1.35rem, 3vw, 2rem);
		font-weight: 650;
		letter-spacing: -.04em;
	}

	.primary-navigation .site-menu > li.menu-item-has-children > a { padding-bottom: 8px; }
	.primary-navigation .site-menu .sub-menu {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px 18px;
		min-width: 0;
		padding: 0 0 17px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.primary-navigation .site-menu .sub-menu a {
		display: block;
		padding: 6px 0;
		color: var(--muted);
		font-size: .79rem;
		font-weight: 700;
		letter-spacing: 0;
	}

	.primary-navigation > .button {
		width: min(680px, 100%);
		min-height: 54px;
		margin-top: 2px;
	}

	.no-js .menu-toggle { display: none; }
	.no-js .primary-navigation { position: static; display: block; min-height: 0; padding: 0; overflow: visible; opacity: 1; visibility: visible; transform: none; }
	.no-js .primary-navigation .site-menu { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
	.no-js .primary-navigation .button { display: none; }
}

@media (max-width: 1050px) {
	:root { --shell: min(100% - 40px, 920px); }

	.hero__inner {
		grid-template-columns: 1fr;
		padding-top: 70px;
	}

	.hero__copy {
		max-width: 820px;
	}

	.hero-stage {
		width: min(76vw, 530px);
	}

	.scroll-cue { display: none; }

	.services-intro,
	.metrics .shell {
		grid-template-columns: 1fr;
	}

	.services-intro .section-intro { margin-top: 0; }
	.contact-section__grid { grid-template-columns: 1fr; }
	.contact-section__intro { position: relative; top: auto; max-width: 760px; }
	.contact-card { width: 100%; }

	.social-story__inner {
		grid-template-columns: 0.7fr 1.3fr;
		gap: 45px;
	}

	.platform-card {
		grid-template-columns: 58px 1fr;
		padding: 28px;
	}

	.platform-card__icon { width: 52px; height: 52px; }

	.web-product {
		grid-template-columns: 1fr;
	}

	.web-product--reverse .web-product__visual { order: 0; }

	.web-product__visual { min-height: 540px; }
	.web-system-callout__heading { grid-template-columns: 1fr; gap: 28px; }
	.web-system-grid { grid-template-columns: repeat(2, 1fr); }

	.metrics__lead { max-width: 700px; }
}

@media (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
	body.admin-bar .js .primary-navigation {
		top: calc(var(--header-height) + 46px);
		min-height: calc(100dvh - var(--header-height) - 46px);
	}

	:root {
		--shell: calc(100% - 32px);
		--header-height: 70px;
		--radius: 20px;
		--radius-lg: 26px;
	}

	.hero {
		min-height: auto;
		padding-top: calc(var(--header-height) + 80px);
	}

	.hero__inner { padding-top: 0; }

	.hero__title { font-size: clamp(3.5rem, 16vw, 6.3rem); }

	.hero-stage { width: min(92vw, 480px); }

	.social-story__inner { grid-template-columns: 1fr; }

	.social-story__sticky {
		position: relative;
		top: auto;
	}

	.platform-card { min-height: 390px; }

	.section-heading--split,
	.process-list div,
	.work-card:last-child,
	.site-footer__main {
		grid-template-columns: 1fr;
	}

	.site-footer__main { gap: 52px; }
	.footer-nav,
	.site-footer__contact { max-width: 420px; }
	.site-footer__bottom {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		gap: 18px;
	}
	.site-footer__bottom p {
		width: 100%;
		text-align: center;
		line-height: 1.65;
	}
	.site-footer__credit {
		display: block;
		margin: 3px 0 0;
	}
	.site-footer__legal {
		width: 100%;
		justify-content: flex-start;
		flex-wrap: nowrap;
		gap: 12px 24px;
	}
	.site-footer__legal a {
		gap: 5px;
		white-space: nowrap;
	}

	.work-grid { grid-template-columns: 1fr; }
	.work-card:last-child { grid-column: auto; }
	.work-card:last-child .work-card__content { padding: 34px; }

	.section-heading--split { gap: 34px; }

	.post-grid,
	.error-page {
		grid-template-columns: 1fr;
	}

	.error-page__code { margin-bottom: 50px; }

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

@media (max-width: 560px) {
	.primary-navigation { padding-inline: 16px; }
	.primary-navigation .site-menu .sub-menu { grid-template-columns: 1fr 1fr; gap: 4px 12px; }
	.primary-navigation .site-menu > li > a { font-size: 1.45rem; }
	.primary-navigation > .button { min-height: 52px; }

	.section { padding-block: 88px; }

	.section-heading h2,
	.metrics h2,
	.final-cta h2,
	.page-hero h1,
	.entry-header h1,
	.error-page h1 {
		font-size: clamp(2.65rem, 13vw, 4.2rem);
	}

	.hero__actions,
	.hero__actions .button { width: 100%; }

	.hero-stage {
		width: min(88vw, 360px);
		margin-top: 28px;
		margin-bottom: 24px;
	}
	.hero__copy { text-align: center; }
	.hero__actions { justify-content: center; }
	.hero__copy > p { margin-inline: auto; }

	.hero-stage__core {
		width: 58%;
		padding: 20px 16px;
		border-radius: 28px;
		gap: 8px;
	}

	.hero-stage__headline strong {
		font-size: 1.38rem;
	}

	.hero-stage__badge {
		padding: 3px 8px;
		font-size: 0.56rem;
	}

	.hero-stage__tagline {
		font-size: 0.58rem;
	}

	.float-card--social {
		top: 0%;
		left: -6%;
		width: 135px;
		padding: 11px 12px;
		border-radius: 14px;
	}

	.float-card--social .float-card__label {
		font-size: 0.56rem;
		margin-bottom: 6px;
	}

	.float-card__channels span {
		width: 14px;
		height: 14px;
	}

	.float-card__channels span img {
		width: 8px;
		height: 8px;
	}

	.float-card__wave {
		height: 20px;
		margin: 3px 0;
	}

	.float-card--social strong {
		font-size: 1.25rem;
	}

	.float-card--social small {
		font-size: 0.58rem;
	}

	.float-card--web {
		right: -6%;
		bottom: 0%;
		width: 142px;
		padding: 11px 12px;
		border-radius: 14px;
	}

	.float-card--web .float-card__label {
		font-size: 0.56rem;
		margin-bottom: 6px;
	}

	.float-card__score {
		font-size: 0.56rem;
		padding: 1px 5px;
	}

	.mini-browser {
		padding: 6px 7px;
		gap: 4px;
		margin-bottom: 6px;
		border-radius: 7px;
	}

	.mini-browser__hero {
		height: 4px;
	}

	.mini-browser__grid b {
		height: 12px;
	}

	.float-card__pill {
		font-size: 0.58rem;
	}

	.platform-card {
		padding: 26px 22px;
		gap: 16px;
		min-height: 0;
		border-radius: 22px;
	}

	.platform-card__icon {
		width: 48px;
		height: 48px;
		border-radius: 14px;
	}

	.platform-card__icon img {
		width: 22px;
		height: 22px;
	}

	.platform-card__arrow {
		width: 30px;
		height: 30px;
		font-size: 0.78rem;
	}

	.platform-card__body h3 {
		font-size: 1.85rem;
		margin: 8px 0 6px;
	}

	.platform-card__body p {
		font-size: 0.94rem;
	}

	.platform-card__tags {
		margin-top: 12px;
		gap: 6px;
	}

	.platform-card__tags li {
		padding: 5px 11px;
		font-size: 0.68rem;
	}

	.web-product__visual { min-height: 360px; }
	.web-product__content { padding: 34px 24px; }
	.web-product__content h3 { font-size: 2.55rem; }
	.services-intro .section-heading,
	.web-section > .shell > .section-heading,
	.metrics__lead,
	.final-cta { text-align: center; }
	.services-intro .section-intro,
	.web-system-callout__heading > p { margin-inline: auto; }
	.check-list { grid-template-columns: 1fr; }
	.web-system-callout { padding: 38px 24px; }
	.web-system-grid { grid-template-columns: 1fr; }
	.web-system-grid > div { min-height: 165px; padding: 24px 0; }
	.web-system-grid strong { margin-top: 38px; }
	.web-system-callout__footer { align-items: flex-start; flex-direction: column; }

	.wireframe { width: 78%; padding: 45px 20px 24px; }
	.browser-chrome { top: calc(50% - 133px); left: 15%; }
	.app-dashboard { width: 73%; padding: 18px; }
	.app-sidebar { transform: translate(-135px, 5px); }

	.metric { grid-template-columns: 120px 1fr; gap: 18px; }
	.metric strong { font-size: 4.5rem; }

	.process-list li { grid-template-columns: 44px 1fr; gap: 14px; }
	.process-list div { gap: 16px; }

	.work-card__art { min-height: 300px; }
	.work-card__art--portal { grid-template-columns: repeat(3, 65px); grid-template-rows: 90px 75px; }

	.site-footer__masthead { align-items: flex-start; flex-direction: column; }
	.site-footer__panel { padding: 28px 24px 34px; }
	.site-footer__main { padding: 52px 0; }
	.site-footer__email { gap: 8px; font-size: clamp(.95rem, 4.6vw, 1.08rem); }
	.site-footer__legal {
		justify-content: space-between;
		gap: 10px;
	}
	.site-footer__legal a {
		font-size: 0.61rem;
	}
	.footer-widgets { grid-template-columns: 1fr; }

	.entry-content { font-size: 1rem; }

	.contact-form { grid-template-columns: 1fr; }
	.form-field--wide,
	.contact-form__footer,
	.consent-field { grid-column: 1; }
	.contact-form__footer { align-items: stretch; flex-direction: column; }
	.contact-submit { width: 100%; }
}

@media (max-width: 360px) {
	.site-footer__legal {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.site-footer__legal a {
		justify-content: space-between;
		min-height: 40px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		font-size: 0.66rem;
	}
}

/* Homepage Technical Virtual Assistance Section */
.tech-va-home-section {
	background: #ffffff;
}

.tech-va-home-card {
	padding: clamp(36px, 5vw, 68px);
	border-radius: 32px;
	background: radial-gradient(circle at 90% 10%, rgba(91, 92, 240, 0.25) 0%, transparent 60%),
	            linear-gradient(135deg, #181922 0%, #101117 100%);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.tech-va-home-card .eyebrow {
	color: var(--lime);
}

.tech-va-home-card h2 {
	margin: 12px 0 16px;
	color: #ffffff;
	font-size: clamp(2.4rem, 4.4vw, 4.4rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.tech-va-home-card__lead {
	color: #b4b8c6;
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 780px;
	margin: 0 0 36px;
}

.tech-va-home-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

.tech-va-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-va-feature-item__icon {
	font-size: 1.5rem;
	line-height: 1;
}

.tech-va-feature-item strong {
	display: block;
	font-size: 0.92rem;
	margin-bottom: 4px;
	color: #ffffff;
}

.tech-va-feature-item p {
	margin: 0;
	font-size: 0.78rem;
	color: #9da1b2;
	line-height: 1.45;
}

.tech-va-home-card__footer {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

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

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

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