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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vlabout-narrow {
	max-width: 860px;
}

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

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

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

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

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

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

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

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

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

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

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

.vlabout-button:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 4px;
}

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

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

.vlabout-who {
	background: var(--vlabout-white);
}

.vlabout-what {
	background: var(--vlabout-surface);
}

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

.vlabout-card-grid,
.vlabout-step-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr);
}

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

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

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

.vlabout-step-grid {
	counter-reset: none;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.vlabout-step {
	background: #f8fbff;
	border: 1px solid #d6e3f2;
	border-radius: 16px;
	min-width: 0;
	padding: clamp(24px, 4vw, 34px);
}

.vlabout-step-number {
	align-items: center;
	background: #e7f0ff;
	border: 1px solid #c6daf7;
	border-radius: 50%;
	color: var(--vlabout-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;
}

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

.vlabout-role-inner {
	background: var(--vlabout-white);
	border: 1px solid #cbdcf2;
	border-left: 5px solid var(--vlabout-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);
}

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

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

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

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

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

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

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

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

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

	.vlabout-card,
	.vlabout-step {
		border-radius: 14px;
		padding: 24px 20px;
	}

	.vlabout-role-inner {
		border-left-width: 4px;
		border-radius: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

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

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