/*
 * MW1 Base sales page v3.
 * Scoped to .mw1-v3 so the two comparison pages remain untouched.
 */

.mw1-v3 {
	--v3-ink: #10182b;
	--v3-muted: #657087;
	--v3-line: #dfe4ed;
	--v3-soft: #f4f6fa;
	--v3-cream: #fff8f2;
	--v3-dark: #0b1326;
	--v3-dark-soft: #141e35;
	--v3-orange: #f2782c;
	--v3-orange-dark: #d95d14;
	--v3-blue: #3858f6;
	--v3-green: #199568;
	--v3-radius: 28px;
	color: var(--v3-ink);
	background: #fff;
	overflow: clip;
}

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

.mw1-v3 button,
.mw1-v3 a {
	-webkit-tap-highlight-color: transparent;
}

.mw1-v3 h1,
.mw1-v3 h2,
.mw1-v3 h3,
.mw1-v3 p,
.mw1-v3 ul,
.mw1-v3 ol {
	margin-top: 0;
}

.mw1-v3 h1,
.mw1-v3 h2,
.mw1-v3 h3 {
	color: inherit;
	letter-spacing: -0.035em;
}

.mw1-v3 h2 {
	font-size: clamp(2.15rem, 4.1vw, 4rem);
	line-height: 1.04;
}

.mw1-v3 h3 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.15;
}

.mw1-v3 p {
	line-height: 1.65;
}

.mw1-v3-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--v3-orange);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.4 !important;
	text-transform: uppercase;
}

.mw1-v3-kicker > span {
	width: 28px;
	height: 1px;
	background: currentColor;
}

.mw1-v3-section {
	padding: clamp(48px, 4.6vw, 72px) 0;
}

.mw1-v3-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
	gap: 7vw;
	align-items: end;
	margin-bottom: clamp(44px, 5vw, 76px);
}

.mw1-v3-heading h2 {
	max-width: 930px;
	margin-bottom: 0;
}

.mw1-v3-heading > p {
	max-width: 580px;
	margin-bottom: 6px;
	color: var(--v3-muted);
	font-size: 1.08rem;
}

.mw1-v3-heading--center {
	display: block;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.mw1-v3-heading--center .mw1-v3-kicker {
	justify-content: center;
}

.mw1-v3-heading--center > p:last-child {
	max-width: 760px;
	margin: 22px auto 0;
}

/* Hero */
.mw1-v3-hero {
	position: relative;
	padding: clamp(68px, 6vw, 96px) 0 clamp(74px, 7vw, 104px);
	color: #fff;
	background:
		radial-gradient(circle at 83% 30%, rgba(63, 76, 255, 0.36), transparent 34%),
		radial-gradient(circle at 8% 82%, rgba(242, 120, 44, 0.2), transparent 30%),
		linear-gradient(135deg, #091122 0%, #10182d 56%, #10162b 100%);
}

.mw1-v3-hero::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 56px 56px;
	content: '';
	mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.mw1-v3-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(420px, 0.95fr) minmax(560px, 1.05fr);
	gap: clamp(45px, 6vw, 110px);
	align-items: center;
}

.mw1-v3-hero h1 {
	max-width: 790px;
	margin-bottom: 28px;
	font-size: clamp(3rem, 3.05vw, 3.72rem);
	line-height: 1.01;
	overflow-wrap: break-word;
}

.mw1-v3-hero__lead {
	max-width: 700px;
	margin-bottom: 34px;
	color: #c5ccda;
	font-size: clamp(1.05rem, 1.45vw, 1.3rem);
}

.mw1-v3-hero__actions,
.mw1-v3-final__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
}

.mw1-v3 .mw1-v3-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 25px;
	border: 1px solid var(--v3-orange);
	border-radius: 14px;
	color: #fff;
	background: var(--v3-orange);
	box-shadow: 0 14px 28px rgba(242, 120, 44, 0.2);
	font: inherit;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
	transition: 180ms ease;
}

.mw1-v3 .mw1-v3-button:hover,
.mw1-v3 .mw1-v3-button:focus-visible {
	border-color: var(--v3-orange-dark);
	background: var(--v3-orange-dark);
	transform: translateY(-2px);
}

.mw1-v3 .mw1-v3-button--light {
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	backdrop-filter: blur(12px);
}

.mw1-v3 .mw1-v3-button--light:hover,
.mw1-v3 .mw1-v3-button--light:focus-visible {
	border-color: #fff;
	color: var(--v3-dark);
	background: #fff;
}

.mw1-v3-hero__price {
	display: flex;
	gap: 22px;
	align-items: center;
	margin-top: 32px;
}

.mw1-v3-hero__price > div {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.mw1-v3-hero__price del {
	margin-bottom: 6px;
	color: #7f899d;
	font-size: 0.88rem;
}

.mw1-v3-hero__price strong {
	font-size: 2rem;
	letter-spacing: -0.04em;
}

.mw1-v3-hero__price p {
	margin-bottom: 0;
	color: #99a4b9;
	font-size: 0.82rem;
	line-height: 1.5;
}

.mw1-v3-inline-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 28px 0 0;
	padding: 0;
	color: #aeb7c9;
	font-size: 0.84rem;
	list-style: none;
}

.mw1-v3-inline-trust li {
	position: relative;
	padding-left: 18px;
}

.mw1-v3-inline-trust li::before {
	position: absolute;
	top: 0.47em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #41d89e;
	content: '';
}

.mw1-v3-hero__visual {
	position: relative;
	min-height: 525px;
}

.mw1-v3-glow {
	position: absolute;
	inset: 20% 8% 10%;
	border-radius: 50%;
	background: rgba(73, 78, 244, 0.25);
	filter: blur(80px);
}

.mw1-v3-browser,
.mw1-v3-phone,
.mw1-v3-admin-grid__image {
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	background: transparent;
	font: inherit;
	text-align: initial;
}

.mw1-v3-browser {
	display: block;
	width: 78%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.35);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.mw1-v3-browser__bar {
	display: flex;
	height: 30px;
	align-items: center;
	gap: 5px;
	padding: 0 10px;
	color: #7d8799;
	background: #eef1f6;
}

.mw1-v3-browser__bar i {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c4cad5;
}

.mw1-v3-browser__bar i:first-child { background: #f27c52; }
.mw1-v3-browser__bar i:nth-child(2) { background: #efbd55; }
.mw1-v3-browser__bar i:nth-child(3) { background: #63c18b; }

.mw1-v3-browser__bar b {
	min-width: 120px;
	margin: 0 auto;
	padding: 3px 18px;
	border-radius: 7px;
	background: #fff;
	font-size: 0.58rem;
	font-weight: 600;
	text-align: center;
}

.mw1-v3-browser__screen {
	display: block;
	aspect-ratio: 1.5;
	overflow: hidden;
	background: #f7f8fb;
}

.mw1-v3-browser__screen picture,
.mw1-v3-browser__screen img,
.mw1-v3-phone__screen picture,
.mw1-v3-phone__screen img {
	display: block;
	width: 100%;
	height: 100%;
}

.mw1-v3-browser__screen img {
	object-fit: cover;
	object-position: top center;
}

.mw1-v3-browser--hero {
	position: absolute;
	top: 25px;
	left: 0;
	width: 88%;
}

.mw1-v3-phone {
	position: relative;
	display: block;
	width: 22%;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	background: transparent;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.mw1-v3-phone__speaker {
	display: none;
}

.mw1-v3-phone__screen {
	display: block;
	aspect-ratio: 375 / 812;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
}

.mw1-v3-phone__screen img {
	object-fit: cover;
	object-position: top center;
}

.mw1-v3-phone--custom,
.mw1-v3-phone--custom .mw1-v3-phone__screen {
	overflow: visible;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.mw1-v3-phone--custom .mw1-v3-phone__screen {
	aspect-ratio: auto;
}

.mw1-v3-phone--custom .mw1-v3-phone__screen picture,
.mw1-v3-phone--custom .mw1-v3-phone__screen img {
	width: 100%;
	height: auto;
}

.mw1-v3-phone--custom .mw1-v3-phone__screen img {
	object-fit: contain;
}

.mw1-v3-device-pair .mw1-v3-browser--custom .mw1-v3-browser__screen {
	aspect-ratio: auto;
	background: transparent;
}

.mw1-v3-device-pair .mw1-v3-browser--custom .mw1-v3-browser__screen picture,
.mw1-v3-device-pair .mw1-v3-browser--custom .mw1-v3-browser__screen img {
	width: 100%;
	height: auto;
}

.mw1-v3-device-pair .mw1-v3-browser--custom .mw1-v3-browser__screen img {
	object-fit: contain;
	object-position: top center;
}

.mw1-v3-phone--hero {
	position: absolute;
	z-index: 2;
	right: 1%;
	bottom: 5px;
	width: 29%;
}

@media (min-width: 981px) {
	.mw1-v3-hero__visual {
		min-height: 620px;
	}

	.mw1-v3-browser--hero {
		left: -7%;
		width: 105.6%;
	}

	.mw1-v3-phone--hero {
		right: -9.5%;
		bottom: 10px;
		width: 34.8%;
	}
}

.mw1-v3-hero__hint {
	position: absolute;
	right: 3%;
	bottom: -32px;
	margin: 0;
	color: #838da3;
	font-size: 0.72rem;
}

/* Proof bar */
.mw1-v3-proof {
	border-bottom: 1px solid var(--v3-line);
	background: #fff;
}

.mw1-v3-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.mw1-v3-proof__grid > div {
	position: relative;
	display: flex;
	min-height: 125px;
	flex-direction: column;
	justify-content: center;
	padding: 22px clamp(18px, 2.5vw, 42px);
	border-left: 1px solid var(--v3-line);
}

.mw1-v3-proof__grid > div:last-child {
	border-right: 1px solid var(--v3-line);
}

.mw1-v3-proof strong {
	margin-bottom: 7px;
	font-size: clamp(1.35rem, 2.1vw, 2rem);
	letter-spacing: -0.04em;
}

.mw1-v3-proof span {
	color: var(--v3-muted);
	font-size: 0.84rem;
	line-height: 1.45;
}

/* Outcomes */
.mw1-v3-section--intro {
	background: #fff;
}

.mw1-v3-outcomes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.mw1-v3-outcomes article {
	position: relative;
	min-height: 315px;
	padding: clamp(28px, 3.1vw, 47px);
	overflow: hidden;
	border: 1px solid var(--v3-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(22, 34, 61, 0.06);
}

.mw1-v3-outcomes article::after {
	position: absolute;
	right: -36px;
	bottom: -62px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: var(--v3-cream);
	content: '';
}

.mw1-v3-outcomes article > span {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 54px;
	border-radius: 14px;
	color: var(--v3-orange);
	background: var(--v3-cream);
	font-size: 0.8rem;
	font-weight: 800;
}

.mw1-v3-outcomes h3 {
	margin-bottom: 14px;
}

.mw1-v3-outcomes p {
	margin-bottom: 0;
	color: var(--v3-muted);
	font-size: 0.96rem;
}

/* Store tour */
.mw1-v3-section--dark {
	color: #fff;
	background: var(--v3-dark);
}

.mw1-v3-heading--light > p,
.mw1-v3-section--dark .mw1-v3-tour__intro > p:not(.mw1-v3-kicker) {
	color: #aeb7c9;
}

.mw1-v3-tour {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--v3-radius);
	background: var(--v3-dark-soft);
	box-shadow: 0 45px 90px rgba(0, 0, 0, 0.25);
}

.mw1-v3-tour__tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mw1-v3-tour__tabs button {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 15px 22px;
	border: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: #8f9ab0;
	background: transparent;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	transition: 180ms ease;
}

.mw1-v3-tour__tabs button:last-child {
	border-right: 0;
}

.mw1-v3-tour__tabs button span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 0.65rem;
}

.mw1-v3-tour__tabs button:hover,
.mw1-v3-tour__tabs button[aria-selected='true'] {
	color: #fff;
	background: rgba(255, 255, 255, 0.055);
}

.mw1-v3-tour__tabs button[aria-selected='true'] span {
	border-color: var(--v3-orange);
	color: #fff;
	background: var(--v3-orange);
}

.mw1-v3-tour__panel {
	display: block;
	min-height: 670px;
	padding: clamp(38px, 5.5vw, 84px);
}

.mw1-v3-tour__panel[hidden] {
	display: none;
}

.mw1-v3-tour__intro {
	max-width: 980px;
	margin-bottom: 42px;
}

.mw1-v3-tour__intro h3 {
	max-width: none;
	margin-bottom: 16px;
	font-size: clamp(1.85rem, 3vw, 3rem);
	line-height: 1.07;
}

.mw1-v3-tour__intro > p:not(.mw1-v3-kicker) {
	max-width: 900px;
	margin-bottom: 0;
}

.mw1-v3-tour__body {
	display: grid;
	grid-template-columns: minmax(240px, 0.42fr) minmax(560px, 1.58fr);
	gap: 5vw;
	align-items: center;
}

.mw1-v3-tour__copy ul,
.mw1-v3-offer__copy ul,
.mw1-v3-feature-groups ul,
.mw1-v3-fit-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mw1-v3-tour__copy li,
.mw1-v3-offer__copy li,
.mw1-v3-feature-groups li,
.mw1-v3-fit-card li {
	position: relative;
	margin-top: 12px;
	padding-left: 25px;
	line-height: 1.5;
}

.mw1-v3-tour__copy li::before,
.mw1-v3-offer__copy li::before,
.mw1-v3-feature-groups li::before,
.mw1-v3-fit-card li::before {
	position: absolute;
	top: 0.48em;
	left: 0;
	width: 8px;
	height: 8px;
	border: 2px solid var(--v3-orange);
	border-radius: 50%;
	content: '';
}

.mw1-v3-device-pair {
	position: relative;
	display: flex;
	min-height: 515px;
	align-items: center;
}

.mw1-v3-device-pair .mw1-v3-browser {
	width: 82%;
}

.mw1-v3-device-pair .mw1-v3-phone {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
}

@media (min-width: 981px) {
	.mw1-v3-device-pair .mw1-v3-browser {
		width: 98.4%;
	}

	.mw1-v3-device-pair .mw1-v3-phone {
		right: -2%;
		width: 30%;
	}

	.mw1-v3-tour__copy li {
		margin-top: 18px;
		padding-left: 28px;
		color: #f1f4fa;
		font-size: clamp(1.06rem, 1.15vw, 1.18rem);
		font-weight: 600;
		line-height: 1.55;
	}

	.mw1-v3-tour__copy li::before {
		top: 0.55em;
		width: 9px;
		height: 9px;
	}
}

/* Admin */
.mw1-v3-section--admin {
	background: var(--v3-soft);
}

.mw1-v3-admin-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.mw1-v3-admin-grid article {
	overflow: hidden;
	border: 1px solid var(--v3-line);
	border-radius: 23px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(24, 36, 64, 0.06);
}

.mw1-v3-admin-grid__image {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1.5;
	overflow: hidden;
	border-bottom: 1px solid var(--v3-line);
	background: #edf1f7;
}

.mw1-v3-admin-grid__image picture,
.mw1-v3-admin-grid__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.mw1-v3-admin-grid__image img {
	object-fit: cover;
	object-position: top left;
}

.mw1-v3-admin-grid article > div {
	padding: 28px;
}

.mw1-v3-admin-grid small {
	display: block;
	margin-bottom: 12px;
	color: var(--v3-blue);
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.mw1-v3-admin-grid h3 {
	margin-bottom: 12px;
}

.mw1-v3-admin-grid p {
	margin-bottom: 0;
	color: var(--v3-muted);
	font-size: 0.92rem;
}

/* Feature groups */
.mw1-v3-section--features {
	background: #fff;
}

.mw1-v3-feature-groups {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(20px, 2.4vw, 34px);
}

.mw1-v3-feature-groups--three {
	grid-template-columns: repeat(3, 1fr);
}

.mw1-v3-feature-groups article {
	position: relative;
	overflow: hidden;
	min-height: 0;
	padding: clamp(26px, 2.8vw, 40px);
	border: 1px solid var(--v3-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(24, 36, 64, 0.07);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mw1-v3-feature-groups article:hover {
	border-color: rgba(242, 120, 44, 0.36);
	box-shadow: 0 24px 58px rgba(24, 36, 64, 0.11);
	transform: translateY(-4px);
}

.mw1-v3-feature-groups__image {
	margin: calc(clamp(26px, 2.8vw, 40px) * -1) calc(clamp(26px, 2.8vw, 40px) * -1) 30px;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-bottom: 1px solid var(--v3-line);
	background: var(--v3-soft);
}

.mw1-v3-feature-groups__image picture,
.mw1-v3-feature-groups__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.mw1-v3-feature-groups__image img {
	object-fit: cover;
	object-position: top center;
}

.mw1-v3-feature-groups__image > button {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	color: inherit;
	background: transparent;
	cursor: zoom-in;
}

.mw1-v3-feature-groups__zoom {
	position: absolute;
	top: 16px;
	right: 16px;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	color: #fff;
	background: rgba(11, 19, 38, 0.56);
	box-shadow: 0 8px 24px rgba(8, 14, 28, 0.22);
	transition: background 180ms ease, transform 180ms ease;
}

.mw1-v3-feature-groups__zoom svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mw1-v3-feature-groups__image > button:hover .mw1-v3-feature-groups__zoom,
.mw1-v3-feature-groups__image > button:focus-visible .mw1-v3-feature-groups__zoom {
	background: rgba(11, 19, 38, 0.78);
	transform: scale(1.06);
}

.mw1-v3-feature-groups__image > button:focus-visible {
	outline: 3px solid var(--v3-accent);
	outline-offset: -3px;
}

.mw1-v3-image-lightbox {
	position: fixed;
	z-index: 2600;
	inset: 0;
	display: grid;
	padding: clamp(18px, 4vw, 56px);
	place-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.mw1-v3-image-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.mw1-v3-image-lightbox__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(7, 13, 27, 0.9);
	cursor: zoom-out;
}

.mw1-v3-image-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	max-width: min(1500px, 92vw);
	max-height: 90vh;
	place-items: center;
}

.mw1-v3-image-lightbox__dialog img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

.mw1-v3-image-lightbox__close {
	position: absolute;
	z-index: 2;
	top: -18px;
	right: -18px;
	display: grid;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	color: #fff;
	background: rgba(11, 19, 38, 0.88);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

body.mw1-v3-lightbox-open {
	overflow: hidden;
}

.mw1-v3-feature-groups article > span {
	position: absolute;
	right: 30px;
	bottom: 26px;
	color: #d7dce6;
	font-size: 2.1rem;
	font-weight: 800;
	letter-spacing: -0.06em;
}

.mw1-v3-feature-groups h3 {
	max-width: none;
	margin-bottom: 12px;
	font-size: clamp(1.7rem, 2.5vw, 2.45rem);
}

.mw1-v3-feature-groups article > p {
	color: var(--v3-muted);
}

.mw1-v3-feature-groups li {
	font-size: 0.94rem;
}

/* Built-in modules */
.mw1-v3-section--built-in {
	background: var(--v3-soft);
}

.mw1-v3-built-in-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.mw1-v3-built-in-grid article {
	min-height: 230px;
	padding: 26px 24px;
	border: 1px solid rgba(207, 214, 226, 0.9);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(24, 36, 64, 0.045);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mw1-v3-built-in-grid article:hover {
	border-color: rgba(73, 78, 244, 0.34);
	box-shadow: 0 18px 40px rgba(24, 36, 64, 0.09);
	transform: translateY(-3px);
}

.mw1-v3-built-in-grid__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 24px;
	border-radius: 14px;
	color: var(--v3-blue);
	background: rgba(73, 78, 244, 0.09);
}

.mw1-v3-built-in-grid__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mw1-v3-built-in-grid article:nth-child(4n+2) .mw1-v3-built-in-grid__icon {
	color: #bf5b1d;
	background: rgba(242, 120, 44, 0.11);
}

.mw1-v3-built-in-grid article:nth-child(4n+3) .mw1-v3-built-in-grid__icon {
	color: #087b66;
	background: rgba(21, 168, 139, 0.1);
}

.mw1-v3-built-in-grid article:nth-child(4n) .mw1-v3-built-in-grid__icon {
	color: #8a55b5;
	background: rgba(138, 85, 181, 0.1);
}

.mw1-v3-built-in-grid h3 {
	margin-bottom: 10px;
	font-size: 1.08rem;
	line-height: 1.3;
}

.mw1-v3-built-in-grid p {
	margin-bottom: 0;
	color: var(--v3-muted);
	font-size: 0.86rem;
	line-height: 1.55;
}

.mw1-v3-niches {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 6vw;
	align-items: center;
	margin-top: 30px;
	padding: clamp(34px, 4vw, 60px);
	border-radius: var(--v3-radius);
	background: var(--v3-cream);
}

.mw1-v3-niches h3 {
	margin-bottom: 0;
	font-size: clamp(1.6rem, 2.6vw, 2.5rem);
}

.mw1-v3-niche-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mw1-v3-niche-list span {
	padding: 12px 17px;
	border: 1px solid #f1d9c9;
	border-radius: 999px;
	background: #fff;
	font-size: 0.88rem;
	font-weight: 700;
}

/* Fit */
/* Start */
.mw1-v3-section--start {
	background: #fff;
}

.mw1-v3-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}

.mw1-v3-steps li {
	position: relative;
	padding: 0 clamp(18px, 2.8vw, 42px) 0 0;
}

.mw1-v3-steps li:not(:last-child)::after {
	position: absolute;
	top: 23px;
	right: 22px;
	left: 68px;
	height: 1px;
	background: var(--v3-line);
	content: '';
}

.mw1-v3-steps span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 30px;
	border: 1px solid var(--v3-line);
	border-radius: 50%;
	color: var(--v3-orange);
	background: #fff;
	font-weight: 800;
}

.mw1-v3-steps h3 {
	margin-bottom: 10px;
}

.mw1-v3-steps p {
	margin-bottom: 0;
	color: var(--v3-muted);
	font-size: 0.9rem;
}

/* Offer */
.mw1-v3-section--offer {
	color: #fff;
	background: var(--v3-dark);
}

.mw1-v3-offer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
	gap: clamp(48px, 7vw, 105px);
	align-items: center;
}

.mw1-v3-offer__copy h2 {
	max-width: 820px;
}

.mw1-v3-offer__copy > p:not(.mw1-v3-kicker) {
	max-width: 730px;
	color: #aeb7c9;
	font-size: 1.05rem;
}

.mw1-v3-offer__copy li {
	color: #e1e5ec;
}

.mw1-v3-offer__specs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.mw1-v3-offer__specs span {
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 9px;
	color: #aeb7c9;
	font-size: 0.76rem;
}

.mw1-v3-price-card {
	padding: clamp(32px, 3.8vw, 52px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--v3-radius);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
	box-shadow: 0 35px 85px rgba(0, 0, 0, 0.27);
	backdrop-filter: blur(14px);
}

.mw1-v3-price-card > p:first-child {
	margin-bottom: 14px;
	color: #aeb7c9;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
}

.mw1-v3-price-card del {
	display: block;
	color: #7e899e;
	font-size: 1.05rem;
}

.mw1-v3-price-card > strong {
	display: block;
	margin: 4px 0 12px;
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 1;
	letter-spacing: -0.07em;
}

.mw1-v3-price-card > small {
	display: block;
	margin-bottom: 28px;
	color: #aeb7c9;
	line-height: 1.5;
}

.mw1-v3 .mw1-v3-button--wide {
	width: 100%;
}

.mw1-v3-price-card > a:not(.button) {
	display: block;
	margin-top: 19px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.mw1-v3-price-card__note {
	margin: 27px 0 0 !important;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	color: #8e99ad !important;
	font-size: 0.78rem !important;
	text-align: center;
}

/* Services */
.mw1-v3-section--services {
	background: var(--v3-soft);
}

.mw1-v3-services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.mw1-v3-services article {
	display: flex;
	min-height: 340px;
	flex-direction: column;
	padding: clamp(29px, 3vw, 43px);
	border: 1px solid var(--v3-line);
	border-radius: 22px;
	background: #fff;
}

.mw1-v3-services article > span {
	margin-top: 18px;
	margin-bottom: 0;
	color: var(--v3-blue);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mw1-v3-services h3 {
	min-height: 2.3em;
	margin-bottom: 20px;
}

.mw1-v3-services p {
	color: var(--v3-muted);
	font-size: 0.9rem;
}

.mw1-v3-services b {
	margin-bottom: 16px;
	font-size: 1.65rem;
}

.mw1-v3-services button,
.mw1-v3-services article > a {
	align-self: flex-start;
	margin-top: 16px;
	padding: 0;
	border: 0;
	color: var(--v3-blue);
	background: transparent;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 800;
	cursor: pointer;
	text-decoration: none;
}

/* FAQ */
.mw1-v3-section--faq {
	background: #fff;
}

.mw1-v3-faq-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.6fr) minmax(520px, 1fr);
	gap: 8vw;
	align-items: start;
}

.mw1-v3-faq-layout__intro {
	position: sticky;
	top: 110px;
}

.mw1-v3-faq-layout__intro h2 {
	margin-bottom: 22px;
}

.mw1-v3-faq-layout__intro > p:not(.mw1-v3-kicker) {
	color: var(--v3-muted);
}

.mw1-v3-text-button {
	padding: 0;
	border: 0;
	color: var(--v3-blue);
	background: none;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}

.mw1-v3-faq details {
	border-top: 1px solid var(--v3-line);
}

.mw1-v3-faq details:last-child {
	border-bottom: 1px solid var(--v3-line);
}

.mw1-v3-faq summary {
	display: flex;
	min-height: 88px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	cursor: pointer;
	font-size: 1.04rem;
	font-weight: 800;
	list-style: none;
}

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

.mw1-v3-faq summary span {
	position: relative;
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	border: 1px solid var(--v3-line);
	border-radius: 50%;
}

.mw1-v3-faq summary span::before,
.mw1-v3-faq summary span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1px;
	background: var(--v3-ink);
	content: '';
	transform: translate(-50%, -50%);
}

.mw1-v3-faq summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 160ms ease;
}

.mw1-v3-faq details[open] summary span::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.mw1-v3-faq details > div {
	padding: 0 60px 27px 0;
	color: var(--v3-muted);
}

.mw1-v3-faq details p {
	margin-bottom: 0;
}

/* Final */
.mw1-v3-final {
	padding: 0 0 clamp(80px, 8vw, 120px);
	background: #fff;
}

.mw1-v3-final__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 7vw;
	align-items: center;
	padding: clamp(38px, 5vw, 74px);
	border-radius: var(--v3-radius);
	color: #fff;
	background: linear-gradient(125deg, #172142, #17275a 62%, #2739a8);
	box-shadow: 0 28px 70px rgba(26, 42, 98, 0.2);
}

.mw1-v3-final h2 {
	max-width: 920px;
	margin-bottom: 18px;
	font-size: clamp(2rem, 3.6vw, 3.5rem);
}

.mw1-v3-final p:not(.mw1-v3-kicker) {
	max-width: 780px;
	margin-bottom: 0;
	color: #bdc7dc;
}

.mw1-v3-final__actions {
	min-width: 190px;
	flex-direction: column;
}

.mw1-v3 .mw1-v3-button--outline {
	border-color: rgba(255, 255, 255, 0.35);
	background: transparent;
	box-shadow: none;
}

.mw1-v3-mobile-buy {
	display: none;
}

.mw1-v3-buy-modal__dialog {
	width: min(100%, 1040px);
	max-height: min(94vh, 920px);
}

.mw1-v3-buy-summary {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 3px 18px;
	align-items: center;
	padding: 15px 18px;
	border: 1px solid rgba(242, 120, 44, 0.3);
	border-radius: 14px;
	background: var(--v3-cream);
}

.mw1-v3-buy-summary span {
	font-weight: 800;
}

.mw1-v3-buy-summary strong {
	grid-row: 1 / span 2;
	grid-column: 2;
	color: var(--v3-orange);
	font-size: 1.65rem;
}

.mw1-v3-buy-summary small {
	color: var(--v3-muted);
}

.mw1-v3-install-choice__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.mw1-v3-install-choice__grid label {
	display: block;
	cursor: pointer;
}

.mw1-v3-install-choice__grid input {
	position: absolute;
	opacity: 0;
}

.mw1-v3-install-choice__grid span {
	display: flex;
	min-height: 158px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 17px;
	border: 1px solid var(--v3-line);
	border-radius: 12px;
	background: #fff;
	transition: 160ms ease;
}

.mw1-v3-install-choice__grid b {
	font-size: 0.94rem;
	line-height: 1.3;
}

.mw1-v3-install-choice__grid small {
	color: var(--v3-muted);
	font-size: 0.75rem;
	line-height: 1.45;
}

.mw1-v3-install-choice__grid em {
	color: var(--v3-orange);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mw1-v3-install-choice__grid input:checked + span {
	border-color: var(--v3-orange);
	background: var(--v3-cream);
	box-shadow: 0 0 0 2px rgba(242, 120, 44, 0.12);
}

.mw1-v3-field-note {
	color: var(--v3-muted);
	font-size: 0.76rem;
	line-height: 1.45;
}

@media (max-width: 1200px) {
	.mw1-v3-hero__grid {
		grid-template-columns: minmax(340px, 0.9fr) minmax(470px, 1.1fr);
		gap: 42px;
	}

	.mw1-v3-hero__visual {
		min-height: 520px;
	}

	.mw1-v3-tour__panel {
		padding: 48px;
	}

	.mw1-v3-tour__body {
		grid-template-columns: minmax(220px, 0.45fr) minmax(470px, 1.55fr);
		gap: 36px;
	}

	.mw1-v3-device-pair {
		min-height: 440px;
	}
}

@media (max-width: 980px) {
	.mw1-v3-heading {
		display: block;
	}

	.mw1-v3-heading > p {
		margin-top: 22px;
	}

	.mw1-v3-hero__grid {
		grid-template-columns: 1fr;
	}

	.mw1-v3-hero__content {
		max-width: 760px;
	}

	.mw1-v3-hero__visual {
		width: min(780px, 100%);
		min-height: 570px;
		margin: 10px auto 0;
	}

	.mw1-v3-proof__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mw1-v3-proof__grid > div:nth-child(3) {
		border-top: 1px solid var(--v3-line);
	}

	.mw1-v3-proof__grid > div:nth-child(4) {
		border-top: 1px solid var(--v3-line);
	}

	.mw1-v3-outcomes,
	.mw1-v3-services {
		grid-template-columns: 1fr;
	}

	.mw1-v3-built-in-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mw1-v3-outcomes article {
		min-height: 0;
	}

	.mw1-v3-outcomes article > span {
		margin-bottom: 30px;
	}

	.mw1-v3-tour__body {
		grid-template-columns: 1fr;
	}

	.mw1-v3-tour__copy {
		max-width: 700px;
	}

	.mw1-v3-device-pair {
		width: min(720px, 100%);
		min-height: 500px;
		margin: 0 auto;
	}

	.mw1-v3-niches,
	.mw1-v3-offer,
	.mw1-v3-faq-layout {
		grid-template-columns: 1fr;
	}

	.mw1-v3-niche-list {
		margin-top: 10px;
	}

	.mw1-v3-steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 48px 20px;
	}

	.mw1-v3-steps li:nth-child(2)::after {
		display: none;
	}

	.mw1-v3-faq-layout__intro {
		position: static;
	}

	.mw1-v3-final__inner {
		grid-template-columns: 1fr;
	}

	.mw1-v3-final__actions {
		min-width: 0;
		flex-direction: row;
	}
}

@media (max-width: 700px) {
	.mw1-v3 {
		padding-bottom: 72px;
	}

	.mw1-v3 h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.mw1-v3-section {
		padding: 50px 0;
	}

	.mw1-v3-heading {
		margin-bottom: 38px;
	}

	.mw1-v3-heading--center {
		text-align: left;
	}

	.mw1-v3-heading--center .mw1-v3-kicker {
		justify-content: flex-start;
	}

	.mw1-v3-heading--center > p:last-child {
		margin-left: 0;
		text-align: left;
	}

	.mw1-v3-hero {
		padding: 62px 0 88px;
	}

	.mw1-v3-hero h1 {
		font-size: clamp(2.55rem, 12vw, 4.2rem);
	}

	.mw1-v3-hero__lead {
		font-size: 1rem;
	}

	.mw1-v3-hero__actions {
		flex-direction: column;
	}

	.mw1-v3-hero__actions .mw1-v3-button {
		width: 100%;
	}

	.mw1-v3-hero__price {
		align-items: flex-start;
	}

	.mw1-v3-inline-trust {
		flex-direction: column;
	}

	.mw1-v3-hero__visual {
		min-height: 360px;
		margin-top: 15px;
	}

	.mw1-v3-browser--hero {
		top: 10px;
		width: 94%;
	}

	.mw1-v3-phone--hero {
		right: 0;
		width: 31%;
	}

	.mw1-v3-browser__bar {
		height: 22px;
	}

	.mw1-v3-browser__bar b {
		min-width: 80px;
		padding: 2px 8px;
		font-size: 0.45rem;
	}

	.mw1-v3-hero__hint {
		display: none;
	}

	.mw1-v3-proof__grid > div {
		min-height: 105px;
		padding: 18px;
	}

	.mw1-v3-outcomes article {
		padding: 30px;
	}

	.mw1-v3-tour {
		border-radius: 20px;
	}

	.mw1-v3-tour__tabs {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.mw1-v3-tour__tabs::-webkit-scrollbar {
		display: none;
	}

	.mw1-v3-tour__tabs button {
		min-width: 148px;
		min-height: 63px;
		flex: 1 0 auto;
	}

	.mw1-v3-tour__panel {
		min-height: 0;
		padding: 30px 20px 36px;
	}

	.mw1-v3-tour__intro h3 {
		font-size: 2rem;
	}

	.mw1-v3-device-pair {
		min-height: 300px;
	}

	.mw1-v3-device-pair .mw1-v3-browser {
		width: 88%;
	}

	.mw1-v3-device-pair .mw1-v3-phone {
		width: 29%;
		border-radius: 8px;
	}

	.mw1-v3-device-pair .mw1-v3-phone--custom {
		border-radius: 0;
	}

	.mw1-v3-feature-groups__zoom {
		top: 12px;
		right: 12px;
		width: 40px;
		height: 40px;
	}

	.mw1-v3-image-lightbox {
		padding: 14px;
	}

	.mw1-v3-image-lightbox__dialog {
		max-width: calc(100vw - 28px);
	}

	.mw1-v3-image-lightbox__close {
		top: 10px;
		right: 10px;
	}

	.mw1-v3-feature-groups,
	.mw1-v3-feature-groups--three {
		grid-template-columns: 1fr;
	}

	.mw1-v3-feature-groups article {
		min-height: 0;
		padding: 34px 27px;
		border-radius: 20px;
	}

	.mw1-v3-feature-groups article > span {
		top: auto;
		right: 26px;
		bottom: 22px;
		font-size: 1.4rem;
	}

	.mw1-v3-built-in-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.mw1-v3-built-in-grid article {
		min-height: 0;
		padding: 23px 21px;
	}

	.mw1-v3-built-in-grid__icon {
		width: 44px;
		height: 44px;
		margin-bottom: 18px;
	}

	.mw1-v3-niches {
		padding: 30px 24px;
	}

	.mw1-v3-niche-list span {
		padding: 10px 13px;
		font-size: 0.76rem;
	}

	.mw1-v3-steps {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.mw1-v3-steps li {
		padding-left: 65px;
	}

	.mw1-v3-steps li::after {
		display: none;
	}

	.mw1-v3-steps span {
		position: absolute;
		top: 0;
		left: 0;
	}

	.mw1-v3-offer {
		gap: 45px;
	}

	.mw1-v3-price-card {
		padding: 30px 24px;
	}

	.mw1-v3-faq summary {
		min-height: 80px;
		font-size: 0.96rem;
	}

	.mw1-v3-faq details > div {
		padding-right: 0;
	}

	.mw1-v3-final {
		padding-bottom: 50px;
	}

	.mw1-v3-final__inner {
		padding: 34px 25px;
		border-radius: 22px;
	}

	.mw1-v3-final__actions {
		flex-direction: column;
	}

	.mw1-v3-final__actions .mw1-v3-button {
		width: 100%;
	}

	.mw1-v3-install-choice__grid {
		grid-template-columns: 1fr;
	}

	.mw1-v3-install-choice__grid span {
		min-height: 0;
	}

	.mw1-v3-buy-modal {
		z-index: 2100;
		padding: 10px;
	}

	.mw1-v3-buy-modal__dialog {
		max-height: calc(100vh - 20px);
		padding: 24px 20px;
		border-radius: 20px;
	}

	.mw1-v3-buy-modal .modal__header h2 {
		font-size: 2rem;
	}

	.mw1-v3-buy-modal .modal__header p:not(.eyebrow) {
		font-size: 0.94rem;
	}

	.mw1-v3-mobile-buy {
		position: fixed;
		z-index: 70;
		right: 10px;
		bottom: 10px;
		left: 10px;
		display: flex;
		min-height: 62px;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		padding: 8px 9px 8px 18px;
		border: 1px solid rgba(255, 255, 255, 0.13);
		border-radius: 16px;
		color: #fff;
		background: rgba(11, 19, 38, 0.94);
		box-shadow: 0 18px 50px rgba(5, 10, 22, 0.34);
		backdrop-filter: blur(16px);
		opacity: 0;
		pointer-events: none;
		transform: translateY(18px);
		transition: opacity 180ms ease, transform 180ms ease;
		visibility: hidden;
	}

	.mw1-v3-mobile-buy.is-visible {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.mw1-v3-mobile-buy > div {
		display: flex;
		flex-direction: column;
		line-height: 1;
	}

	.mw1-v3-mobile-buy del {
		margin-bottom: 4px;
		color: #8f99aa;
		font-size: 0.65rem;
	}

	.mw1-v3-mobile-buy strong {
		font-size: 1.1rem;
	}

	.mw1-v3-mobile-buy button {
		display: grid;
		min-width: 115px;
		height: 46px;
		margin: 0;
		padding: 0 18px;
		place-items: center;
		border: 0;
		border-radius: 11px;
		color: #fff;
		background: var(--v3-orange);
		font-family: inherit;
		font-size: 0.84rem;
		font-weight: 800;
		cursor: pointer;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mw1-v3 *,
	.mw1-v3 *::before,
	.mw1-v3 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
