.mrel-lp {
	--mrel-ink: #18232f;
	--mrel-muted: #687483;
	--mrel-mint: #e8f8f2;
	--mrel-mint-strong: #29c49a;
	--mrel-coral: #ff7d6b;
	--mrel-blue: #4d83d8;
	--mrel-yellow: #ffd166;
	--mrel-line: #06c755;
	--mrel-border: rgba(24, 35, 47, 0.12);
	--mrel-shadow: 0 18px 54px rgba(24, 35, 47, 0.14);
	width: 100vw;
	min-height: 100dvh;
	margin-left: calc(50% - 50vw);
	color: var(--mrel-ink);
	background: #fffdf9;
	font-family: inherit;
	overflow: hidden;
}

body.mrel-has-lp {
	background: #fffdf9;
}

body.mrel-has-lp .siteHeader,
body.mrel-has-lp .siteFooter,
body.mrel-has-lp .page-header,
body.mrel-has-lp .entry-header,
body.mrel-has-lp .sideSection,
body.mrel-has-lp .subSection,
body.mrel-has-lp .vk-mobile-fix-nav,
body.mrel-has-lp .breadcrumb {
	display: none !important;
}

body.mrel-has-lp .siteContent,
body.mrel-has-lp .siteContent > .container,
body.mrel-has-lp .siteContent .row,
body.mrel-has-lp .mainSection,
body.mrel-has-lp .entry-body {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.mrel-has-lp .siteContent .row,
body.mrel-has-lp .mainSection {
	display: block !important;
	flex: none !important;
}

body.mrel-has-lp article {
	margin: 0 !important;
	padding: 0 !important;
}

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

.mrel-hero {
	position: relative;
	height: 40dvh;
	min-height: 288px;
	background-image: var(--mrel-hero-image);
	background-position: center 54%;
	background-repeat: no-repeat;
	background-size: cover;
	isolation: isolate;
}

.mrel-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.18) 48%, rgba(232, 248, 242, 0.78)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.12) 72%);
}

.mrel-hero__copy {
	width: min(92vw, 560px);
	padding: max(22px, env(safe-area-inset-top)) 18px 0;
}

.mrel-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	padding: 7px 12px;
	border: 1px solid rgba(41, 196, 154, 0.36);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: #16745f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	backdrop-filter: blur(10px);
}

.mrel-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--mrel-coral);
	box-shadow: 14px 0 0 var(--mrel-blue), 28px 0 0 var(--mrel-yellow);
}

.mrel-hero h1 {
	max-width: 10em;
	margin: 0;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.06;
	letter-spacing: 0;
	color: var(--mrel-ink);
	text-wrap: balance;
}

.mrel-hero__copy p:not(.mrel-kicker) {
	max-width: 22em;
	margin: 12px 0 0;
	color: #334155;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
}

.mrel-entry {
	min-height: 60dvh;
	padding: 22px 18px calc(28px + env(safe-area-inset-bottom));
	border-radius: 24px 24px 0 0;
	background:
		radial-gradient(circle at 100% 12%, rgba(255, 209, 102, 0.26), transparent 30%),
		linear-gradient(180deg, #ffffff, #f7fbff);
	box-shadow: 0 -16px 42px rgba(24, 35, 47, 0.08);
	transform: translateY(-14px);
}

.mrel-entry__mini {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.mrel-entry__mini span,
.mrel-entry__notes span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border: 1px solid var(--mrel-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: #435161;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.mrel-entry__mini span:nth-child(2) {
	border-color: rgba(255, 125, 107, 0.3);
	background: #fff5f2;
}

.mrel-entry__mini span:nth-child(3) {
	border-color: rgba(77, 131, 216, 0.3);
	background: #f3f7ff;
}

.mrel-entry h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0;
	color: var(--mrel-ink);
}

.mrel-entry p {
	margin: 10px 0 18px;
	color: var(--mrel-muted);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.75;
}

.mrel-primary,
.mrel-secondary,
.mrel-line-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 54px;
	padding: 14px 18px;
	border: 0;
	border-radius: 16px;
	font: inherit;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.mrel-primary {
	position: relative;
	background: linear-gradient(135deg, var(--mrel-coral), #ff9b64);
	color: #fff;
	box-shadow: 0 12px 28px rgba(255, 125, 107, 0.32);
}

.mrel-primary::after {
	content: "→";
	margin-left: 10px;
	font-size: 18px;
}

.mrel-primary:hover,
.mrel-secondary:hover,
.mrel-line-btn:hover {
	transform: translateY(-1px);
}

.mrel-primary:active,
.mrel-secondary:active,
.mrel-line-btn:active {
	transform: translateY(1px);
}

.mrel-secondary {
	border: 1px solid var(--mrel-border);
	background: #fff;
	color: #526071;
	box-shadow: none;
}

.mrel-entry__notes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 16px;
}

.mrel-entry__notes span {
	justify-content: center;
	border-radius: 12px;
	background: #fff;
}

.mrel-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	align-items: end;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.22s ease;
}

.mrel-modal.is-open {
	pointer-events: auto;
	opacity: 1;
}

.mrel-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(9, 16, 25, 0.48);
	backdrop-filter: blur(6px);
}

.mrel-sheet {
	position: relative;
	width: min(100%, 620px);
	max-height: calc(100dvh - 18px);
	margin: 0 auto;
	padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
	border-radius: 22px 22px 0 0;
	background: #fff;
	box-shadow: var(--mrel-shadow);
	transform: translateY(28px);
	transition: transform 0.26s cubic-bezier(0.2, 0.8, 0.2, 1);
	overflow: hidden;
}

.mrel-modal.is-open .mrel-sheet {
	transform: translateY(0);
}

.mrel-sheet__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 12px;
}

.mrel-sheet__top strong {
	display: block;
	font-size: 18px;
	line-height: 1.2;
}

.mrel-sheet__eyebrow {
	display: block;
	margin-bottom: 4px;
	color: var(--mrel-mint-strong);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.mrel-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border: 1px solid var(--mrel-border);
	border-radius: 50%;
	background: #fff;
	color: #526071;
	font: inherit;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

.mrel-progress {
	height: 8px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: #edf2f7;
	overflow: hidden;
}

.mrel-progress span {
	display: block;
	width: 25%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--mrel-mint-strong), var(--mrel-blue));
	transition: width 0.25s ease;
}

.mrel-form {
	margin: 0;
}

.mrel-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.mrel-steps {
	position: relative;
	min-height: 430px;
	overflow: hidden;
}

.mrel-step {
	display: none;
	animation: mrel-pop 0.28s ease both;
}

.mrel-step.is-active {
	display: block;
}

.mrel-step__bubble {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--mrel-mint);
	color: #16745f;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.mrel-step h3 {
	margin: 0 0 16px;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.26;
	letter-spacing: 0;
	color: var(--mrel-ink);
}

.mrel-field,
.mrel-field-group {
	display: grid;
	gap: 7px;
	margin-bottom: 12px;
}

.mrel-field span,
.mrel-field-label,
.mrel-check span {
	color: #435161;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.35;
}

.mrel-field input,
.mrel-field select,
.mrel-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 13px;
	border: 1px solid var(--mrel-border);
	border-radius: 14px;
	background: #fbfdff;
	color: var(--mrel-ink);
	font: inherit;
	font-size: 16px;
	line-height: 1.4;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mrel-field textarea {
	resize: vertical;
	min-height: 112px;
}

.mrel-field input:focus,
.mrel-field select:focus,
.mrel-field textarea:focus {
	border-color: rgba(77, 131, 216, 0.78);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(77, 131, 216, 0.12);
}

.mrel-choice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
}

.mrel-choice-grid label {
	min-width: 0;
}

.mrel-choice-grid input {
	position: absolute;
	opacity: 0;
}

.mrel-choice-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 10px 6px;
	border: 1px solid var(--mrel-border);
	border-radius: 14px;
	background: #fff;
	color: #526071;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.mrel-choice-grid input:checked + span {
	border-color: rgba(41, 196, 154, 0.9);
	background: #eafaf5;
	color: #146b59;
	box-shadow: 0 8px 20px rgba(41, 196, 154, 0.16);
}

.mrel-upload {
	position: relative;
	display: grid;
	gap: 6px;
	margin-bottom: 12px;
	padding: 18px;
	border: 1.5px dashed rgba(77, 131, 216, 0.42);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(77, 131, 216, 0.05), rgba(41, 196, 154, 0.05)),
		#fbfdff;
	text-align: center;
	cursor: pointer;
}

.mrel-upload input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.mrel-upload span {
	color: var(--mrel-blue);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
}

.mrel-upload small {
	color: var(--mrel-muted);
	font-size: 12px;
	font-weight: 750;
}

.mrel-file-list {
	display: grid;
	gap: 7px;
	margin-top: 10px;
}

.mrel-file-list span {
	display: block;
	padding: 8px 10px;
	border-radius: 10px;
	background: #f4f7fb;
	color: #526071;
	font-size: 12px;
	font-weight: 750;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mrel-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 12px;
	padding: 12px;
	border-radius: 14px;
	background: #f7fbff;
}

.mrel-check input {
	width: 20px;
	height: 20px;
	margin-top: 1px;
	accent-color: var(--mrel-mint-strong);
}

.mrel-error {
	min-height: 20px;
	margin: 8px 0 10px;
	color: #d93025;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.4;
}

.mrel-actions {
	display: grid;
	grid-template-columns: 0.72fr 1fr;
	gap: 10px;
}

.mrel-actions [data-mrel-submit],
.mrel-actions [data-mrel-prev] {
	display: none;
}

.mrel-actions.is-last [data-mrel-next] {
	display: none;
}

.mrel-actions.is-last [data-mrel-submit],
.mrel-actions.can-prev [data-mrel-prev] {
	display: inline-flex;
}

.mrel-actions.is-done {
	display: none;
}

.mrel-done {
	text-align: center;
	padding: 26px 4px 10px;
}

.mrel-done__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin-bottom: 14px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--mrel-line), var(--mrel-mint-strong));
	color: #fff;
	font-size: 38px;
	font-weight: 900;
	box-shadow: 0 14px 34px rgba(6, 199, 85, 0.24);
}

.mrel-done p {
	margin: 0 auto 18px;
	max-width: 25em;
	color: var(--mrel-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.mrel-line-btn {
	background: var(--mrel-line);
	color: #fff;
}

.mrel-line-btn[href=""],
.mrel-line-btn:not([href]) {
	display: none;
}

.mrel-form.is-loading .mrel-primary,
.mrel-form.is-loading .mrel-secondary {
	pointer-events: none;
	opacity: 0.72;
}

@keyframes mrel-pop {
	from {
		opacity: 0;
		transform: translateX(16px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateX(0) scale(1);
	}
}

@media (min-width: 768px) {
	.mrel-lp {
		display: grid;
		grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.72fr);
		min-height: 760px;
	}

	.mrel-hero {
		height: auto;
		min-height: 760px;
	}

	.mrel-hero__copy {
		padding: 54px 48px;
	}

	.mrel-hero h1 {
		font-size: 56px;
	}

	.mrel-hero__copy p:not(.mrel-kicker) {
		font-size: 16px;
	}

	.mrel-entry {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: auto;
		padding: 44px;
		border-radius: 0;
		transform: none;
	}

	.mrel-entry h2 {
		font-size: 32px;
	}

	.mrel-entry__notes {
		grid-template-columns: 1fr 1fr;
	}

	.mrel-entry__notes span:last-child {
		grid-column: 1 / -1;
	}

	.mrel-sheet {
		align-self: center;
		border-radius: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mrel-modal,
	.mrel-sheet,
	.mrel-step,
	.mrel-primary,
	.mrel-secondary,
	.mrel-line-btn,
	.mrel-progress span {
		animation: none;
		transition: none;
	}
}
