/* =========================================================
 * Tech Resolve — Magento Hero
 * Version: 1.1.0
 * Homepage Typography Alignment
 * ======================================================= */
.tr-magento-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(130px, 11vw, 190px) var(--tr-gutter) clamp(70px, 7vw, 110px);
	color: #ffffff;
	background: radial-gradient(circle at 78% 38%, rgba(25, 224, 120, .12), transparent 26%), radial-gradient(circle at 14% 20%, rgba(57, 120, 255, .045), transparent 22%), #06100d;
}
.tr-magento-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .1;
	background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 88px 88px;
	pointer-events: none;
}
.tr-magento-hero__shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(520px, .78fr);
	gap: clamp(70px, 8vw, 130px);
	align-items: center;
	width: min(100%, var(--tr-container-wide));
	margin: 0 auto;
}
.tr-magento-hero__copy {
	max-width: 820px;
}
.tr-magento-hero__eyebrow {
	display: block;
	margin-bottom: 20px;
	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-magento-hero__copy h1 {
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(54px, 6vw, 86px);
	font-weight: 790;
	line-height: .95;
	letter-spacing: -.062em;
	text-wrap: balance;
}
.tr-magento-hero__copy > p {
	max-width: 700px;
	margin: 30px 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-magento-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-top: 38px;
}
.tr-magento-hero__button {
	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: 780;
	line-height: var(--tr-line-card);
	transition: transform .25s var(--tr-ease), background .25s var(--tr-ease), border-color .25s var(--tr-ease);
}
.tr-magento-hero__button i {
	position: relative;
	width: 22px;
	height: 22px;
	background: #06100d;
	border-radius: 50%;
}
.tr-magento-hero__button i::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--tr-green);
	border-right: 1px solid var(--tr-green);
	transform: translate(-62%, -50%) rotate(45deg);
}
.tr-magento-hero__link {
	color: rgba(255, 255, 255, .78) !important;
	text-decoration: none !important;
	font-size: var(--tr-text-ui);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (hover: hover) {
	.tr-magento-hero__button:hover {
		color: #06100d !important;
		background: #ffffff !important;
		border-color: #ffffff !important;
		transform: translateY(-2px);
	}
	.tr-magento-hero__link:hover {
		color: var(--tr-green) !important;
		border-color: var(--tr-green);
	}
}
/* =========================================================
 * Commerce Machine
 * ======================================================= */
.tr-magento-hero__machine {
	overflow: hidden;
	background: linear-gradient(145deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .007)), #09160f;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 30px;
	box-shadow: 0 48px 120px rgba(0, 0, 0, .3);
	transform: rotate(1.4deg);
}
.tr-magento-hero__machine-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 58px;
	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: .07em;
}
.tr-magento-hero__machine-head > div {
	display: flex;
	align-items: center;
	gap: 9px;
}
.tr-magento-hero__machine-head i {
	width: 7px;
	height: 7px;
	background: var(--tr-green);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(25, 224, 120, .08);
}
.tr-magento-hero__machine-head strong {
	color: var(--tr-green) !important;
	font-size: inherit;
	font-weight: inherit;
}
.tr-magento-hero__machine-body {
	position: relative;
	min-height: 540px;
	background: radial-gradient(circle at center, rgba(25, 224, 120, .11), transparent 29%), linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: auto, 46px 46px, 46px 46px;
}
.tr-magento-hero__core {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: grid;
	place-items: center;
	align-content: center;
	width: 200px;
	height: 200px;
	text-align: center;
	background: #ffffff;
	border-radius: 34px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, .25), 0 0 0 18px rgba(25, 224, 120, .025);
	transform: translate(-50%, -50%) rotate(-4deg);
}
.tr-magento-hero__core 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: .08em;
}
.tr-magento-hero__core strong {
	color: #0b1712 !important;
	font-size: 28px;
	font-weight: var(--tr-weight-bold);
	line-height: 1;
	letter-spacing: -.045em;
}
.tr-magento-hero__core small {
	margin-top: 8px;
	color: #819087;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .06em;
}
.tr-magento-hero__orbit {
	position: absolute;
	z-index: 3;
	width: 195px;
	padding: 16px;
	background: rgba(6, 16, 13, .86);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 14px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, .16);
}
.tr-magento-hero__orbit 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: .07em;
}
.tr-magento-hero__orbit strong {
	display: block;
	margin-top: 6px;
	color: #ffffff !important;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-semibold);
	line-height: var(--tr-line-card);
}
.tr-magento-hero__orbit--catalogue {
	top: 52px;
	left: 32px;
}
.tr-magento-hero__orbit--pricing {
	top: 72px;
	right: 30px;
}
.tr-magento-hero__orbit--customer {
	left: 30px;
	bottom: 58px;
}
.tr-magento-hero__orbit--integration {
	right: 32px;
	bottom: 48px;
}
.tr-magento-hero__wire {
	position: absolute;
	z-index: 1;
	width: 170px;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--tr-green), transparent);
	transform-origin: left center;
	opacity: .48;
}
.tr-magento-hero__wire--1 {
	top: 160px;
	left: 200px;
	transform: rotate(28deg);
}
.tr-magento-hero__wire--2 {
	top: 160px;
	right: 195px;
	transform: rotate(152deg);
}
.tr-magento-hero__wire--3 {
	left: 200px;
	bottom: 150px;
	transform: rotate(-28deg);
}
.tr-magento-hero__wire--4 {
	right: 195px;
	bottom: 148px;
	transform: rotate(208deg);
}
.tr-magento-hero__machine-foot {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 58px;
	padding: 0 18px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .32);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .07em;
}
.tr-magento-hero__machine-foot i {
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, .07);
}
.tr-magento-hero__machine-foot strong {
	color: var(--tr-green) !important;
	font-size: inherit;
	font-weight: inherit;
}
/* =========================================================
 * Signals
 * ======================================================= */
.tr-magento-hero__signals {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, .08);
}
.tr-magento-hero__signals > div {
	padding: 22px 18px 0;
	border-right: 1px solid rgba(255, 255, 255, .08);
}
.tr-magento-hero__signals > div:last-child {
	border-right: 0;
}
.tr-magento-hero__signals span {
	display: block;
	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: .07em;
}
.tr-magento-hero__signals strong {
	display: block;
	margin-top: 6px;
	color: #ffffff !important;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-semibold);
	line-height: var(--tr-line-card);
}
/* =========================================================
 * Contrast Lock
 * ======================================================= */
.tr-magento-hero h1,
.tr-magento-hero h2,
.tr-magento-hero h3,
.tr-magento-hero h4,
.tr-magento-hero h5,
.tr-magento-hero h6 {
	color: #ffffff !important;
}
.tr-magento-hero p {
	color: rgba(255, 255, 255, .62) !important;
}
/* =========================================================
 * Responsive
 * ======================================================= */
@media (max-width: 1080px) {
	.tr-magento-hero__shell {
		grid-template-columns: 1fr;
	}
	.tr-magento-hero__machine {
		width: min(100%, 760px);
		transform: none;
	}
}
@media (max-width: 720px) {
	.tr-magento-hero {
		padding: 110px var(--tr-gutter) 76px;
	}
	.tr-magento-hero__copy h1 {
		font-size: clamp(48px, 12vw, 66px);
	}
	.tr-magento-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}
	.tr-magento-hero__button {
		justify-content: space-between;
		width: 100%;
	}
	.tr-magento-hero__link {
		align-self: flex-start;
	}
	.tr-magento-hero__machine-body {
		min-height: 680px;
	}
	.tr-magento-hero__core {
		width: 160px;
		height: 160px;
	}
	.tr-magento-hero__core strong {
		font-size: 24px;
	}
	.tr-magento-hero__orbit {
		width: calc(50% - 24px);
		padding: 14px 12px;
	}
	.tr-magento-hero__orbit strong {
		font-size: 14px;
	}
	.tr-magento-hero__orbit--catalogue,
	.tr-magento-hero__orbit--customer {
		left: 8px;
	}
	.tr-magento-hero__orbit--pricing,
	.tr-magento-hero__orbit--integration {
		right: 8px;
	}
	.tr-magento-hero__wire {
		display: none;
	}
	.tr-magento-hero__signals {
		grid-template-columns: 1fr 1fr;
	}
	.tr-magento-hero__signals > div:nth-child(2) {
		border-right: 0;
	}
	.tr-magento-hero__signals > div:nth-child(n + 3) {
		padding-top: 20px;
	}
}