/* DKI Legacy Hero — public styles */

.dki-legacy-hero {
	position: relative;
	overflow: hidden;
	min-height: 660px;
	border: 1px solid rgba(0, 136, 255, 0.45);
	background: #020814;
	color: #ffffff;
	isolation: isolate;
	padding: 80px 0;
}

/* ── Vimeo background ─────────────────────────────────────────── */
.dki-lh-video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120vw;
	height: 120vh;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: -4;
}

/* ── Dark left overlay ───────────────────────────────────────── */
.dki-lh-overlay {
	position: absolute;
	inset: 0;
	z-index: -3;
	background:
		linear-gradient(
			90deg,
			rgba(1, 10, 24, 0.98) 0%,
			rgba(1, 10, 24, 0.96) 27%,
			rgba(1, 10, 24, 0.75) 42%,
			rgba(1, 10, 24, 0.22) 68%,
			rgba(1, 10, 24, 0.14) 100%
		),
		linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.15) 0%,
			rgba(0, 0, 0, 0.55) 100%
		);
}

/* ── Dark angled panel ───────────────────────────────────────── */
.dki-legacy-hero::before {
	content: "";
	position: absolute;
	top: -20%;
	left: 34%;
	width: 250px;
	height: 150%;
	background: rgba(2, 10, 25, 0.62);
	transform: skewX(-16deg);
	z-index: -2;
	border-left: 1px solid rgba(0, 136, 255, 0.28);
	border-right: 1px solid rgba(0, 136, 255, 0.20);
}

/* ── Thin blue angled lines ──────────────────────────────────── */
.dki-lh-blue-lines {
	position: absolute;
	top: -15%;
	left: 38%;
	width: 110px;
	height: 130%;
	transform: skewX(-16deg);
	border-left: 1px solid rgba(0, 136, 255, 0.55);
	border-right: 1px solid rgba(0, 136, 255, 0.25);
	z-index: -1;
	opacity: 0.75;
}

/* ── Inner wrapper ───────────────────────────────────────────── */
.dki-lh-inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* ── Content column ──────────────────────────────────────────── */
.dki-lh-content {
	max-width: 600px;
}

/* ── Eyebrow label ───────────────────────────────────────────── */
.dki-lh-label {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.dki-lh-label img {
	width: 35px;
	height: auto;
	display: block;
}

.dki-lh-label span {
	color: #1495ff;
	font-family: "Hubot Sans Narrow", "Arial Narrow", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* ── Heading ─────────────────────────────────────────────────── */
.dki-lh-heading {
	margin: 0;
	font-family: "Hubot Sans Narrow", "Arial Narrow", sans-serif;
	font-size: clamp(46px, 4.8vw, 72px);
	line-height: 1.05;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #ffffff;
	text-transform: capitalize;
	text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
}

.dki-lh-heading span {
	color: #168cff;
}

/* ── Blue divider ────────────────────────────────────────────── */
.dki-lh-divider {
	width: 48px;
	height: 2px;
	background: #168cff;
	margin: 26px 0 24px;
}

/* ── Body paragraphs ─────────────────────────────────────────── */
.dki-lh-content p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.70;
}

.dki-lh-content p:last-of-type {
	margin-bottom: 0;
}

/* ── Stats row ───────────────────────────────────────────────── */
.dki-lh-stats {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 38px;
}

.dki-lh-stat {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
}

.dki-lh-stat strong {
	display: block;
	font-family: "Hubot Sans Narrow", "Arial Narrow", sans-serif;
	font-size: 28px;
	line-height: 1;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
}

.dki-lh-stat small {
	display: block;
	font-family: "Hubot Sans Narrow", "Arial Narrow", sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.9);
	text-transform: uppercase;
}

.dki-lh-sep {
	width: 1px;
	height: 52px;
	background: rgba(255, 255, 255, 0.45);
	flex-shrink: 0;
}

/* ── Stat icons ──────────────────────────────────────────────── */
.dki-lh-icon {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.dki-lh-gear {
	background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9 3h8.2l1.4 5.6c1.6.5 3.1 1.1 4.5 1.9l5-3 5.8 5.8-3 5c.8 1.4 1.5 2.9 1.9 4.5l5.6 1.4v8.2l-5.6 1.4c-.5 1.6-1.1 3.1-1.9 4.5l3 5-5.8 5.8-5-3c-1.4.8-2.9 1.5-4.5 1.9l-1.4 5.6h-8.2l-1.4-5.6c-1.6-.5-3.1-1.1-4.5-1.9l-5 3-5.8-5.8 3-5c-.8-1.4-1.5-2.9-1.9-4.5L1.7 32.4v-8.2l5.6-1.4c.5-1.6 1.1-3.1 1.9-4.5l-3-5L12 7.5l5 3c1.4-.8 2.9-1.5 4.5-1.9L22.9 3Z' fill='none' stroke='%23168cff' stroke-width='3'/%3E%3Ccircle cx='27' cy='28.3' r='8.3' fill='none' stroke='%23168cff' stroke-width='3'/%3E%3C/svg%3E");
}

.dki-lh-shield {
	background-image: url("data:image/svg+xml,%3Csvg width='50' height='54' viewBox='0 0 50 54' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 3 45 10v14.5C45 37 36.5 47 25 51 13.5 47 5 37 5 24.5V10l20-7Z' fill='none' stroke='%23168cff' stroke-width='3'/%3E%3Cpath d='m16 27 6 6 13-15' fill='none' stroke='%23168cff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.dki-lh-globe {
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26' cy='26' r='22' fill='none' stroke='%2378b9ff' stroke-width='3'/%3E%3Cpath d='M4 26h44M26 4c7 6 10 13 10 22s-3 16-10 22M26 4c-7 6-10 13-10 22s3 16 10 22' fill='none' stroke='%2378b9ff' stroke-width='3'/%3E%3C/svg%3E");
}

/* ── USA Flag ────────────────────────────────────────────────── */
.dki-lh-flag {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.3);
	background:
		linear-gradient(
			to bottom,
			#c91d32 0 7.69%, #ffffff 7.69% 15.38%,
			#c91d32 15.38% 23.07%, #ffffff 23.07% 30.76%,
			#c91d32 30.76% 38.45%, #ffffff 38.45% 46.14%,
			#c91d32 46.14% 53.83%, #ffffff 53.83% 61.52%,
			#c91d32 61.52% 69.21%, #ffffff 69.21% 76.9%,
			#c91d32 76.9% 84.59%, #ffffff 84.59% 92.28%,
			#c91d32 92.28% 100%
		);
	position: relative;
	overflow: hidden;
}

.dki-lh-flag::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 52%;
	height: 52%;
	background: #244c9a;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1320px) {
	.dki-lh-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1024px) {
	.dki-legacy-hero {
		min-height: 720px;
	}

	.dki-lh-stats {
		flex-wrap: wrap;
		gap: 18px;
	}

	.dki-lh-sep {
		display: none;
	}
}

@media (max-width: 767px) {
	.dki-legacy-hero {
		min-height: auto;
		border-radius: 10px;
	}

	.dki-lh-video {
		width: 220vw;
		height: 120vh;
		left: 70%;
	}

	.dki-lh-overlay {
		background:
			linear-gradient(
				180deg,
				rgba(1, 10, 24, 0.96) 0%,
				rgba(1, 10, 24, 0.90) 52%,
				rgba(1, 10, 24, 0.82) 100%
			);
	}

	.dki-legacy-hero::before,
	.dki-lh-blue-lines {
		display: none;
	}

	.dki-lh-inner {
		padding-left: 22px;
		padding-right: 22px;
	}

	.dki-lh-content {
		max-width: 100%;
	}

	.dki-lh-label img {
		width: 30px;
	}

	.dki-lh-label span {
		font-size: 13px;
	}

	.dki-lh-heading {
		font-size: 46px;
	}

	.dki-lh-stats {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 22px 16px;
	}

	.dki-lh-icon,
	.dki-lh-flag {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.dki-lh-stat strong { font-size: 21px; }
	.dki-lh-stat small  { font-size: 11px; }
}

@media (max-width: 420px) {
	.dki-lh-heading {
		font-size: 39px;
	}

	.dki-lh-stats {
		grid-template-columns: 1fr;
	}
}
