.product-page .hero-copy h1,
.product-page .section-title {
	color: var(--home-blue);
}

.product-page .hero-shell {
	min-height: 0;
}

.product-section {
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
}

.product-diagram {
	width: min(100%, 52rem);
	margin-inline: auto;
	padding: clamp(1.4rem, 4vw, 3rem);
	border: 1px solid #7899ce;
	border-radius: 2rem;
	background: linear-gradient(135deg, #e3eeff, #cddff7);
}

.product-options,
.product-connectors {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.product-option {
	padding: 1.25rem;
	border: 1px solid #7899ce;
	border-radius: 1.2rem;
	background: #ffffff;
}

.product-option h3 {
	margin: 0 0 0.65rem;
	color: var(--home-ink);
	font-size: 1.2rem;
	line-height: 1.3;
}

.product-option p {
	margin: 0;
	color: var(--home-muted);
}

.product-connectors {
	padding-block: 0.65rem;
	color: var(--home-blue);
	font-size: 1.75rem;
	text-align: center;
}

.product-workspace {
	display: grid;
	gap: 0.4rem;
	padding: 1.3rem;
	border-radius: 1.2rem;
	color: #ffffff;
	background: var(--home-blue);
	text-align: center;
}

.product-workspace strong {
	font-size: 1.3rem;
}

@media (max-width: 720px) {
	.product-options {
		grid-template-columns: minmax(0, 1fr);
	}

	.product-connectors {
		grid-template-columns: minmax(0, 1fr);
	}

	.product-connectors span:not(:first-child) {
		display: none;
	}
}

.product-access-details,
.product-feature-details {
	display: grid;
	gap: 1.5rem;
	width: 100%;
	margin: 0.5rem 0 2rem;
}

.product-access-details h3,
.product-feature-details h3 {
	margin: 0 0 0.4rem;
	color: var(--home-ink);
	font-size: 1.2rem;
	line-height: 1.3;
}

.product-access-details p,
.product-feature-details p {
	margin: 0;
	color: var(--home-muted);
	font-size: 1.05rem;
	line-height: 1.55;
}

.product-feature-details {
	margin-bottom: 0;
}

.product-media {
	min-width: 0;
	width: min(100%, 52rem);
	margin: 0;
	margin-inline: auto;
}

.product-media > a {
	display: block;
	cursor: zoom-in;
}

.product-media img,
.product-media video {
	position: static;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--home-line);
	border-radius: 1.2rem;
	background: #ffffff;
}

.product-media figcaption {
	margin-top: 1rem;
	color: var(--home-muted);
	font-size: 0.95rem;
	line-height: 1.55;
	text-align: center;
}

.product-screenshot-placeholder {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 0.5rem;
	width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 12rem;
	padding: 1.5rem;
	border: 1px dashed #7899ce;
	border-radius: 1.2rem;
	background: #e3eeff;
	text-align: center;
}

.product-screenshot-placeholder span {
	color: var(--home-ink);
	font-size: 1.2rem;
	font-weight: 700;
}

.product-screenshot-placeholder p {
	margin: 0;
	color: var(--home-muted);
}

.main.product-page {
	padding-bottom: 0;
}

.product-page .product-access-details {
	margin-bottom: 0;
}

.product-page + .site-footer {
	margin-top: 0;
}

.product-tool-catalog {
	min-width: 0;
	border: 1px solid #7899ce;
	border-radius: 1.2rem;
	background: #ffffff;
	overflow: hidden;
}

.product-tool-catalog summary {
	padding: 1.25rem;
	color: var(--home-blue);
	background: #e3eeff;
	font-size: 1.1rem;
	font-weight: 700;
	cursor: pointer;
}

.product-tool-catalog summary:focus-visible {
	outline: 3px solid var(--home-blue);
	outline-offset: -4px;
}

.product-tool-table-wrap {
	padding: 0 clamp(0.75rem, 2vw, 1.5rem) 1rem;
}

.product-tool-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
	font-size: 0.95rem;
	line-height: 1.5;
}

.product-tool-table caption {
	padding: 1rem 0;
	color: var(--home-muted);
	text-align: left;
}

.product-tool-table th,
.product-tool-table td {
	padding: 0.8rem;
	border-bottom: 1px solid var(--home-line);
	vertical-align: top;
	overflow-wrap: anywhere;
}

.product-tool-table th {
	color: var(--home-ink);
	font-weight: 650;
}

.product-tool-table td {
	color: var(--home-muted);
}

.product-tool-table thead th:first-child {
	width: 38%;
}

.product-tool-category th {
	padding-top: 1.2rem;
	color: var(--home-blue);
	background: #eef4ff;
	font-weight: 800;
}

.product-control-table-wrap {
	width: 100%;
	overflow: hidden;
	border: 1px solid #7899ce;
	border-radius: 1.2rem;
	background: #ffffff;
}

.product-control-table th,
.product-control-table td {
	padding: 1rem;
}

.product-control-table tbody tr:last-child th,
.product-control-table tbody tr:last-child td {
	border-bottom: 0;
}

.product-control-table td strong {
	color: var(--home-blue);
}

.product-lightbox {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100vh;
	max-width: none;
	max-height: none;
	margin: 0;
	padding: 3vh 4vw;
	border: 0;
	background: transparent;
}

.product-lightbox[open] {
	display: grid;
	place-items: center;
}

.product-lightbox::backdrop {
	background: rgba(19, 35, 39, 0.72);
}

.product-lightbox img {
	display: block;
	max-width: 92vw;
	max-height: 90vh;
	border-radius: 0.8rem;
	background: #ffffff;
}
