/**
 * Compliance pages – aligned with industry/service detail styling
 */
body.bi-compliance-page {
	background: #050816 !important;
	--bs-body-bg: #050816;
	--bs-body-color: rgba(255, 255, 255, 0.88);
	min-height: 100vh;
}

body.bi-compliance-page main {
	position: relative;
	z-index: 1;
	background: transparent !important;
}

/* Country/combo hero — enriched overviews need full container width */
body.bi-compliance-page .bi-hero .lead {
	max-width: 100%;
	text-align: left;
	line-height: 1.65;
	font-size: 1.05rem;
}

body.bi-compliance-page .bi-hero .lead p:last-child {
	margin-bottom: 0;
}

body.bi-compliance-page .bi-glass-card,
body.bi-compliance-page .bi-reveal-fade {
	position: relative;
}

.comp-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(124, 58, 237, 0.18);
	border: 1px solid rgba(124, 58, 237, 0.35);
	border-radius: 999px;
	padding: 5px 14px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #c4b5fd;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.comp-disclaimer {
	background: rgba(251, 191, 36, 0.08);
	border: 1px solid rgba(251, 191, 36, 0.25);
	border-radius: 12px;
	padding: 1rem 1.25rem;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.75);
	line-height: 1.55;
}

.comp-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1rem;
}

.comp-product-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 1.1rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none !important;
	color: #fff !important;
	transition: transform 0.2s, border-color 0.2s;
}

.comp-product-card:hover {
	transform: translateY(-3px);
	border-color: rgba(124, 58, 237, 0.45);
}

.comp-product-card i {
	font-size: 1.4rem;
	color: #a78bfa;
}

.comp-meta-table {
	width: 100%;
	border-collapse: collapse;
}

.comp-meta-table th,
.comp-meta-table td {
	padding: 0.65rem 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	vertical-align: top;
}

.comp-meta-table th {
	color: rgba(255, 255, 255, 0.55);
	font-weight: 600;
	width: 32%;
	font-size: 0.88rem;
}

.comp-meta-table td {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.92rem;
}

.comp-hub-link {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	text-decoration: none !important;
	color: #fff !important;
	transition: border-color 0.2s, background 0.2s;
	min-height: 72px;
}

.comp-hub-link:hover {
	border-color: rgba(124, 58, 237, 0.45);
	background: rgba(124, 58, 237, 0.1);
}

.comp-hub-flag {
	font-size: 1.4rem;
	line-height: 1;
}

.comp-hub-name {
	font-weight: 700;
	font-size: 0.92rem;
}

.comp-hub-reg {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.55);
}

.comp-filter-btn {
	border-radius: 999px;
	padding: 0.35rem 0.9rem;
	font-size: 0.82rem;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
}

.comp-filter-btn.active,
.comp-filter-btn:hover {
	border-color: rgba(124, 58, 237, 0.5);
	background: rgba(124, 58, 237, 0.15);
	color: #fff;
}

.comp-steps {
	counter-reset: compstep;
	list-style: none;
	padding: 0;
	margin: 0;
}

.comp-steps li {
	counter-increment: compstep;
	padding: 0.65rem 0 0.65rem 2.5rem;
	position: relative;
	color: rgba(255, 255, 255, 0.85);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.comp-steps li::before {
	content: counter(compstep);
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background: rgba(124, 58, 237, 0.25);
	border: 1px solid rgba(124, 58, 237, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	font-weight: 700;
	color: #c4b5fd;
}

/* ── Interactive delivery block (compliance hub) ─────────── */
.comp-delivery-hint {
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.45);
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.comp-delivery-rail {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 1.25rem 0 1.5rem;
	flex-wrap: wrap;
}

.comp-delivery-step {
	flex: 1 1 140px;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	padding: 1rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	transition: border-color 0.25s, background 0.25s, transform 0.2s, box-shadow 0.25s;
	position: relative;
}

.comp-delivery-step:hover {
	border-color: rgba(124, 58, 237, 0.4);
	background: rgba(124, 58, 237, 0.08);
	transform: translateY(-2px);
}

.comp-delivery-step.is-active {
	border-color: rgba(124, 58, 237, 0.55);
	background: linear-gradient(160deg, rgba(124, 58, 237, 0.18), rgba(6, 182, 212, 0.08));
	box-shadow: 0 8px 28px rgba(124, 58, 237, 0.2);
	color: #fff;
}

.comp-delivery-step-num {
	position: absolute;
	top: 0.5rem;
	left: 0.6rem;
	font-size: 0.65rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.35);
	letter-spacing: 0.04em;
}

.comp-delivery-step.is-active .comp-delivery-step-num {
	color: #c4b5fd;
}

.comp-delivery-step-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	transition: transform 0.3s;
}

.comp-delivery-step.is-active .comp-delivery-step-icon {
	transform: scale(1.08);
}

.comp-icon-purple { color: #a78bfa; border-color: rgba(167, 139, 250, 0.35) !important; background: rgba(124, 58, 237, 0.15) !important; }
.comp-icon-cyan { color: #22d3ee; border-color: rgba(34, 211, 238, 0.35) !important; background: rgba(6, 182, 212, 0.12) !important; }
.comp-icon-green { color: #34d399; border-color: rgba(52, 211, 153, 0.35) !important; background: rgba(16, 185, 129, 0.12) !important; }

.comp-delivery-step-label {
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
}

.comp-delivery-connector {
	flex: 0 1 48px;
	height: 3px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	overflow: hidden;
	min-width: 24px;
	margin: 0 0.25rem;
}

.comp-delivery-connector-fill {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #7c3aed, #0891b2);
	border-radius: 999px;
	transition: width 0.45s ease;
}

.comp-delivery-connector-fill.is-filled {
	width: 100%;
}

.comp-delivery-panel {
	min-height: 220px;
	padding: 1.25rem 1.35rem;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.comp-delivery-panel-inner {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.comp-delivery-panel-inner.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.comp-delivery-panel-head {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 0.85rem;
}

.comp-delivery-panel-icon {
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.comp-delivery-chip {
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #c4b5fd;
	margin-bottom: 0.25rem;
}

.comp-delivery-panel-title {
	font-size: 1.25rem;
	font-weight: 800;
	color: #fff;
	margin: 0 0 0.15rem;
}

.comp-delivery-panel-tagline {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.55);
	margin: 0;
}

.comp-delivery-panel-desc {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	line-height: 1.65;
	margin-bottom: 1rem;
}

.comp-delivery-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 0.5rem 1rem;
}

.comp-delivery-bullets li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.45;
}

.comp-delivery-bullets li i {
	color: #a78bfa;
	margin-top: 0.15rem;
	flex-shrink: 0;
}

.comp-delivery-metrics {
	text-align: center;
}

.comp-delivery-metric {
	padding: 0.75rem 0.5rem;
	border-radius: 12px;
	background: rgba(124, 58, 237, 0.08);
	border: 1px solid rgba(124, 58, 237, 0.2);
	transition: border-color 0.2s, transform 0.2s;
}

.comp-delivery-metric:hover {
	border-color: rgba(124, 58, 237, 0.4);
	transform: translateY(-2px);
}

.comp-delivery-metric strong {
	display: block;
	font-size: 1.35rem;
	font-weight: 800;
	background: linear-gradient(135deg, #fff, #c4b5fd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1.2;
}

.comp-delivery-metric span {
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.comp-delivery-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(124, 58, 237, 0.35);
	background: rgba(124, 58, 237, 0.1);
	color: #c4b5fd !important;
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none !important;
	transition: background 0.2s, border-color 0.2s, transform 0.18s;
}

.comp-delivery-link:hover {
	background: rgba(124, 58, 237, 0.22);
	border-color: rgba(124, 58, 237, 0.55);
	transform: translateY(-1px);
	color: #fff !important;
}

@media (max-width: 767px) {
	.comp-delivery-rail {
		flex-direction: column;
		align-items: stretch;
	}
	.comp-delivery-step {
		max-width: none;
		flex-direction: row;
		justify-content: flex-start;
		padding: 0.85rem 1rem;
	}
	.comp-delivery-step-num {
		position: static;
		width: 1.4rem;
	}
	.comp-delivery-connector {
		width: 3px;
		height: 20px;
		flex: none;
		margin: 0 auto;
	}
	.comp-delivery-bullets {
		grid-template-columns: 1fr;
	}
}
