/* =========================================================
 * Tech Resolve — Quote Expectation
 * Version: 2.1.0
 * Homepage Typography Alignment
 * ======================================================= */
.tr-quote-expectation {
	position: relative;
	overflow: hidden;
	padding: clamp(110px,10vw,170px) var(--tr-gutter);
	color: #ffffff;
	background: #06100d;
}
.tr-quote-expectation::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: 90px 90px;
	pointer-events: none;
}
.tr-quote-expectation__shell {
	position: relative;
	z-index: 2;
	width: min(100%,var(--tr-container-wide));
	margin: 0 auto;
}
/* =========================================================
 * Intro
 * ======================================================= */
.tr-quote-expectation__intro {
	width: min(100%,var(--tr-container));
	margin: 0 auto clamp(58px,6vw,84px);
}
.tr-quote-expectation__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-quote-expectation__intro h2 {
	max-width: 980px;
	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-quote-expectation__intro p {
	max-width: 720px;
	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);
}
/* =========================================================
 * Document
 * ======================================================= */
.tr-quote-expectation__document {
	overflow: hidden;
	background: #09160f;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 30px;
	box-shadow: 0 46px 115px rgba(0,0,0,.28);
}
.tr-quote-expectation__document-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-quote-expectation__document-head > div {
	display: flex;
	align-items: center;
	gap: 9px;
}
.tr-quote-expectation__document-head > div i {
	width: 7px;
	height: 7px;
	background: var(--tr-green);
	border-radius: 50%;
}
.tr-quote-expectation__document-head strong {
	color: var(--tr-green) !important;
	font-size: inherit;
	font-weight: inherit;
}
.tr-quote-expectation__document-body {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 16px;
	padding: 30px;
	background: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
	background-size: 46px 46px;
}
/* =========================================================
 * Sheets
 * ======================================================= */
.tr-quote-expectation__sheet {
	min-height: 330px;
	padding: 26px;
	background: #ffffff;
	border-radius: 18px;
	transform: rotate(-1deg);
}
.tr-quote-expectation__sheet:nth-child(2) {
	transform: translateY(18px) rotate(1deg);
}
.tr-quote-expectation__sheet--dark {
	color: #ffffff;
	background: #0b1712;
	border: 1px solid rgba(255,255,255,.08);
	transform: rotate(2deg);
}
.tr-quote-expectation__sheet 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-quote-expectation__sheet--dark span {
	color: var(--tr-green);
}
.tr-quote-expectation__sheet strong {
	display: block;
	margin: 12px 0 26px;
	color: #0b1712 !important;
	font-size: clamp(24px,2.2vw,32px);
	font-weight: var(--tr-weight-bold);
	line-height: 1.04;
	letter-spacing: -.038em;
}
.tr-quote-expectation__sheet--dark strong {
	color: #ffffff !important;
}
.tr-quote-expectation__sheet i {
	display: block;
	height: 8px;
	margin-top: 12px;
	background: #dce4df;
	border-radius: 999px;
}
.tr-quote-expectation__sheet i:nth-of-type(2) {
	width: 76%;
}
.tr-quote-expectation__sheet i:nth-of-type(3) {
	width: 58%;
}
.tr-quote-expectation__sheet--dark i {
	background: rgba(255,255,255,.08);
}
/* =========================================================
 * Expectation Items
 * ======================================================= */
.tr-quote-expectation__items {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 12px;
	margin-top: 28px;
}
.tr-quote-expectation__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-quote-expectation__items article > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.tr-quote-expectation__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-quote-expectation__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-quote-expectation__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-quote-expectation__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-quote-expectation h1,
.tr-quote-expectation h2,
.tr-quote-expectation h3,
.tr-quote-expectation h4,
.tr-quote-expectation h5,
.tr-quote-expectation h6 {
	color: #ffffff !important;
}
/* =========================================================
 * Tablet
 * ======================================================= */
@media(max-width:900px) {
	.tr-quote-expectation__document-body {
		grid-template-columns: 1fr;
	}
	.tr-quote-expectation__items {
		grid-template-columns: 1fr;
	}
	.tr-quote-expectation__sheet,
	.tr-quote-expectation__sheet:nth-child(2),
	.tr-quote-expectation__sheet--dark {
		min-height: 260px;
		transform: none;
	}
}
/* =========================================================
 * Mobile
 * ======================================================= */
@media(max-width:720px) {
	.tr-quote-expectation {
		padding: 86px var(--tr-gutter);
	}
	.tr-quote-expectation__intro h2 {
		font-size: clamp(38px,10vw,50px);
	}
	.tr-quote-expectation__document {
		border-radius: 22px;
	}
	.tr-quote-expectation__document-head {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		min-height: 72px;
		padding: 14px 16px;
	}
	.tr-quote-expectation__document-body {
		padding: 18px 14px;
	}
	.tr-quote-expectation__sheet {
		min-height: 240px;
		padding: 22px;
	}
	.tr-quote-expectation__sheet strong {
		font-size: 24px;
	}
}