:root {
	--mm-bg: #05070f;
	--mm-bg-2: #090d18;
	--mm-bg-3: #111827;
	--mm-ink: #f8fbff;
	--mm-muted: #a9b5c8;
	--mm-soft: rgba(255, 255, 255, 0.075);
	--mm-soft-2: rgba(255, 255, 255, 0.12);
	--mm-line: rgba(255, 255, 255, 0.16);
	--mm-cyan: #8df9ff;
	--mm-green: #79f2b1;
	--mm-gold: #f5c16c;
	--mm-rose: #ff6f91;
	--mm-blue: #5fa8ff;
	--mm-violet: #a992ff;
	--mm-orange: #ff9466;
	--mm-teal: #5ff1d2;
	--mm-radius: 8px;
	--mm-radius-sm: 6px;
	--mm-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
	--mm-shell: 1180px;
	--mm-header: 82px;
	color-scheme: dark;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(135deg, rgba(141, 249, 255, 0.09), transparent 32%),
		linear-gradient(220deg, rgba(245, 193, 108, 0.075), transparent 26%),
		linear-gradient(0deg, var(--mm-bg), var(--mm-bg-2) 46%, var(--mm-bg));
	color: var(--mm-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	overflow-x: hidden;
}

body::before {
	position: fixed;
	inset: 0;
	z-index: -3;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 82%);
	content: "";
	pointer-events: none;
}

body::after {
	position: fixed;
	inset: 0;
	z-index: -2;
	background: linear-gradient(115deg, rgba(255, 255, 255, 0.055), transparent 22%, transparent 78%, rgba(141, 249, 255, 0.055));
	content: "";
	pointer-events: none;
}

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

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

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

button {
	cursor: pointer;
}

::selection {
	background: rgba(141, 249, 255, 0.35);
	color: #fff;
}

.screen-reader-text,
.skip-link {
	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:focus {
	top: 14px;
	left: 14px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 12px 16px;
	background: #fff;
	color: #05070f;
	clip: auto;
	border-radius: var(--mm-radius-sm);
}

.mm-shell {
	width: min(100% - 40px, var(--mm-shell));
	margin-inline: auto;
}

.mm-main {
	position: relative;
	z-index: 2;
	min-height: 80vh;
}

.mm-depth-field {
	position: fixed;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.mm-depth-field span {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 58%),
		radial-gradient(circle, rgba(141, 249, 255, 0.18), transparent 64%);
	filter: blur(0.2px);
	opacity: calc(0.2 + var(--story-progress, 0) * 0.22);
	transform: translate3d(var(--depth-x, 0), var(--depth-y, 0), 0) rotate(var(--depth-r, 0deg));
	transition: opacity 220ms ease;
}

.mm-depth-field [data-depth-layer="back"] {
	top: 10vh;
	left: -14vw;
	width: 42vw;
	height: 42vw;
	border-color: rgba(95, 168, 255, 0.12);
	--depth-x: calc(var(--story-progress, 0) * -64px);
	--depth-y: calc(var(--story-progress, 0) * 38px);
	--depth-r: calc(var(--story-progress, 0) * 18deg);
}

.mm-depth-field [data-depth-layer="mid"] {
	right: -10vw;
	bottom: 12vh;
	width: 54vw;
	height: 54vw;
	border-color: rgba(245, 193, 108, 0.11);
	--depth-x: calc(var(--story-progress, 0) * 72px);
	--depth-y: calc(var(--story-progress, 0) * -48px);
	--depth-r: calc(var(--story-progress, 0) * -24deg);
}

.mm-depth-field [data-depth-layer="front"] {
	top: 42vh;
	left: 50%;
	width: 72vw;
	height: 18vw;
	border-color: rgba(169, 146, 255, 0.1);
	opacity: 0.16;
	--depth-x: calc(var(--story-progress, 0) * -42px);
	--depth-y: calc(var(--story-progress, 0) * -22px);
	--depth-r: calc(-18deg + var(--story-progress, 0) * 12deg);
}

.mm-growth-engine-stage {
	--engine-depth: 0;
	position: fixed;
	top: var(--mm-header);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: calc(100svh - var(--mm-header));
	pointer-events: none;
	opacity: 0.78;
	filter: saturate(1.1);
	mix-blend-mode: screen;
	mask-image: radial-gradient(circle at 66% 46%, #000 0 34%, rgba(0, 0, 0, 0.75) 48%, transparent 82%);
	transition: opacity 260ms ease, transform 480ms ease;
	transform: translate3d(calc(var(--engine-depth) * -42px), calc(var(--engine-depth) * 32px), 0) scale(calc(1 + var(--scene-progress, 0) * 0.035));
}

.mm-growth-engine-stage__canvas,
.mm-growth-engine-stage__fallback {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mm-growth-engine-stage__fallback {
	background:
		radial-gradient(circle at 44% 48%, rgba(141, 249, 255, 0.34), transparent 10%),
		radial-gradient(circle at 58% 42%, rgba(245, 193, 108, 0.22), transparent 12%),
		radial-gradient(circle at 50% 50%, rgba(169, 146, 255, 0.2), transparent 28%);
	opacity: 0;
	transition: opacity 220ms ease;
}

.mm-growth-engine-stage.is-fallback .mm-growth-engine-stage__fallback {
	opacity: 1;
}

.mm-story-progress {
	position: absolute;
	left: 34px;
	bottom: 42px;
	width: min(220px, 26vw);
	height: 2px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.12);
}

.mm-story-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, var(--mm-cyan), var(--mm-gold), var(--mm-violet));
	box-shadow: 0 0 18px rgba(141, 249, 255, 0.45);
	transform: scaleX(var(--story-progress, 0));
	transform-origin: left;
}

[data-engine-scene] {
	--scene-progress: 0;
	--scene-visibility: 0;
	position: relative;
	isolation: isolate;
}

[data-engine-scene].is-scene-active::before,
[data-engine-scene].is-scene-active::after {
	opacity: calc(0.22 + var(--scene-visibility) * 0.54);
}

[data-engine-scene]::before {
	position: absolute;
	top: 28px;
	right: min(6vw, 82px);
	z-index: -1;
	width: min(360px, 38vw);
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(141, 249, 255, 0.42), transparent);
	content: "";
	opacity: 0.36;
}

[data-engine-scene]::after {
	position: absolute;
	top: 20px;
	right: min(6vw, 82px);
	z-index: -1;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--mm-cyan);
	box-shadow: 0 0 24px rgba(141, 249, 255, 0.62);
	content: "";
	opacity: 0.54;
}

.mm-filterbar--stacked span {
	display: block;
	color: var(--mm-muted);
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.mm-cinematic-scene {
	min-height: 96svh;
	padding-block: 0;
	display: grid;
	align-items: stretch;
	overflow: clip;
}

.mm-cinematic-scene--hero {
	min-height: 100svh;
}

.mm-cinematic-scene--extended {
	min-height: 112svh;
}

.mm-cinematic-scene::before {
	top: auto;
	right: auto;
	bottom: 8vh;
	left: min(6vw, 80px);
	width: min(38vw, 420px);
	opacity: calc(0.12 + var(--scene-visibility) * 0.28);
	transform: scaleX(calc(0.6 + var(--scene-progress) * 0.5));
	transform-origin: left;
}

.mm-cinematic-scene::after {
	top: auto;
	right: auto;
	bottom: calc(8vh - 4px);
	left: min(6vw, 80px);
	transform: translateX(calc(var(--scene-progress) * min(38vw, 420px)));
}

.mm-scene-sticky {
	position: sticky;
	top: var(--mm-header);
	display: grid;
	min-height: min(760px, calc(80svh - var(--mm-header)));
	align-items: center;
	padding: clamp(28px, 5vh, 58px) 0;
}

.mm-scene-sticky > .mm-shell {
	transform: translate3d(0, calc((0.5 - var(--scene-progress)) * 36px), 0);
	opacity: calc(0.62 + var(--scene-visibility) * 0.38);
}

[data-depth] {
	will-change: transform;
	transform: translate3d(0, calc(var(--parallax-y, 0px)), 0) scale(calc(0.985 + var(--scene-visibility, 0) * 0.015));
}

.mm-cinematic-bridge {
	z-index: 4;
	margin-top: 0;
	backdrop-filter: blur(18px);
}

.mm-cinematic-finale {
	min-height: 58svh;
	display: grid;
	align-items: center;
	padding-block: 52px;
}

.mm-section {
	position: relative;
	padding: 112px 0;
}

.mm-section.mm-cinematic-scene {
	padding-block: 0;
}

.mm-section + .mm-section {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mm-split {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	gap: 56px;
	align-items: center;
}

.mm-center {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.mm-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	color: var(--mm-cyan);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0;
}

.mm-eyebrow::before {
	width: 34px;
	height: 1px;
	background: linear-gradient(90deg, currentColor, transparent);
	content: "";
}

h1,
h2,
h3,
h4,
p {
	overflow-wrap: anywhere;
}

h1,
h2,
h3 {
	margin: 0;
	font-weight: 820;
	line-height: 1.02;
	letter-spacing: 0;
}

h1 {
	max-width: 960px;
	font-size: 4.35rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 1.35rem;
	line-height: 1.16;
}

p {
	margin: 0;
	color: var(--mm-muted);
}

.mm-section-header {
	max-width: 790px;
	margin: 0 auto 48px;
}

.mm-section-header--left {
	margin-inline: 0;
}

.mm-section-header--center {
	text-align: center;
}

.mm-section-header--center .mm-eyebrow {
	justify-content: center;
}

.mm-section-header h2 {
	margin-bottom: 18px;
}

.mm-section-header p {
	font-size: 1.06rem;
}

[data-reveal] {
	transform: translateY(22px);
	opacity: 0;
	transition: opacity 700ms ease, transform 700ms ease;
}

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

.mm-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: var(--mm-header);
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(5, 7, 15, 0.72);
	backdrop-filter: blur(22px);
	transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.mm-site-header.is-scrolled {
	background: rgba(5, 7, 15, 0.9);
	border-color: rgba(141, 249, 255, 0.22);
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.3);
}

.mm-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: min(100% - 32px, 1320px);
	height: 100%;
	margin-inline: auto;
}

.mm-logo,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: max-content;
	font-weight: 760;
}

.mm-logo__mark {
	position: relative;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(141, 249, 255, 0.42);
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(141, 249, 255, 0.12), rgba(245, 193, 108, 0.08));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 24px rgba(141, 249, 255, 0.16);
}

.mm-logo__mark span {
	width: 18px;
	height: 18px;
	border-top: 3px solid var(--mm-cyan);
	border-right: 3px solid var(--mm-gold);
	transform: rotate(45deg);
}

.mm-logo__text {
	color: #fff;
	font-size: 1.02rem;
	line-height: 1;
}

.mm-logo__text strong {
	color: var(--mm-cyan);
}

.mm-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.mm-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mm-nav__list > li {
	position: relative;
}

.mm-nav__list > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 13px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.94rem;
	font-weight: 700;
	transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mm-nav__list > li > a:hover,
.mm-nav__list > li:focus-within > a {
	border-color: rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
}

.mm-nav__item--mega:hover .mm-mega,
.mm-nav__item--mega:focus-within .mm-mega {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mm-mega {
	position: absolute;
	top: calc(100% + 16px);
	left: 50%;
	display: grid;
	grid-template-columns: 0.74fr 1.26fr;
	gap: 28px;
	width: min(940px, calc(100vw - 32px));
	max-height: min(74vh, 720px);
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--mm-radius);
	background: rgba(8, 12, 24, 0.94);
	box-shadow: var(--mm-shadow);
	backdrop-filter: blur(28px);
	overflow-y: auto;
	transform: translate(-50%, 10px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.mm-mega h3 {
	margin-bottom: 18px;
	font-size: 1.35rem;
}

.mm-mega__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.mm-mega__link {
	display: flex;
	gap: 12px;
	align-items: center;
	min-height: 74px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius-sm);
	background: rgba(255, 255, 255, 0.045);
	transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.mm-mega__link:hover {
	transform: translateY(-2px);
	border-color: rgba(141, 249, 255, 0.3);
	background: rgba(141, 249, 255, 0.08);
}

.mm-mega__link strong,
.mm-mega__link em {
	display: block;
}

.mm-mega__link strong {
	font-size: 0.96rem;
}

.mm-mega__link em {
	color: var(--mm-muted);
	font-size: 0.8rem;
	font-style: normal;
}

.mm-service-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--accent, var(--mm-cyan));
	box-shadow: 0 0 18px var(--accent, var(--mm-cyan));
}

.mm-service-dot--cyan,
.mm-accent-cyan { --accent: var(--mm-cyan); }
.mm-service-dot--green,
.mm-accent-green { --accent: var(--mm-green); }
.mm-service-dot--gold,
.mm-accent-gold { --accent: var(--mm-gold); }
.mm-service-dot--rose,
.mm-accent-rose { --accent: var(--mm-rose); }
.mm-service-dot--blue,
.mm-accent-blue { --accent: var(--mm-blue); }
.mm-service-dot--violet,
.mm-accent-violet { --accent: var(--mm-violet); }
.mm-service-dot--orange,
.mm-accent-orange { --accent: var(--mm-orange); }
.mm-service-dot--teal,
.mm-accent-teal { --accent: var(--mm-teal); }

.mm-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mm-header-call {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	font-weight: 780;
}

.mm-language {
	position: relative;
	display: inline-flex;
	gap: 3px;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
}

.mm-language__button {
	min-width: 36px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.76rem;
	font-weight: 850;
}

.mm-language__button.is-active {
	background: #fff;
	color: #05070f;
}

#google_translate_element,
.goog-te-banner-frame,
.goog-te-gadget-icon {
	display: none !important;
}

body {
	top: 0 !important;
}

.mm-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

.mm-nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 2px;
	margin: 4px auto;
	background: #fff;
	transition: transform 180ms ease, opacity 180ms ease;
}

.mm-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 820;
	line-height: 1;
	isolation: isolate;
	overflow: hidden;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.mm-btn span {
	position: relative;
	z-index: 1;
}

.mm-btn i {
	position: relative;
	z-index: 1;
	width: 17px;
	height: 17px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.mm-btn::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
	transform: translateX(-120%);
	transition: transform 500ms ease;
	content: "";
}

.mm-btn:hover {
	transform: translateY(-2px);
}

.mm-btn:hover::before {
	transform: translateX(120%);
}

.mm-btn--primary {
	background: linear-gradient(135deg, var(--mm-cyan), var(--mm-gold));
	color: #061019;
	box-shadow: 0 18px 42px rgba(141, 249, 255, 0.18);
}

.mm-btn--glass,
.mm-btn--ghost {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.065);
	color: #fff;
	backdrop-filter: blur(14px);
}

.mm-btn--ghost:hover,
.mm-btn--glass:hover {
	border-color: rgba(141, 249, 255, 0.36);
	background: rgba(141, 249, 255, 0.09);
}

.mm-btn--light {
	background: #fff;
	color: #05070f;
}

.mm-hero {
	position: relative;
	min-height: calc(100svh - var(--mm-header));
	padding: 96px 0 70px;
	overflow: hidden;
}

.mm-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 26%;
	background: linear-gradient(to bottom, transparent, var(--mm-bg));
	content: "";
	pointer-events: none;
}

.mm-hero__canvas {
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0.72;
}

.mm-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
	gap: 48px;
	align-items: center;
	min-height: 620px;
}

.mm-hero__copy p:not(.mm-eyebrow) {
	max-width: 710px;
	margin-top: 24px;
	font-size: 1.18rem;
}

.mm-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.mm-hero__proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.mm-hero__proof span,
.mm-chip-row span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.84rem;
	font-weight: 740;
}

.mm-hero__visual {
	position: relative;
}

.mm-hero__scroll {
	position: absolute;
	right: 50%;
	bottom: 24px;
	z-index: 2;
	width: 24px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	transform: translateX(50%);
}

.mm-hero__scroll span {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--mm-cyan);
	transform: translateX(-50%);
	animation: mm-scroll-dot 1.8s infinite;
}

@keyframes mm-scroll-dot {
	0% {
		transform: translate(-50%, 0);
		opacity: 1;
	}
	70% {
		transform: translate(-50%, 18px);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, 0);
		opacity: 0;
	}
}

.mm-page-hero,
.mm-service-hero {
	position: relative;
	padding: 124px 0 72px;
	overflow: hidden;
}

.mm-page-hero::before,
.mm-service-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(135deg, rgba(141, 249, 255, 0.12), transparent 28%),
		linear-gradient(240deg, rgba(255, 111, 145, 0.08), transparent 26%);
	content: "";
}

.mm-page-hero h1,
.mm-service-hero h1 {
	margin-bottom: 24px;
}

.mm-page-hero p:not(.mm-eyebrow),
.mm-service-hero p:not(.mm-eyebrow) {
	max-width: 820px;
	font-size: 1.12rem;
}

.mm-trust {
	position: relative;
	z-index: 2;
	padding: 28px 0 38px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(18px);
}

.mm-growth-path {
	position: relative;
	z-index: 4;
	padding: 64px 0 46px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
		radial-gradient(circle at 20% 30%, rgba(141, 249, 255, 0.08), transparent 32%),
		radial-gradient(circle at 86% 64%, rgba(245, 193, 108, 0.075), transparent 28%);
}

.mm-growth-path__header {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	gap: 28px;
	align-items: end;
	margin-bottom: 24px;
}

.mm-growth-path__header h2 {
	max-width: 820px;
	font-size: clamp(2rem, 4vw, 4.2rem);
}

.mm-growth-path__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.mm-growth-path__grid::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent, rgba(141, 249, 255, 0.16), transparent);
	transform: translateX(calc(-70% + var(--scene-progress, 0) * 140%));
	content: "";
	pointer-events: none;
}

.mm-growth-path article {
	position: relative;
	min-height: 250px;
	padding: 24px;
	background:
		linear-gradient(180deg, rgba(8, 12, 24, 0.82), rgba(8, 12, 24, 0.58)),
		radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 48%);
	overflow: hidden;
	transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), background 220ms ease;
}

.mm-growth-path article::before {
	position: absolute;
	top: -80px;
	right: -60px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: var(--accent, var(--mm-cyan));
	filter: blur(46px);
	opacity: calc(0.1 + var(--scene-visibility, 0) * 0.14);
	content: "";
}

.mm-growth-path article:nth-child(2) { --accent: var(--mm-gold); }
.mm-growth-path article:nth-child(3) { --accent: var(--mm-rose); }
.mm-growth-path article:nth-child(4) { --accent: var(--mm-green); }

.mm-growth-path article:hover {
	z-index: 2;
	transform: translateY(-8px);
	background:
		linear-gradient(180deg, rgba(11, 18, 34, 0.94), rgba(10, 15, 28, 0.7)),
		radial-gradient(circle at 50% 0%, rgba(141, 249, 255, 0.12), transparent 52%);
}

.mm-growth-path article > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-bottom: 44px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	color: var(--accent, var(--mm-cyan));
	font-size: 0.76rem;
	font-weight: 900;
}

.mm-growth-path h3 {
	margin-bottom: 12px;
	font-size: 1.28rem;
}

.mm-growth-path p {
	min-height: 78px;
	font-size: 0.95rem;
}

.mm-growth-path strong {
	display: inline-flex;
	margin-top: 24px;
	color: #fff;
	font-size: 0.92rem;
}

.mm-trust__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.mm-stat {
	min-height: 128px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.045);
}

.mm-stat strong {
	display: block;
	margin-bottom: 6px;
	color: #fff;
	font-size: 2.15rem;
	line-height: 1;
}

.mm-stat span {
	display: block;
	color: var(--mm-muted);
	font-size: 0.9rem;
	line-height: 1.35;
}

.mm-logo-rail {
	display: flex;
	gap: 16px;
	margin-top: 20px;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.mm-logo-rail span {
	flex: 0 0 auto;
	min-width: 164px;
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.66);
	text-align: center;
	font-size: 0.88rem;
	font-weight: 800;
	animation: mm-rail 26s linear infinite;
}

@keyframes mm-rail {
	to {
		transform: translateX(calc(-100% - 16px));
	}
}

.mm-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.mm-service-card {
	position: relative;
	min-height: 328px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.032)),
		linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--mm-cyan)) 18%, transparent), transparent 46%);
	box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.mm-service-card::before {
	position: absolute;
	top: 0;
	left: 22px;
	right: 22px;
	height: 2px;
	background: linear-gradient(90deg, transparent, var(--accent, var(--mm-cyan)), transparent);
	content: "";
}

.mm-service-card:hover {
	transform: translateY(-8px);
	border-color: color-mix(in srgb, var(--accent, var(--mm-cyan)) 48%, rgba(255, 255, 255, 0.14));
}

.mm-service-card a {
	display: flex;
	position: relative;
	min-height: 328px;
	flex-direction: column;
	padding: 24px;
}

.mm-service-card__orb {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 58px;
	height: 22px;
	border: 1px solid color-mix(in srgb, var(--accent, var(--mm-cyan)) 55%, transparent);
	border-radius: 999px;
	background: repeating-linear-gradient(90deg, rgba(255,255,255,0.18) 0 1px, transparent 1px 8px);
	opacity: 0.5;
}

.mm-service-card__metric {
	display: inline-flex;
	align-items: center;
	width: max-content;
	min-height: 34px;
	margin-bottom: 28px;
	padding: 0 11px;
	border: 1px solid color-mix(in srgb, var(--accent, var(--mm-cyan)) 34%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--accent, var(--mm-cyan)) 12%, transparent);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
}

.mm-service-card h3 {
	margin-bottom: 14px;
}

.mm-service-card p {
	font-size: 0.94rem;
	line-height: 1.5;
}

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

.mm-service-card li {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.85rem;
}

.mm-card-link {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: auto;
	color: var(--accent, var(--mm-cyan));
	font-size: 0.9rem;
	font-weight: 830;
}

.mm-card-link i {
	width: 13px;
	height: 13px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.mm-dashboard {
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--mm-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
		rgba(6, 10, 20, 0.82);
	box-shadow: var(--mm-shadow);
	backdrop-filter: blur(22px);
	overflow: hidden;
}

.mm-dashboard::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 36px 36px;
	content: "";
	pointer-events: none;
}

.mm-dashboard__chrome {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.045);
}

.mm-dashboard__chrome span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--mm-rose);
}

.mm-dashboard__chrome span:nth-child(2) {
	background: var(--mm-gold);
}

.mm-dashboard__chrome span:nth-child(3) {
	background: var(--mm-green);
}

.mm-dashboard__chrome strong {
	margin-left: auto;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
}

.mm-dashboard__body {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 14px;
	padding: 18px;
}

.mm-dashboard__panel {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--mm-radius-sm);
	background: rgba(255, 255, 255, 0.065);
}

.mm-dashboard__panel--hero {
	grid-column: span 2;
	padding: 24px;
}

.mm-dashboard__panel--hero h3 {
	max-width: 520px;
	font-size: 1.75rem;
}

.mm-signal-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 20px;
}

.mm-signal-list span {
	display: grid;
	gap: 4px;
	padding: 14px;
	border-radius: var(--mm-radius-sm);
	background: rgba(0, 0, 0, 0.22);
	color: var(--mm-muted);
	font-size: 0.8rem;
	text-transform: uppercase;
}

.mm-signal-list b {
	color: #fff;
	font-size: 1.35rem;
	line-height: 1;
}

.mm-mini-chart {
	display: flex;
	align-items: end;
	gap: 8px;
	min-height: 190px;
	padding: 18px;
}

.mm-mini-chart span {
	flex: 1;
	height: var(--bar);
	min-height: 24px;
	border-radius: 999px 999px 4px 4px;
	background: linear-gradient(180deg, var(--mm-cyan), var(--mm-blue));
	box-shadow: 0 0 24px rgba(141, 249, 255, 0.16);
	transform-origin: bottom;
	animation: mm-bars 1100ms ease both;
}

@keyframes mm-bars {
	from {
		transform: scaleY(0.1);
	}
}

.mm-flow {
	display: grid;
	gap: 10px;
	min-height: 190px;
	padding: 18px;
}

.mm-flow div {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 720;
}

.mm-flow span,
.mm-feature-matrix span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--mm-green);
	box-shadow: 0 0 18px rgba(121, 242, 177, 0.42);
}

.mm-ai-card {
	grid-column: span 2;
	padding: 18px;
}

.mm-ai-card strong {
	display: block;
	margin-bottom: 6px;
	color: var(--mm-gold);
}

.mm-dashboard--hero {
	transform: perspective(1200px) rotateY(-7deg) rotateX(2deg);
}

.mm-dashboard--large .mm-dashboard__body {
	min-height: 520px;
}

.mm-dashboard--service .mm-dashboard__body {
	grid-template-columns: 1fr;
}

.mm-dashboard--service .mm-dashboard__panel {
	grid-column: auto;
}

.mm-engine-preview {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, rgba(121, 242, 177, 0.08), transparent 34%);
}

.mm-check-list,
.mm-feature-matrix {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 24px 0 30px;
	list-style: none;
}

.mm-check-list li,
.mm-feature-matrix div {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius-sm);
	background: rgba(255, 255, 255, 0.045);
	color: rgba(255, 255, 255, 0.82);
}

.mm-check-list li::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--mm-green);
	box-shadow: 0 0 18px rgba(121, 242, 177, 0.42);
	content: "";
}

.mm-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mm-case-card {
	display: flex;
	min-height: 430px;
	flex-direction: column;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
	transition: transform 220ms ease, border-color 220ms ease;
}

.mm-case-card:hover {
	transform: translateY(-5px);
	border-color: rgba(245, 193, 108, 0.34);
}

.mm-case-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 24px;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.8rem;
	font-weight: 850;
	text-transform: uppercase;
}

.mm-case-card__top strong {
	color: var(--mm-green);
}

.mm-case-card h3 {
	min-height: 62px;
	margin-bottom: 22px;
}

.mm-case-card__metric {
	display: flex;
	align-items: end;
	gap: 12px;
	margin-bottom: 20px;
}

.mm-case-card__metric strong {
	color: #fff;
	font-size: 3rem;
	line-height: 0.9;
}

.mm-case-card__metric span {
	color: var(--mm-muted);
	font-size: 0.9rem;
	line-height: 1.25;
}

.mm-before-after {
	display: grid;
	gap: 12px;
	margin-bottom: 22px;
}

.mm-before-after p {
	font-size: 0.92rem;
}

.mm-before-after b {
	color: #fff;
}

.mm-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: auto;
}

.mm-filterbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 34px;
}

.mm-filterbar--stacked {
	display: grid;
	grid-template-columns: 1fr;
	justify-content: stretch;
	margin-bottom: 28px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.045);
}

.mm-filterbar--stacked > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.mm-filterbar--stacked > div + div {
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mm-case-system {
	position: relative;
}

.mm-case-grid.is-loading {
	opacity: 0.38;
	transition: opacity 180ms ease;
}

.mm-case-card--interactive {
	position: relative;
	overflow: hidden;
}

.mm-case-preview {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	height: 38px;
	margin: 0 0 18px;
}

.mm-case-preview span {
	border-radius: 999px 999px 4px 4px;
	background: linear-gradient(180deg, rgba(141, 249, 255, 0.8), rgba(95, 168, 255, 0.28));
	transform-origin: bottom;
	transition: transform 220ms ease, opacity 220ms ease;
}

.mm-case-preview span:nth-child(2) {
	background: linear-gradient(180deg, rgba(245, 193, 108, 0.82), rgba(245, 193, 108, 0.22));
	transform: scaleY(0.62);
}

.mm-case-preview span:nth-child(3) {
	transform: scaleY(0.82);
}

.mm-case-preview span:nth-child(4) {
	transform: scaleY(0.48);
}

.mm-case-card--interactive:hover .mm-case-preview span {
	opacity: 1;
	transform: scaleY(1);
}

.mm-case-expand {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	margin-top: 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: #fff;
	font-weight: 820;
}

.mm-case-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.72);
	backdrop-filter: blur(16px);
}

.mm-case-modal.is-open {
	display: flex;
}

.mm-case-modal__panel {
	position: relative;
	width: min(720px, 100%);
	max-height: min(760px, 88vh);
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--mm-radius);
	background: rgba(8, 12, 24, 0.96);
	box-shadow: var(--mm-shadow);
	overflow: auto;
}

.mm-case-modal__panel .mm-case-card {
	min-height: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.mm-case-modal__panel > button {
	position: sticky;
	top: 0;
	float: right;
	z-index: 1;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.mm-case-modal__panel > button::before,
.mm-case-modal__panel > button::after {
	position: absolute;
	top: 18px;
	left: 10px;
	width: 16px;
	height: 2px;
	background: #fff;
	content: "";
}

.mm-case-modal__panel > button::before {
	transform: rotate(45deg);
}

.mm-case-modal__panel > button::after {
	transform: rotate(-45deg);
}

.mm-empty-state {
	grid-column: 1 / -1;
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.055);
	text-align: center;
}

.mm-filterbar button {
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.055);
	color: rgba(255, 255, 255, 0.78);
	font-weight: 780;
}

.mm-filterbar button.is-active {
	border-color: rgba(141, 249, 255, 0.38);
	background: rgba(141, 249, 255, 0.12);
	color: #fff;
}

.mm-calculator {
	background:
		linear-gradient(135deg, rgba(95, 168, 255, 0.11), transparent 36%),
		rgba(255, 255, 255, 0.025);
}

.mm-roi-card,
.mm-funnel,
.mm-contact-panel,
.mm-persona-console,
.mm-price-output,
.mm-newsletter {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.07);
	box-shadow: var(--mm-shadow);
	backdrop-filter: blur(22px);
}

.mm-roi-card {
	display: grid;
	gap: 20px;
	padding: 24px;
}

.mm-roi-card label,
.mm-funnel label,
.mm-newsletter label {
	display: grid;
	gap: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	font-weight: 740;
}

.mm-roi-card label > span,
.mm-funnel label > span,
.mm-newsletter span {
	color: rgba(255, 255, 255, 0.78);
}

.mm-roi-card output {
	color: #fff;
	font-weight: 850;
}

input,
select,
textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--mm-radius-sm);
	background: rgba(5, 7, 15, 0.72);
	color: #fff;
	outline: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

input,
select {
	min-height: 48px;
	padding: 0 13px;
}

textarea {
	padding: 13px;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	border-color: rgba(141, 249, 255, 0.52);
	box-shadow: 0 0 0 4px rgba(141, 249, 255, 0.1);
}

input[type="range"] {
	min-height: 26px;
	padding: 0;
	accent-color: var(--mm-cyan);
}

.mm-roi-results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.mm-roi-results div {
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius-sm);
	background: rgba(0, 0, 0, 0.2);
}

.mm-roi-results span {
	display: block;
	min-height: 40px;
	color: var(--mm-muted);
	font-size: 0.78rem;
	text-transform: uppercase;
}

.mm-roi-results strong {
	display: block;
	color: var(--mm-green);
	font-size: 1.4rem;
	line-height: 1.1;
}

.mm-persona-console {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	padding: 18px;
}

.mm-persona-console button {
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--mm-radius-sm);
	background: rgba(255, 255, 255, 0.065);
	color: #fff;
	font-weight: 800;
}

.mm-persona-console button.is-active {
	border-color: rgba(245, 193, 108, 0.42);
	background: rgba(245, 193, 108, 0.12);
}

.mm-persona-console__screen {
	grid-column: 1 / -1;
	min-height: 220px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--mm-radius-sm);
	background: rgba(0, 0, 0, 0.24);
}

.mm-persona-console__screen span {
	display: block;
	margin-bottom: 12px;
	color: var(--mm-muted);
	font-size: 0.78rem;
	text-transform: uppercase;
}

.mm-persona-console__screen strong {
	display: block;
	margin-bottom: 12px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.05;
}

.mm-testimonial-grid,
.mm-blog-grid,
.mm-tech-grid,
.mm-values-grid,
.mm-method__grid,
.mm-authority__cards,
.mm-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mm-testimonial,
.mm-blog-card,
.mm-tech-grid article,
.mm-values-grid article,
.mm-method__grid article,
.mm-authority__cards div,
.mm-category-grid a {
	margin: 0;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.055);
}

.mm-testimonial blockquote {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.08rem;
	line-height: 1.55;
}

.mm-testimonial figcaption {
	display: grid;
	gap: 2px;
}

.mm-testimonial strong {
	color: #fff;
}

.mm-testimonial span {
	color: var(--mm-muted);
	font-size: 0.9rem;
}

.mm-blog-card {
	min-height: 230px;
}

.mm-blog-card span {
	display: inline-flex;
	margin-bottom: 18px;
	color: var(--mm-gold);
	font-size: 0.82rem;
	font-weight: 850;
	text-transform: uppercase;
}

.mm-blog-card h2,
.mm-blog-card h3 {
	margin-bottom: 14px;
}

.mm-blog-card a:hover,
.mm-footer a:hover {
	color: var(--mm-cyan);
}

.mm-service-hero .mm-split {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.mm-service-orbit {
	display: grid;
	gap: 16px;
}

.mm-service-orbit div {
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--mm-radius);
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--accent, var(--mm-cyan)) 18%, transparent), transparent 52%),
		rgba(255, 255, 255, 0.065);
	box-shadow: var(--mm-shadow);
}

.mm-service-orbit strong {
	display: block;
	color: var(--accent, var(--mm-cyan));
	font-size: 4rem;
	line-height: 0.95;
}

.mm-service-orbit span {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.mm-pso-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mm-pso-grid article {
	min-height: 310px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.055);
}

.mm-pso-grid span,
.mm-method__grid span,
.mm-tech-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 34px;
	margin-bottom: 22px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(141, 249, 255, 0.12);
	color: var(--mm-cyan);
	font-size: 0.78rem;
	font-weight: 850;
}

.mm-pso-grid h2 {
	margin-bottom: 14px;
	font-size: 1.55rem;
}

.mm-service-story {
	background: rgba(255, 255, 255, 0.025);
}

.mm-tech-grid article,
.mm-values-grid article,
.mm-method__grid article {
	min-height: 260px;
}

.mm-tech-grid h3,
.mm-values-grid h3,
.mm-method__grid h3 {
	margin-bottom: 14px;
}

.mm-flow-map__track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.mm-flow-map__track::before {
	position: absolute;
	top: 48px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--mm-cyan), var(--mm-gold), transparent);
	content: "";
}

.mm-flow-map__track div {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 12px;
	min-height: 150px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.065);
}

.mm-flow-map__track strong {
	display: inline-grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: #05070f;
}

.mm-pricing-model {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent);
}

.mm-pricing-model__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 18px;
}

.mm-pricing-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mm-pricing-options label,
.mm-choice-grid label {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius-sm);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-weight: 760;
	cursor: pointer;
}

.mm-pricing-options input,
.mm-choice-grid input {
	width: 18px;
	min-height: 18px;
	accent-color: var(--mm-cyan);
}

.mm-price-output {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 28px;
}

.mm-price-output span {
	color: var(--mm-muted);
	font-size: 0.82rem;
	font-weight: 850;
	text-transform: uppercase;
}

.mm-price-output strong {
	display: block;
	margin: 12px 0;
	color: #fff;
	font-size: 2.5rem;
	line-height: 1;
}

.mm-price-output p {
	margin-bottom: 22px;
}

.mm-cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 0 0 96px;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--mm-radius);
	background:
		linear-gradient(135deg, rgba(141, 249, 255, 0.18), rgba(245, 193, 108, 0.1)),
		rgba(255, 255, 255, 0.07);
	box-shadow: var(--mm-shadow);
}

.mm-cta-band h2 {
	margin-bottom: 12px;
	font-size: 2.15rem;
}

.mm-contact-hero {
	padding-bottom: 112px;
}

.mm-contact-proof {
	display: grid;
	gap: 10px;
	margin-top: 28px;
}

.mm-contact-proof span {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-weight: 750;
}

.mm-contact-proof span::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--mm-green);
	content: "";
}

.mm-contact-panel {
	padding: 12px;
}

.mm-funnel {
	position: relative;
	padding: 24px;
	box-shadow: none;
}

.mm-funnel__progress {
	height: 6px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	overflow: hidden;
}

.mm-funnel__progress span {
	display: block;
	width: 33%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--mm-cyan), var(--mm-gold));
	transition: width 220ms ease;
}

.mm-funnel__step {
	display: none;
}

.mm-funnel__step.is-active {
	display: grid;
	gap: 18px;
}

.mm-funnel__step h2 {
	font-size: 2rem;
}

.mm-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.mm-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	max-height: 286px;
	padding-right: 4px;
	overflow: auto;
}

.mm-calendar {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.mm-calendar button {
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--mm-radius-sm);
	background: rgba(255, 255, 255, 0.055);
	color: #fff;
	font-weight: 780;
}

.mm-calendar button.is-active {
	border-color: rgba(121, 242, 177, 0.42);
	background: rgba(121, 242, 177, 0.12);
}

.mm-lead-score {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px;
	border: 1px solid rgba(121, 242, 177, 0.24);
	border-radius: var(--mm-radius-sm);
	background: rgba(121, 242, 177, 0.09);
}

.mm-lead-score span {
	color: rgba(255, 255, 255, 0.76);
	font-weight: 780;
}

.mm-lead-score strong {
	color: var(--mm-green);
	font-size: 2rem;
	line-height: 1;
}

.mm-funnel__actions {
	display: flex;
	gap: 10px;
	margin-top: 22px;
}

.mm-funnel [data-funnel-prev],
.mm-funnel [data-funnel-submit] {
	display: none;
}

.mm-funnel.is-step-2 [data-funnel-prev],
.mm-funnel.is-step-3 [data-funnel-prev],
.mm-funnel.is-step-3 [data-funnel-submit] {
	display: inline-flex;
}

.mm-funnel.is-step-3 [data-funnel-next] {
	display: none;
}

.mm-form-status {
	min-height: 24px;
	margin-top: 14px;
	color: var(--mm-green);
}

.mm-team-signal {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.mm-team-signal span {
	display: grid;
	min-height: 142px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 1.28rem;
	font-weight: 850;
}

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

.mm-authority__cards strong {
	display: block;
	margin-bottom: 14px;
	color: var(--mm-cyan);
	font-size: 2.8rem;
	line-height: 1;
}

.mm-category-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 32px;
}

.mm-industry-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.mm-industry-card {
	min-height: 310px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.078), rgba(255, 255, 255, 0.03)),
		linear-gradient(135deg, rgba(141, 249, 255, 0.09), transparent 54%);
	overflow: hidden;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.mm-industry-card:hover {
	transform: translateY(-6px);
	border-color: rgba(245, 193, 108, 0.34);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
		linear-gradient(135deg, rgba(245, 193, 108, 0.11), rgba(141, 249, 255, 0.08));
}

.mm-industry-card a {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 22px;
}

.mm-industry-card > a > span {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 22px;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(121, 242, 177, 0.1);
	color: var(--mm-green);
	font-size: 0.78rem;
	font-weight: 850;
}

.mm-industry-card h3 {
	margin-bottom: 14px;
}

.mm-industry-card p {
	font-size: 0.92rem;
}

.mm-industry-card .mm-chip-row {
	margin-top: auto;
}

.mm-industry-orbit {
	display: grid;
	gap: 18px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--mm-radius);
	background:
		radial-gradient(circle at 22% 16%, rgba(141, 249, 255, 0.22), transparent 26%),
		rgba(255, 255, 255, 0.065);
	box-shadow: var(--mm-shadow);
}

.mm-industry-orbit strong {
	color: var(--mm-gold);
	font-size: 3.2rem;
	line-height: 0.95;
}

.mm-feature-matrix--wide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mm-category-grid a {
	display: grid;
	min-height: 98px;
	place-items: center;
	color: #fff;
	font-weight: 850;
	text-align: center;
	transition: border-color 180ms ease, background 180ms ease;
}

.mm-category-grid a:hover {
	border-color: rgba(141, 249, 255, 0.34);
	background: rgba(141, 249, 255, 0.08);
}

.mm-entry-content {
	max-width: 820px;
	margin: 0 auto;
}

.mm-entry-content > * {
	margin-bottom: 1.2em;
}

.mm-entry-content a {
	color: var(--mm-cyan);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mm-footer {
	padding: 72px 0 36px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #03050b;
}

.mm-footer__top {
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	gap: 32px;
	align-items: start;
	padding-bottom: 42px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mm-footer__top p {
	max-width: 520px;
	margin-top: 18px;
}

.mm-newsletter {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	padding: 16px;
	box-shadow: none;
}

.mm-footer__grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 34px;
	padding: 42px 0;
}

.mm-footer h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
}

.mm-footer ul {
	display: grid;
	gap: 9px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.mm-footer a,
.mm-footer__bottom {
	color: rgba(255, 255, 255, 0.68);
}

.mm-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.9rem;
}

.mm-sticky-cta {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 980;
	display: flex;
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(5, 7, 15, 0.84);
	box-shadow: var(--mm-shadow);
	backdrop-filter: blur(18px);
	transform: translateY(130%);
	transition: transform 240ms ease;
}

.mm-sticky-cta.is-visible {
	transform: translateY(0);
}

.mm-sticky-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 13px;
	border-radius: 999px;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 830;
}

.mm-sticky-cta a:last-child {
	background: #fff;
	color: #05070f;
}

.mm-chatbot {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 990;
}

.mm-chatbot__toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 0 15px;
	border: 1px solid rgba(141, 249, 255, 0.3);
	border-radius: 999px;
	background: rgba(5, 7, 15, 0.86);
	color: #fff;
	font-weight: 830;
	box-shadow: var(--mm-shadow);
	backdrop-filter: blur(18px);
}

.mm-chatbot__pulse {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--mm-green);
	box-shadow: 0 0 0 0 rgba(121, 242, 177, 0.62);
	animation: mm-pulse 1.8s infinite;
}

@keyframes mm-pulse {
	70% {
		box-shadow: 0 0 0 12px rgba(121, 242, 177, 0);
	}
}

.mm-chatbot__panel {
	position: absolute;
	left: 0;
	bottom: 62px;
	display: none;
	width: min(360px, calc(100vw - 40px));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--mm-radius);
	background: rgba(8, 12, 24, 0.96);
	box-shadow: var(--mm-shadow);
	overflow: hidden;
}

.mm-chatbot.is-open .mm-chatbot__panel {
	display: block;
}

.mm-chatbot__panel header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	padding: 0 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mm-chatbot__panel header button {
	position: relative;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.mm-chatbot__panel header button::before,
.mm-chatbot__panel header button::after {
	position: absolute;
	top: 15px;
	left: 9px;
	width: 14px;
	height: 2px;
	background: #fff;
	content: "";
}

.mm-chatbot__panel header button::before {
	transform: rotate(45deg);
}

.mm-chatbot__panel header button::after {
	transform: rotate(-45deg);
}

.mm-chatbot__messages {
	display: grid;
	gap: 10px;
	min-height: 190px;
	max-height: 260px;
	padding: 14px;
	overflow: auto;
}

.mm-chatbot__messages p {
	width: fit-content;
	max-width: 88%;
	padding: 11px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.9rem;
}

.mm-chatbot__messages p.user {
	justify-self: end;
	background: rgba(141, 249, 255, 0.15);
}

.mm-chatbot__quick {
	display: flex;
	gap: 8px;
	padding: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mm-chatbot__quick button {
	flex: 1;
	min-height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 800;
}

@media (max-width: 1180px) {
	.mm-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mm-trust__stats,
	.mm-category-grid,
	.mm-industry-grid,
	.mm-growth-path__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mm-nav {
		order: 3;
	}

	.mm-header-actions .mm-btn,
	.mm-header-call {
		display: none;
	}
}

@media (max-width: 980px) {
	:root {
		--mm-header: 72px;
	}

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.2rem;
	}

	.mm-site-header__inner {
		width: min(100% - 24px, 1320px);
	}

	.mm-nav-toggle {
		display: inline-block;
		order: 4;
	}

	.mm-nav {
		position: fixed;
		top: var(--mm-header);
		right: 12px;
		left: 12px;
		display: none;
		padding: 18px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: var(--mm-radius);
		background: rgba(5, 7, 15, 0.96);
		box-shadow: var(--mm-shadow);
	}

	.mm-nav.is-open {
		display: block;
	}

	.mm-nav__list {
		display: grid;
		gap: 8px;
	}

	.mm-nav__list > li > a {
		width: 100%;
		justify-content: center;
	}

	.mm-mega {
		position: static;
		display: none;
		width: 100%;
		margin-top: 8px;
		transform: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.mm-nav__item--mega:hover .mm-mega,
	.mm-nav__item--mega:focus-within .mm-mega {
		display: grid;
	}

	.mm-hero__grid,
	.mm-split,
	.mm-service-hero .mm-split,
	.mm-footer__top,
	.mm-pricing-model__grid {
		grid-template-columns: 1fr;
	}

	.mm-hero {
		min-height: auto;
		padding-top: 70px;
	}

	.mm-cinematic-scene,
	.mm-cinematic-scene--extended,
	.mm-cinematic-scene--hero {
		min-height: auto;
		padding-block: 86px;
	}

	.mm-scene-sticky {
		position: relative;
		top: auto;
		min-height: 0;
		padding: 0;
	}

	.mm-cinematic-bridge {
		margin-top: 0;
	}

	.mm-hero__grid {
		min-height: 0;
	}

	.mm-dashboard--hero {
		transform: none;
	}

	.mm-case-grid,
	.mm-testimonial-grid,
	.mm-blog-grid,
	.mm-tech-grid,
	.mm-values-grid,
	.mm-method__grid,
	.mm-pso-grid,
	.mm-feature-matrix--wide {
		grid-template-columns: 1fr;
	}

	.mm-growth-path__header {
		grid-template-columns: 1fr;
	}

	.mm-growth-engine-stage {
		width: 100vw;
		opacity: 0.44;
	}

	.mm-flow-map__track {
		grid-template-columns: 1fr;
	}

	.mm-flow-map__track::before {
		display: none;
	}

	.mm-cta-band {
		align-items: flex-start;
		flex-direction: column;
	}

	.mm-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 700px) {
	.mm-shell {
		width: min(100% - 28px, var(--mm-shell));
	}

	.mm-section {
		padding: 78px 0;
	}

	h1 {
		font-size: 2.36rem;
	}

	h2 {
		font-size: 1.9rem;
	}

	.mm-hero__copy p:not(.mm-eyebrow),
	.mm-page-hero p:not(.mm-eyebrow),
	.mm-service-hero p:not(.mm-eyebrow) {
		font-size: 1rem;
	}

	.mm-language {
		display: none;
	}

	.mm-mega,
	.mm-mega__grid,
	.mm-dashboard__body,
	.mm-signal-list,
	.mm-roi-results,
	.mm-field-grid,
	.mm-choice-grid,
	.mm-calendar,
	.mm-pricing-options,
	.mm-team-signal,
	.mm-authority__cards,
	.mm-category-grid,
	.mm-industry-grid,
	.mm-footer__grid,
	.mm-newsletter {
		grid-template-columns: 1fr;
	}

	.mm-growth-path {
		padding: 46px 0 32px;
	}

	.mm-growth-path__grid {
		grid-template-columns: 1fr;
	}

	.mm-growth-path article {
		min-height: 0;
	}

	.mm-growth-path p {
		min-height: 0;
	}

	.mm-growth-engine-stage {
		width: 100vw;
		height: calc(100svh - var(--mm-header));
		opacity: 0.32;
		mask-image: radial-gradient(circle at 50% 28%, #000 0 28%, transparent 72%);
	}

	.mm-story-progress {
		display: none;
	}

	.mm-depth-field {
		opacity: 0.52;
	}

	.mm-service-grid,
	.mm-trust__stats {
		grid-template-columns: 1fr;
	}

	.mm-dashboard__panel,
	.mm-dashboard__panel--hero,
	.mm-ai-card {
		grid-column: auto;
	}

	.mm-dashboard__panel--hero h3 {
		font-size: 1.35rem;
	}

	.mm-hero__actions,
	.mm-funnel__actions {
		flex-direction: column;
	}

	.mm-btn {
		width: 100%;
	}

	.mm-case-card__metric strong,
	.mm-service-orbit strong {
		font-size: 2.4rem;
	}

	.mm-cta-band {
		padding: 24px;
	}

	.mm-cta-band h2 {
		font-size: 1.6rem;
	}

	.mm-footer__bottom {
		flex-direction: column;
	}

	.mm-sticky-cta {
		right: 12px;
		left: 12px;
		justify-content: center;
	}

	.mm-chatbot {
		left: 12px;
		bottom: 76px;
	}

	.mm-chatbot__toggle span:last-child {
		display: none;
	}
}

/* Glass Metal Edition: concrete marketing objects, chrome surfaces, no abstract intro */
:root {
	--mm-bg: #040507;
	--mm-bg-2: #0a0d12;
	--mm-ink: #fbfdff;
	--mm-muted: #aab4c3;
	--mm-cyan: #a7f7ff;
	--mm-gold: #ffe0a3;
	--mm-green: #9dffc8;
	--mm-rose: #ff7aa2;
	--mm-violet: #b8a2ff;
	--mm-line: rgba(255, 255, 255, 0.18);
	--mm-soft: rgba(255, 255, 255, 0.08);
	--mm-shell: 1240px;
	--metal: linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.055) 42%, rgba(167,247,255,0.12));
	color-scheme: dark;
}

body {
	background:
		radial-gradient(circle at 12% 8%, rgba(167, 247, 255, 0.15), transparent 28%),
		radial-gradient(circle at 86% 18%, rgba(255, 224, 163, 0.13), transparent 26%),
		linear-gradient(180deg, #030406, #090d13 42%, #040507);
}

.mm-site-header {
	background: rgba(4, 5, 7, 0.66);
	border-color: rgba(255, 255, 255, 0.1);
}

.mm-main {
	z-index: 5;
}

.mm-growth-engine-stage {
	top: 0;
	z-index: 2;
	height: 100svh;
	opacity: 0;
	filter: saturate(1.2) contrast(1.1);
	mask-image: radial-gradient(circle at calc(50% + var(--engine-depth, 0) * 18%) 48%, #000 0 28%, rgba(0,0,0,0.62) 52%, transparent 82%);
}

body.is-engine-live .mm-growth-engine-stage {
	opacity: 0.72;
}

.mm-metal-object {
	position: absolute;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	background: var(--metal), rgba(7, 10, 14, 0.68);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255,255,255,0.18);
	backdrop-filter: blur(22px);
	transform-style: preserve-3d;
	will-change: transform, opacity;
}

.mm-metal-object b {
	color: var(--mm-cyan);
	font-size: 0.68rem;
	font-weight: 950;
	letter-spacing: 0.08em;
}

.mm-metal-object span {
	color: #fff;
	font-size: 0.82rem;
	font-weight: 850;
}

.mm-metal-hero {
	position: relative;
	z-index: 6;
	min-height: calc(100svh - var(--mm-header));
	padding: clamp(90px, 10vh, 128px) 0 58px;
	overflow: hidden;
	isolation: isolate;
}

.mm-metal-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(4,5,7,0.96), rgba(4,5,7,0.62) 46%, rgba(4,5,7,0.18)),
		radial-gradient(circle at 76% 38%, rgba(167, 247, 255, 0.1), transparent 32%);
	content: "";
}

.mm-metal-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.8fr);
	gap: clamp(36px, 6vw, 86px);
	align-items: center;
	min-height: min(760px, calc(100svh - 165px));
}

.mm-metal-hero h1 {
	max-width: 1040px;
	font-size: clamp(3rem, 6.8vw, 7.1rem);
	line-height: 0.9;
}

.mm-metal-hero p:not(.mm-eyebrow) {
	max-width: 740px;
	margin-top: 24px;
	color: rgba(251, 253, 255, 0.72);
	font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.mm-metal-hero__stage {
	position: absolute;
	inset: 0;
	z-index: -1;
	perspective: 1400px;
}

.mm-metal-object--website {
	top: 24vh;
	right: 12vw;
	width: 310px;
	height: 205px;
	padding: 18px;
	grid-template-columns: 1fr 0.72fr;
	gap: 12px;
	transform: rotateY(-18deg) rotateX(8deg);
	animation: mm-metal-float 8s ease-in-out infinite;
}

.mm-metal-object--website span {
	width: 100%;
	height: 100%;
	border-radius: 7px;
	background: rgba(255,255,255,0.12);
}

.mm-metal-object--website span:first-child {
	grid-column: 1 / -1;
	background: linear-gradient(90deg, rgba(167,247,255,0.8), rgba(255,224,163,0.72));
}

.mm-metal-object--ad {
	top: 18vh;
	right: 36vw;
	width: 110px;
	height: 78px;
	transform: rotateZ(-8deg);
	animation: mm-metal-float 7s ease-in-out -1s infinite;
}

.mm-metal-object--seo {
	right: 7vw;
	bottom: 22vh;
	width: 112px;
	height: 138px;
	gap: 8px;
	padding: 14px;
	animation: mm-metal-float 9s ease-in-out -2s infinite;
}

.mm-metal-object--seo i {
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--mm-cyan), var(--mm-green));
}

.mm-metal-object--ad i,
.mm-metal-object--crm i,
.mm-metal-object--orders i {
	width: 72%;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(255,255,255,0.86), rgba(167,247,255,0.3));
}

.mm-metal-object--ad i:nth-child(2),
.mm-metal-object--crm i:nth-child(2),
.mm-metal-object--orders i:nth-child(2) {
	width: 54%;
}

.mm-metal-object--ad i:nth-child(3),
.mm-metal-object--crm i:nth-child(3) {
	width: 34%;
}

.mm-metal-object--crm i:nth-child(4) {
	width: 62%;
	background: linear-gradient(90deg, var(--mm-gold), rgba(255,255,255,0.28));
}

.mm-metal-object--crm {
	right: 28vw;
	bottom: 15vh;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	animation: mm-metal-float 7.5s ease-in-out -3s infinite;
}

.mm-metal-object--orders {
	right: 15vw;
	bottom: 8vh;
	width: 146px;
	height: 76px;
	transform: rotateZ(7deg);
	animation: mm-metal-float 8.5s ease-in-out -1.5s infinite;
}

@keyframes mm-metal-float {
	50% {
		transform: translateY(-18px) rotateY(-8deg) rotateX(10deg);
	}
}

.mm-metal-console .mm-dashboard {
	transform: rotateY(-10deg) rotateX(5deg);
	box-shadow: 0 48px 150px rgba(0,0,0,0.42);
}

.mm-metal-band,
.mm-metal-scroll-scene,
.mm-calculator.mm-cinematic-scene,
.mm-personalization.mm-cinematic-scene {
	position: relative;
	z-index: 6;
	background:
		radial-gradient(circle at calc(16% + var(--scene-progress,0) * 20%) 30%, rgba(167,247,255,0.1), transparent 28%),
		linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.012));
}

.mm-metal-band {
	padding: 76px 0 54px;
}

.mm-metal-split {
	display: grid;
	grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
}

.mm-metal-split h2,
.mm-metal-scroll-scene .mm-section-header h2,
.mm-calculator h2,
.mm-personalization h2 {
	font-size: clamp(2.25rem, 4.7vw, 5.5rem);
	line-height: 0.92;
}

.mm-metal-scroll-scene {
	min-height: 112svh;
	display: grid;
	overflow: clip;
}

.mm-metal-scroll-scene .mm-scene-sticky,
.mm-calculator .mm-scene-sticky,
.mm-personalization .mm-scene-sticky {
	min-height: calc(100svh - var(--mm-header));
	padding: clamp(46px, 7vh, 92px) 0;
}

.mm-growth-path {
	padding: 0;
	border: 0;
	background: transparent;
}

.mm-growth-path .mm-shell {
	width: 100%;
}

.mm-growth-path__header {
	display: none;
}

.mm-growth-path__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-color: rgba(255,255,255,0.16);
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(20px);
}

.mm-service-card,
.mm-case-card,
.mm-industry-card,
.mm-blog-card,
.mm-roi-card,
.mm-persona-console,
.mm-dashboard {
	border-color: rgba(255,255,255,0.16);
	background: var(--metal), rgba(6,9,13,0.72);
	box-shadow: 0 34px 110px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.14);
}

.mm-service-card {
	min-height: 410px;
	transform: translateY(calc((0.5 - var(--scene-progress,0)) * 18px));
}

.mm-service-card:nth-child(even) {
	transform: translateY(calc((var(--scene-progress,0) - 0.5) * 22px));
}

.mm-service-card:hover,
.mm-case-card:hover,
.mm-industry-card:hover {
	transform: translateY(-10px) scale(1.015);
}

.mm-metal-finale {
	position: relative;
	z-index: 6;
	min-height: 76svh;
	display: grid;
	align-items: center;
	padding: 84px 0;
	background:
		radial-gradient(circle at 50% 18%, rgba(167,247,255,0.13), transparent 32%),
		linear-gradient(180deg, transparent, rgba(255,255,255,0.04));
}

@media (max-width: 980px) {
	.mm-metal-hero__grid,
	.mm-metal-split {
		grid-template-columns: 1fr;
	}

	.mm-metal-scroll-scene,
	.mm-calculator.mm-cinematic-scene,
	.mm-personalization.mm-cinematic-scene {
		min-height: auto;
		padding: 78px 0;
	}

	.mm-metal-scroll-scene .mm-scene-sticky,
	.mm-calculator .mm-scene-sticky,
	.mm-personalization .mm-scene-sticky {
		position: relative;
		top: auto;
		min-height: 0;
		padding: 0;
	}

}

@media (max-width: 700px) {
	.mm-metal-hero h1 {
		font-size: 2.7rem;
	}

	.mm-metal-hero__stage {
		display: none;
	}

	.mm-growth-path__grid {
		grid-template-columns: 1fr;
	}

	.mm-metal-console .mm-dashboard {
		transform: none;
	}
}

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

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

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

/* Dora Edition: cinematic conversion system */
:root {
	--mm-bg: #03040a;
	--mm-bg-2: #070912;
	--mm-ink: #fbfdff;
	--mm-muted: #aeb9cf;
	--mm-cyan: #7df9ff;
	--mm-gold: #ffd27a;
	--mm-rose: #ff5d8f;
	--mm-violet: #9d7bff;
	--mm-green: #83ffc0;
	--mm-shell: 1240px;
}

body {
	background:
		radial-gradient(circle at 18% 8%, rgba(125, 249, 255, 0.16), transparent 28%),
		radial-gradient(circle at 86% 18%, rgba(255, 210, 122, 0.12), transparent 26%),
		radial-gradient(circle at 50% 92%, rgba(157, 123, 255, 0.13), transparent 34%),
		linear-gradient(180deg, #02030a, #070912 42%, #04050b);
}

body::before {
	background-size: 96px 96px;
	opacity: 0.68;
}

.mm-main {
	z-index: 4;
}

.mm-depth-field {
	z-index: 1;
	opacity: 0.82;
	mix-blend-mode: screen;
}

.mm-growth-engine-stage {
	top: 0;
	z-index: 2;
	height: 100svh;
	opacity: 0.92;
	filter: saturate(1.28) contrast(1.08);
	mask-image: radial-gradient(circle at calc(52% + var(--engine-depth, 0) * 16%) 46%, #000 0 30%, rgba(0, 0, 0, 0.72) 54%, transparent 88%);
	transform: translate3d(calc(var(--engine-depth) * -70px), calc(var(--engine-depth) * 34px), 0) scale(calc(1.04 + var(--scene-progress, 0) * 0.08));
}

.mm-growth-engine-stage::before,
.mm-growth-engine-stage::after {
	position: absolute;
	inset: 8%;
	border: 1px solid rgba(125, 249, 255, 0.08);
	border-radius: 50%;
	content: "";
	transform: rotate(calc(var(--story-progress, 0) * 80deg)) scale(calc(0.86 + var(--story-progress, 0) * 0.2));
}

.mm-growth-engine-stage::after {
	inset: 18% 24%;
	border-color: rgba(255, 210, 122, 0.1);
	transform: rotate(calc(var(--story-progress, 0) * -120deg)) skewX(-18deg);
}

.mm-story-progress {
	left: max(20px, calc((100vw - var(--mm-shell)) / 2));
	bottom: 24px;
	z-index: 8;
	width: min(360px, 34vw);
}

.mm-site-header {
	background: rgba(3, 4, 10, 0.58);
	border-color: rgba(255, 255, 255, 0.08);
}

.mm-dora-hero {
	min-height: calc(100svh - var(--mm-header));
	padding: clamp(88px, 10vh, 128px) 0 54px;
	isolation: isolate;
}

.mm-dora-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(3, 4, 10, 0.94), rgba(3, 4, 10, 0.48) 48%, rgba(3, 4, 10, 0.2)),
		radial-gradient(circle at 68% 44%, rgba(125, 249, 255, 0.08), transparent 28%);
	content: "";
}

.mm-dora-hero__ambient span {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	pointer-events: none;
}

.mm-dora-hero__ambient span:nth-child(1) {
	top: 14vh;
	right: 8vw;
	width: 34vw;
	height: 34vw;
	transform: rotate(18deg);
}

.mm-dora-hero__ambient span:nth-child(2) {
	right: -12vw;
	bottom: 8vh;
	width: 48vw;
	height: 16vw;
	transform: rotate(-24deg);
}

.mm-dora-hero__ambient span:nth-child(3) {
	left: 8vw;
	bottom: 16vh;
	width: 22vw;
	height: 22vw;
	opacity: 0.34;
}

.mm-dora-hero .mm-hero__grid {
	grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.78fr);
	min-height: min(720px, calc(100svh - 170px));
}

.mm-dora-hero h1 {
	max-width: 980px;
	font-size: clamp(3rem, 7vw, 7.6rem);
	line-height: 0.9;
}

.mm-dora-hero .mm-hero__copy p:not(.mm-eyebrow) {
	max-width: 740px;
	color: rgba(251, 253, 255, 0.72);
	font-size: clamp(1.05rem, 1.5vw, 1.34rem);
}

.mm-dora-command {
	position: relative;
	perspective: 1400px;
}

.mm-dora-command .mm-dashboard {
	transform: rotateY(-12deg) rotateX(4deg);
	box-shadow: 0 44px 140px rgba(0, 0, 0, 0.42);
}

.mm-dora-command__ring {
	position: absolute;
	inset: -16%;
	z-index: -1;
	border: 1px solid rgba(125, 249, 255, 0.16);
	border-radius: 50%;
	background:
		radial-gradient(circle, rgba(125, 249, 255, 0.12), transparent 54%),
		conic-gradient(from 120deg, transparent, rgba(255, 210, 122, 0.24), transparent, rgba(157, 123, 255, 0.22), transparent);
	filter: blur(0.2px);
	animation: mm-dora-orbit 16s linear infinite;
}

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

.mm-dora-proofline {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	max-width: 720px;
	margin-top: 34px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--mm-radius);
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.mm-dora-proofline span {
	display: grid;
	min-height: 54px;
	place-items: center;
	background: rgba(255, 255, 255, 0.045);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.82rem;
	font-weight: 850;
	text-transform: uppercase;
}

.mm-trust {
	z-index: 6;
	padding: 20px 0;
	background: rgba(3, 4, 10, 0.78);
}

.mm-dora-scene,
.mm-calculator.mm-cinematic-scene,
.mm-personalization.mm-cinematic-scene {
	position: relative;
	z-index: 5;
	min-height: 118svh;
	display: grid;
	overflow: clip;
}

.mm-dora-scene::before,
.mm-calculator.mm-cinematic-scene::before,
.mm-personalization.mm-cinematic-scene::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 28%, rgba(255, 255, 255, 0.018)),
		radial-gradient(circle at calc(18% + var(--scene-progress, 0) * 18%) 28%, rgba(125, 249, 255, 0.11), transparent 26%),
		radial-gradient(circle at 82% 72%, rgba(255, 210, 122, 0.08), transparent 28%);
	content: "";
}

.mm-dora-scene .mm-scene-sticky,
.mm-calculator .mm-scene-sticky,
.mm-personalization .mm-scene-sticky {
	min-height: calc(100svh - var(--mm-header));
	padding: clamp(46px, 7vh, 96px) 0;
}

.mm-dora-split {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.mm-dora-split h2,
.mm-dora-scene .mm-section-header h2,
.mm-calculator h2,
.mm-personalization h2 {
	font-size: clamp(2.4rem, 5vw, 5.8rem);
	line-height: 0.92;
}

.mm-growth-path {
	padding: 0;
	background: transparent;
	border: 0;
}

.mm-growth-path .mm-shell {
	width: 100%;
}

.mm-growth-path__header {
	display: none;
}

.mm-growth-path__grid,
.mm-service-grid,
.mm-case-grid,
.mm-industry-grid,
.mm-blog-grid {
	backdrop-filter: blur(18px);
}

.mm-growth-path__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-color: rgba(255, 255, 255, 0.14);
}

.mm-growth-path article {
	min-height: 230px;
}

.mm-service-card,
.mm-case-card,
.mm-industry-card,
.mm-blog-card,
.mm-roi-card,
.mm-persona-console,
.mm-dashboard {
	border-color: rgba(255, 255, 255, 0.13);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
		radial-gradient(circle at 50% 0%, rgba(125, 249, 255, 0.08), transparent 48%);
	box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3);
}

.mm-service-card {
	min-height: 430px;
	transform: translateY(calc((0.5 - var(--scene-progress, 0)) * 18px));
}

.mm-service-card:nth-child(even) {
	transform: translateY(calc((var(--scene-progress, 0) - 0.5) * 24px));
}

.mm-service-card:hover,
.mm-case-card:hover,
.mm-industry-card:hover {
	transform: translateY(-10px) scale(1.015);
}

.mm-calculator .mm-shell,
.mm-personalization .mm-shell {
	position: relative;
	z-index: 2;
}

.mm-roi-card input[type="range"] {
	accent-color: var(--mm-cyan);
}

.mm-dora-finale {
	position: relative;
	z-index: 6;
	min-height: 82svh;
	display: grid;
	align-items: center;
	padding: 90px 0;
	background:
		radial-gradient(circle at 50% 20%, rgba(125, 249, 255, 0.1), transparent 32%),
		linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.035));
}

.mm-cta-band {
	background:
		linear-gradient(135deg, rgba(125, 249, 255, 0.17), rgba(255, 210, 122, 0.1)),
		rgba(255, 255, 255, 0.075);
}

@media (max-width: 980px) {
	.mm-growth-engine-stage {
		opacity: 0.42;
	}

	.mm-dora-hero .mm-hero__grid,
	.mm-dora-split {
		grid-template-columns: 1fr;
	}

	.mm-dora-scene,
	.mm-calculator.mm-cinematic-scene,
	.mm-personalization.mm-cinematic-scene {
		min-height: auto;
		padding: 82px 0;
	}

	.mm-dora-scene .mm-scene-sticky,
	.mm-calculator .mm-scene-sticky,
	.mm-personalization .mm-scene-sticky {
		position: relative;
		top: auto;
		min-height: 0;
		padding: 0;
	}
}

@media (max-width: 700px) {
	.mm-dora-hero h1 {
		font-size: 2.7rem;
	}

	.mm-dora-proofline,
	.mm-growth-path__grid {
		grid-template-columns: 1fr;
	}

	.mm-dora-command .mm-dashboard {
		transform: none;
	}
}
