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

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

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

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

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

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

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

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

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

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

.vlcontact-page h1 {
	color: var(--vlcontact-white);
	font-size: clamp(2.45rem, 8vw, 4.65rem);
	margin-bottom: 22px;
	max-width: 900px;
}

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

.vlcontact-page h3 {
	font-size: clamp(1.12rem, 2.5vw, 1.3rem);
	margin-bottom: 12px;
}

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

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

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

.vlcontact-narrow {
	max-width: 900px;
}

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

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

.vlcontact-prose {
	display: grid;
	font-size: clamp(1rem, 2.2vw, 1.12rem);
	gap: 18px;
}

.vlcontact-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(--vlcontact-slate-light);
	isolation: isolate;
	overflow: hidden;
}

.vlcontact-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;
}

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

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

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

.vlcontact-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;
}

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

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

.vlcontact-button:focus-visible,
.vlcontact-email-address:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 4px;
}

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

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

.vlcontact-options,
.vlcontact-before {
	background: var(--vlcontact-white);
}

.vlcontact-section-heading {
	margin-bottom: 32px;
	max-width: 850px;
}

.vlcontact-contact-grid,
.vlcontact-help-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr);
}

.vlcontact-card,
.vlcontact-help-card {
	background: var(--vlcontact-white);
	border: 1px solid var(--vlcontact-border);
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(15, 42, 80, 0.07);
	min-width: 0;
	padding: clamp(24px, 4vw, 34px);
}

.vlcontact-contact-card {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.vlcontact-contact-card::before {
	background: linear-gradient(90deg, var(--vlcontact-blue), #63a4ff);
	border-radius: 99px;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 24px;
	width: 48px;
}

.vlcontact-contact-card .vlcontact-button {
	margin-top: 26px;
}

.vlcontact-email-address {
	color: #1d4ed8;
	display: inline-block;
	font-weight: 750;
	margin-top: 10px;
	max-width: 100%;
	overflow-wrap: anywhere;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	word-break: break-word;
}

.vlcontact-help {
	background: var(--vlcontact-surface);
}

.vlcontact-help-card {
	background: #f8fbff;
	box-shadow: none;
}

.vlcontact-number {
	align-items: center;
	background: #e7f0ff;
	border: 1px solid #c6daf7;
	border-radius: 50%;
	color: var(--vlcontact-blue);
	display: inline-flex;
	font-size: 0.82rem;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	letter-spacing: 0.04em;
	margin-bottom: 22px;
	width: 42px;
}

.vlcontact-safety-note {
	background: #f8fbff;
	border: 1px solid #cbdcf2;
	border-left: 5px solid var(--vlcontact-blue);
	border-radius: 14px;
	display: grid;
	font-weight: 650;
	gap: 14px;
	margin-top: 30px;
	padding: clamp(22px, 4vw, 30px);
}

.vlcontact-role {
	background: var(--vlcontact-surface);
}

.vlcontact-role-inner {
	background: var(--vlcontact-white);
	border: 1px solid #cbdcf2;
	border-left: 5px solid var(--vlcontact-blue);
	border-radius: 16px;
	box-shadow: 0 14px 38px rgba(15, 42, 80, 0.07);
	max-width: 1000px;
	padding-bottom: clamp(28px, 5vw, 48px);
	padding-top: clamp(28px, 5vw, 48px);
}

.vlcontact-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(--vlcontact-slate-light);
}

.vlcontact-final-inner {
	max-width: 980px;
	text-align: center;
}

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

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

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

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

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

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

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

	.vlcontact-card,
	.vlcontact-help-card {
		border-radius: 14px;
		padding: 24px 20px;
	}

	.vlcontact-role-inner,
	.vlcontact-safety-note {
		border-left-width: 4px;
		border-radius: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
	.vlcontact-contact-grid,
	.vlcontact-help-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1080px) {
	.vlcontact-help-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

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