.product-detail-hero {
	padding-bottom: 66px;
}

.product-detail-hero h1 {
	max-width: none;
	font-size: clamp(36px, 4vw, 66px);
}

.product-overview {
	padding-bottom: 90px;
}

.product-overview .split-intro__image {
	position: relative;
	aspect-ratio: 1.45;
}

.product-badge {
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: grid;
	place-items: center;
	width: 110px;
	height: 90px;
	background: var(--red);
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.product-badge small {
	font-size: 8px;
	letter-spacing: .1em;
}

.check-list {
	padding: 0;
	list-style: none;
}

.check-list li {
	margin: 18px 0;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
	list-style: none;
}

.check-list li::before {
	display: inline-grid;
	place-items: center;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	border: 1px solid var(--red);
	border-radius: 50%;
	color: var(--red);
	content: "\2713";
	font-size: 11px;
}

.check-list small {
	display: block;
	margin: 5px 0 0 28px;
	color: var(--muted);
	font-weight: 400;
}

.detail-benefits .section-heading,
.detail-workflow .section-heading,
.detail-support .section-heading,
.detail-faq .section-heading {
	justify-content: center;
	text-align: center;
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.benefit-grid .feature-card {
	padding: 28px 20px;
	text-align: center;
}

.benefit-grid .feature-card__icon {
	margin-right: auto;
	margin-left: auto;
}

.workflow-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.workflow-card {
	padding: 28px 22px;
	border: 1px solid var(--line);
	background: #fff;
	text-align: center;
}

.workflow-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0 auto 18px;
	background: #f1f2f3;
	color: var(--red);
	font-size: 24px;
}

.workflow-card h3 {
	margin: 0 0 10px;
	font-size: 15px;
}

.workflow-card h3 small {
	color: var(--muted);
	font-size: 11px;
	font-weight: 400;
}

.workflow-card p {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.55;
}

.product-grid--three {
	grid-template-columns: repeat(3, 1fr);
}

.detail-related .section-heading {
	align-items: center;
}

.detail-related .product-card__body {
	padding: 20px;
}

.product-kicker {
	margin-bottom: 8px;
	color: var(--red);
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.detail-related .product-card h3 {
	font-size: 18px;
}

.detail-related .product-card p {
	min-height: 54px;
	margin: 12px 0;
	color: var(--muted);
	font-size: 12px;
}

.mini-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	min-height: 26px;
	padding: 0 12px;
	border: 1px solid #a4aaae;
	color: var(--ink);
	font-size: 10px;
	text-transform: uppercase;
}

.detail-support {
	background: var(--soft-dark);
}

.support-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.support-card {
	color: #fff;
	text-align: center;
}

.support-number {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: var(--red);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.support-card h3 {
	margin: 0 0 9px;
	font-size: 14px;
}

.support-card p {
	margin: 0;
	color: rgba(255, 255, 255, .66);
	font-size: 12px;
}

.detail-cta {
	text-align: center;
}

.detail-cta .cta-strip__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
}

.detail-cta .cta-strip__inner > div {
	max-width: 680px;
}

.detail-cta .button {
	border-color: #fff;
	background: #fff;
	color: var(--red);
}

@media only screen and (max-width: 768px) {
	.benefit-grid,
	.product-grid--three,
	.workflow-grid,
	.support-card-grid {
		grid-template-columns: 1fr;
	}

	.product-badge {
		width: 95px;
		height: 76px;
	}
}
