body.vlhiw-has-how-it-works-page #header {
	background: #071426;
	border: 0;
	box-shadow: none;
}

body.vlhiw-has-how-it-works-page #header [data-row] {
	background: linear-gradient(90deg, #071426 0%, #0b1d36 50%, #102a50 100%);
	border: 0;
	box-shadow: none;
	margin-bottom: 0;
}

body.vlhiw-has-how-it-works-page #header .ct-container {
	border-bottom: 0;
	box-shadow: none;
	margin-bottom: 0;
}

body.vlhiw-has-how-it-works-page #header .menu > li > a {
	color: #dce7f5;
}

body.vlhiw-has-how-it-works-page #header .menu > li.current-menu-item > a,
body.vlhiw-has-how-it-works-page #header .menu > li.current-menu-ancestor > a {
	color: #63a4ff;
}

body.vlhiw-has-how-it-works-page #header .ct-header-trigger {
	--theme-icon-color: #dce7f5;
	--theme-link-initial-color: #dce7f5;
	--theme-link-hover-color: #ffffff;
	color: #dce7f5;
}

@media (hover: hover) {
	body.vlhiw-has-how-it-works-page #header .menu > li > a:hover {
		color: #ffffff;
	}
}

.vlhiw-page {
	--vlhiw-ink: #07111f;
	--vlhiw-navy: #0b172a;
	--vlhiw-blue: #2563eb;
	--vlhiw-blue-hover: #1d4ed8;
	--vlhiw-blue-light: #60a5fa;
	--vlhiw-slate: #334155;
	--vlhiw-slate-light: #cbd5e1;
	--vlhiw-surface: #f8fafc;
	--vlhiw-white: #ffffff;
	background: var(--vlhiw-white);
	color: var(--vlhiw-slate);
	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%;
}

.vlhiw-page,
.vlhiw-page * {
	box-sizing: border-box;
}

.vlhiw-page h1,
.vlhiw-page h2,
.vlhiw-page h3,
.vlhiw-page p,
.vlhiw-page ul,
.vlhiw-page ol,
.vlhiw-page figure {
	margin-top: 0;
}

.vlhiw-page h1,
.vlhiw-page h2,
.vlhiw-page h3 {
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.14;
	overflow-wrap: anywhere;
}

.vlhiw-page h2,
.vlhiw-page h3 {
	color: #0f172a;
}

.vlhiw-page h2 {
	font-size: clamp(2rem, 7vw, 3.4rem);
	margin-bottom: 18px;
}

.vlhiw-page h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.vlhiw-page p {
	margin-bottom: 0;
}

.vlhiw-section {
	padding: clamp(66px, 11vw, 108px) 0;
	position: relative;
}

.vlhiw-container {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: clamp(18px, 4vw, 30px);
	padding-right: clamp(18px, 4vw, 30px);
	width: 100%;
}

.vlhiw-section-heading {
	margin-bottom: clamp(28px, 5vw, 46px);
	max-width: 820px;
}

.vlhiw-section-heading > p {
	font-size: 1.04rem;
}

.vlhiw-kicker,
.vlhiw-eyebrow {
	color: var(--vlhiw-blue);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.vlhiw-hero {
	background:
		radial-gradient(circle at 82% 16%, rgba(37, 99, 235, 0.3), transparent 35%),
		linear-gradient(145deg, var(--vlhiw-ink) 0%, var(--vlhiw-navy) 62%, #0b1c35 100%);
	color: var(--vlhiw-slate-light);
	isolation: isolate;
	overflow: hidden;
}

.vlhiw-hero::before {
	background-image:
		linear-gradient(rgba(96, 165, 250, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(96, 165, 250, 0.055) 1px, transparent 1px);
	background-size: 42px 42px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 94%);
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.vlhiw-hero-inner {
	max-width: 980px;
}

.vlhiw-eyebrow {
	color: #93c5fd;
	margin-bottom: 18px;
}

.vlhiw-hero h1 {
	color: var(--vlhiw-white);
	font-size: clamp(2.55rem, 10.5vw, 5rem);
	margin: 0 0 22px;
	max-width: 880px;
}

.vlhiw-hero-summary {
	font-size: clamp(1rem, 3vw, 1.16rem);
	max-width: 720px;
}

.vlhiw-hero-key {
	color: #dbeafe;
	font-size: 1.03rem;
	font-weight: 700;
	margin-top: 18px;
	max-width: 720px;
}

.vlhiw-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.vlhiw-button {
	-webkit-tap-highlight-color: transparent;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 12px;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 750;
	justify-content: center;
	line-height: 1.25;
	max-width: 100%;
	min-height: 52px;
	padding: 13px 20px;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 100ms ease;
}

.vlhiw-button-primary {
	background: linear-gradient(135deg, var(--vlhiw-blue) 0%, #3b82f6 100%);
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
	color: var(--vlhiw-white);
}

.vlhiw-button-secondary-dark {
	background: rgba(15, 35, 61, 0.62);
	border-color: rgba(147, 197, 253, 0.55);
	color: #dbeafe;
}

.vlhiw-button:active {
	transform: scale(0.985);
}

.vlhiw-smart-tip {
	background: var(--vlhiw-surface);
}

.vlhiw-tip-card {
	background: var(--vlhiw-white);
	border: 1px solid #bfdbfe;
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(37, 99, 235, 0.09);
	padding: clamp(24px, 6vw, 44px);
}

.vlhiw-prose {
	display: grid;
	font-size: 1.04rem;
	gap: 15px;
	max-width: 960px;
}

.vlhiw-process {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr);
	margin: 28px 0;
}

.vlhiw-process > span:not(.vlhiw-process-arrow) {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 12px;
	color: #1e3a8a;
	font-weight: 800;
	min-width: 0;
	padding: 13px 16px;
	text-align: center;
}

.vlhiw-process-arrow {
	color: var(--vlhiw-blue);
	font-size: 1.4rem;
	font-weight: 800;
	justify-self: center;
	line-height: 1;
	transform: rotate(90deg);
}

.vlhiw-tip-highlight {
	background: linear-gradient(145deg, var(--vlhiw-ink), var(--vlhiw-navy));
	border: 1px solid rgba(96, 165, 250, 0.42);
	border-radius: 14px;
	color: var(--vlhiw-white);
	font-size: clamp(1.18rem, 4vw, 1.45rem);
	font-weight: 800;
	padding: 17px 19px;
}

.vlhiw-tip-requirement {
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-left: 5px solid #f97316;
	border-radius: 13px;
	color: #7c2d12;
	font-weight: 700;
	margin-top: 14px;
	padding: 15px 17px;
}

.vlhiw-flow-section {
	background: var(--vlhiw-white);
}

.vlhiw-flow-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr);
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.vlhiw-flow-grid li {
	background: var(--vlhiw-surface);
	border: 1px solid var(--vlhiw-slate-light);
	border-radius: 18px;
	min-width: 0;
	padding: clamp(22px, 5vw, 30px);
}

.vlhiw-step-number {
	align-items: center;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 10px;
	color: var(--vlhiw-blue-hover);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	letter-spacing: 0.06em;
	margin-bottom: 18px;
	width: 42px;
}

.vlhiw-examples-section {
	background: var(--vlhiw-surface);
}

.vlhiw-gallery {
	display: grid;
	gap: clamp(18px, 4vw, 28px);
	grid-template-columns: minmax(0, 1fr);
}

.vlhiw-example-card {
	background: #eef2ff;
	border: 1px solid #c7d2fe;
	border-radius: 20px;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.13);
	line-height: 0;
	margin-bottom: 0;
	min-width: 0;
	overflow: hidden;
	padding: clamp(7px, 2vw, 10px);
}

.vlhiw-example-card img {
	border-radius: 13px;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.vlhiw-pov-notice {
	background:
		radial-gradient(circle at 92% 8%, rgba(96, 165, 250, 0.22), transparent 38%),
		linear-gradient(145deg, var(--vlhiw-ink), var(--vlhiw-navy));
	border: 1px solid rgba(96, 165, 250, 0.42);
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(7, 17, 31, 0.15);
	color: #dbeafe;
	margin-top: clamp(36px, 7vw, 62px);
	padding: clamp(24px, 6vw, 40px);
}

.vlhiw-pov-notice h3 {
	color: var(--vlhiw-white);
	font-size: clamp(1.55rem, 6vw, 2.35rem);
}

.vlhiw-pov-notice p {
	font-size: 1.04rem;
}

.vlhiw-quick-reminder {
	background: var(--vlhiw-white);
	border: 1px solid var(--vlhiw-slate-light);
	border-radius: 20px;
	margin-top: 18px;
	padding: clamp(22px, 5vw, 34px);
}

.vlhiw-quick-reminder ul {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr);
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.vlhiw-quick-reminder li {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 11px;
	color: #1e3a8a;
	font-weight: 750;
	min-width: 0;
	padding: 12px 14px;
}

.vlhiw-quick-reminder li::before {
	color: var(--vlhiw-blue);
	content: "✓";
	font-weight: 900;
	margin-right: 9px;
}

.vlhiw-quick-reminder > p {
	color: var(--vlhiw-slate);
}

.vlhiw-final-cta {
	background:
		radial-gradient(circle at 88% 18%, rgba(37, 99, 235, 0.24), transparent 36%),
		linear-gradient(135deg, #081426, #0b1c35);
	color: var(--vlhiw-slate-light);
}

.vlhiw-final-cta h2 {
	color: var(--vlhiw-white);
}

.vlhiw-final-inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr);
}

.vlhiw-final-inner > div:first-child {
	max-width: 720px;
}

@media (max-width: 479px) {
	.vlhiw-actions .vlhiw-button {
		width: 100%;
	}
}

@media (min-width: 600px) {
	.vlhiw-process {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
	}

	.vlhiw-process-arrow {
		transform: none;
	}

	.vlhiw-quick-reminder ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.vlhiw-flow-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.vlhiw-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vlhiw-example-wide {
		grid-column: 1 / -1;
	}

	.vlhiw-quick-reminder ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.vlhiw-final-inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.vlhiw-final-inner .vlhiw-actions {
		justify-content: flex-end;
		margin-top: 0;
	}
}

@media (hover: hover) {
	.vlhiw-page .vlhiw-button-primary:hover {
		background: linear-gradient(135deg, var(--vlhiw-blue-hover), var(--vlhiw-blue));
		box-shadow: 0 12px 28px rgba(37, 99, 235, 0.3);
		color: var(--vlhiw-white);
	}

	.vlhiw-page .vlhiw-button-secondary-dark:hover {
		background: rgba(37, 99, 235, 0.15);
		border-color: #93c5fd;
		color: var(--vlhiw-white);
	}
}

@media (prefers-reduced-motion: reduce) {
	.vlhiw-page .vlhiw-button {
		transition: none;
	}
}
