body.vlfaq-has-faq-page #header {
	background: #071426;
	border: 0;
	box-shadow: none;
}

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

body.vlfaq-has-faq-page #header .ct-container {
	border-bottom: 0;
	box-shadow: none;
	margin-bottom: 0;
}

body.vlfaq-has-faq-page #header .menu > li > a {
	color: #dce7f5;
}

body.vlfaq-has-faq-page #header .menu > li.current-menu-item > a,
body.vlfaq-has-faq-page #header .menu > li.current-menu-ancestor > a,
body.vlfaq-has-faq-page #header .menu > li.current_page_item > a {
	color: #63a4ff;
}

body.vlfaq-has-faq-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.vlfaq-has-faq-page #header .menu > li > a:hover {
		color: #ffffff;
	}
}

.vlfaq-page {
	--vlfaq-ink: #07111f;
	--vlfaq-navy: #0b172a;
	--vlfaq-blue: #2563eb;
	--vlfaq-blue-hover: #1d4ed8;
	--vlfaq-blue-light: #63a4ff;
	--vlfaq-slate: #334155;
	--vlfaq-slate-light: #cbd5e1;
	--vlfaq-surface: #f5f8fc;
	--vlfaq-border: #dbe6f2;
	--vlfaq-white: #ffffff;
	background: var(--vlfaq-surface);
	color: var(--vlfaq-slate);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.68;
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
	width: 100%;
}

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

.vlfaq-page h1,
.vlfaq-page h2,
.vlfaq-page h3,
.vlfaq-page p {
	margin-top: 0;
}

.vlfaq-page h1,
.vlfaq-page h2,
.vlfaq-page h3 {
	color: var(--vlfaq-ink);
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.vlfaq-page h1 {
	color: var(--vlfaq-white);
	font-size: clamp(2.5rem, 8vw, 4.75rem);
	margin-bottom: 22px;
}

.vlfaq-page h2 {
	font-size: clamp(1.9rem, 5vw, 3rem);
	margin-bottom: 16px;
}

.vlfaq-page h3 {
	font-size: clamp(1.02rem, 2.5vw, 1.18rem);
	margin: 0;
}

.vlfaq-page p {
	margin-bottom: 0;
	overflow-wrap: anywhere;
}

.vlfaq-section {
	padding: clamp(64px, 10vw, 104px) 0;
	position: relative;
}

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

.vlfaq-narrow {
	max-width: 840px;
	text-align: center;
}

.vlfaq-eyebrow {
	color: var(--vlfaq-blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.vlfaq-eyebrow-light {
	color: #bfdbfe;
}

.vlfaq-hero {
	background:
		radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.28), transparent 34%),
		linear-gradient(145deg, #071426 0%, #0b1d36 60%, #102a50 100%);
	color: var(--vlfaq-slate-light);
	isolation: isolate;
	overflow: hidden;
}

.vlfaq-hero::before {
	background-image:
		linear-gradient(rgba(99, 164, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(99, 164, 255, 0.05) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.vlfaq-hero-inner {
	max-width: 900px;
	padding-bottom: clamp(16px, 3vw, 28px);
	padding-top: clamp(16px, 3vw, 28px);
}

.vlfaq-hero-copy {
	font-size: clamp(1.03rem, 2.5vw, 1.25rem);
	max-width: 760px;
}

.vlfaq-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.vlfaq-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-size: 0.98rem;
	font-weight: 750;
	justify-content: center;
	line-height: 1.25;
	min-height: 52px;
	padding: 14px 22px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.vlfaq-button-primary {
	background: var(--vlfaq-blue);
	color: var(--vlfaq-white);
}

.vlfaq-button-secondary-dark {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(220, 231, 245, 0.55);
	color: #f8fbff;
}

.vlfaq-button:focus-visible,
.vlfaq-item summary:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 4px;
}

@media (hover: hover) {
	.vlfaq-button-primary:hover {
		background: var(--vlfaq-blue-hover);
		color: var(--vlfaq-white);
		transform: translateY(-1px);
	}

	.vlfaq-button-secondary-dark:hover {
		background: rgba(255, 255, 255, 0.13);
		border-color: var(--vlfaq-white);
		color: var(--vlfaq-white);
		transform: translateY(-1px);
	}
}

.vlfaq-introduction {
	background: var(--vlfaq-white);
	padding-bottom: clamp(54px, 8vw, 76px);
	padding-top: clamp(54px, 8vw, 76px);
}

.vlfaq-introduction p:last-child {
	font-size: clamp(1rem, 2.2vw, 1.12rem);
}

.vlfaq-faq-section {
	background: var(--vlfaq-surface);
}

.vlfaq-faq-container {
	max-width: 980px;
}

.vlfaq-section-heading {
	margin-bottom: 32px;
	text-align: center;
}

.vlfaq-list {
	display: grid;
	gap: 14px;
}

.vlfaq-item {
	background: var(--vlfaq-white);
	border: 1px solid var(--vlfaq-border);
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(15, 42, 80, 0.06);
	overflow: hidden;
}

.vlfaq-item[open] {
	border-color: #adc9ef;
	box-shadow: 0 12px 34px rgba(15, 42, 80, 0.09);
}

.vlfaq-item summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	min-height: 68px;
	padding: 20px 68px 20px 24px;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

.vlfaq-item summary::-webkit-details-marker {
	display: none;
}

.vlfaq-item summary::after {
	align-items: center;
	background: #eaf2ff;
	border: 1px solid #c8daf2;
	border-radius: 50%;
	color: var(--vlfaq-blue);
	content: "+";
	display: flex;
	font-size: 1.45rem;
	font-weight: 600;
	height: 34px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
}

.vlfaq-item[open] summary {
	border-bottom: 1px solid #e5edf7;
}

.vlfaq-item[open] summary::after {
	background: var(--vlfaq-blue);
	border-color: var(--vlfaq-blue);
	color: var(--vlfaq-white);
	content: "−";
}

.vlfaq-answer {
	color: #334155;
	display: grid;
	gap: 14px;
	padding: 22px 24px 26px;
}

.vlfaq-answer strong {
	color: #172033;
}

.vlfaq-help {
	background: var(--vlfaq-white);
}

.vlfaq-help-card {
	align-items: center;
	background: #f7faff;
	border: 1px solid #cfdef2;
	border-radius: 18px;
	box-shadow: 0 16px 42px rgba(15, 42, 80, 0.08);
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(26px, 5vw, 46px);
}

.vlfaq-help-card > div {
	max-width: 700px;
	min-width: 0;
}

.vlfaq-help-card .vlfaq-button {
	max-width: 360px;
}

.vlfaq-final-cta {
	background:
		radial-gradient(circle at 20% 10%, rgba(37, 99, 235, 0.22), transparent 32%),
		linear-gradient(145deg, #071426 0%, #0b1d36 62%, #102a50 100%);
	color: var(--vlfaq-slate-light);
}

.vlfaq-final-inner {
	max-width: 860px;
	text-align: center;
}

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

.vlfaq-final-cta p {
	font-size: clamp(1rem, 2.2vw, 1.14rem);
}

.vlfaq-actions-centered {
	justify-content: center;
}

@media (max-width: 767px) {
	.vlfaq-help-card {
		align-items: stretch;
		grid-template-columns: minmax(0, 1fr);
	}

	.vlfaq-help-card .vlfaq-button {
		max-width: none;
		width: 100%;
	}
}

@media (max-width: 479px) {
	.vlfaq-section {
		padding-bottom: 58px;
		padding-top: 58px;
	}

	.vlfaq-hero-inner {
		padding-bottom: 8px;
		padding-top: 8px;
	}

	.vlfaq-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vlfaq-button {
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	.vlfaq-item summary {
		min-height: 64px;
		padding: 18px 58px 18px 18px;
	}

	.vlfaq-item summary::after {
		height: 32px;
		right: 16px;
		width: 32px;
	}

	.vlfaq-answer {
		padding: 20px 18px 22px;
	}

	.vlfaq-help-card {
		border-radius: 14px;
		padding: 24px 18px;
	}
}

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