/* ==================== Custom Glass - Grey Glass Page ==================== */

.custom-glass-grey-page {
	--grey-glass-soft: #f3f7f6;
	--grey-glass-soft-strong: #e7f1ef;
	--grey-glass-line: #d8e5e2;
	--grey-glass-ink: #102629;
	--grey-glass-muted: #5f7072;
	--grey-glass-highlight: #edf7f4;
}

/* ==================== Shared Grey Glass Section Heading ==================== */

.grey-glass-section-head {
	max-width: 860px;
	margin: 0 auto 48px;
	text-align: center;
}

.grey-glass-section-head > span {
	display: block;
	margin-bottom: 12px;
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.grey-glass-section-head h2 {
	position: relative;
	margin: 0;
	padding-bottom: 22px;
	color: var(--grey-glass-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.2px;
}

.grey-glass-section-head h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 48px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
	transform: translateX(-50%);
}

.grey-glass-section-head p {
	max-width: 760px;
	margin: 20px auto 0;
	color: var(--grey-glass-muted);
	font-size: 16px;
	line-height: 1.78;
}

/* ==================== Grey Glass Optional Specifications ==================== */

.grey-glass-specifications {
	padding: 92px 0 102px;
	background: #ffffff;
	color: var(--grey-glass-muted);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.grey-glass-spec-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	max-width: 900px;
	margin: 0 auto 26px;
}

.grey-glass-spec-meta-item {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 78px;
	padding: 18px 22px;
	border: 1px solid var(--grey-glass-line);
	background: var(--grey-glass-soft);
}

.grey-glass-spec-meta-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(40, 151, 138, 0.12);
	color: var(--gel-main);
	font-size: 18px;
}

.grey-glass-spec-meta-item strong {
	display: block;
	margin-bottom: 4px;
	color: var(--grey-glass-ink);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 760;
}

.grey-glass-spec-meta-item span {
	display: block;
	color: var(--grey-glass-muted);
	font-size: 14px;
	line-height: 1.55;
}

.grey-glass-table-wrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	overflow-x: auto;
	border: 1px solid var(--grey-glass-line);
	background: #ffffff;
	-webkit-overflow-scrolling: touch;
}

.grey-glass-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.grey-glass-table thead th {
	padding: 17px 18px;
	background: var(--grey-glass-soft-strong);
	border-right: 1px solid #c9ddda;
	border-bottom: 1px solid #c9ddda;
	color: var(--grey-glass-ink);
	font-size: 13.5px;
	line-height: 1.4;
	font-weight: 800;
	text-align: left;
	vertical-align: middle;
}

.grey-glass-table thead th:last-child {
	border-right: none;
}

.grey-glass-table tbody td {
	padding: 17px 18px;
	border-right: 1px solid #e0e9e7;
	border-bottom: 1px solid #e0e9e7;
	color: #425154;
	font-size: 14.5px;
	line-height: 1.6;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
}

.grey-glass-table tbody td:last-child {
	border-right: none;
}

.grey-glass-table tbody tr:last-child td {
	border-bottom: none;
}

.grey-glass-table tbody tr:nth-child(even) td {
	background: #fafcfc;
}

.grey-glass-table tbody td:first-child {
	color: var(--grey-glass-ink);
	font-weight: 720;
}

.grey-glass-table-note {
	max-width: 980px;
	margin: 16px auto 0;
	color: #687779;
	font-size: 13px;
	line-height: 1.65;
}

/* ==================== Grey Glass Surface Treatment ==================== */

.grey-glass-surface-treatment {
	padding: 94px 0 104px;
	background: var(--grey-glass-soft);
	color: var(--grey-glass-muted);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.grey-glass-treatment-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	max-width: 1040px;
	margin: 0 auto;
}

.grey-glass-treatment-card {
	position: relative;
	padding: 34px 34px 36px;
	border: 1px solid var(--grey-glass-line);
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(16, 38, 41, 0.055);
}

.grey-glass-treatment-label {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 14px;
	border-radius: 999px;
	background: #e7f3f1;
	color: var(--gel-main-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.grey-glass-treatment-card h3 {
	margin: 20px 0 14px;
	color: var(--grey-glass-ink);
	font-size: 24px;
	line-height: 1.25;
	font-weight: 760;
	letter-spacing: -0.4px;
}

.grey-glass-treatment-card > p {
	margin: 0;
	color: #526164;
	font-size: 15px;
	line-height: 1.72;
}

.grey-glass-treatment-specs {
	display: grid;
	gap: 0;
	margin-top: 24px;
	border-top: 1px solid var(--grey-glass-line);
}

.grey-glass-treatment-spec {
	display: grid;
	grid-template-columns: 165px 1fr;
	gap: 18px;
	padding: 15px 0;
	border-bottom: 1px solid var(--grey-glass-line);
}

.grey-glass-treatment-spec:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.grey-glass-treatment-spec strong {
	color: var(--grey-glass-ink);
	font-size: 14px;
	line-height: 1.55;
	font-weight: 760;
}

.grey-glass-treatment-spec span {
	color: #526164;
	font-size: 14px;
	line-height: 1.62;
}

/* ==================== Grey Glass Applications And Solutions ==================== */

.grey-glass-solutions {
	padding: 98px 0 108px;
	background: #ffffff;
	color: var(--grey-glass-muted);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.grey-glass-application-tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	max-width: 920px;
	margin: -18px auto 46px;
}

.grey-glass-application-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 16px;
	border: 1px solid #d7e5e2;
	border-radius: 999px;
	background: #f7faf9;
	color: #405355;
	font-size: 13px;
	font-weight: 700;
}

.grey-glass-solutions-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: 44px;
	align-items: stretch;
}

.grey-glass-effect-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--grey-glass-line);
	background: var(--grey-glass-soft);
	overflow: hidden;
}

.grey-glass-effect-image {
	position: relative;
	min-height: 330px;
	background: #101515;
	overflow: hidden;
}

.grey-glass-effect-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
	object-position: center;
}

.grey-glass-effect-content {
	padding: 26px 26px 28px;
}

.grey-glass-effect-content span {
	display: block;
	margin-bottom: 9px;
	color: var(--gel-main);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.grey-glass-effect-content h3 {
	margin: 0 0 10px;
	color: var(--grey-glass-ink);
	font-size: 22px;
	line-height: 1.3;
	font-weight: 760;
}

.grey-glass-effect-content p {
	margin: 0;
	color: #526164;
	font-size: 14.5px;
	line-height: 1.7;
}

.grey-glass-comparison {
	min-width: 0;
}

.grey-glass-comparison-head {
	margin-bottom: 18px;
}

.grey-glass-comparison-head h3 {
	margin: 0 0 9px;
	color: var(--grey-glass-ink);
	font-size: 25px;
	line-height: 1.28;
	font-weight: 760;
	letter-spacing: -0.4px;
}

.grey-glass-comparison-head p {
	margin: 0;
	color: #5f7072;
	font-size: 14.5px;
	line-height: 1.68;
}

.grey-glass-comparison-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--grey-glass-line);
	background: #ffffff;
	-webkit-overflow-scrolling: touch;
}

.grey-glass-comparison-table {
	width: 100%;
	min-width: 760px;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

.grey-glass-comparison-table th,
.grey-glass-comparison-table td {
	border-right: 1px solid #dfe9e7;
	border-bottom: 1px solid #dfe9e7;
	text-align: center;
	vertical-align: middle;
}

.grey-glass-comparison-table th:last-child,
.grey-glass-comparison-table td:last-child {
	border-right: none;
}

.grey-glass-comparison-table tbody tr:last-child td {
	border-bottom: none;
}

.grey-glass-comparison-table thead th {
	padding: 14px 12px;
	background: var(--grey-glass-soft-strong);
	color: var(--grey-glass-ink);
	font-size: 12.5px;
	line-height: 1.35;
	font-weight: 800;
}

.grey-glass-comparison-table tbody td {
	padding: 16px 12px;
	color: #425154;
	font-size: 13.5px;
	line-height: 1.5;
}

.grey-glass-comparison-table tbody td:first-child {
	color: var(--grey-glass-ink);
	font-weight: 760;
}

.grey-glass-comparison-table tbody tr:nth-child(even):not(.grey-glass-comparison-featured) td {
	background: #fafcfc;
}

.grey-glass-comparison-featured td {
	background: var(--grey-glass-highlight);
	color: #244943;
	font-weight: 700;
}

.grey-glass-comparison-featured td:first-child {
	color: var(--gel-main-dark);
	font-weight: 820;
}

.grey-glass-comparison-note {
	margin: 15px 0 0;
	color: #687779;
	font-size: 12.5px;
	line-height: 1.62;
}

/* ==================== Responsive ==================== */

@media (max-width: 991px) {

	.grey-glass-specifications,
	.grey-glass-surface-treatment,
	.grey-glass-solutions {
		padding: 76px 0 86px;
	}

	.grey-glass-section-head {
		margin-bottom: 40px;
	}

	.grey-glass-section-head h2 {
		font-size: 34px;
	}

	.grey-glass-solutions-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.grey-glass-effect-card {
		max-width: 720px;
		margin: 0 auto;
	}

	.grey-glass-effect-image,
	.grey-glass-effect-image img {
		min-height: 380px;
	}
}

@media (max-width: 767px) {

	.grey-glass-spec-meta,
	.grey-glass-treatment-grid {
		grid-template-columns: 1fr;
	}

	.grey-glass-treatment-spec {
		grid-template-columns: 145px 1fr;
	}
}

@media (max-width: 575px) {

	.grey-glass-specifications,
	.grey-glass-surface-treatment,
	.grey-glass-solutions {
		padding: 58px 0 66px;
	}

	.grey-glass-section-head {
		margin-bottom: 30px;
	}

	.grey-glass-section-head > span {
		margin-bottom: 9px;
		font-size: 10px;
		letter-spacing: 1.6px;
	}

	.grey-glass-section-head h2 {
		padding-bottom: 18px;
		font-size: 27px;
		line-height: 1.22;
		letter-spacing: -0.55px;
	}

	.grey-glass-section-head p {
		margin-top: 16px;
		font-size: 14px;
		line-height: 1.65;
	}

	.grey-glass-spec-meta {
		gap: 12px;
		margin-bottom: 18px;
	}

	.grey-glass-spec-meta-item {
		min-height: 0;
		padding: 15px 16px;
	}

	.grey-glass-spec-meta-icon {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	.grey-glass-table thead th,
	.grey-glass-table tbody td {
		padding: 13px 11px;
		font-size: 12.5px;
	}

	.grey-glass-table-note {
		font-size: 12px;
	}

	.grey-glass-treatment-card {
		padding: 25px 21px 27px;
	}

	.grey-glass-treatment-card h3 {
		font-size: 21px;
	}

	.grey-glass-treatment-card > p,
	.grey-glass-treatment-spec span,
	.grey-glass-treatment-spec strong {
		font-size: 13.5px;
	}

	.grey-glass-treatment-spec {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 13px 0;
	}

	.grey-glass-application-tags {
		justify-content: flex-start;
		gap: 8px;
		margin: -10px auto 30px;
	}

	.grey-glass-application-tag {
		min-height: 32px;
		padding: 0 12px;
		font-size: 11.5px;
	}

	.grey-glass-solutions-layout {
		gap: 28px;
	}

	.grey-glass-effect-image,
	.grey-glass-effect-image img {
		min-height: 270px;
	}

	.grey-glass-effect-content {
		padding: 21px 20px 23px;
	}

	.grey-glass-effect-content h3 {
		font-size: 19px;
	}

	.grey-glass-effect-content p,
	.grey-glass-comparison-head p {
		font-size: 13.5px;
	}

	.grey-glass-comparison-head h3 {
		font-size: 21px;
	}

	.grey-glass-comparison-table {
		min-width: 720px;
	}

	.grey-glass-comparison-table thead th {
		padding: 12px 10px;
		font-size: 11.5px;
	}

	.grey-glass-comparison-table tbody td {
		padding: 13px 10px;
		font-size: 12.5px;
	}
}

/* ==================== /Custom Glass - Grey Glass Page ==================== */