/* =========================================================
 * Tech Resolve — Hosting Final CTA
 * Version: 2.1.0
 * Homepage Typography Alignment
 * ======================================================= */
.tr-hosting-final-cta {
	position: relative;
	overflow: hidden;
	padding: clamp(115px,10vw,175px) var(--tr-gutter);
	color: #fff;
	background: radial-gradient(circle at 76% 48%,rgba(25,224,120,.13),transparent 28%),#06100d;
}
.tr-hosting-final-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .11;
	background-image: linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);
	background-size: 86px 86px;
	pointer-events: none;
}
.tr-hosting-final-cta__shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0,.88fr) minmax(500px,.78fr);
	gap: clamp(60px,7vw,110px);
	align-items: center;
	width: min(100%,var(--tr-container-wide));
	margin: auto;
}
.tr-hosting-final-cta__copy > span {
	display: block;
	margin-bottom: 18px;
	color: var(--tr-green);
	font-size: var(--tr-text-ui);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .15em;
}
.tr-hosting-final-cta__copy h2 {
	max-width: 860px;
	margin: 0;
	color: #fff !important;
	font-size: clamp(48px,5.2vw,78px);
	font-weight: 790;
	line-height: .97;
	letter-spacing: -.056em;
	text-wrap: balance;
}
.tr-hosting-final-cta__copy p {
	max-width: 650px;
	margin: 28px 0 0;
	color: rgba(255,255,255,.62) !important;
	font-size: var(--tr-text-body);
	font-weight: var(--tr-weight-body);
	line-height: var(--tr-line-body);
}
.tr-hosting-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin-top: 38px;
}
.tr-hosting-final-cta__actions a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	min-height: 58px;
	padding: 0 24px;
	color: #06100d !important;
	background: var(--tr-green) !important;
	border: 1px solid var(--tr-green) !important;
	border-radius: 999px !important;
	text-decoration: none !important;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-bold);
	line-height: var(--tr-line-card);
}
.tr-hosting-final-cta__actions a i {
	width: 22px;
	height: 22px;
	background: #06100d;
	border-radius: 50%;
}
.tr-hosting-final-cta__actions > span {
	color: rgba(255,255,255,.4);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-medium);
	line-height: var(--tr-line-ui);
}
.tr-hosting-final-cta__system {
	overflow: hidden;
	background: #09160f;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 30px;
	box-shadow: 0 46px 115px rgba(0,0,0,.3);
	transform: rotate(1.5deg);
}
.tr-hosting-final-cta .system-head,
.tr-hosting-final-cta .system-foot {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 60px;
	padding: 0 18px;
	color: rgba(255,255,255,.34);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .06em;
}
.tr-hosting-final-cta .system-head {
	justify-content: space-between;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.tr-hosting-final-cta .system-head > div {
	display: flex;
	align-items: center;
	gap: 9px;
}
.tr-hosting-final-cta .system-head i {
	width: 7px;
	height: 7px;
	background: var(--tr-green);
	border-radius: 50%;
}
.tr-hosting-final-cta .system-head strong,
.tr-hosting-final-cta .system-foot strong {
	color: var(--tr-green) !important;
	font-size: inherit;
	font-weight: inherit;
}
.tr-hosting-final-cta .system-foot {
	border-top: 1px solid rgba(255,255,255,.08);
}
.tr-hosting-final-cta .system-foot i {
	flex: 1;
	height: 1px;
	background: var(--tr-green);
}
.tr-hosting-final-cta .system-body {
	display: grid;
	grid-template-columns: 210px minmax(0,1fr);
	gap: 28px;
	align-items: center;
	padding: 34px;
}
.tr-hosting-final-cta .core {
	display: grid;
	place-items: center;
	align-content: center;
	width: 200px;
	height: 200px;
	text-align: center;
	background: radial-gradient(circle,#143823 0 35%,#0a1810 36% 56%,#07140f 57%);
	border-radius: 50%;
}
.tr-hosting-final-cta .core span {
	color: var(--tr-green);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .06em;
}
.tr-hosting-final-cta .core strong {
	margin-top: 4px;
	color: #fff !important;
	font-size: 30px;
	font-weight: var(--tr-weight-bold);
	line-height: 1;
	letter-spacing: -.04em;
}
.tr-hosting-final-cta .core small {
	margin-top: 7px;
	color: rgba(255,255,255,.38);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-medium);
	line-height: var(--tr-line-ui);
}
.tr-hosting-final-cta .route {
	display: grid;
	gap: 10px;
}
.tr-hosting-final-cta .route div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	min-height: 52px;
	padding: 0 16px;
	background: rgba(255,255,255,.03);
	border: 1px solid rgba(255,255,255,.06);
	border-radius: 10px;
}
.tr-hosting-final-cta .route span {
	color: rgba(255,255,255,.4);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-medium);
	line-height: var(--tr-line-ui);
}
.tr-hosting-final-cta .route strong {
	color: var(--tr-green) !important;
	font-size: var(--tr-text-ui);
	font-weight: var(--tr-weight-semibold);
	line-height: var(--tr-line-ui);
}
.tr-hosting-final-cta h1,
.tr-hosting-final-cta h2,
.tr-hosting-final-cta h3,
.tr-hosting-final-cta h4,
.tr-hosting-final-cta h5,
.tr-hosting-final-cta h6 {
	color: #fff !important;
}
@media(max-width:1080px) {
	.tr-hosting-final-cta__shell {
		grid-template-columns: 1fr;
	}
	.tr-hosting-final-cta__system {
		width: min(100%,760px);
		transform: none;
	}
}
@media(max-width:720px) {
	.tr-hosting-final-cta {
		padding: 94px var(--tr-gutter);
	}
	.tr-hosting-final-cta__copy h2 {
		font-size: clamp(40px,10.5vw,56px);
	}
	.tr-hosting-final-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.tr-hosting-final-cta__actions a {
		justify-content: space-between;
		width: 100%;
	}
	.tr-hosting-final-cta__actions > span {
		text-align: center;
	}
	.tr-hosting-final-cta .system-head,
	.tr-hosting-final-cta .system-foot {
		min-height: 56px;
	}
	.tr-hosting-final-cta .system-body {
		grid-template-columns: 1fr;
		justify-items: center;
		padding: 26px 20px;
	}
	.tr-hosting-final-cta .core {
		width: 180px;
		height: 180px;
	}
	.tr-hosting-final-cta .core strong {
		font-size: 27px;
	}
	.tr-hosting-final-cta .route {
		width: 100%;
	}
}