/* =========================================================
 * Tech Resolve — Hosting Operations
 * Version: 2.1.0
 * Homepage Typography Alignment
 * ======================================================= */
.tr-hosting-operations {
	position: relative;
	overflow: hidden;
	padding: clamp(105px,9vw,160px) var(--tr-gutter);
	color: #ffffff;
	background: #06100d;
}
.tr-hosting-operations::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .1;
	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: 88px 88px;
	pointer-events: none;
}
.tr-hosting-operations__shell {
	position: relative;
	z-index: 2;
	width: min(100%,var(--tr-container-wide));
	margin: 0 auto;
}
/* =========================================================
 * Intro
 * ======================================================= */
.tr-hosting-operations__intro {
	width: min(100%,var(--tr-container));
	margin: 0 auto clamp(56px,6vw,84px);
}
.tr-hosting-operations__intro > 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-operations__intro > div {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(320px,.48fr);
	gap: clamp(48px,7vw,108px);
	align-items: end;
}
.tr-hosting-operations__intro h2 {
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(43px,4.6vw,72px);
	font-weight: 790;
	line-height: 1.01;
	letter-spacing: -.052em;
	text-wrap: balance;
}
.tr-hosting-operations__intro p {
	margin: 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);
}
/* =========================================================
 * Operations Scene
 * ======================================================= */
.tr-hosting-operations__scene {
	overflow: hidden;
	padding-bottom: 28px;
	background: #09160f;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 30px;
	box-shadow: 0 46px 115px rgba(0,0,0,.28);
}
.tr-hosting-operations .scene-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	min-height: 60px;
	padding: 0 18px;
	border-bottom: 1px solid rgba(255,255,255,.08);
	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-operations .scene-head > div {
	display: flex;
	align-items: center;
	gap: 9px;
}
.tr-hosting-operations .scene-head i {
	width: 7px;
	height: 7px;
	background: var(--tr-green);
	border-radius: 50%;
}
.tr-hosting-operations .scene-head strong {
	color: var(--tr-green) !important;
	font-size: inherit;
	font-weight: inherit;
}
/* =========================================================
 * Event
 * ======================================================= */
.tr-hosting-operations .event {
	width: min(100%,560px);
	margin: 30px auto 0;
	padding: 28px;
	text-align: center;
	background: #fff;
	border-radius: 18px;
}
.tr-hosting-operations .event 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-operations .event strong {
	display: block;
	margin-top: 8px;
	color: #0b1712 !important;
	font-size: clamp(24px,2vw,30px);
	font-weight: var(--tr-weight-bold);
	line-height: 1.06;
	letter-spacing: -.035em;
}
.tr-hosting-operations .event small {
	display: block;
	margin-top: 8px;
	color: #7f8c84;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-medium);
	line-height: var(--tr-line-ui);
}
/* =========================================================
 * Operations Loop
 * ======================================================= */
.tr-hosting-operations .loop {
	display: grid;
	grid-template-columns: minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr);
	align-items: center;
	gap: 10px;
	margin: 30px 24px 0;
}
.tr-hosting-operations .loop div {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 12px;
	min-height: 142px;
	padding: 18px;
	text-align: center;
	background: rgba(255,255,255,.035);
	border: 1px solid rgba(255,255,255,.065);
	border-radius: 14px;
}
.tr-hosting-operations .loop div span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	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-operations .loop div strong {
	color: #fff !important;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-semibold);
	line-height: var(--tr-line-card);
}
.tr-hosting-operations .loop > i {
	height: 1px;
	background: linear-gradient(to right,rgba(25,224,120,.12),var(--tr-green),rgba(25,224,120,.12));
}
/* =========================================================
 * States
 * ======================================================= */
.tr-hosting-operations .states {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 10px;
	margin: 22px 24px 0;
}
.tr-hosting-operations .states div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	min-height: 54px;
	padding: 14px 16px;
	background: rgba(255,255,255,.025);
	border: 1px solid rgba(255,255,255,.06);
	border-radius: 10px;
}
.tr-hosting-operations .states 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-operations .states strong {
	color: var(--tr-green) !important;
	font-size: var(--tr-text-ui);
	font-weight: var(--tr-weight-semibold);
	line-height: var(--tr-line-ui);
}
/* =========================================================
 * Operations Items
 * ======================================================= */
.tr-hosting-operations__items {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 12px;
	margin-top: 28px;
}
.tr-hosting-operations__items article {
	min-width: 0;
	padding: 24px 20px;
	background: rgba(255,255,255,.025);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 16px;
}
.tr-hosting-operations__items article > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.tr-hosting-operations__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-operations__items article > div strong {
	color: var(--tr-green) !important;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .06em;
}
.tr-hosting-operations__items h3 {
	margin: 24px 0 0;
	color: #ffffff !important;
	font-size: clamp(20px,1.55vw,24px);
	font-weight: 750;
	line-height: 1.08;
	letter-spacing: -.03em;
	text-wrap: balance;
}
.tr-hosting-operations__items p {
	margin: 12px 0 0;
	color: rgba(255,255,255,.58) !important;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-body);
	line-height: var(--tr-line-card);
}
.tr-hosting-operations h1,
.tr-hosting-operations h2,
.tr-hosting-operations h3,
.tr-hosting-operations h4,
.tr-hosting-operations h5,
.tr-hosting-operations h6 {
	color: #ffffff !important;
}
/* =========================================================
 * Tablet
 * ======================================================= */
@media(max-width:1000px) {
	.tr-hosting-operations .loop {
		grid-template-columns: 1fr 1fr;
	}
	.tr-hosting-operations .loop > i {
		display: none;
	}
	.tr-hosting-operations__items {
		grid-template-columns: 1fr 1fr;
	}
}
/* =========================================================
 * Mobile
 * ======================================================= */
@media(max-width:720px) {
	.tr-hosting-operations {
		padding: 86px var(--tr-gutter);
	}
	.tr-hosting-operations__intro > div {
		grid-template-columns: 1fr;
		gap: 26px;
	}
	.tr-hosting-operations__intro h2 {
		font-size: clamp(38px,10vw,50px);
	}
	.tr-hosting-operations__scene {
		border-radius: 22px;
	}
	.tr-hosting-operations .scene-head {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		min-height: 72px;
		padding: 14px 16px;
	}
	.tr-hosting-operations .event {
		width: calc(100% - 28px);
		margin-top: 18px;
		padding: 22px 18px;
	}
	.tr-hosting-operations .event strong {
		font-size: 24px;
	}
	.tr-hosting-operations .loop {
		grid-template-columns: 1fr;
		margin: 20px 14px 0;
	}
	.tr-hosting-operations .loop div {
		min-height: 110px;
	}
	.tr-hosting-operations .states {
		grid-template-columns: 1fr;
		margin: 18px 14px 0;
	}
	.tr-hosting-operations__items {
		grid-template-columns: 1fr;
	}
}