.vlh-homepage {
	--vlh-ink: #061225;
	--vlh-navy: #0a1d3d;
	--vlh-blue: #2563eb;
	--vlh-blue-hover: #1d4ed8;
	--vlh-blue-light: #60a5fa;
	--vlh-slate: #334155;
	--vlh-slate-light: #cbd5e1;
	--vlh-surface: #f8fafc;
	--vlh-white: #ffffff;
	background: var(--vlh-ink);
	color: var(--vlh-slate-light);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
	width: 100%;
}

.vlh-homepage,
.vlh-homepage * {
	box-sizing: border-box;
}

.vlh-homepage h1,
.vlh-homepage h2,
.vlh-homepage p {
	margin-top: 0;
}

.vlh-homepage h2 {
	font-size: clamp(1.8rem, 7vw, 3rem);
	font-weight: 780;
	letter-spacing: -0.025em;
	line-height: 1.12;
	margin-bottom: 14px;
}

.vlh-homepage p {
	margin-bottom: 0;
}

.vlh-homepage .vlh-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.vlh-homepage .vlh-section {
	position: relative;
}

.vlh-homepage .vlh-container {
	margin: 0 auto;
	max-width: 1720px;
	min-width: 0;
	padding-left: clamp(8px, 2.4vw, 24px);
	padding-right: clamp(8px, 2.4vw, 24px);
	width: 100%;
}

.vlh-homepage .vlpg-language-row {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
}

.vlh-homepage .vlpg-language-switch {
	align-items: center;
	background: rgba(4, 19, 47, 0.72);
	border: 1px solid rgba(125, 211, 252, 0.5);
	border-radius: 999px;
	color: #dbeafe;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 800;
	gap: 7px;
	letter-spacing: 0.06em;
	padding: 5px 9px;
}

.vlh-homepage .vlpg-language-switch button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #bfdbfe;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	padding: 7px 9px;
}

.vlh-homepage .vlpg-language-switch button[aria-pressed="true"] {
	background: #e0f2fe;
	color: #082f49;
}

.vlh-homepage .vlpg-language-switch button:focus-visible {
	outline: 3px solid #7dd3fc;
	outline-offset: 2px;
}

.vlh-homepage .vlh-poster-section {
	background:
		radial-gradient(circle at 82% 8%, rgba(37, 99, 235, 0.24), transparent 34%),
		linear-gradient(145deg, #061225 0%, #081a36 58%, #0a2450 100%);
	padding: clamp(12px, 3vw, 34px) 0 clamp(26px, 4vw, 46px);
}

.vlh-homepage .vlh-carousel {
	margin: 0 auto;
	max-width: 1672px;
	min-width: 0;
	position: relative;
	width: 100%;
}

.vlh-homepage .vlh-carousel-viewport {
	aspect-ratio: 864 / 1821;
	background: #061631;
	border: 1px solid rgba(96, 165, 250, 0.5);
	border-radius: clamp(10px, 2vw, 18px);
	box-shadow: 0 26px 70px rgba(2, 8, 23, 0.42);
	min-width: 0;
	overflow: hidden;
	touch-action: pan-y pinch-zoom;
	width: 100%;
}

.vlh-homepage .vlh-carousel-viewport:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 4px;
}

.vlh-homepage .vlh-carousel-track {
	display: flex;
	height: 100%;
	transform: translate3d(0, 0, 0);
	transition: transform 420ms cubic-bezier(0.22, 0.72, 0.24, 1);
	width: 100%;
	will-change: transform;
}

.vlh-homepage .vlh-carousel-slide {
	flex: 0 0 100%;
	height: 100%;
	min-width: 0;
	width: 100%;
}

.vlh-homepage .vlh-carousel-slide picture {
	display: block;
	height: 100%;
	width: 100%;
}

.vlh-homepage .vlh-carousel-slide img {
	aspect-ratio: 864 / 1821;
	background: #061631;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	user-select: none;
	width: 100%;
}

.vlh-homepage .vlh-carousel-arrow {
	align-items: center;
	backdrop-filter: blur(8px);
	background: rgba(5, 20, 47, 0.82);
	border: 1px solid rgba(147, 197, 253, 0.72);
	border-radius: 50%;
	color: var(--vlh-white);
	cursor: pointer;
	display: none;
	font: 400 2.1rem/1 system-ui, sans-serif;
	height: 48px;
	justify-content: center;
	padding: 0 0 4px;
	position: absolute;
	top: calc(50% - 32px);
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
	width: 48px;
	z-index: 3;
}

.vlh-homepage .vlh-carousel-arrow-prev {
	left: 16px;
}

.vlh-homepage .vlh-carousel-arrow-next {
	right: 16px;
}

.vlh-homepage .vlh-carousel-pagination {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 14px;
}

.vlh-homepage .vlh-carousel-dot {
	-webkit-tap-highlight-color: transparent;
	background: rgba(191, 219, 254, 0.42);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 10px;
	padding: 0;
	touch-action: manipulation;
	transition: background-color 160ms ease, transform 160ms ease, width 160ms ease;
	width: 10px;
}

.vlh-homepage .vlh-carousel-dot.is-active {
	background: var(--vlh-blue-light);
	width: 30px;
}

.vlh-homepage .vlh-carousel-dot:focus-visible,
.vlh-homepage .vlh-carousel-arrow:focus-visible,
.vlh-homepage .vlh-button:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 3px;
}

.vlh-homepage .vlh-download-section {
	background:
		radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.2), transparent 32%),
		linear-gradient(135deg, #071426, #0b1c35);
	padding: clamp(46px, 8vw, 84px) 0;
}

.vlh-homepage .vlh-download-card {
	align-items: center;
	background: rgba(15, 35, 61, 0.78);
	border: 1px solid rgba(96, 165, 250, 0.42);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(2, 8, 23, 0.26);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1240px;
	min-width: 0;
	padding: clamp(24px, 6vw, 46px);
}

.vlh-homepage .vlh-download-copy {
	min-width: 0;
}

.vlh-homepage .vlh-download-copy h2 {
	color: var(--vlh-white);
}

.vlh-homepage .vlh-download-copy p {
	color: var(--vlh-slate-light);
	font-size: clamp(1rem, 2.8vw, 1.1rem);
	max-width: 700px;
}

.vlh-homepage .vlh-download-actions {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr);
	min-width: 0;
}

.vlh-homepage .vlh-practical-intro {
	grid-column: 1 / -1;
	margin: 0 auto -12px;
	max-width: 820px;
	text-align: center;
}

.vlh-homepage .vlh-practical-intro h3 {
	color: var(--vlh-white);
	font-size: clamp(1.2rem, 4.6vw, 1.55rem);
	line-height: 1.25;
	margin: 0 0 10px;
}

.vlh-homepage .vlh-practical-intro p {
	color: var(--vlh-slate-light);
	font-size: clamp(0.96rem, 3.5vw, 1.08rem);
	line-height: 1.65;
	margin: 0;
}

.vlh-homepage .vlh-practical-demo {
	aspect-ratio: 1264 / 720;
	border: 1px solid rgba(96, 165, 250, 0.42);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(2, 8, 23, 0.28);
	grid-column: 1 / -1;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	width: 100%;
}

.vlh-homepage .vlh-practical-demo video {
	background: #061225;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.vlh-homepage .vlh-button {
	-webkit-tap-highlight-color: transparent;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 12px;
	box-sizing: border-box;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 760;
	justify-content: center;
	line-height: 1.25;
	min-height: 54px;
	min-width: 0;
	overflow-wrap: anywhere;
	padding: 14px 18px;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 100ms ease;
	width: 100%;
}

.vlh-homepage .vlh-button-primary {
	background: linear-gradient(135deg, var(--vlh-blue), #3b82f6);
	box-shadow: 0 12px 28px rgba(37, 99, 235, 0.28);
	color: var(--vlh-white);
}

.vlh-homepage .vlh-button-secondary {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(147, 197, 253, 0.62);
	color: #dbeafe;
}

.vlh-homepage .vlh-button-support {
	background: rgba(14, 116, 144, 0.18);
	border-color: rgba(103, 232, 249, 0.48);
	color: #cffafe;
}

.vlh-homepage .vlh-button.is-disabled {
	cursor: not-allowed;
	opacity: 0.48;
}

.vlh-homepage .vlh-email-section {
	background: var(--vlh-surface);
	padding: clamp(56px, 9vw, 96px) 0;
}

.vlh-homepage .vlh-email-card {
	align-items: center;
	background:
		radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.26), transparent 34%),
		linear-gradient(145deg, #071426, #0b1c35);
	border: 1px solid rgba(96, 165, 250, 0.28);
	border-radius: 22px;
	box-shadow: 0 20px 60px rgba(7, 17, 31, 0.18);
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1240px;
	min-width: 0;
	overflow: hidden;
	padding: clamp(24px, 7vw, 52px);
}

.vlh-homepage .vlh-email-copy {
	min-width: 0;
}

.vlh-homepage .vlh-kicker {
	color: #93c5fd;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.vlh-homepage .vlh-email-copy h2 {
	color: var(--vlh-white);
}

.vlh-homepage .vlh-email-copy > p:last-child {
	color: var(--vlh-slate-light);
	font-size: 1rem;
}

.vlh-homepage .vlh-form-shell {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(191, 219, 254, 0.9);
	border-radius: 16px;
	color: var(--vlh-slate);
	min-width: 0;
	padding: clamp(18px, 5vw, 28px);
}

.vlh-homepage .vlh-form-shell .ff-el-group {
	margin-bottom: 16px;
}

.vlh-homepage .vlh-form-shell label {
	color: #0f172a;
	font-size: 0.94rem;
	font-weight: 700;
}

.vlh-homepage .vlh-form-shell input[type="email"],
.vlh-homepage .vlh-form-shell input[type="text"] {
	background: var(--vlh-white);
	border: 1px solid var(--vlh-slate-light);
	border-radius: 10px;
	color: #0f172a;
	font-size: 16px;
	min-height: 50px;
	min-width: 0;
	padding: 11px 13px;
	width: 100%;
}

.vlh-homepage .vlh-form-shell input[type="checkbox"] {
	-webkit-tap-highlight-color: transparent;
	height: 20px;
	margin-right: 8px;
	touch-action: manipulation;
	width: 20px;
}

.vlh-homepage .vlh-form-shell button,
.vlh-homepage .vlh-form-shell input[type="submit"] {
	-webkit-tap-highlight-color: transparent;
	background: linear-gradient(135deg, var(--vlh-blue), #3b82f6);
	border: 0;
	border-radius: 11px;
	color: var(--vlh-white);
	cursor: pointer;
	font-size: 16px;
	font-weight: 750;
	min-height: 52px;
	padding: 12px 18px;
	touch-action: manipulation;
}

.vlh-homepage .vlh-form-unavailable {
	color: var(--vlh-slate);
}

.vlh-homepage .vlh-button:active,
.vlh-homepage .vlh-form-shell button:active,
.vlh-homepage .vlh-form-shell input[type="submit"]:active {
	transform: scale(0.985);
}

@media (hover: hover) {
	.vlh-homepage .vlh-carousel-arrow:hover {
		background: rgba(37, 99, 235, 0.9);
		border-color: #bfdbfe;
		transform: scale(1.05);
	}

	.vlh-homepage .vlh-button-primary:hover {
		background: linear-gradient(135deg, var(--vlh-blue-hover), var(--vlh-blue));
		color: var(--vlh-white);
	}

	.vlh-homepage .vlh-button-secondary:hover {
		background: rgba(37, 99, 235, 0.16);
		border-color: #93c5fd;
		color: var(--vlh-white);
	}

	.vlh-homepage .vlh-button-support:hover {
		background: rgba(8, 145, 178, 0.3);
		border-color: #67e8f9;
		color: var(--vlh-white);
	}
}

@media (min-width: 768px) {
	.vlh-homepage .vlh-carousel-viewport,
	.vlh-homepage .vlh-carousel-slide img {
		aspect-ratio: 1672 / 941;
	}

	.vlh-homepage .vlh-carousel-arrow {
		display: inline-flex;
	}

	.vlh-homepage .vlh-download-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vlh-homepage .vlh-email-card {
		grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
	}
}

@media (min-width: 1024px) {
	.vlh-homepage .vlh-download-card {
		grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
	}
}

@media (max-width: 479px) {
	.vlh-homepage .vlh-download-card,
	.vlh-homepage .vlh-email-card {
		border-radius: 16px;
	}

	.vlh-homepage .vlh-carousel-pagination {
		margin-top: 12px;
	}
}

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

	.vlh-homepage .vlh-carousel-track {
		transition: none !important;
	}
}
