/* =========================================================
 * Tech Resolve — Online Store Growth
 * Version: 2.0
 * ======================================================= */

.tr-online-store-growth {
	position: relative;
	overflow: hidden;
	padding: clamp(115px, 11vw, 185px) var(--tr-gutter);
	color: #ffffff;
	background: #06100d;
}

.tr-online-store-growth::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .1;
	background-image:
		linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
	background-size: 72px 72px;
	pointer-events: none;
}

.tr-online-store-growth::after {
	content: "";
	position: absolute;
	top: -290px;
	right: -260px;
	width: 760px;
	height: 760px;
	background: radial-gradient(circle, rgba(25,224,120,.075), transparent 68%);
	pointer-events: none;
}

.tr-online-store-growth__shell {
	position: relative;
	z-index: 2;
	width: min(100%, var(--tr-container));
	margin: 0 auto;
}


/* =========================================================
 * Heading
 * ======================================================= */

.tr-online-store-growth__header {
	margin-bottom: clamp(72px, 8vw, 105px);
}

.tr-online-store-growth__eyebrow {
	display: block;
	margin-bottom: 20px;
	color: var(--tr-green);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .15em;
}

.tr-online-store-growth__heading-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .54fr);
	align-items: end;
	gap: clamp(50px, 8vw, 120px);
}

.tr-online-store-growth__heading-grid h2 {
	max-width: 930px;
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(48px, 5.35vw, 77px);
	font-weight: 850;
	line-height: .98;
	letter-spacing: -.058em;
}

.tr-online-store-growth__heading-grid > p {
	max-width: 560px;
	margin: 0;
	color: rgba(255,255,255,.64) !important;
	font-size: 14px;
	line-height: 1.82;
}


/* =========================================================
 * Network
 * ======================================================= */

.tr-online-store-growth__network {
	display: grid;
	grid-template-columns: minmax(310px, .43fr) minmax(0, 1fr);
	gap: clamp(48px, 7vw, 96px);
	align-items: center;
	padding: clamp(42px, 5vw, 64px) 0;
	border-top: 1px solid rgba(255,255,255,.09);
	border-bottom: 1px solid rgba(255,255,255,.09);
}


/* =========================================================
 * Core Visual
 * ======================================================= */

.tr-online-store-growth__core {
	display: grid;
	gap: 26px;
	justify-items: center;
}

.tr-online-store-growth__core-ring {
	display: grid;
	place-items: center;
	align-content: center;
	width: min(100%, 300px);
	aspect-ratio: 1;
	border: 1px solid rgba(25,224,120,.28);
	border-radius: 50%;
	background:
		radial-gradient(
			circle,
			rgba(25,224,120,.075),
			rgba(25,224,120,.02) 52%,
			transparent 53%
		);
	box-shadow:
		0 0 0 22px rgba(25,224,120,.018),
		0 0 0 44px rgba(25,224,120,.01);
}

.tr-online-store-growth__core-ring > span {
	color: rgba(255,255,255,.32) !important;
	font-size: 7px;
	font-weight: 850;
	letter-spacing: .12em;
}

.tr-online-store-growth__core-ring > strong {
	color: var(--tr-green) !important;
	font-size: clamp(44px, 5vw, 68px);
	font-weight: 900;
	line-height: .95;
	letter-spacing: -.06em;
}

.tr-online-store-growth__core-ring > small {
	margin-top: 8px;
	color: rgba(255,255,255,.28) !important;
	font-size: 5px;
	font-weight: 850;
	letter-spacing: .09em;
}

.tr-online-store-growth__core-events {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.08);
}

.tr-online-store-growth__core-events > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.tr-online-store-growth__core-events span {
	color: rgba(255,255,255,.24) !important;
	font-size: 5px;
	font-weight: 850;
	letter-spacing: .08em;
}

.tr-online-store-growth__core-events strong {
	color: rgba(255,255,255,.64) !important;
	font-size: 6px;
	font-weight: 850;
	letter-spacing: .05em;
}


/* =========================================================
 * Systems
 * ======================================================= */

.tr-online-store-growth__system-list {
	border-top: 1px solid rgba(255,255,255,.08);
}

.tr-online-store-growth__system {
	display: grid;
	grid-template-columns: 130px minmax(220px,.5fr) minmax(0,1fr);
	gap: 28px;
	align-items: start;
	padding: 27px 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.tr-online-store-growth__system-code {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--tr-green) !important;
	font-size: 6px;
	font-weight: 850;
	letter-spacing: .09em;
}

.tr-online-store-growth__system-code i {
	flex: 1;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(25,224,120,.34),
		transparent
	);
}

.tr-online-store-growth__system h3 {
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(19px, 1.9vw, 25px);
	font-weight: 820;
	line-height: 1.12;
	letter-spacing: -.03em;
}

.tr-online-store-growth__system p {
	max-width: 680px;
	margin: 0;
	color: rgba(255,255,255,.58) !important;
	font-size: 10px;
	line-height: 1.75;
}


/* =========================================================
 * Rail
 * ======================================================= */

.tr-online-store-growth__rail {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 32px;
	color: rgba(255,255,255,.22) !important;
	font-size: 6px;
	font-weight: 850;
	letter-spacing: .09em;
}

.tr-online-store-growth__rail i {
	flex: 1;
	height: 1px;
	background: rgba(255,255,255,.07);
}

.tr-online-store-growth__rail strong {
	color: var(--tr-green) !important;
	font-size: inherit;
	font-weight: inherit;
}


/* =========================================================
 * Closing
 * ======================================================= */

.tr-online-store-growth__closing {
	display: grid;
	grid-template-columns: 180px minmax(0,1fr);
	align-items: start;
	gap: clamp(35px, 6vw, 80px);
	margin-top: clamp(68px, 8vw, 105px);
	padding-top: 34px;
	border-top: 1px solid rgba(255,255,255,.09);
}

.tr-online-store-growth__closing > span {
	padding-top: 7px;
	color: var(--tr-green) !important;
	font-size: 7px;
	font-weight: 850;
	letter-spacing: .11em;
}

.tr-online-store-growth__closing h3 {
	max-width: 900px;
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(31px, 3.45vw, 49px);
	font-weight: 830;
	line-height: 1.04;
	letter-spacing: -.045em;
}


/* =========================================================
 * Astra / Global Contrast Lock
 * ======================================================= */

.tr-online-store-growth h1,
.tr-online-store-growth h2,
.tr-online-store-growth h3,
.tr-online-store-growth h4,
.tr-online-store-growth h5,
.tr-online-store-growth h6 {
	color: #ffffff !important;
}

.tr-online-store-growth p {
	color: rgba(255,255,255,.58) !important;
}


/* =========================================================
 * Tablet
 * ======================================================= */

@media (max-width: 980px) {

	.tr-online-store-growth__network {
		grid-template-columns: 1fr;
	}

	.tr-online-store-growth__core {
		width: min(100%, 520px);
		justify-self: center;
	}

}


/* =========================================================
 * Mobile
 * ======================================================= */

@media (max-width: 720px) {

	.tr-online-store-growth {
		padding: 90px 16px;
	}

	.tr-online-store-growth__heading-grid,
	.tr-online-store-growth__closing {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.tr-online-store-growth__heading-grid h2 {
		font-size: clamp(42px, 11vw, 60px);
	}

	.tr-online-store-growth__core-ring {
		width: min(100%, 240px);
	}

	.tr-online-store-growth__system {
		grid-template-columns: 1fr;
		gap: 11px;
		padding: 28px 0;
	}

	.tr-online-store-growth__system-code {
		max-width: 145px;
	}

	.tr-online-store-growth__rail {
		display: none;
	}

}
