/* ==========================================================================
   Hero — full-bleed blue gradient (block: acf/hero).
   Ported from progryss-homepage-final_6.html. Tokens from common.css.
   ========================================================================== */

.dhero {
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: 14px 0 78px;
	background: linear-gradient(120deg, #0b1020 0%, #132a63 60%, var(--brand-dark) 100%);
}
.dhero .dgrid {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: .5;
	background-image: linear-gradient(rgba(255, 255, 255, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .09) 1px, transparent 1px);
	background-size: 54px 54px;
	-webkit-mask-image: radial-gradient(circle at 50% 32%, #000 44%, transparent 80%);
	mask-image: radial-gradient(circle at 50% 32%, #000 44%, transparent 80%);
}
.dhero .netsvg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}
.dhero .wrap {
	position: relative;
	z-index: 2;
}
.dhero-center {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 62px 24px 0;
}
.dhero .badge {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	letter-spacing: .8px;
	text-transform: uppercase;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .10);
	color: #dbe6ff;
	border: 1px solid rgba(255, 255, 255, .18);
	margin-bottom: 26px;
	font-weight: 600;
}
.dhero .badge .d {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8fb4ff;
}
.dhero .disp {
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1;
	font-size: clamp(40px, 6.6vw, 82px);
	margin: 0;
	color: #fff;
}
.dhero .disp .accent {
	position: relative;
	white-space: nowrap;
	color: #8fb4ff;
}
.dhero .disp .accent::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: .06em;
	height: 5px;
	background: #8fb4ff;
	border-radius: 3px;
	opacity: .8;
}
.dhero .disp .pd { color: #8fb4ff; }
.dhero .lede {
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.6;
	max-width: 600px;
	margin: 26px auto 30px;
	color: #c3cce0;
}
.dhero .dcta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}
.dhero .btn-accent {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 15px;
	padding: 14px 24px;
	border-radius: 10px;
	background: #fff;
	color: var(--brand);
	box-shadow: 0 10px 28px rgba(0, 0, 0, .22);
	transition: .18s;
}
.dhero .btn-accent:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
}
.dhero .btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 15px;
	padding: 14px 24px;
	border-radius: 10px;
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, .35);
	transition: .18s;
}
.dhero .btn-outline:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .08);
}
.dhero .dtrust {
	font-size: 11.5px;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .6);
	margin-top: 24px;
	font-weight: 600;
}
.dhero .node {
	position: absolute;
	border-radius: 12px;
	padding: 12px 14px;
	z-index: 3;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .16);
	backdrop-filter: blur(4px);
}
.dhero .node .t { font-size: 13px; font-weight: 700; color: #fff; }
.dhero .node .s {
	font-size: 10.5px;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-top: 2px;
	color: rgba(255, 255, 255, .55);
	font-weight: 600;
}
.dhero .node.b .s { color: #8fb4ff; }
.dhero .n-tl { top: 126px; left: 5%; }
.dhero .n-tr { top: 108px; right: 5%; }
.dhero .n-bl { bottom: 74px; left: 5%; }
.dhero .n-br { bottom: 96px; right: 5%; }
@media (max-width: 860px) {
	.dhero .node { display: none; }
}
