body.product-page {
	color: #334150;
	background: #fff;
}
.product-page h1,
.product-page h2,
.product-page h3,
.product-page p,
.product-page a,
.product-page th,
.product-page td {
	letter-spacing: 0;
}
.product-page #menu {
	position: relative;
	margin-bottom: 0;
}
.product-page .product-hero {
	min-height: 500px;
	display: flex;
	align-items: center;
	background: linear-gradient(rgba(15, 24, 34, 0.6), rgba(15, 24, 34, 0.6)), url("../img/intro-bg.jpg?v=20260729") center center / cover no-repeat;
	color: #fff;
}
.product-page .product-hero h1 {
	max-width: 820px;
	margin: 0 0 22px;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
}
.product-page .product-hero p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 19px;
	line-height: 1.8;
}
.product-page .detail-section {
	padding: 78px 0;
}
.product-page .detail-section.alt {
	background: #f6f8fa;
}
.product-page .section-heading {
	margin: 0 0 34px;
	color: #24313d;
	font-size: 32px;
	line-height: 1.3;
}
.product-page .lead-copy {
	max-width: 900px;
	margin-bottom: 34px;
	color: #536170;
	font-size: 17px;
	line-height: 1.9;
}
.product-page .technical-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: 16px;
}
.product-page .technical-table th,
.product-page .technical-table td {
	padding: 15px 18px;
	border-bottom: 1px solid #dbe1e6;
	text-align: left;
	vertical-align: top;
}
.product-page .technical-table th {
	width: 30%;
	color: #263746;
	font-weight: 600;
}
.product-page .application-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-page .application-list li {
	padding: 14px 0 14px 30px;
	border-bottom: 1px solid #e1e5e9;
	position: relative;
	color: #4d5c69;
	font-size: 16px;
	line-height: 1.7;
}
.product-page .application-list li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 17px;
	color: #2d63d7;
	font-family: FontAwesome;
}
.product-page .faq-list {
	max-width: 960px;
}
.product-page .faq-item {
	padding: 24px 0;
	border-bottom: 1px solid #dbe1e6;
}
.product-page .faq-item:first-child {
	border-top: 1px solid #dbe1e6;
}
.product-page .faq-item h3 {
	margin: 0 0 10px;
	color: #263746;
	font-size: 20px;
	line-height: 1.5;
}
.product-page .faq-item p {
	margin: 0;
	color: #536170;
	font-size: 16px;
	line-height: 1.8;
}
.product-page .detail-contact {
	padding: 58px 0;
	background: #315fd0;
	color: #fff;
}
.product-page .detail-contact h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 30px;
}
.product-page .detail-contact p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 16px;
}
.product-page .detail-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.product-page .detail-actions a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 17px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
}
.product-page .detail-actions a:hover,
.product-page .detail-actions a:focus {
	background: #fff;
	color: #244da9;
}
.product-page #footer {
	padding: 28px 0 18px;
}
@media (max-width: 768px) {
	.product-page #menu .container > a > img {
		width: 150px;
		height: 50px;
	}
	.product-page .product-hero {
		min-height: 420px;
	}
	.product-page .product-hero h1 {
		font-size: 35px;
	}
	.product-page .product-hero p {
		font-size: 17px;
	}
	.product-page .detail-section {
		padding: 58px 0;
	}
	.product-page .section-heading {
		font-size: 28px;
	}
	.product-page .technical-table th,
	.product-page .technical-table td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.product-page .technical-table th {
		padding-top: 17px;
		border-bottom: 0;
	}
	.product-page .technical-table td {
		padding-top: 0;
	}
}
