.vm-hero-banner {
	position: relative;
	overflow: hidden;
	min-height: 300px;
	width: 100%;
	max-width: 100%;
	font-family: var(--font-sans);
	color: #fff;
	background: linear-gradient(
		128deg,
		var(--vm-navy, #0e1a32) 0%,
		#152847 48%,
		#0a1228 100%
	);
}

.vm-hero-banner__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--vm-lime, #9edc2a) 22%, transparent) 0%, transparent 42%),
		radial-gradient(circle at 12% 88%, color-mix(in srgb, var(--vm-lime, #9edc2a) 10%, transparent) 0%, transparent 38%);
}

.vm-hero-banner__bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgb(255 255 255 / 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgb(255 255 255 / 0.035) 1px, transparent 1px);
	background-size: 28px 28px;
	mask-image: linear-gradient(90deg, black 0%, black 55%, transparent 100%);
}

.vm-hero-banner__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 40px 48px;
}

.vm-hero-banner__content {
	flex: 1 1 0%;
	min-width: 0;
	max-width: 42rem;
}

.vm-hero-banner__eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid color-mix(in srgb, var(--vm-lime, #9edc2a) 38%, transparent);
	background: color-mix(in srgb, var(--vm-lime, #9edc2a) 14%, transparent);
	color: var(--vm-lime, #9edc2a);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.vm-hero-banner__title {
	margin: 0 0 12px !important;
	font-size: clamp(1.55rem, 2.4vw, 2.05rem);
	line-height: 1.18;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.vm-hero-banner__lead {
	margin: 0 0 24px;
	max-width: 34rem;
	font-family: var(--font-sans);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.55;
	color: rgb(255 255 255 / 0.86);
}

.vm-hero-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 26px;
}

.vm-hero-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 22px;
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.vm-hero-banner__btn--primary {
	border: none;
	background: var(--vm-lime, #9edc2a);
	color: var(--vm-navy, #0e1a32);
	box-shadow: 0 8px 24px rgb(158 220 42 / 0.22);
}

.vm-hero-banner__btn--primary:hover {
	background: var(--vm-lime-hover, #8bc925);
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgb(158 220 42 / 0.28);
}

.vm-hero-banner__btn--ghost {
	border: 1px solid rgb(255 255 255 / 0.34);
	background: rgb(255 255 255 / 0.04);
	color: #fff;
}

.vm-hero-banner__btn--ghost:hover {
	border-color: rgb(255 255 255 / 0.55);
	background: rgb(255 255 255 / 0.1);
	color: #fff;
}

.vm-hero-banner__features {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vm-hero-banner__features li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.84rem;
	color: rgb(255 255 255 / 0.82);
}

.vm-hero-banner__features a {
	color: inherit;
	text-decoration: none;
}

.vm-hero-banner__features a:hover {
	color: var(--vm-lime, #9edc2a);
}

.vm-hero-banner__features li::before {
	content: '';
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--vm-lime, #9edc2a);
	box-shadow: 0 0 0 3px rgb(158 220 42 / 0.16);
}

.vm-hero-banner__visual {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 380px);
}

.vm-hero-banner__visual img {
	display: block;
	width: 100%;
	max-width: 360px;
	height: auto;
	aspect-ratio: 400 / 305;
	filter: drop-shadow(0 18px 40px rgb(0 0 0 / 0.28));
}

@media (max-width: 991px) {
	.vm-hero-banner__visual {
		display: none;
	}

	.vm-hero-banner__inner {
		padding: 32px 28px;
	}
}

@media (max-width: 767px) {
	.vm-hero-banner {
		min-height: 0;
	}

	.vm-hero-banner__inner {
		padding: 26px 20px;
	}

	.vm-hero-banner__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.vm-hero-banner__btn {
		width: 100%;
	}
}

/* ===== Hero banner v2 — крупная типографика, яркие акценты ===== */
.vm-hero-banner--v2 {
	--vm-hero-lime: #d4ff33;
	--vm-hero-lime-hot: #eeff66;
	--vm-hero-cyan: #3de8ff;
	--vm-hero-violet: #a855ff;
	min-height: 380px;
	border: none;
	background:
		linear-gradient(125deg,
			#0c1440 0%,
			#162d8a 28%,
			#1a4fd4 48%,
			#2a2488 72%,
			#0a1238 100%);
	box-shadow: none;
}

.vm-hero-banner--v2 .vm-hero-banner__bg {
	background:
		radial-gradient(circle at 96% 12%, rgb(61 232 255 / 0.42) 0%, transparent 36%),
		radial-gradient(circle at 88% 78%, rgb(168 85 255 / 0.36) 0%, transparent 40%),
		radial-gradient(circle at 8% 88%, rgb(61 232 255 / 0.28) 0%, transparent 32%),
		radial-gradient(circle at 12% 16%, rgb(212 255 51 / 0.22) 0%, transparent 38%);
}

.vm-hero-banner--v2 .vm-hero-banner__bg::after {
	background-size: 32px 32px;
	opacity: 0.35;
	mask-image: linear-gradient(115deg, black 0%, black 48%, transparent 92%);
}

.vm-hero-banner--v2 .vm-hero-banner__glow {
	position: absolute;
	pointer-events: none;
	border-radius: 50%;
	filter: blur(56px);
}

.vm-hero-banner--v2 .vm-hero-banner__glow--lime {
	top: -14%;
	left: -6%;
	right: auto;
	width: min(40vw, 400px);
	height: min(40vw, 400px);
	background: rgb(212 255 51 / 0.38);
}

.vm-hero-banner--v2 .vm-hero-banner__glow--cyan {
	bottom: -18%;
	right: 6%;
	left: auto;
	width: min(44vw, 400px);
	height: min(44vw, 400px);
	background: rgb(61 232 255 / 0.42);
}

.vm-hero-banner--v2 .vm-hero-banner__glow--violet {
	top: 8%;
	right: 2%;
	width: min(36vw, 320px);
	height: min(36vw, 320px);
	background: rgb(168 85 255 / 0.48);
}

.vm-hero-banner--v2 .vm-hero-banner__inner {
	padding: 48px 56px;
	gap: 40px;
}

.vm-hero-banner--v2 .vm-hero-banner__content {
	max-width: 46rem;
}

.vm-hero-banner--v2 .vm-hero-banner__eyebrow {
	margin-bottom: 18px;
	padding: 8px 16px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #06102a;
	border-color: rgb(212 255 51 / 0.85);
	background: linear-gradient(90deg, var(--vm-hero-lime-hot) 0%, var(--vm-hero-lime) 55%, var(--vm-hero-cyan) 100%);
	box-shadow:
		0 0 28px rgb(212 255 51 / 0.45),
		0 0 0 1px rgb(255 255 255 / 0.35) inset;
}

.vm-hero-banner--v2 .vm-hero-banner__title {
	font-size: 2.875rem;
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.03em;
	min-height: calc(2.875rem * 1.12 * 2);
	font-synthesis: none;
	background: linear-gradient(100deg, #ffffff 0%, #eef4ff 55%, #d8f6ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: none;
	filter: drop-shadow(0 2px 18px rgb(61 232 255 / 0.18));
}

.vm-hero-banner--v2 .vm-hero-banner__lead {
	max-width: 38rem;
	font-size: clamp(1.0625rem, 1.35vw, 1.25rem);
	line-height: 1.6;
	color: rgb(240 252 255 / 0.98);
	text-shadow: 0 1px 12px rgb(0 0 0 / 0.22);
}

.vm-hero-banner--v2 .vm-hero-banner__actions {
	gap: 14px;
	margin-bottom: 28px;
}

.vm-hero-banner--v2 .vm-hero-banner__btn {
	min-height: 52px;
	padding: 12px 26px;
	font-size: 1rem;
	font-weight: 700;
}

.vm-hero-banner--v2 .vm-hero-banner__btn--primary {
	border: 1px solid rgb(255 255 255 / 0.45);
	background: linear-gradient(135deg, var(--vm-hero-lime-hot) 0%, var(--vm-hero-lime) 45%, #b8ff4a 100%);
	color: #050d24;
	box-shadow:
		0 12px 32px rgb(212 255 51 / 0.5),
		0 0 24px rgb(61 232 255 / 0.18),
		0 0 0 1px rgb(255 255 255 / 0.35) inset;
}

.vm-hero-banner--v2 .vm-hero-banner__btn--primary:hover {
	background: linear-gradient(135deg, #f5ff99 0%, var(--vm-hero-lime-hot) 50%, var(--vm-hero-cyan) 140%);
	box-shadow:
		0 16px 40px rgb(212 255 51 / 0.58),
		0 0 32px rgb(61 232 255 / 0.28),
		0 0 0 1px rgb(255 255 255 / 0.5) inset;
	transform: translateY(-1px);
}

.vm-hero-banner--v2 .vm-hero-banner__btn--ghost {
	border: 1px solid rgb(61 232 255 / 0.55);
	background: linear-gradient(135deg, rgb(61 232 255 / 0.14) 0%, rgb(168 85 255 / 0.12) 100%);
	color: #f5fffe;
	box-shadow: 0 0 20px rgb(61 232 255 / 0.12);
}

.vm-hero-banner--v2 .vm-hero-banner__btn--ghost:hover {
	border-color: rgb(212 255 51 / 0.85);
	background: linear-gradient(135deg, rgb(212 255 51 / 0.22) 0%, rgb(61 232 255 / 0.2) 100%);
	color: var(--vm-hero-lime-hot);
	box-shadow: 0 0 28px rgb(212 255 51 / 0.24);
}

.vm-hero-banner--v2 .vm-hero-banner__features {
	gap: 12px 28px;
}

.vm-hero-banner--v2 .vm-hero-banner__features li {
	font-size: 0.9375rem;
	font-weight: 600;
	color: rgb(245 255 250 / 0.96);
}

.vm-hero-banner--v2 .vm-hero-banner__features li::before {
	width: 8px;
	height: 8px;
	background: linear-gradient(135deg, var(--vm-hero-lime-hot) 0%, var(--vm-hero-cyan) 100%);
	box-shadow:
		0 0 0 4px rgb(212 255 51 / 0.28),
		0 0 20px rgb(61 232 255 / 0.45);
}

.vm-hero-banner--v2 .vm-hero-banner__features a:hover {
	color: var(--vm-hero-cyan);
}

.vm-hero-banner--v2 .vm-hero-banner__visual {
	width: min(100%, 440px);
}

.vm-hero-banner--v2 .vm-hero-banner__visual img {
	max-width: 400px;
	filter:
		drop-shadow(0 24px 52px rgb(0 0 0 / 0.38))
		drop-shadow(0 0 48px rgb(61 232 255 / 0.28))
		drop-shadow(0 0 56px rgb(168 85 255 / 0.22));
}

@media (max-width: 991px) {
	.vm-hero-banner--v2 .vm-hero-banner__inner {
		padding: 36px 28px;
	}
}

@media (max-width: 767px) {
	.vm-hero-banner--v2 {
		min-height: 0;
	}

	.vm-hero-banner--v2 .vm-hero-banner__inner {
		padding: 28px 20px;
	}

	.vm-hero-banner--v2 .vm-hero-banner__title {
		font-size: clamp(1.75rem, 7vw, 2.125rem);
		min-height: calc(2.125rem * 1.12 * 2);
	}
}

/* ===== Catalog chrome rows — белая оболочка как .header_main.header_wrap_bottom.stage ===== */
.catalog-shell > .tv-page.catalog-hero-row,
.catalog-shell > .tv-page.catalog-stores-row,
.catalog-shell > .tv-page.catalog-category-chrome,
.catalog-shell > .tv-page.catalog-shell__page--content,
.catalog-shell > .tv-page.catalog-subcat-strip-row,
.catalog-shell > .tv-page.catalog-grid-row,
.catalog-shell > .tv-page.catalog-shell__page.catalog-grid-row,
.catalog-shell > .tv-page.store-nav-row,
.catalog-shell > .tv-page.store-hero-row,
.catalog-shell > .tv-page.store-identity-row,
.catalog-shell > .tv-page.store-about-row {
	padding-left: var(--tv-page-gutter, 12px);
	padding-right: var(--tv-page-gutter, 12px);
	overflow: visible;
}

.catalog-shell > .tv-page.catalog-hero-row {
	margin-bottom: var(--tv-space-3, 1rem);
}

.catalog-shell > .tv-page.catalog-hero-row.stage,
.catalog-shell > .tv-page.catalog-stores-row.stage,
.catalog-shell > .tv-page.catalog-category-chrome.stage,
.catalog-shell > .tv-page.catalog-shell__page--content.stage,
.catalog-shell > .tv-page.catalog-subcat-strip-row.stage,
.catalog-shell > .tv-page.catalog-grid-row.stage,
.catalog-shell > .tv-page.catalog-shell__page.catalog-grid-row.stage,
.catalog-shell > .tv-page.store-nav-row.stage,
.catalog-shell > .tv-page.store-hero-row.stage,
.catalog-shell > .tv-page.store-identity-row.stage,
.catalog-shell > .tv-page.store-about-row.stage {
	background-color: var(--color-stage, #fff);
	color: var(--color-text-stage, #202020);
	border-radius: 5px;
}

.catalog-shell > .tv-page.catalog-hero-row,
.catalog-shell > .tv-page.catalog-stores-row,
.catalog-shell > .tv-page.catalog-category-chrome,
.catalog-shell > .tv-page.catalog-shell__page--content,
.catalog-shell > .tv-page.catalog-subcat-strip-row,
.catalog-shell > .tv-page.catalog-grid-row,
.catalog-shell > .tv-page.store-nav-row,
.catalog-shell > .tv-page.store-hero-row,
.catalog-shell > .tv-page.store-identity-row,
.catalog-shell > .tv-page.store-about-row {
	position: relative;
	top: auto;
	z-index: 1;
	isolation: isolate;
}

/* ===== Hero banner v3 — editorial poster, палитра футера / шапки ===== */
.vm-hero-banner--v3 {
	--vm-hero-bg: var(--tv-action-primary, #6366f1);
	--vm-hero-bg-deep: var(--tv-action-primary-hover, #4f46e5);
	--vm-hero-ink: #fff;
	--vm-hero-muted: rgb(255 255 255 / 0.78);
	--vm-hero-line: rgb(255 255 255 / 0.18);
	--vm-hero-surface: rgb(255 255 255 / 0.08);
	--vm-hero-accent: var(--vm-lime, #9edc2a);
	--vm-hero-accent-ink: var(--vm-navy, #0e1a32);
	--vm-hero-radius-shell: 5px; /* medium_radius — как .header_main__inner */
	--vm-hero-radius-inner: 8px; /* search, logo, catalog btn в шапке */
	--vm-hero-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--vm-hero-motion-duration: 0.6s;
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 380px;
	overflow: hidden;
	isolation: isolate;
	color: var(--vm-hero-ink);
	background: var(--vm-hero-bg);
	border: none;
	border-radius: var(--vm-hero-radius-shell);
	box-shadow: var(--tv-action-shadow, 0 2px 8px rgb(99 102 241 / 0.35));
}

.vm-hero-banner--v3.medium_radius {
	overflow: hidden;
	border-radius: var(--vm-hero-radius-shell);
}

.vm-hero-banner--v3::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	opacity: 0.35;
	border-radius: inherit;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-size: 180px 180px;
	mix-blend-mode: soft-light;
}

.vm-hero-banner--v3 .vm-hero-banner__bg {
	border-radius: inherit;
	background:
		radial-gradient(circle at 92% 8%, rgb(255 255 255 / 0.14) 0%, transparent 42%),
		radial-gradient(circle at 6% 92%, rgb(0 0 0 / 0.12) 0%, transparent 38%);
}

.vm-hero-banner--v3 .vm-hero-banner__bg::after {
	display: none;
}

.vm-hero-banner--v3 .vm-hero-banner__graphic {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	border-radius: inherit;
}

.vm-hero-banner--v3 .vm-hero-banner__diag {
	position: absolute;
	top: -18%;
	right: -6%;
	width: 52%;
	height: 140%;
	background: linear-gradient(128deg, rgb(255 255 255 / 0.1) 0%, rgb(255 255 255 / 0.02) 100%);
	border-left: 1px solid var(--vm-hero-line);
	transform: rotate(14deg);
}

.vm-hero-banner--v3 .vm-hero-banner__halftone {
	position: absolute;
	right: 0;
	bottom: 0;
	width: min(42%, 280px);
	height: min(52%, 200px);
	opacity: 0.35;
	background-image: radial-gradient(circle, rgb(255 255 255 / 0.55) 1.5px, transparent 1.5px);
	background-size: 11px 11px;
	mask-image: linear-gradient(135deg, transparent 0%, black 55%);
}

.vm-hero-banner--v3 .vm-hero-banner__inner {
	position: relative;
	z-index: 2;
	padding: 40px 48px 44px;
	gap: 28px;
}

.vm-hero-banner--v3 .vm-hero-banner__content {
	position: relative;
	z-index: 3;
	max-width: 54rem;
}

.vm-hero-banner--v3 .vm-hero-banner__title,
.vm-hero-banner--v3 .vm-hero-banner__story,
.vm-hero-banner--v3 .vm-hero-banner__mark,
.vm-hero-banner--v3 .vm-hero-banner__btn {
	opacity: 1;
	animation: none;
}

.vm-hero-banner--v3 .vm-hero-banner__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	margin: 0 0 22px !important;
	font-family: var(--font-sans);
	font-synthesis: none;
	color: var(--vm-hero-ink);
}

.vm-hero-banner--v3 .vm-hero-banner__title-kicker {
	display: block;
	font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vm-hero-muted);
}

.vm-hero-banner--v3 .vm-hero-banner__title-hero {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.12em 0.22em;
	line-height: 0.92;
}

.vm-hero-banner--v3 .vm-hero-banner__title-word {
	font-size: clamp(2.75rem, 5.8vw, 4.75rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	color: #fff;
}

.vm-hero-banner--v3 .vm-hero-banner__title-highlight {
	position: relative;
	display: inline-block;
	padding: 0.02em 0.22em 0.08em;
	font-size: clamp(3.25rem, 7.4vw, 6.25rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.88;
	color: var(--vm-hero-accent-ink);
	background: var(--vm-hero-accent);
	border: none;
	border-radius: var(--vm-hero-radius-shell);
	box-shadow: 0 8px 24px rgb(14 26 50 / 0.22);
	transform: rotate(-2deg) skewX(-2deg);
}

.vm-hero-banner--v3 .vm-hero-banner__story {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: stretch;
	gap: 0 20px;
	max-width: 36rem;
	margin: 0 0 28px;
	padding: 14px 16px 12px;
	border: 1px solid var(--vm-hero-line);
	border-radius: var(--vm-hero-radius-inner);
	background: var(--vm-hero-surface);
}

.vm-hero-banner--v3 .vm-hero-banner__story::before {
	content: '';
	grid-column: 2;
	grid-row: 1 / -1;
	width: 1px;
	background: var(--vm-hero-line);
	align-self: stretch;
}

.vm-hero-banner--v3 .vm-hero-banner__story-item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-top: 2px;
}

.vm-hero-banner--v3 .vm-hero-banner__story-item:first-child {
	grid-column: 1;
}

.vm-hero-banner--v3 .vm-hero-banner__story-item:last-child {
	grid-column: 3;
}

.vm-hero-banner--v3 .vm-hero-banner__story-role {
	font-size: clamp(0.75rem, 1vw, 0.8125rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--vm-hero-accent);
}

.vm-hero-banner--v3 .vm-hero-banner__story-line {
	font-size: clamp(1rem, 1.35vw, 1.1875rem);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: rgb(255 255 255 / 0.92);
}

.vm-hero-banner--v3 .vm-hero-banner__mark {
	max-width: 32rem;
	margin: 0 0 28px;
	font-size: clamp(1rem, 1.35vw, 1.1875rem);
	font-weight: 600;
	line-height: 1.45;
	color: var(--vm-hero-muted);
}

.vm-hero-banner--v3 .vm-hero-banner__actions {
	gap: 14px;
	margin-bottom: 0;
}

.vm-hero-banner--v3 .vm-hero-banner__btn {
	min-height: 56px;
	padding: 14px 28px;
	border-radius: var(--vm-hero-radius-inner);
	border: none;
	font-family: var(--font-sans);
	font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 8px 24px rgb(14 26 50 / 0.18);
}

.vm-hero-banner--v3 .vm-hero-banner__btn::after {
	content: '→';
	margin-left: 0.55em;
	font-weight: 800;
	transition: transform 0.18s ease;
}

.vm-hero-banner--v3 .vm-hero-banner__btn--primary {
	background: var(--vm-hero-accent);
	color: var(--vm-hero-accent-ink);
}

.vm-hero-banner--v3 .vm-hero-banner__btn--primary:hover {
	background: #fff;
	color: var(--vm-hero-bg-deep);
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgb(14 26 50 / 0.24);
}

.vm-hero-banner--v3 .vm-hero-banner__btn--primary:hover::after {
	transform: translateX(4px);
}

.vm-hero-banner--v3 .vm-hero-banner__visual {
	position: relative;
	z-index: 2;
	flex-shrink: 0;
	width: min(100%, 440px);
	aspect-ratio: 440 / 340;
	margin-left: -24px;
	margin-top: 12px;
	filter: drop-shadow(0 16px 32px rgb(14 26 50 / 0.28));
}

.vm-hero-banner--v3 .vm-hero-banner__visual img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
	border-radius: var(--vm-hero-radius-inner);
	filter: none;
	transform: rotate(-3deg);
}

.vm-hero-banner--store .vm-hero-banner__visual--logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 220px);
	aspect-ratio: 1;
	margin-inline: auto;
	padding: 18px;
	border-radius: 28px;
	background: rgb(255 255 255 / 0.96);
	box-shadow: 0 20px 48px rgb(14 26 50 / 0.28);
}

.vm-hero-banner--store .vm-hero-banner__visual--logo img {
	width: 100%;
	height: 100%;
	max-width: 168px;
	object-fit: contain;
	transform: none;
	border-radius: 0;
}

.vm-hero-banner--store .vm-hero-banner__visual-initials {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: clamp(2.5rem, 5vw, 3.25rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	color: var(--vm-navy, #0e1a32);
}

.vm-hero-banner--store .vm-hero-banner__btn--ghost {
	background: rgb(255 255 255 / 0.12);
	color: #fff;
	box-shadow: none;
	border: 1px solid rgb(255 255 255 / 0.28);
}

.vm-hero-banner--store .vm-hero-banner__btn--ghost:hover {
	background: rgb(255 255 255 / 0.2);
	color: #fff;
}

.vm-hero-banner--store .vm-hero-banner__sticker--eyebrow {
	display: block;
	margin: 0 0 14px;
	font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vm-hero-muted);
}

/* Компактнее story на витрине — вторичный текст, не конкурирует с заголовком */
.vm-hero-banner--store {
	--vm-hero-store-panel-width: 34rem;
}

.vm-hero-banner--store .vm-hero-banner__story {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: var(--vm-hero-store-panel-width);
	width: 100%;
	margin-bottom: 22px;
	padding: 12px 14px 11px;
	gap: 0 14px;
}

.vm-hero-banner--store .vm-hero-banner__story::before {
	display: none;
}

.vm-hero-banner--store .vm-hero-banner__story-item {
	grid-column: auto;
	min-width: 0;
	gap: 6px;
	padding-top: 0;
}

.vm-hero-banner--store .vm-hero-banner__story-item:first-child,
.vm-hero-banner--store .vm-hero-banner__story-item:last-child {
	grid-column: auto;
}

.vm-hero-banner--store .vm-hero-banner__story-item + .vm-hero-banner__story-item {
	border-left: 1px solid var(--vm-hero-line);
	padding-left: 14px;
}

.vm-hero-banner--store .vm-hero-banner__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	max-width: var(--vm-hero-store-panel-width);
	width: 100%;
}

.vm-hero-banner--store .vm-hero-banner__actions .vm-hero-banner__btn {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	white-space: nowrap;
	padding-inline: 14px;
	font-size: clamp(0.8125rem, 0.95vw, 0.9375rem);
	letter-spacing: 0.03em;
}

.vm-hero-banner--store .vm-hero-banner__story-role {
	font-size: clamp(0.6875rem, 0.85vw, 0.75rem);
	font-weight: 700;
	letter-spacing: 0.1em;
}

.vm-hero-banner--store .vm-hero-banner__story-line {
	font-size: var(--vm-store-fact-font-size, 0.8rem);
	font-weight: var(--vm-store-fact-font-weight, 400);
	line-height: var(--vm-store-fact-line-height, 1.25);
	letter-spacing: normal;
	color: var(--vm-store-fact-color, #fff);
	overflow-wrap: break-word;
}

html.dark .vm-hero-banner--v3 {
	--vm-hero-bg: var(--tv-action-primary, #818cf8);
	--vm-hero-bg-deep: var(--tv-action-primary-hover, #6366f1);
	box-shadow: var(--tv-action-shadow, 0 2px 8px rgb(99 102 241 / 0.4));
}

@media (min-width: 992px) {
	.vm-hero-banner--v3 .vm-hero-banner__title-highlight {
		margin-right: -48px;
	}

	.vm-hero-banner--v3 .vm-hero-banner__visual {
		margin-right: -12px;
	}
}

@media (max-width: 991px) {
	.vm-hero-banner--v3 {
		min-height: 0;
	}

	.vm-hero-banner--v3 .vm-hero-banner__visual {
		display: none;
	}

	.vm-hero-banner--v3 .vm-hero-banner__diag {
		width: 58%;
		opacity: 0.85;
	}

	.vm-hero-banner--v3 .vm-hero-banner__inner {
		padding: 32px 28px 36px;
	}

	.vm-hero-banner--v3 .vm-hero-banner__title-highlight {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.vm-hero-banner--v3 {
		min-height: 0;
	}

	.vm-hero-banner--v3 .vm-hero-banner__inner {
		padding: 26px 20px 30px;
	}

	.vm-hero-banner--v3 .vm-hero-banner__title-word {
		font-size: clamp(2rem, 9vw, 2.75rem);
	}

	.vm-hero-banner--v3 .vm-hero-banner__title-highlight {
		font-size: clamp(2.5rem, 12vw, 3.5rem);
	}

	.vm-hero-banner--v3 .vm-hero-banner__story {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 12px 14px;
	}

	.vm-hero-banner--v3 .vm-hero-banner__story::before {
		display: none;
	}

	.vm-hero-banner--v3 .vm-hero-banner__story-item,
	.vm-hero-banner--v3 .vm-hero-banner__story-item:first-child,
	.vm-hero-banner--v3 .vm-hero-banner__story-item:last-child {
		grid-column: 1;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--vm-hero-line);
	}

	.vm-hero-banner--v3 .vm-hero-banner__story-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.vm-hero-banner--store .vm-hero-banner__story-item + .vm-hero-banner__story-item {
		border-left: none;
		padding-left: 0;
	}

	.vm-hero-banner--v3 .vm-hero-banner__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.vm-hero-banner--store .vm-hero-banner__actions {
		grid-template-columns: 1fr;
	}

	.vm-hero-banner--v3 .vm-hero-banner__btn {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vm-hero-banner--v3 .vm-hero-banner__btn--primary:hover::after {
		transform: none;
	}
}
