.lh-hero {
	--hero-accent: var(--lh-accent, #2779c4);
	--hero-accent-hover: var(--lh-accent-hover, #1f65a7);
	--hero-ink: #16181a;
	--hero-copy: #60666c;
	--hero-line: #dfe4e8;
	margin: 20px 0 28px;
	background: #fff;
	border: 1px solid var(--hero-line);
	border-radius: 0;
	overflow: hidden;
	font-family: var(--lh-font, "Inter", sans-serif);
}
.lh-hero__slider {
	width: 100%;
}
.lh-hero__slide {
	display: grid;
	grid-template-columns: minmax(0, 48%) minmax(0, 52%);
	min-height: 520px;
	padding: 42px 38px 34px;
	background: #fff;
}
.lh-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding-right: clamp(28px, 4vw, 68px);
}
.lh-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 17px;
	color: var(--hero-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.lh-hero__eyebrow::before {
	content: "";
	width: 22px;
	height: 1px;
	background: currentColor;
}
.lh-hero__title {
	max-width: 570px;
	margin: 0 0 18px;
	color: var(--hero-ink);
	font-size: clamp(36px, 4.2vw, 52px);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -.045em;
}
.lh-hero__description {
	max-width: 480px;
	margin: 0 0 25px;
	color: var(--hero-copy);
	font-size: 15px;
	line-height: 1.6;
}
.lh-hero__action {
	display: flex;
	align-items: center;
	gap: 17px;
}
.lh-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 136px;
	min-height: 44px;
	padding: 11px 20px;
	color: #fff;
	background: var(--hero-accent);
	border: 1px solid var(--hero-accent);
	border-radius: 0;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.lh-hero__button:hover,
.lh-hero__button:focus {
	color: #fff;
	background: var(--hero-accent-hover);
	border-color: var(--hero-accent-hover);
	transform: translateY(-1px);
}
.lh-hero__price {
	display: flex;
	flex-direction: column;
	color: #858a8f;
	font-size: 10px;
	line-height: 1.2;
}
.lh-hero__price strong {
	margin-top: 2px;
	color: var(--hero-ink);
	font-size: 18px;
	font-weight: 800;
}
.lh-hero__progress {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 46px;
	color: #8c9297;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
}
.lh-hero__progress i {
	width: 48px;
	height: 1px;
	background: var(--hero-line);
}
.lh-hero__progress i::before {
	content: "";
	display: block;
	width: 45%;
	height: 1px;
	background: var(--hero-accent);
}
.lh-hero__visual {
	position: relative;
	display: flex;
	align-items: stretch;
	min-height: 444px;
	padding: 10px 24px 22px 0;
}
.lh-hero__visual-backdrop {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 88%;
	height: 63%;
	background: #f3f6f9;
	border-radius: 0;
}
.lh-hero__image-panel {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 412px;
	padding: 12px 12px 12px 18%;
	background-color: #eef3f7;
	background-image: linear-gradient(rgba(39, 121, 196, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(39, 121, 196, .035) 1px, transparent 1px);
	background-size: 28px 28px;
	border-radius: 0;
}
.lh-hero__product {
	position: relative;
	height: 388px;
	max-width: 44%;
	aspect-ratio: var(--lh-product-ratio);
	flex: 0 0 auto;
}
.lh-hero__product > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 18px 22px rgba(22, 24, 26, .13));
}
.lh-hero__callout-layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}
.lh-callout {
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	pointer-events: none;
}
.lh-callout__hotspot {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	padding: 0;
	background: #fff;
	border: 2px solid var(--hero-accent);
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(39, 121, 196, .26);
	opacity: 0;
	transform: translate(-50%, -50%) scale(.65);
	transition: opacity .22s ease, transform .22s ease, background-color .2s ease;
	pointer-events: auto;
}
.lh-callout__hotspot span {
	position: absolute;
	inset: 3px;
	background: var(--hero-accent);
	border-radius: inherit;
}
.lh-callout.is-visible .lh-callout__hotspot {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	animation: lh-callout-pulse 1.45s ease-in-out infinite;
}
.lh-callout.is-active .lh-callout__hotspot,
.lh-callout.is-pinned .lh-callout__hotspot {
	background: var(--hero-accent);
}
.lh-callout.is-active .lh-callout__hotspot span,
.lh-callout.is-pinned .lh-callout__hotspot span {
	background: #fff;
}
.lh-callout__line {
	position: absolute;
	z-index: 2;
	width: 150px;
	height: 90px;
	overflow: visible;
	pointer-events: none;
}
.lh-callout__line path {
	fill: none;
	stroke: var(--hero-accent);
	stroke-width: 1.25;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	transition: stroke-dashoffset .42s cubic-bezier(.35, 0, .2, 1) .12s;
}
.lh-callout__line circle {
	fill: #fff;
	stroke: var(--hero-accent);
	stroke-width: 1.5;
	opacity: 0;
	transform-box: fill-box;
	transform-origin: center;
	transform: scale(.3);
	transition: opacity .18s ease .48s, transform .18s ease .48s;
}
.lh-callout.is-active .lh-callout__line path,
.lh-callout.is-pinned .lh-callout__line path {
	stroke-dashoffset: 0;
}
.lh-callout.is-active .lh-callout__line circle,
.lh-callout.is-pinned .lh-callout__line circle {
	opacity: 1;
	transform: scale(1);
}
.lh-callout__badge {
	position: absolute;
	z-index: 3;
	width: 168px;
	padding: 13px 15px;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(255, 255, 255, .86);
	border-radius: 0;
	box-shadow: 0 12px 30px rgba(28, 44, 60, .12);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	opacity: 0;
	transform: translateY(6px);
	transition: opacity .28s ease .52s, transform .28s ease .52s;
	pointer-events: none;
}
.lh-callout__badge strong,
.lh-callout__badge span {
	display: block;
}
.lh-callout__badge strong {
	margin-bottom: 5px;
	color: var(--hero-accent);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.lh-callout__badge span {
	color: #343a3f;
	font-size: 11px;
	font-weight: 550;
	line-height: 1.38;
}
.lh-callout.is-active .lh-callout__badge,
.lh-callout.is-pinned .lh-callout__badge {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.lh-callout--right .lh-callout__line {
	left: 6px;
	top: -45px;
}
.lh-callout--right .lh-callout__badge {
	left: 124px;
	top: -89px;
}
.lh-callout--left .lh-callout__line {
	right: 6px;
	top: -45px;
}
.lh-callout--left .lh-callout__badge {
	right: 124px;
	top: -89px;
}
.lh-callout--top .lh-callout__line {
	left: -75px;
	bottom: 6px;
}
.lh-callout--top .lh-callout__badge {
	left: 40px;
	bottom: 106px;
}
.lh-callout--bottom .lh-callout__line {
	left: -75px;
	top: 6px;
}
.lh-callout--bottom .lh-callout__badge {
	left: 40px;
	top: 88px;
}
.lh-callout--diagonal-right .lh-callout__line {
	left: 6px;
	top: -78px;
}
.lh-callout--diagonal-right .lh-callout__badge {
	left: 119px;
	top: -108px;
}
.lh-callout--diagonal-left .lh-callout__line {
	right: 6px;
	top: -78px;
}
.lh-callout--diagonal-left .lh-callout__badge {
	right: 119px;
	top: -108px;
}
.lh-hero__mobile-callout {
	display: none;
}
.lh-hero__footer {
	display: flex;
	align-items: stretch;
	min-height: 58px;
	padding: 0 38px;
	border-top: 1px solid var(--hero-line);
}
.lh-hero__arrows,
.lh-hero__status {
	display: flex;
	align-items: center;
	gap: 7px;
	flex: 0 0 auto;
}
.lh-hero__arrow,
.lh-hero__pause {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	color: var(--hero-accent);
	background: #fff;
	border: 1px solid var(--hero-line);
	border-radius: 0;
}
.lh-hero__arrow span {
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	transform: translateY(-1px);
}
.lh-hero__arrow:hover,
.lh-hero__pause:hover:not(:disabled) {
	color: #fff;
	background: var(--hero-accent);
	border-color: var(--hero-accent);
}
.lh-hero__arrow.swiper-button-disabled,
.lh-hero__pause:disabled {
	opacity: .4;
	cursor: default;
}
.lh-hero__tabs {
	display: flex;
	align-items: stretch;
	min-width: 0;
	margin: 0 12px;
	overflow-x: auto;
	scrollbar-width: none;
}
.lh-hero__tabs::-webkit-scrollbar {
	display: none;
}
.lh-hero__tab {
	position: relative;
	flex: 0 0 auto;
	padding: 0 11px;
	color: #8b9095;
	background: transparent;
	border: 0;
	font-size: 11px;
	font-weight: 500;
	white-space: nowrap;
}
.lh-hero__tab::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 11px;
	width: 14px;
	height: 1px;
	background: transparent;
}
.lh-hero__tab.is-active {
	padding-top: 12px;
	color: var(--hero-accent);
	font-weight: 750;
}
.lh-hero__tab.is-active::before {
	background: var(--hero-accent);
}
.lh-hero__status {
	margin-left: auto;
}
.lh-hero__counter {
	min-width: 34px;
	color: #8a8f94;
	font-size: 10px;
	text-align: right;
}
.lh-hero__pause {
	gap: 3px;
}
.lh-hero__pause span {
	width: 2px;
	height: 8px;
	background: currentColor;
}
.lh-hero__pause.is-paused span:first-child {
	width: 0;
	height: 0;
	background: transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid currentColor;
}
.lh-hero__pause.is-paused span:last-child {
	display: none;
}
@keyframes lh-callout-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(39, 121, 196, .25); }
	50% { box-shadow: 0 0 0 8px rgba(39, 121, 196, 0); }
}
@media (max-width: 1199px) {
	.lh-hero__slide {
		grid-template-columns: minmax(0, 45%) minmax(0, 55%);
		padding-right: 28px;
		padding-left: 28px;
	}
	.lh-hero__image-panel {
		padding-left: 13%;
	}
	.lh-hero__product {
		height: 360px;
	}
	.lh-callout__badge {
		width: 148px;
	}
}
@media (max-width: 991px) {
	.lh-hero__slide {
		grid-template-columns: minmax(0, 42%) minmax(0, 58%);
		min-height: 470px;
		padding: 30px 24px;
	}
	.lh-hero__content {
		padding-right: 24px;
	}
	.lh-hero__title {
		font-size: clamp(30px, 4vw, 39px);
	}
	.lh-hero__description {
		font-size: 14px;
	}
	.lh-hero__visual {
		min-height: 400px;
	}
	.lh-hero__image-panel {
		min-height: 380px;
		padding-left: 11%;
	}
	.lh-hero__product {
		height: 335px;
	}
	.lh-hero__progress {
		margin-top: 30px;
	}
	.lh-hero__footer {
		padding: 0 24px;
	}
}
@media (max-width: 767px) {
	.lh-hero {
		margin-top: 12px;
		border-radius: 0;
	}
	.lh-hero__slide {
		grid-template-columns: 1fr;
		padding: 28px 20px 20px;
	}
	.lh-hero__content {
		padding: 0 0 24px;
	}
	.lh-hero__title {
		font-size: clamp(32px, 9vw, 42px);
	}
	.lh-hero__description {
		margin-bottom: 20px;
	}
	.lh-hero__progress {
		display: none;
	}
	.lh-hero__visual {
		display: block;
		min-height: 0;
		padding: 0;
	}
	.lh-hero__visual-backdrop {
		display: none;
	}
	.lh-hero__image-panel {
		min-height: 324px;
		padding: 12px;
		justify-content: center;
	}
	.lh-hero__product {
		height: 292px;
		max-width: 58%;
	}
	.lh-callout__line,
	.lh-callout__badge {
		display: none;
	}
	.lh-callout.is-visible:not(.is-active) .lh-callout__hotspot {
		opacity: 0;
	}
	.lh-hero__mobile-callout {
		display: block;
		min-height: 79px;
		margin-top: 12px;
		padding: 14px 16px;
		background: rgba(255, 255, 255, .82);
		border: 1px solid var(--hero-line);
		border-radius: 0;
		opacity: 0;
		transform: translateY(5px);
		transition: opacity .25s ease, transform .25s ease;
	}
	.lh-hero__mobile-callout.is-active {
		opacity: 1;
		transform: translateY(0);
	}
	.lh-hero__mobile-callout strong,
	.lh-hero__mobile-callout span {
		display: block;
	}
	.lh-hero__mobile-callout strong {
		margin-bottom: 5px;
		color: var(--hero-accent);
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .1em;
		text-transform: uppercase;
	}
	.lh-hero__mobile-callout span {
		color: #343a3f;
		font-size: 12px;
		line-height: 1.4;
	}
	.lh-hero__footer {
		min-height: 54px;
		padding: 0 12px;
	}
	.lh-hero__tabs {
		margin-right: 6px;
	}
}
@media (max-width: 479px) {
	.lh-hero__arrows {
		display: none;
	}
	.lh-hero__tab {
		padding-right: 8px;
		padding-left: 8px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.lh-hero *,
	.lh-hero *::before,
	.lh-hero *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}
