.metrics-default-cursor {
	cursor: default;
}

.metrics-section-subtitle {
	letter-spacing: .06em;
}

.metrics-check-badge {
	width: 34px;
	height: 34px;
}

.metrics-chart-icon {
	position: absolute;
	right: 14px;
	top: 14px;
}

.metrics-chart {
	height: 260px;
}

.stat-soft-card {
	transition: background-color .2s ease, color .2s ease;
}

.hero-subtitle-wrap {
	display: flex;
	flex-direction: column;
	gap: .35rem;
}

.hero-subtitle-primary {
	font-size: clamp(1.65rem, 2.2vw, 2.6rem);
	line-height: 1.08;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .01em;
}

.hero-subtitle-secondary {
	max-width: 1080px;
	margin: 0 auto;
	font-size: clamp(1rem, 1.4vw, 1.35rem);
	line-height: 1.35;
	font-weight: 500;
	letter-spacing: .03em;
	opacity: .92;
}

.hero-metric-card {
	gap: .75rem;
}

.hero-metric-title {
	flex: 1 1 auto;
	min-width: 0;
}

.hero-metric-value {
	flex: 0 0 auto;
	text-align: right;
	white-space: nowrap;
}

.geo-note {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	align-items: center;
}

.geo-note-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .3rem .7rem;
	border-radius: var(--bs-border-radius-pill);
	background: rgba(52, 199, 89, .14);
	color: #2db55d;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
}

[data-bs-theme="dark"] .stat-soft-card {
	background-color: rgba(var(--bs-blue-light-rgb), 1) !important;
}

[data-bs-theme="dark"] .stat-soft-muted {
	color: rgba(255, 255, 255, .72) !important;
}

[data-bs-theme="dark"] .geo-note-badge {
	background: rgba(52, 199, 89, .2);
	color: #72dc94;
}

.use-case-card {
	min-height: 64px;
}

.use-case-card-text {
	line-height: 1.25;
}

.use-case-cta {
	min-width: 280px;
}

.svg_map_country_container {
	position: relative;
}

.geo-region-card {
	cursor: pointer;
	transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.geo-region-card__badge {
	transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.geo-region-card__text {
	transition: color .22s ease;
}

.geo-region-card:hover,
.geo-region-card.is-active {
	background: #ece8ff !important;
	border-color: rgba(111, 87, 200, .28) !important;
	box-shadow: 0 10px 26px rgba(111, 87, 200, .12);
}

.geo-region-card:hover .geo-region-card__badge,
.geo-region-card.is-active .geo-region-card__badge {
	transform: scale(1.04);
	box-shadow: 0 6px 16px rgba(54, 201, 18, .2);
}

[data-bs-theme="dark"] .geo-region-card:hover,
[data-bs-theme="dark"] .geo-region-card.is-active {
	background: #4f5572 !important;
	border-color: rgba(135, 143, 189, .55) !important;
	box-shadow: 0 10px 24px rgba(5, 9, 20, .26);
}

[data-bs-theme="dark"] .geo-region-card:hover .geo-region-card__text,
[data-bs-theme="dark"] .geo-region-card.is-active .geo-region-card__text {
	color: var(--bs-white);
}

.svg_map_country_container svg .macro-region-node,
.svg_map_country_container svg .svg_map_country {
	cursor: pointer;
	transition: fill .32s ease, opacity .32s ease;
}

[data-bs-theme="dark"] .svg_map_country_container svg .macro-region-node,
[data-bs-theme="dark"] .svg_map_country_container svg .cls-1,
[data-bs-theme="dark"] .svg_map_country_container svg .cls-2 {
	fill: #5e637c !important;
}

.svg_map_country_container svg .macro-region-node.is-active {
	fill: #6f57c8 !important;
}

.svg_map_country_container svg .macro-region-node.dimmed {
	opacity: .75;
}

.macro-map-tooltip {
	position: absolute;
	z-index: 10;
	min-width: 140px;
	padding: .5rem .625rem;
	border-radius: var(--bs-border-radius-lg);
	background: rgba(24, 28, 38, .95);
	box-shadow: 0 8px 28px rgba(0, 0, 0, .25);
	color: var(--bs-white);
	font-size: .8125rem;
	line-height: 1.2;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.macro-map-tooltip.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.macro-map-tooltip .macro-title {
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
}

.macro-map-tooltip .macro-count {
	display: block;
	opacity: .92;
}

@media (max-width: 767.98px) {
	.hero-subtitle-primary {
		font-size: 1.4rem;
	}

	.hero-subtitle-secondary {
		font-size: 1rem;
	}

	.hero-metric-card {
		align-items: flex-start !important;
		padding: 1rem 1.25rem !important;
	}

	.hero-metric-title {
		padding-right: .5rem;
		font-size: 1rem;
		line-height: 1.3;
	}

	.hero-metric-value {
		font-size: 1rem;
		line-height: 1.2;
	}

	.use-case-card {
		min-height: 58px;
		padding: .75rem 1rem !important;
		gap: .85rem !important;
	}

	.use-case-card-text {
		font-size: 1rem;
		line-height: 1.2;
	}

	.use-case-badge {
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
	}

	.use-case-badge i {
		font-size: .8rem;
	}

	.use-case-cta {
		width: 100%;
		max-width: 340px;
	}
}
