/* =========================================================
 * Tech Resolve — About Hero
 * Digital Growth Architecture
 * ======================================================= */

.tr-about-hero {
	position: relative;
	overflow: hidden;

	padding:
		clamp(90px, 9vw, 150px)
		var(--tr-gutter)
		clamp(100px, 11vw, 180px);

	color: #fff;

	background:
		linear-gradient(
			135deg,
			#06100c 0%,
			#091712 48%,
			#06100d 100%
		);
}


/* =========================================================
 * Background
 * ======================================================= */

.tr-about-hero__background,
.tr-about-hero__grid,
.tr-about-hero__glow,
.tr-about-hero__beam {
	position: absolute;

	pointer-events: none;
}


.tr-about-hero__background {
	inset: 0;
}


.tr-about-hero__grid {
	inset: 0;

	opacity: 0.18;

	background-image:
		linear-gradient(
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.045) 1px,
			transparent 1px
		);

	background-size:
		54px 54px;

	mask-image:
		linear-gradient(
			to bottom,
			black,
			transparent 90%
		);
}


.tr-about-hero__glow {
	border-radius: 50%;
}


.tr-about-hero__glow--green {
	top: -28%;
	right: -2%;

	width: 720px;
	height: 720px;

	background:
		radial-gradient(
			circle,
			rgba(25, 224, 120, 0.13),
			transparent 68%
		);
}


.tr-about-hero__glow--cyan {
	right: 33%;
	bottom: -45%;

	width: 580px;
	height: 580px;

	background:
		radial-gradient(
			circle,
			rgba(20, 215, 232, 0.07),
			transparent 69%
		);
}


.tr-about-hero__beam {
	width: 1px;
	height: 150%;

	background:
		linear-gradient(
			to bottom,
			transparent,
			rgba(25, 224, 120, 0.22),
			transparent
		);
}


.tr-about-hero__beam--one {
	top: -25%;
	right: 22%;

	transform:
		rotate(29deg);
}


.tr-about-hero__beam--two {
	top: -15%;
	right: 38%;

	opacity: 0.45;

	transform:
		rotate(-24deg);
}


/* =========================================================
 * Shell
 * ======================================================= */

.tr-about-hero__shell {
	position: relative;
	z-index: 2;

	display: grid;
	grid-template-columns:
		minmax(0, 1.06fr)
		minmax(450px, 0.94fr);
	align-items: center;
	gap: clamp(55px, 8vw, 130px);

	width: min(100%, var(--tr-container));
	margin: 0 auto;
}


/* =========================================================
 * Copy
 * ======================================================= */

.tr-about-hero__copy {
	max-width: 790px;
}


.tr-about-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;

	margin-bottom: 26px;
}


.tr-about-hero__eyebrow > span {
	flex: 0 0 auto;

	width: 8px;
	height: 8px;

	background: #19e078;

	border-radius: 50%;

	box-shadow:
		0 0 0 6px rgba(25, 224, 120, 0.07);
}


.tr-about-hero__eyebrow strong {
	color: #19e078;

	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.145em;
}


.tr-about-hero__title {
	max-width: 820px;
	margin: 0;

	color: #fff;

	font-size: clamp(52px, 6.2vw, 92px);
	font-weight: 800;
	line-height: 0.97;
	letter-spacing: -0.058em;
}


.tr-about-hero__description {
	max-width: 690px;
	margin: 30px 0 0;

	color: rgba(255, 255, 255, 0.61);

	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.78;
}


/* =========================================================
 * Actions
 * ======================================================= */

.tr-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;

	margin-top: 38px;
}


.tr-about-hero__button,
.tr-about-hero__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;

	min-height: 53px;
	padding: 0 22px;

	border-radius: 999px;

	font-size: 11px;
	font-weight: 800;
	text-decoration: none;

	transition:
		transform 170ms var(--tr-ease),
		background 170ms ease,
		border-color 170ms ease;
}


.tr-about-hero__button {
	color: #06100d;

	background: #19e078;

	border: 1px solid #19e078;
}


.tr-about-hero__button:hover {
	color: #06100d;

	background: #35ef8d;

	transform: translateY(-2px);
}


.tr-about-hero__secondary {
	color: rgba(255, 255, 255, 0.65);

	background: rgba(255, 255, 255, 0.025);

	border: 1px solid rgba(255, 255, 255, 0.1);
}


.tr-about-hero__secondary:hover {
	color: #fff;

	border-color:
		rgba(255, 255, 255, 0.24);

	transform:
		translateY(-2px);
}


.tr-about-hero__button svg,
.tr-about-hero__secondary svg {
	width: 17px;
	height: 17px;
}


/* =========================================================
 * Coordinates
 * ======================================================= */

.tr-about-hero__coordinates {
	display: flex;
	align-items: center;
	gap: 13px;

	margin-top: 50px;

	color: rgba(255, 255, 255, 0.27);

	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.13em;
}


.tr-about-hero__coordinates i {
	width: 34px;
	height: 1px;

	background:
		rgba(255, 255, 255, 0.16);
}


/* =========================================================
 * Architecture
 * ======================================================= */

.tr-about-hero__architecture {
	position: relative;
	overflow: hidden;

	background:
		linear-gradient(
			145deg,
			rgba(255, 255, 255, 0.05),
			rgba(255, 255, 255, 0.015)
		);

	border:
		1px solid rgba(255, 255, 255, 0.09);

	border-radius: 25px;

	box-shadow:
		0 34px 100px rgba(0, 0, 0, 0.25);
}


.tr-about-hero__architecture-top,
.tr-about-hero__architecture-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;

	padding: 17px 20px;

	color: rgba(255, 255, 255, 0.36);

	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.12em;
}


.tr-about-hero__architecture-top {
	border-bottom:
		1px solid rgba(255, 255, 255, 0.07);
}


.tr-about-hero__architecture-top > div {
	display: flex;
	align-items: center;
	gap: 8px;

	color: #19e078;
}


.tr-about-hero__architecture-top i {
	width: 6px;
	height: 6px;

	background: #19e078;

	border-radius: 50%;

	box-shadow:
		0 0 12px rgba(25, 224, 120, 0.85);
}


/* =========================================================
 * Architecture Stage
 * ======================================================= */

.tr-about-hero__architecture-stage {
	position: relative;

	min-height: 430px;
}


.tr-about-hero__architecture-rings {
	position: absolute;
	top: 50%;
	left: 50%;

	width: 240px;
	height: 240px;

	transform:
		translate(-50%, -50%);
}


.tr-about-hero__architecture-rings span {
	position: absolute;

	border:
		1px solid rgba(25, 224, 120, 0.11);

	border-radius: 50%;
}


.tr-about-hero__architecture-rings span:nth-child(1) {
	inset: 0;
}


.tr-about-hero__architecture-rings span:nth-child(2) {
	inset: 28px;

	border-color:
		rgba(20, 215, 232, 0.09);
}


.tr-about-hero__architecture-rings span:nth-child(3) {
	inset: 60px;

	border-color:
		rgba(255, 255, 255, 0.08);
}


.tr-about-hero__architecture-lines {
	position: absolute;
	inset: 0;

	width: 100%;
	height: 100%;

	fill: none;

	stroke:
		rgba(25, 224, 120, 0.16);

	stroke-width: 1;
}


/* =========================================================
 * Core
 * ======================================================= */

.tr-about-hero__architecture-core {
	position: absolute;
	top: 50%;
	left: 50%;

	z-index: 3;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	width: 128px;
	height: 128px;

	background:
		radial-gradient(
			circle,
			rgba(25, 224, 120, 0.16),
			rgba(25, 224, 120, 0.035) 62%,
			rgba(25, 224, 120, 0.01)
		);

	border:
		1px solid rgba(25, 224, 120, 0.24);

	border-radius: 50%;

	transform:
		translate(-50%, -50%);
}


.tr-about-hero__architecture-core > span {
	color: #19e078;

	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
}


.tr-about-hero__architecture-core strong {
	margin-top: 8px;

	color: #fff;

	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.07em;
}


.tr-about-hero__architecture-core small {
	margin-top: 4px;

	color: rgba(255, 255, 255, 0.32);

	font-size: 7px;
	font-weight: 800;
	letter-spacing: 0.14em;
}


/* =========================================================
 * Signals
 * ======================================================= */

.tr-about-hero__signal {
	position: absolute;
	z-index: 3;

	display: flex;
	align-items: center;
	gap: 10px;

	min-width: 145px;
	padding: 12px;

	background:
		rgba(7, 19, 14, 0.82);

	border:
		1px solid rgba(255, 255, 255, 0.075);

	border-radius: 10px;
}


.tr-about-hero__signal--1 {
	top: 48px;
	left: 20px;
}


.tr-about-hero__signal--2 {
	top: 48px;
	right: 20px;
}


.tr-about-hero__signal--3 {
	bottom: 48px;
	left: 20px;
}


.tr-about-hero__signal--4 {
	right: 20px;
	bottom: 48px;
}


.tr-about-hero__signal > span {
	color: #19e078;

	font-size: 8px;
	font-weight: 800;
}


.tr-about-hero__signal strong {
	display: block;

	color: rgba(255, 255, 255, 0.77);

	font-size: 10px;
}


.tr-about-hero__signal small {
	display: block;

	margin-top: 3px;

	color: rgba(255, 255, 255, 0.31);

	font-size: 8px;
}


/* =========================================================
 * Architecture Bottom
 * ======================================================= */

.tr-about-hero__architecture-bottom {
	justify-content: center;

	border-top:
		1px solid rgba(255, 255, 255, 0.07);
}


.tr-about-hero__architecture-bottom i {
	width: 22px;
	height: 1px;

	background:
		rgba(25, 224, 120, 0.18);
}


/* =========================================================
 * Responsive Base
 * ======================================================= */

@media (max-width: 1050px) {

	.tr-about-hero__shell {
		grid-template-columns: 1fr;
	}


	.tr-about-hero__architecture {
		max-width: 720px;
	}

}