/* ==================== Glass Material Family Pages ==================== */

.glass-material-page {
	width: 100%;
	background: #ffffff;
	color: var(--gel-text);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.glass-material-page a {
	text-decoration: none;
}



/* ==================== Material Introduction ==================== */

.gmat-manufacturer {
	position: relative;
	padding: 92px 0 104px;
	background: #ffffff;
	color: var(--gel-ink);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	overflow: hidden;
}

.gmat-manufacturer-row {
	display: grid;
	grid-template-columns: 1.04fr 0.96fr;
	gap: 72px;
	align-items: center;
}

/* Material Introduction Image */


.gmat-manufacturer-image {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	background: #e8efee;
	box-shadow: 0 24px 64px rgba(16, 38, 41, 0.1);
}

.gmat-manufacturer-image::after {
	content: none;
	display: none;
	background: none;
}

.gmat-manufacturer-image img {
	width: 100%;
	height: 520px;
	display: block;
	object-fit: cover;
	object-position: center center;
}





.gmat-manufacturer-content {
	max-width: 650px;
}

.gmat-manufacturer-content h2 {
	position: relative;
	margin: 0 0 32px;
	padding-bottom: 22px;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.gmat-manufacturer-content h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 54px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
}

.gmat-manufacturer-content p {
	margin: 0 0 22px;
	color: #2c3d40;
	font-size: 16px;
	line-height: 1.84;
	font-weight: 400;
}

.gmat-manufacturer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-top: 4px;
	padding: 0 38px;
	border-radius: 999px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
	transition: all 0.25s ease;
}

.gmat-manufacturer-btn:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.32);
}

/* Custom Gorilla Glass Manufacturer Responsive */

@media (max-width: 991px) {
	.gmat-manufacturer {
		padding: 76px 0 86px;
	}

	.gmat-manufacturer-row {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.gmat-manufacturer-image {
		min-height: 420px;
	}

	.gmat-manufacturer-image img {
		height: 420px;
	}

	.gmat-manufacturer-content {
		max-width: none;
	}

	.gmat-manufacturer-content h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.gmat-manufacturer {
		padding: 60px 0 70px;
	}

	.gmat-manufacturer-image {
		min-height: 300px;
	}

	.gmat-manufacturer-image img {
		height: 300px;
	}

	.gmat-manufacturer-content h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gmat-manufacturer-content p {
		font-size: 15px;
	}

	.gmat-manufacturer-btn {
		width: 100%;
	}
}

/* ==================== /Material Introduction ==================== */

/* ==================== Material Processing Solutions ==================== */

.gmat-cut-solution {
	position: relative;
	padding: 92px 0 104px;
	background: #ffffff;
	color: var(--gel-ink);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	overflow: hidden;
}

.gmat-cut-head {
	display: grid;
	grid-template-columns: 0.88fr 1.12fr;
	gap: 64px;
	align-items: start;
	margin-bottom: 46px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--gel-line);
}

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

.gmat-cut-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.gmat-cut-intro {
	max-width: 760px;
}

.gmat-cut-intro p {
	margin: 0 0 18px;
	color: #425154;
	font-size: 16px;
	line-height: 1.82;
}

.gmat-cut-intro p:last-child {
	margin-bottom: 0;
}

.gmat-cut-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.gmat-cut-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #f6f8f8;
	border: 1px solid var(--gel-line);
	overflow: hidden;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.065);
	transition: all 0.28s ease;
}

.gmat-cut-card:hover {
	background: #ffffff;
	transform: translateY(-7px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.12);
}

.gmat-cut-image {
	position: relative;
	overflow: hidden;
	height: 260px;
	background: #e8efee;
}

/* Remove Image Overlay */
.gmat-cut-image::after {
	content: none;
	display: none;
	background: none;
}

.gmat-cut-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	object-position: center center;
	background: #ffffff;
	transition: transform 0.6s ease;
}

.gmat-cut-card:hover .gmat-cut-image img {
	transform: scale(1.045);
}

.gmat-cut-card-content {
	position: relative;
	flex: 1;
	padding: 26px 24px 30px;
}

.gmat-cut-card-content::before {
	content: "";
	position: absolute;
	left: 24px;
	top: 0;
	width: 46px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
}

.gmat-cut-card-content span {
	display: block;
	margin-bottom: 10px;
	color: var(--gel-main);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.gmat-cut-card-content h3 {
	margin: 0 0 12px;
	color: var(--gel-ink);
	font-size: 20px;
	line-height: 1.28;
	font-weight: 760;
	letter-spacing: -0.35px;
}

.gmat-cut-card-content p {
	margin: 0;
	color: #425154;
	font-size: 15px;
	line-height: 1.72;
}

/* Custom Cut Gorilla Glass One-stop Solution Responsive */

@media (max-width: 1199px) {
	.gmat-cut-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmat-cut-image {
		height: 280px;
	}
}

@media (max-width: 991px) {
	.gmat-cut-solution {
		padding: 76px 0 86px;
	}

	.gmat-cut-head {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 38px;
		padding-bottom: 28px;
	}

	.gmat-cut-head h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.gmat-cut-solution {
		padding: 60px 0 70px;
	}


	.gmat-cut-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gmat-cut-intro p {
		font-size: 15px;
	}

	.gmat-cut-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.gmat-cut-image {
		height: 250px;
	}

	.gmat-cut-card-content {
		padding: 24px 22px 28px;
	}

	.gmat-cut-card-content h3 {
		font-size: 19px;
	}
}

/* ==================== /Material Processing Solutions ==================== */

/* ==================== Material Processing Services ==================== */

.gmat-service {
	padding: 92px 0 104px;
	background: #f6f8f8;
	color: var(--gel-ink);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gmat-service-head {
	max-width: 760px;
	margin: 0 auto 46px;
	text-align: center;
}

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

.gmat-service-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.gmat-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.gmat-service-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	border: 1px solid var(--gel-line);
	border-radius: 26px;
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.07);
	transition: all 0.28s ease;
	overflow: hidden;
}

.gmat-service-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.12);
}

.gmat-service-image {
	position: relative;
	width: 100%;
	height: 230px;
	overflow: hidden;
	border-radius: 26px 26px 0 0;
	background: #e8efee;
}

.gmat-service-image::after {
	content: none;
	display: none;
	background: none;
}

.gmat-service-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.55s ease;
}

.gmat-service-card:hover .gmat-service-image img {
	transform: scale(1.045);
}

.gmat-service-content {
	flex: 1;
	padding: 26px 24px 30px;
	text-align: center;
}

.gmat-service-content h3 {
	margin: 0 0 14px;
	color: var(--gel-ink);
	font-size: 21px;
	line-height: 1.3;
	font-weight: 760;
	letter-spacing: -0.4px;
}

.gmat-service-content p {
	margin: 0;
	color: #425154;
	font-size: 15px;
	line-height: 1.72;
}

.gmat-service-action {
	margin-top: 42px;
	text-align: center;
}

.gmat-service-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 210px;
	min-height: 50px;
	padding: 0 36px;
	border-radius: 999px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
	transition: all 0.25s ease;
}

.gmat-service-btn:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.32);
}

/* Custom Corning Gorilla Glass Service Responsive */

@media (max-width: 1199px) {
	.gmat-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmat-service-image {
		height: 260px;
	}
}

@media (max-width: 991px) {
	.gmat-service {
		padding: 76px 0 86px;
	}

	.gmat-service-head h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.gmat-service {
		padding: 60px 0 70px;
	}

	.gmat-service-head {
		margin-bottom: 34px;
	}

	.gmat-service-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gmat-service-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.gmat-service-card {
		border-radius: 22px;
	}

	.gmat-service-image {
		height: 230px;
		border-radius: 22px 22px 0 0;
	}

	.gmat-service-content {
		padding: 24px 22px 28px;
	}

	.gmat-service-content h3 {
		font-size: 19px;
	}

	.gmat-service-content p {
		font-size: 14.5px;
	}

	.gmat-service-btn {
		width: 100%;
	}
}

/* ==================== /Material Processing Services ==================== */

/* ==================== Material Technical Data ==================== */

.gmat-data {
	padding: 88px 0 100px;
	background: #ffffff;
	color: var(--gel-ink);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gmat-data-head {
	max-width: 780px;
	margin: 0 auto 46px;
	text-align: center;
}

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

.gmat-data-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.gmat-data-block {
	margin-bottom: 44px;
}

.gmat-data-block:last-child {
	margin-bottom: 0;
}

.gmat-data-block h3 {
	margin: 0 0 18px;
	color: var(--gel-ink);
	font-size: 28px;
	line-height: 1.25;
	font-weight: 760;
	letter-spacing: -0.6px;
	text-align: center;
}

.gmat-table-wrap {
	width: 100%;
	overflow-x: auto;
	background: #ffffff;
	border: 1px solid var(--gel-line);
	box-shadow: 0 18px 46px rgba(16, 38, 41, 0.06);
}

.gmat-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	min-width: 760px;
}

.gmat-table th,
.gmat-table td {
	padding: 18px 20px;
	border-right: 1px solid var(--gel-line);
	border-bottom: 1px solid var(--gel-line);
	color: #425154;
	font-size: 15px;
	line-height: 1.65;
	text-align: left;
	vertical-align: middle;
}

.gmat-table tr:last-child th,
.gmat-table tr:last-child td {
	border-bottom: none;
}

.gmat-table th:last-child,
.gmat-table td:last-child {
	border-right: none;
}

.gmat-table th {
	background: #102629;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

.gmat-table tbody th {
	width: 220px;
	background: #f6f8f8;
	color: var(--gel-ink);
}

.gmat-table tbody tr:nth-child(even) td,
.gmat-table tbody tr:nth-child(even) th {
	background: #fbfcfc;
}

.gmat-table-wide {
	min-width: 1080px;
}

.gmat-table-wide thead th {
	background: var(--gel-main);
	color: #ffffff;
}

.gmat-table-wide tbody td:first-child {
	color: var(--gel-ink);
	font-weight: 700;
}

/* Gorilla Glass Technical Table Responsive */

@media (max-width: 991px) {
	.gmat-data {
		padding: 74px 0 84px;
	}

	.gmat-data-head h2 {
		font-size: 34px;
	}

	.gmat-data-block h3 {
		font-size: 24px;
	}
}

@media (max-width: 575px) {
	.gmat-data {
		padding: 58px 0 68px;
	}

	.gmat-data-head {
		margin-bottom: 34px;
	}

	.gmat-data-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gmat-data-block {
		margin-bottom: 34px;
	}

	.gmat-data-block h3 {
		font-size: 22px;
	}

	.gmat-table th,
	.gmat-table td {
		padding: 15px 16px;
		font-size: 14px;
	}
}


/* ==================== Mobile Horizontal Scroll Hint ==================== */

@media (max-width: 991px) {
	.gmat-table-wrap {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 42px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: var(--gel-main) #dfe7e6;
		box-shadow:
			0 18px 46px rgba(16, 38, 41, 0.06),
			inset -34px 0 28px -28px rgba(16, 38, 41, 0.38);
	}

	.gmat-table-wrap::after {
		content: "Swipe left / right →";
		position: absolute;
		left: 50%;
		bottom: 10px;
		transform: translateX(-50%);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 24px;
		padding: 0 14px;
		border-radius: 999px;
		background: rgba(40, 151, 138, 0.1);
		color: var(--gel-main);
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.4px;
		white-space: nowrap;
		pointer-events: none;
	}

	.gmat-table-wrap::-webkit-scrollbar {
		height: 10px;
	}

	.gmat-table-wrap::-webkit-scrollbar-track {
		background: #dfe7e6;
		border-radius: 999px;
	}

	.gmat-table-wrap::-webkit-scrollbar-thumb {
		background: var(--gel-main);
		border-radius: 999px;
		border: 2px solid #dfe7e6;
	}

	.gmat-table-wrap::-webkit-scrollbar-thumb:hover {
		background: var(--gel-main-dark);
	}
}

@media (max-width: 575px) {
	.gmat-table-wrap {
		padding-bottom: 44px;
		box-shadow:
			0 18px 46px rgba(16, 38, 41, 0.06),
			inset -38px 0 30px -28px rgba(16, 38, 41, 0.42);
	}

	.gmat-table-wrap::after {
		bottom: 9px;
		font-size: 11px;
	}
}

/* ==================== /Mobile Horizontal Scroll Hint ==================== */

/* ==================== /Material Technical Data ==================== */

/* ==================== Material Products And Applications ==================== */

.gmat-products {
	padding: 88px 0 100px;
	background: #f6f8f8;
	color: var(--gel-ink);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gmat-products-head {
	max-width: 820px;
	margin: 0 auto 42px;
	text-align: center;
}

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

.gmat-products-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.gmat-products-head p {
	max-width: 700px;
	margin: 18px auto 0;
	color: #657477;
	font-size: 16px;
	line-height: 1.78;
}

.gmat-products-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
}

.gmat-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	border: 1px solid var(--gel-line);
	box-shadow: 0 14px 34px rgba(16, 38, 41, 0.06);
	overflow: hidden;
	transition: all 0.28s ease;
}

.gmat-product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 56px rgba(16, 38, 41, 0.11);
}

.gmat-product-image {
	position: relative;
	width: 100%;
	height: 155px;
	overflow: hidden;
	background: #e8efee;
}

/* Remove Image Color Overlay */
.gmat-product-image::after {
	content: none;
	display: none;
	background: none;
}

.gmat-product-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.55s ease;
}

.gmat-product-card:hover .gmat-product-image img {
	transform: scale(1.045);
}

.gmat-product-content {
	flex: 1;
	padding: 20px 16px 22px;
	text-align: center;
}

.gmat-product-content h3 {
	margin: 0 0 10px;
	color: var(--gel-ink);
	font-size: 17px;
	line-height: 1.28;
	font-weight: 760;
	letter-spacing: -0.25px;
}

.gmat-product-content p {
	margin: 0;
	color: #425154;
	font-size: 14px;
	line-height: 1.62;
}

.gmat-products-action {
	margin-top: 42px;
	text-align: center;
}

.gmat-products-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 50px;
	padding: 0 38px;
	border-radius: 999px;
	background: var(--gel-main);
	border: 1px solid var(--gel-main);
	color: #ffffff;
	font-size: 15px;
	font-weight: 760;
	text-decoration: none;
	box-shadow: 0 14px 32px rgba(40, 151, 138, 0.24);
	transition: all 0.25s ease;
}

.gmat-products-btn:hover {
	background: var(--gel-main-dark);
	border-color: var(--gel-main-dark);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(40, 151, 138, 0.32);
}

/* Custom Corning Gorilla Glass Products Responsive */

@media (max-width: 1199px) {
	.gmat-products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gmat-product-image {
		height: 190px;
	}
}

@media (max-width: 991px) {
	.gmat-products {
		padding: 74px 0 84px;
	}

	.gmat-products-head h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.gmat-products {
		padding: 58px 0 68px;
	}

	.gmat-products-head {
		margin-bottom: 34px;
	}

	.gmat-products-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gmat-products-head p {
		font-size: 15px;
	}

	.gmat-products-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.gmat-product-image {
		height: 230px;
	}

	.gmat-product-content {
		padding: 24px 22px 26px;
	}

	.gmat-product-content h3 {
		font-size: 20px;
	}

	.gmat-products-btn {
		width: 100%;
	}
}

/* ==================== /Material Products And Applications ==================== */

/* ==================== Material Features ==================== */

.gmat-features {
	padding: 88px 0 100px;
	background: #ffffff;
	color: var(--gel-ink);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gmat-features-head {
	max-width: 820px;
	margin: 0 auto 44px;
	text-align: center;
}

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

.gmat-features-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.gmat-features-head p {
	max-width: 680px;
	margin: 18px auto 0;
	color: #657477;
	font-size: 16px;
	line-height: 1.78;
}

.gmat-features-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
}

.gmat-feature-card {
	position: relative;
	height: 100%;
	padding: 28px 24px 30px;
	background: #f6f8f8;
	border: 1px solid var(--gel-line);
	text-align: center;
	transition: all 0.28s ease;
}

.gmat-feature-card::before {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	top: 0;
	height: 3px;
	background: var(--gel-main);
	border-radius: 999px;
	transform: scaleX(0.42);
	transform-origin: center;
	transition: transform 0.28s ease;
}

.gmat-feature-card:hover {
	background: #ffffff;
	transform: translateY(-7px);
	box-shadow: 0 26px 62px rgba(16, 38, 41, 0.11);
}

.gmat-feature-card:hover::before {
	transform: scaleX(1);
}

.gmat-feature-image {
	width: 118px;
	height: 96px;
	margin: 0 auto 22px;
	overflow: hidden;
	border-radius: 18px;
	background: #e8efee;
	box-shadow: 0 12px 28px rgba(16, 38, 41, 0.08);
}

.gmat-feature-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.55s ease;
}

.gmat-feature-card:hover .gmat-feature-image img {
	transform: scale(1.06);
}

.gmat-feature-content h3 {
	margin: 0 0 14px;
	color: var(--gel-ink);
	font-size: 20px;
	line-height: 1.3;
	font-weight: 760;
	letter-spacing: -0.35px;
}

.gmat-feature-content p {
	margin: 0;
	color: #425154;
	font-size: 15px;
	line-height: 1.72;
}

/* ==================== Corning Glass Data Sheet ==================== */

.gmat-datasheet {
	padding: 86px 0 98px;
	background: #f6f8f8;
	color: var(--gel-ink);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gmat-datasheet-head {
	max-width: 820px;
	margin: 0 auto 48px;
	text-align: center;
}

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

.gmat-datasheet-head h2 {
	margin: 0;
	color: var(--gel-ink);
	font-size: 42px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1.1px;
}

.gmat-datasheet-head p {
	max-width: 720px;
	margin: 18px auto 0;
	color: #657477;
	font-size: 16px;
	line-height: 1.78;
}

.gmat-datasheet-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

/* PDF Document Card */

.gmat-datasheet-doc {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 230px;
	padding: 32px 24px 28px;
	background: #ffffff;
	color: var(--gel-ink);
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(16, 38, 41, 0.08);
	transition: all 0.28s ease;
	overflow: hidden;
}

.gmat-datasheet-doc:hover {
	color: var(--gel-ink);
	text-decoration: none;
	transform: translateY(-6px);
	box-shadow: 0 28px 68px rgba(16, 38, 41, 0.13);
}

.gmat-datasheet-doc-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 28px;
	margin-bottom: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(40, 151, 138, 0.12);
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
}

.gmat-datasheet-doc h3 {
	margin: 0 0 10px;
	color: var(--gel-ink);
	font-size: 19px;
	line-height: 1.32;
	font-weight: 760;
	letter-spacing: -0.35px;
}

.gmat-datasheet-doc p {
	margin: 0;
	color: #657477;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 600;
}

.gmat-datasheet-doc > span {
	margin-top: auto;
	padding-top: 26px;
	color: var(--gel-main);
	font-size: 14px;
	font-weight: 800;
}

.gmat-datasheet-doc > span::after {
	content: " →";
}

/* Corning Glass Data Sheet Responsive */

@media (max-width: 1199px) {
	.gmat-datasheet-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.gmat-datasheet {
		padding: 72px 0 82px;
	}

	.gmat-datasheet-head h2 {
		font-size: 34px;
	}

	.gmat-datasheet-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575px) {
	.gmat-datasheet {
		padding: 58px 0 68px;
	}

	.gmat-datasheet-head {
		margin-bottom: 34px;
	}

	.gmat-datasheet-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gmat-datasheet-head p {
		font-size: 15px;
	}

	.gmat-datasheet-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.gmat-datasheet-doc {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		column-gap: 12px;
		align-items: center;
		min-height: 92px;
		padding: 14px 16px;
	}

	.gmat-datasheet-doc-icon {
		grid-column: 1;
		grid-row: 1 / 3;
		height: 28px;
		margin: 0;
		padding: 0 10px;
		font-size: 11px;
	}

	.gmat-datasheet-doc h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0 0 3px;
		font-size: 15px;
		line-height: 1.25;
	}

	.gmat-datasheet-doc p {
		grid-column: 2;
		grid-row: 2;
		margin: 0;
		font-size: 12px;
		line-height: 1.25;
	}

	.gmat-datasheet-doc > span {
		grid-column: 3;
		grid-row: 1 / 3;
		margin: 0;
		padding: 0;
		font-size: 12px;
		white-space: nowrap;
	}
}

/* ==================== /Corning Glass Data Sheet ==================== */

/* ==================== Material Warranty ==================== */

.gmat-warranty {
	padding: 72px 0 82px;
	background: #ffffff;
	color: var(--gel-ink);
	font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.gmat-warranty-simple {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 48px 30px 52px;
	text-align: center;
	border-top: 1px solid var(--gel-line);
	border-bottom: 1px solid var(--gel-line);
}

.gmat-warranty-simple::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -1px;
	width: 86px;
	height: 3px;
	border-radius: 999px;
	background: var(--gel-main);
	transform: translateX(-50%);
}

.gmat-warranty-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin-bottom: 18px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(40, 151, 138, 0.1);
	color: var(--gel-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.gmat-warranty-simple h2 {
	margin: 0 0 16px;
	color: var(--gel-ink);
	font-size: 40px;
	line-height: 1.14;
	font-weight: 760;
	letter-spacing: -1px;
}

.gmat-warranty-simple p {
	max-width: 680px;
	margin: 0 auto;
	color: #425154;
	font-size: 18px;
	line-height: 1.72;
	font-weight: 400;
}

.gmat-warranty-simple strong {
	color: var(--gel-main);
	font-size: 24px;
	font-weight: 800;
}

/* Gorilla Glass Warranty Responsive */

@media (max-width: 991px) {
	.gmat-warranty {
		padding: 64px 0 72px;
	}

	.gmat-warranty-simple h2 {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.gmat-warranty {
		padding: 52px 0 60px;
	}

	.gmat-warranty-simple {
		padding: 40px 18px 44px;
	}

	.gmat-warranty-simple h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gmat-warranty-simple p {
		font-size: 16px;
	}

	.gmat-warranty-simple strong {
		font-size: 21px;
	}
}

/* ==================== /Material Warranty ==================== */

/* ==================== Features / Data Sheet / Warranty Responsive ==================== */

@media (max-width: 1199px) {
	.gmat-features-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmat-datasheet-inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

@media (max-width: 991px) {
	.gmat-features,
	.gmat-datasheet,
	.gmat-warranty {
		padding: 74px 0 84px;
	}

	.gmat-features-head h2,
	.gmat-datasheet-head h2 {
		font-size: 34px;
	}

	.gmat-warranty-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 54px 46px;
	}

	.gmat-warranty-content h2 {
		font-size: 36px;
	}
}

@media (max-width: 575px) {
	.gmat-features,
	.gmat-datasheet,
	.gmat-warranty {
		padding: 58px 0 68px;
	}

	.gmat-features-head {
		margin-bottom: 34px;
	}

	.gmat-features-head h2,
	.gmat-datasheet-head h2 {
		font-size: 29px;
		letter-spacing: -0.6px;
	}

	.gmat-features-head p,
	.gmat-datasheet-head p {
		font-size: 15px;
	}

	.gmat-features-grid,
	.gmat-datasheet-grid {
		grid-template-columns: 1fr;
	}

	.gmat-feature-card {
		padding: 26px 22px 28px;
	}

	.gmat-datasheet-head {
		padding: 34px 28px 36px;
	}

	.gmat-datasheet-card {
		padding: 20px 22px;
	}

	.gmat-warranty-inner {
		padding: 42px 28px;
	}

	.gmat-warranty-content h2 {
		font-size: 30px;
		letter-spacing: -0.6px;
	}

	.gmat-warranty-content p {
		font-size: 16px;
	}

	.gmat-warranty-btn {
		width: 100%;
	}
}

/* ==================== /Features / Data Sheet / Warranty ==================== */


/* ==================== Mobile PDF Card Compact Override ==================== */

@media (max-width: 575px) {
	.gmat-datasheet-grid {
		gap: 12px;
	}

	.gmat-datasheet-doc {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		column-gap: 12px;
		align-items: center;
		min-height: 92px;
		padding: 14px 16px;
	}

	.gmat-datasheet-doc-icon {
		grid-column: 1;
		grid-row: 1 / 3;
		height: 28px;
		margin: 0;
		padding: 0 10px;
		font-size: 11px;
	}

	.gmat-datasheet-doc h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0 0 3px;
		font-size: 15px;
		line-height: 1.25;
	}

	.gmat-datasheet-doc p {
		grid-column: 2;
		grid-row: 2;
		margin: 0;
		font-size: 12px;
		line-height: 1.25;
	}

	.gmat-datasheet-doc > span {
		grid-column: 3;
		grid-row: 1 / 3;
		margin: 0;
		padding: 0;
		font-size: 12px;
		white-space: nowrap;
	}
}

/* ==================== /Mobile PDF Card Compact Override ==================== */
