/* System-scoped styling for full height Hero Block */
.superv-hero-3cf19042 {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 48px 60px 48px;
	box-sizing: border-box;
	background-color: #0A0C0E;
	color: #F4F1E8;
	font-family: 'Space Grotesk', system-ui, sans-serif;
	overflow: hidden;
}

body.admin-bar .superv-hero-3cf19042 {
	min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
}

/* Base Graphic backing structure */
.superv-hero-bg-3cf19042 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

.superv-hero-bg-3cf19042 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.35;
	filter: grayscale(15%) contrast(110%);
}

.superv-hero-overlay-3cf19042 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(10,12,14,0.3) 0%, rgba(10,12,14,0.85) 100%);
}

/* Interior visual arrangement */
.superv-hero-inner-3cf19042 {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1240px;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 60px;
	align-items: center;
}

.superv-hero-left-3cf19042 {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Typographic specifications */
.superv-hero-eyebrow-3cf19042 {
	font-size: 13px;
	font-weight: 600;
	color: #9BA0A3;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.superv-hero-title-3cf19042 {
	font-size: 64px;
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
	margin: 0;
	color: #F4F1E8;
	letter-spacing: -0.02em;
}

.superv-hero-title-3cf19042 .highlight-3cf19042 {
	color: #F5B800;
}

.superv-hero-lead-3cf19042 {
	font-size: 18px;
	line-height: 1.6;
	color: #9BA0A3;
	max-width: 560px;
	margin: 0;
}

/* Dual Column Checklist Grid */
.superv-checklist-3cf19042 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 24px;
	max-width: 600px;
}

.superv-checklist-item-3cf19042 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #F4F1E8;
}

.check-icon-3cf19042 {
	width: 16px;
	height: 16px;
	color: #F5B800;
	flex-shrink: 0;
}

/* Dynamic Buttons */
.superv-hero-ctas-3cf19042 {
	display: flex;
	gap: 16px;
	margin-top: 12px;
}

.superv-btn-primary-3cf19042 {
	background-color: #F5B800;
	color: #0A0C0E;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 32px;
	border-radius: 4px;
	border: none;
	text-decoration: none;
	transition: transform 0.2s ease, filter 0.2s ease;
	letter-spacing: 0.05em;
}

.superv-btn-primary-3cf19042:hover {
	transform: translateY(-2px);
	filter: brightness(110%);
}

.superv-btn-secondary-3cf19042 {
	background-color: transparent;
	color: #F4F1E8;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 32px;
	border-radius: 4px;
	border: 1px solid rgba(244,241,232,0.3);
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	letter-spacing: 0.05em;
}

.superv-btn-secondary-3cf19042:hover {
	background-color: rgba(244,241,232,0.05);
	border-color: #F4F1E8;
	transform: translateY(-2px);
}

/* Grayscale Truststrip */
.superv-trust-strip-3cf19042 {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 24px;
	opacity: 0.6;
}

.superv-trust-strip-3cf19042 span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #9BA0A3;
}

.trust-divider-3cf19042 {
	width: 1px;
	height: 14px;
	background-color: rgba(255, 255, 255, 0.15);
}

/* Pipeline Glass Blueprints */
.superv-hero-right-3cf19042 {
	display: flex;
	justify-content: flex-end;
}

.superv-pipeline-glass-3cf19042 {
	width: 100%;
	max-width: 480px;
	background: rgba(21, 25, 27, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 36px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.pipeline-title-3cf19042 {
	font-size: 14px;
	font-weight: 700;
	color: #2E6E86;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}

.pipeline-track-3cf19042 {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.pipeline-svg-3cf19042 {
	display: none; /* Desktop arrow connector logic matches column track */
}

/* Pipeline vertical progression layout styling */
.pipeline-node-3cf19042 {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}

/* vertical dotted structural lines */
.pipeline-node-3cf19042:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 20px;
	top: 40px;
	bottom: -32px;
	width: 1px;
	border-left: 1px dashed #2E6E86;
	opacity: 0.4;
}

.node-circle-3cf19042 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(46, 110, 134, 0.1);
	border: 1px solid #2E6E86;
	color: #2E6E86;
	font-size: 11px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	flex-shrink: 0;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.node-circle-3cf19042.active-3cf19042 {
	background-color: #F5B800;
	border-color: #F5B800;
	color: #0A0C0E;
}

.node-meta-3cf19042 {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.node-tag-3cf19042 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #F4F1E8;
}

.node-desc-3cf19042 {
	font-size: 13px;
	color: #9BA0A3;
	margin: 0;
}

/* RESPONSIVE SCALING */
@media (max-width: 1024px) {
	.superv-hero-inner-3cf19042 {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.superv-hero-right-3cf19042 {
		justify-content: center;
	}
	.superv-pipeline-glass-3cf19042 {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.superv-hero-3cf19042 {
		padding: 100px 20px 48px 20px;
	}
	
	.superv-hero-title-3cf19042 {
		font-size: 40px;
	}
	
	.superv-checklist-3cf19042 {
		grid-template-columns: 1fr;
	}
	
	.superv-hero-ctas-3cf19042 {
		flex-direction: column;
	}
	
	.superv-trust-strip-3cf19042 {
		flex-wrap: wrap;
		gap: 12px;
	}
	
	.superv-trust-strip-3cf19042 span {
		font-size: 11px;
	}
	
	.trust-divider-3cf19042 {
		display: none;
	}

	/* Mobile scroll pipeline layout */
	.pipeline-track-3cf19042 {
		flex-direction: row;
		overflow-x: auto;
		padding-bottom: 12px;
		gap: 24px;
		scroll-snap-type: x mandatory;
	}

	.pipeline-node-3cf19042 {
		flex-direction: column;
		align-items: center;
		text-align: center;
		min-width: 140px;
		scroll-snap-align: start;
	}

	.pipeline-node-3cf19042:not(:last-child)::after {
		display: none;
	}
}
