/* =========================================================
 * Tech Resolve — Hosting Regions
 * Version: 2.1.0
 * Homepage Typography Alignment
 * ======================================================= */
.tr-hosting-regions {
	position: relative;
	overflow: hidden;
	padding: clamp(105px,9vw,160px) var(--tr-gutter);
	color: #0b1712;
	background: #f4f6f3;
}
.tr-hosting-regions__shell {
	position: relative;
	z-index: 2;
	width: min(100%,var(--tr-container-wide));
	margin: 0 auto;
}
/* =========================================================
 * Intro
 * ======================================================= */
.tr-hosting-regions__intro {
	width: min(100%,var(--tr-container));
	margin: 0 auto clamp(56px,6vw,84px);
}
.tr-hosting-regions__intro > span {
	display: block;
	margin-bottom: 18px;
	color: var(--tr-green-deep);
	font-size: var(--tr-text-ui);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .15em;
}
.tr-hosting-regions__intro > div {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(320px,.48fr);
	gap: clamp(48px,7vw,108px);
	align-items: end;
}
.tr-hosting-regions__intro h2 {
	margin: 0;
	color: #0b1712 !important;
	font-size: clamp(43px,4.6vw,72px);
	font-weight: 790;
	line-height: 1.01;
	letter-spacing: -.052em;
	text-wrap: balance;
}
.tr-hosting-regions__intro p {
	margin: 0;
	color: #66746c !important;
	font-size: var(--tr-text-body);
	font-weight: var(--tr-weight-body);
	line-height: var(--tr-line-body);
}
/* =========================================================
 * Regions Scene
 * ======================================================= */
.tr-hosting-regions__scene {
	display: grid;
	grid-template-columns: minmax(0,1fr) 310px;
	gap: 20px;
	padding: 24px;
	background: #fff;
	border: 1px solid #dfe6e2;
	border-radius: 28px;
	box-shadow: 0 34px 84px rgba(11,23,18,.08);
}
/* =========================================================
 * Region Map
 * ======================================================= */
.tr-hosting-regions .region-map {
	position: relative;
	min-height: 460px;
	overflow: hidden;
	background: #0b1712;
	border-radius: 20px;
}
.tr-hosting-regions .region-map > span {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 3;
	color: var(--tr-green);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .07em;
}
.tr-hosting-regions .region-map > strong {
	position: absolute;
	top: 48px;
	left: 24px;
	z-index: 3;
	color: #fff !important;
	font-size: clamp(30px,2.3vw,36px);
	font-weight: var(--tr-weight-bold);
	line-height: 1.04;
	letter-spacing: -.04em;
}
.tr-hosting-regions .route {
	position: absolute;
	height: 1px;
	background: linear-gradient(to right,transparent,var(--tr-green),transparent);
	transform-origin: left;
}
.tr-hosting-regions .r1 {
	top: 190px;
	left: 100px;
	width: 420px;
	transform: rotate(10deg);
}
.tr-hosting-regions .r2 {
	top: 275px;
	left: 220px;
	width: 360px;
	transform: rotate(-12deg);
}
.tr-hosting-regions .r3 {
	top: 135px;
	left: 350px;
	width: 250px;
	transform: rotate(32deg);
}
.tr-hosting-regions .pin {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	color: #06100d;
	background: var(--tr-green);
	border-radius: 50%;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	box-shadow: 0 12px 30px rgba(25,224,120,.14);
}
.tr-hosting-regions .p1 {
	top: 155px;
	left: 120px;
}
.tr-hosting-regions .p2 {
	top: 205px;
	left: 250px;
}
.tr-hosting-regions .p3 {
	top: 125px;
	left: 365px;
}
.tr-hosting-regions .p4 {
	top: 235px;
	right: 160px;
}
.tr-hosting-regions .p5 {
	right: 90px;
	bottom: 70px;
}
.tr-hosting-regions .p6 {
	bottom: 70px;
	left: 260px;
}
.tr-hosting-regions .p7 {
	bottom: 50px;
	left: 80px;
}
/* =========================================================
 * Region Note
 * ======================================================= */
.tr-hosting-regions .region-note {
	padding: 28px;
	background: #f4f6f3;
	border-radius: 20px;
}
.tr-hosting-regions .region-note span {
	color: var(--tr-green-deep);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .07em;
}
.tr-hosting-regions .region-note strong {
	display: block;
	margin-top: 9px;
	color: #0b1712 !important;
	font-size: clamp(24px,1.9vw,28px);
	font-weight: var(--tr-weight-bold);
	line-height: 1.06;
	letter-spacing: -.035em;
}
.tr-hosting-regions .region-note small {
	display: block;
	margin-top: 18px;
	color: #748178;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-body);
	line-height: var(--tr-line-card);
}
/* =========================================================
 * Region Items
 * ======================================================= */
.tr-hosting-regions__items {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 12px;
	margin-top: 28px;
}
.tr-hosting-regions__items article {
	min-width: 0;
	padding: 24px 20px;
	background: #ffffff;
	border: 1px solid #e0e7e2;
	border-radius: 16px;
}
.tr-hosting-regions__items article > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.tr-hosting-regions__items article > div span {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: #06100d;
	background: var(--tr-green);
	border-radius: 50%;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
}
.tr-hosting-regions__items article > div strong {
	color: var(--tr-green-deep) !important;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .06em;
}
.tr-hosting-regions__items h3 {
	margin: 24px 0 0;
	color: #0b1712 !important;
	font-size: clamp(20px,1.55vw,24px);
	font-weight: 750;
	line-height: 1.08;
	letter-spacing: -.03em;
	text-wrap: balance;
}
.tr-hosting-regions__items p {
	margin: 12px 0 0;
	color: #728078 !important;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-body);
	line-height: var(--tr-line-card);
}
/* =========================================================
 * Tablet
 * ======================================================= */
@media(max-width:1000px) {
	.tr-hosting-regions__scene {
		grid-template-columns: 1fr;
	}
	.tr-hosting-regions .region-note {
		min-height: 180px;
	}
	.tr-hosting-regions__items {
		grid-template-columns: 1fr 1fr;
	}
}
/* =========================================================
 * Mobile
 * ======================================================= */
@media(max-width:720px) {
	.tr-hosting-regions {
		padding: 86px var(--tr-gutter);
	}
	.tr-hosting-regions__intro > div {
		grid-template-columns: 1fr;
		gap: 26px;
	}
	.tr-hosting-regions__intro h2 {
		font-size: clamp(38px,10vw,50px);
	}
	.tr-hosting-regions__scene {
		padding: 14px;
		border-radius: 22px;
	}
	.tr-hosting-regions .region-map {
		min-height: 500px;
	}
	.tr-hosting-regions .region-map > strong {
		font-size: 30px;
	}
	.tr-hosting-regions .pin {
		width: 50px;
		height: 50px;
	}
	.tr-hosting-regions .r1 {
		top: 190px;
		left: 45px;
		width: 260px;
	}
	.tr-hosting-regions .r2 {
		top: 300px;
		left: 70px;
		width: 250px;
	}
	.tr-hosting-regions .r3 {
		top: 145px;
		left: 150px;
		width: 180px;
	}
	.tr-hosting-regions .p1 {
		top: 160px;
		left: 38px;
	}
	.tr-hosting-regions .p2 {
		top: 220px;
		left: 130px;
	}
	.tr-hosting-regions .p3 {
		top: 130px;
		left: 215px;
	}
	.tr-hosting-regions .p4 {
		top: 270px;
		right: 28px;
	}
	.tr-hosting-regions .p5 {
		right: 40px;
		bottom: 68px;
	}
	.tr-hosting-regions .p6 {
		bottom: 80px;
		left: 145px;
	}
	.tr-hosting-regions .p7 {
		bottom: 48px;
		left: 34px;
	}
	.tr-hosting-regions .region-note {
		min-height: 0;
		padding: 22px;
	}
	.tr-hosting-regions .region-note strong {
		font-size: 24px;
	}
	.tr-hosting-regions__items {
		grid-template-columns: 1fr;
	}
}