@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/fonts/tessa/jetbrains-mono-latin-400-normal.woff2") format("woff2");
}

@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/fonts/tessa/jetbrains-mono-latin-500-normal.woff2") format("woff2");
}

@font-face {
	font-family: "JetBrains Mono";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("/fonts/tessa/jetbrains-mono-latin-600-normal.woff2") format("woff2");
}

:root {
	scroll-padding-top: 64px;
}

.tp-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid #e5e5e8;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.tp-nav-inner {
	width: min(1240px, calc(100% - 48px));
	height: 64px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.tp-nav-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.tp-nav-brand-product {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #111113;
}

.tp-nav-brand img {
	display: block;
	width: auto;
	height: 24px;
}

.tp-nav-byline {
	font-size: 0.75rem;
	font-weight: 500;
	color: #6b6b73;
	transition: color 120ms ease;
}

.tp-nav-byline:hover {
	color: #111113;
	text-decoration: underline;
}

.tp-nav-links {
	display: flex;
	align-items: center;
	gap: 28px;
}

.tp-nav-links > a:not(.tp-button) {
	font-size: 0.875rem;
	font-weight: 500;
	color: #616168;
	transition: background-color 120ms ease;
}

.tp-nav-links > a:not(.tp-button):hover {
	color: #111113;
}

.tessa-product {
	--tp-ink: #111113;
	--tp-muted: #66666e;
	--tp-faint: #686870;
	--tp-line: #dedee3;
	--tp-line-soft: #ececef;
	--tp-soft: #f6f6f7;
	--tp-raised: #fafafa;
	--tp-blue: #1769e0;
	--tp-blue-soft: #edf4ff;
	--tp-green: #237a48;
	--tp-green-soft: #edf8f1;
	--tp-amber: #87570f;
	--tp-amber-soft: #fff7e8;
	--tp-red: #b42331;
	--tp-red-soft: #fff0f1;
	--tpm-green: #47806a;
	--tpm-green-soft: #e9f0ec;
	--tpm-green-line: #c6d9d0;
	background: #fff;
	color: var(--tp-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
}

.tessa-product *,
.tessa-product *::before,
.tessa-product *::after {
	box-sizing: border-box;
}

.tessa-product h1,
.tessa-product h2,
.tessa-product h3,
.tessa-product p,
.tessa-product ul,
.tessa-product ol,
.tessa-product dl {
	margin: 0;
}

.tessa-product h1,
.tessa-product h2,
.tessa-product h3 {
	color: var(--tp-ink);
	line-height: 1.08;
	letter-spacing: 0;
}

.tp-shell {
	width: min(1240px, calc(100% - 48px));
	margin: 0 auto;
}

.tp-wide {
	width: min(1400px, calc(100% - 96px));
	margin: 0 auto;
}

.tp-eyebrow {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--tp-faint);
}

.tp-button {
	min-height: 42px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 9999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	font-weight: 650;
	line-height: 1;
	text-align: center;
	transition: background-color 120ms ease, border-color 120ms ease;
}

.tp-button:active {
	transform: scale(0.985);
}

.tp-button-primary {
	background: #111113;
	border-color: #111113;
	color: #fff;
}

.tp-button-primary:hover {
	background: #2a2a2e;
	border-color: #2a2a2e;
	color: #fff;
}

.tp-button-secondary {
	background: #fff;
	border-color: #cfcfd5;
	color: var(--tp-ink);
}

.tp-button-secondary:hover {
	background: var(--tp-soft);
	border-color: #a9a9b1;
}

.tp-nav .tp-button {
	min-height: 34px;
	padding: 0 16px;
	font-size: 0.8125rem;
}

.tp-hero {
	padding: 112px 0 52px;
	border-bottom: 1px solid var(--tp-line-soft);
}

.tp-hero-inner {
	max-width: 900px;
	text-align: center;
}

.tp-hero h1 {
	max-width: 860px;
	margin: 16px auto 18px;
	font-size: 4rem;
	font-weight: 750;
}

.tessa-product .tp-lead {
	max-width: 690px;
	margin: 0 auto;
	font-size: 1.25rem;
	line-height: 1.55;
	color: var(--tp-muted);
}

.tp-actions {
	margin-top: 24px;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.tp-platforms {
	margin-top: 24px !important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	list-style: none;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.6875rem;
	color: var(--tp-faint);
}

.tp-platforms li {
	position: relative;
}

.tp-platforms li + li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	width: 3px;
	height: 3px;
	border-radius: 9999px;
	background: #b8b8bf;
}

.tp-demo {
	padding: 48px 0 96px;
	background: var(--tp-soft);
	border-bottom: 1px solid var(--tp-line);
}

.tp-demo-intro {
	width: min(1420px, calc(100% - 32px));
	margin: 0 auto 20px;
}

.tp-demo-intro > div {
	max-width: 650px;
}

.tp-demo-intro h2,
.tp-product-intro h2,
.tp-section-heading h2,
.tp-deployment h2,
.tp-faq h2,
.tp-contact h2 {
	margin-top: 14px;
	font-size: 2.875rem;
	font-weight: 720;
}

.tp-demo-intro > div > p:last-child {
	margin-top: 16px;
	font-size: 1.0625rem;
	color: var(--tp-muted);
}

.tp-demo-frame {
	width: 100%;
	height: min(820px, calc(100svh - 48px));
	min-height: 680px;
	display: block;
	border: 1px solid #cfcfd5;
	border-radius: 6px;
	background: #fff;
}

.tp-demo-link {
	width: fit-content;
	margin: 16px auto 0;
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--tp-blue);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tp-demo-embed {
	position: relative;
}

.tp-demo-gate {
	display: none;
}

@media (max-width: 768px) {
	.tp-demo-link {
		display: none;
	}
}

/* Touch devices open the demo full screen — the inline iframe stays a preview.
   Pointer-coarse covers tablets wider than the phone breakpoint. */
@media (max-width: 768px), (pointer: coarse) {
	.tp-demo-gate {
		position: absolute;
		inset: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 16px;
		border-radius: 6px;
		background: rgba(255, 255, 255, 0.45);
		text-decoration: none;
	}

	.tp-demo-gate-card {
		width: min(300px, 100%);
		padding: 18px;
		display: flex;
		flex-direction: column;
		gap: 12px;
		border: 1px solid var(--tp-line);
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
		text-align: center;
	}

	.tp-demo-gate-hint {
		font-size: 0.875rem;
		color: var(--tp-muted);
	}

	.tp-demo-gate-button {
		padding: 12px 18px;
		border-radius: 999px;
		background: var(--tp-ink);
		font-size: 0.875rem;
		font-weight: 600;
		color: #fff;
	}

	.tp-demo-gate-desktop {
		font-size: 0.875rem;
		color: var(--tp-faint);
	}

	.tp-demo-frame {
		pointer-events: none;
	}
}

.tp-product-intro {
	padding: 88px 0 80px;
	text-align: center;
}

.tp-product-intro .tp-shell {
	max-width: 780px;
}

.tp-product-intro h2 {
	margin-bottom: 20px;
}

.tp-product-intro .tp-shell > p:last-child,
.tp-section-heading > p:last-child {
	font-size: 1.125rem;
	color: var(--tp-muted);
}

.tp-story {
	padding: 120px 0;
	border-top: 1px solid var(--tp-line-soft);
}

.tp-story-reversed {
	background: var(--tp-soft);
}

.tp-story-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
	align-items: center;
	gap: 88px;
}

.tp-story-reversed .tp-story-copy {
	order: 2;
}

.tp-story-reversed .tp-story-grid {
	grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.78fr);
}

.tp-story-reversed .tp-proof {
	order: 1;
}

.tp-story-copy h2 {
	margin: 16px 0 22px;
	font-size: 2.625rem;
	font-weight: 720;
}

.tp-story-copy > p:not(.tp-eyebrow) {
	font-size: 1.0625rem;
	color: var(--tp-muted);
}

.tp-story-copy ul {
	margin-top: 30px;
	padding: 0;
	border-top: 1px solid var(--tp-line);
	list-style: none;
}

.tp-story-copy li {
	position: relative;
	padding: 14px 0 14px 20px;
	border-bottom: 1px solid var(--tp-line);
	font-size: 0.9375rem;
	font-weight: 560;
}

.tp-story-copy li::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	background: #8a8a92;
}

.tp-proof {
	min-width: 0;
	min-height: 500px;
	border: 1px solid var(--tp-line);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
	transition: border-color 120ms ease, background-color 120ms ease;
}

.tp-proof:hover {
	border-color: #aaaab2;
}

/* The tp-tool/map/scenario/run/device/report/evidence blocks below are
   product-mock illustrations. Their text is part of the artwork and stays
   in px on purpose: user font scaling must not burst the fixed mock
   layouts. Reading copy elsewhere in this file uses rem. */
.tp-tool-header {
	height: 46px;
	padding: 0 16px;
	border-bottom: 1px solid var(--tp-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 11px;
	font-weight: 600;
}

.tp-tool-meta {
	font-weight: 500;
	color: var(--tp-faint);
}

.tp-badge,
.tp-result-failed,
.tp-live {
	min-height: 22px;
	padding: 0 8px;
	border: 1px solid #d6d6db;
	border-radius: 9999px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 9px;
	font-weight: 650;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.tp-badge {
	border-color: #cdddf7;
	background: var(--tp-blue-soft);
	color: #1559b7;
}

.tp-map-proof {
	display: grid;
	grid-template-rows: 46px 1fr 46px;
}

.tp-map-flow {
	padding: 76px 28px;
	display: grid;
	grid-template-columns: minmax(104px, 1fr) 36px minmax(104px, 1fr) 36px minmax(104px, 1fr) 36px minmax(104px, 1fr);
	align-items: center;
	background-color: #fbfbfc;
	background-image: linear-gradient(#ececef 1px, transparent 1px), linear-gradient(90deg, #ececef 1px, transparent 1px);
	background-size: 24px 24px;
}

.tp-map-node {
	min-width: 0;
	min-height: 150px;
	padding: 10px;
	border: 1px solid #d5d5da;
	border-radius: 4px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transition: background-color 120ms ease, border-color 120ms ease;
}

.tp-map-node:hover {
	border-color: #8e8e96;
	background: #f8f8f9;
}

.tp-map-node.is-gap {
	border-color: #d4a253;
}

.tp-map-thumb {
	height: 88px;
	margin-bottom: 4px;
	padding: 10px 12px;
	border: 1px solid var(--tp-line-soft);
	border-radius: 3px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tp-mini {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.tp-mini i {
	height: 5px;
	display: block;
	border-radius: 2px;
	background: #e6e7ea;
}

.tp-mini .tps-brand {
	width: 46%;
	height: 6px;
	background: var(--tpm-green);
}

.tp-mini .tps-line.is-short {
	width: 58%;
}

.tp-mini .tps-card {
	height: 20px;
	border: 1px solid var(--tpm-green-line);
	background: var(--tpm-green-soft);
	border-radius: 3px;
}

.tp-mini .tps-btn {
	height: 12px;
	margin-top: auto;
	background: var(--tpm-green);
	opacity: 0.75;
	border-radius: 3px;
}

.tp-mini .tps-gap {
	width: 42%;
	height: 0;
	margin: 4px auto 0;
	background: transparent;
	border-bottom: 2px dashed var(--tp-amber);
	border-radius: 0;
}

.tp-mini .tps-field {
	height: 13px;
	border: 1px solid var(--tp-line-soft);
	background: var(--tp-soft);
	border-radius: 3px;
}

.tp-mini .tps-field.is-error {
	border-color: #e3b7bb;
	background: var(--tp-red-soft);
}

.tp-mini .tps-btn.is-disabled {
	background: #c9cdd2;
	opacity: 1;
}

.tp-map-node.is-gap .tp-map-thumb {
	border-color: #e5cfa4;
}

.tp-map-node strong {
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tp-map-node small {
	font-size: 9px;
	color: var(--tp-faint);
}

.tp-map-line {
	height: 1px;
	background: #a8a8af;
}

.tp-tool-footer {
	padding: 0 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-top: 1px solid var(--tp-line);
	font-size: 11px;
	color: var(--tp-muted);
}

.tp-status-dot {
	width: 7px;
	height: 7px;
	border-radius: 9999px;
	background: #999;
	flex: none;
}

.tp-status-warning {
	background: #d09942;
}

.tp-scenario-proof {
	display: grid;
	grid-template-rows: 46px 1fr 54px;
}

.tp-scenario-body {
	padding: 24px;
}

.tp-tool-kicker {
	margin-bottom: 18px !important;
	font-size: 16px;
	font-weight: 680;
	color: var(--tp-ink);
}

.tp-scenario-row {
	min-height: 68px;
	padding: 12px 10px;
	border-top: 1px solid var(--tp-line-soft);
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 10px;
	align-items: start;
	transition: background-color 120ms ease;
}

.tp-scenario-row:hover,
.tp-scenario-row.is-focus {
	background: var(--tp-blue-soft);
}

.tp-scenario-row > span {
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 10px;
	color: var(--tp-faint);
}

.tp-scenario-row strong,
.tp-scenario-row small {
	display: block;
}

.tp-scenario-row strong {
	font-size: 12px;
}

.tp-scenario-row small {
	margin-top: 4px;
	font-size: 11px;
	color: var(--tp-muted);
}

.tp-tool-actions {
	padding: 0 14px;
	border-top: 1px solid var(--tp-line);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	font-size: 11px;
}

.tp-tool-actions span,
.tp-tool-actions strong {
	min-height: 28px;
	padding: 0 11px;
	border: 1px solid var(--tp-line);
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
}

.tp-tool-actions strong {
	background: #111113;
	border-color: #111113;
	color: #fff;
}

.tp-run-proof {
	display: grid;
	grid-template-rows: 46px 1fr;
}

.tp-live {
	border-color: #c6e6d1;
	background: var(--tp-green-soft);
	color: var(--tp-green);
}

.tp-live i {
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	background: var(--tp-green);
}

.tp-run-body {
	padding: 28px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 210px;
	gap: 28px;
	align-items: stretch;
}

.tp-run-steps {
	padding: 0;
	border-top: 1px solid var(--tp-line-soft);
	list-style: none;
}

.tp-run-steps li {
	min-height: 76px;
	padding: 14px 10px;
	border-bottom: 1px solid var(--tp-line-soft);
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 10px;
	align-items: start;
	transition: background-color 120ms ease;
}

.tp-run-steps li:hover,
.tp-run-steps li.is-active {
	background: var(--tp-blue-soft);
}

.tp-run-steps li > span {
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 10px;
	color: var(--tp-faint);
}

.tp-run-steps strong,
.tp-run-steps small {
	display: block;
}

.tp-run-steps strong {
	font-size: 12px;
}

.tp-run-steps small {
	margin-top: 4px;
	font-size: 10px;
	color: var(--tp-faint);
}

.tp-run-steps .is-done small {
	color: var(--tp-green);
}

.tp-run-steps .is-active small {
	color: var(--tp-blue);
}

.tp-device-preview {
	width: 210px;
	min-height: 390px;
	padding: 18px;
	border: 6px solid #222226;
	border-radius: 24px;
	background: #f7f8fa;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	text-align: center;
}

.tp-device-top {
	position: absolute;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tp-device-brand {
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: 720;
	text-align: left;
	color: var(--tpm-green);
}

.tp-device-preview p {
	font-size: 12px;
	text-align: left;
	color: var(--tp-muted);
}

.tp-device-preview strong {
	margin: 14px 0 20px;
	font-size: 24px;
	text-align: left;
}

.tp-device-preview .tp-device-cta {
	min-height: 34px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 650;
	background: var(--tpm-green);
	color: #fff;
}

.tp-device-preview .tp-device-link {
	margin-top: 10px;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	color: var(--tp-muted);
}

.tp-report-proof {
	display: grid;
	grid-template-rows: 46px 1fr;
}

.tp-result-failed {
	border-color: #efc7ca;
	background: var(--tp-red-soft);
	color: var(--tp-red);
}

.tp-report-body {
	padding: 34px;
}

.tp-report-body > .tp-tool-kicker {
	margin-bottom: 12px !important;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--tp-red);
}

.tp-report-body h3 {
	font-size: 25px;
	font-weight: 700;
}

.tp-evidence-grid {
	margin-top: 28px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid var(--tp-line);
	border-radius: 4px;
	overflow: hidden;
}

.tp-evidence-grid > div {
	min-height: 178px;
	padding: 20px;
	background: var(--tp-raised);
	transition: background-color 120ms ease;
}

.tp-evidence-grid > div + div {
	border-left: 1px solid var(--tp-line);
}

.tp-evidence-grid > div:hover {
	background: #fff;
}

.tp-evidence-grid .is-observed {
	background: var(--tp-red-soft);
}

.tp-evidence-grid span {
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 10px;
	font-weight: 650;
	text-transform: uppercase;
	color: var(--tp-faint);
}

.tp-evidence-grid p {
	margin-top: 14px !important;
	font-size: 13px;
	line-height: 1.6;
}

.tp-report-split {
	margin-top: 28px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 168px;
	gap: 24px;
	align-items: start;
}

.tp-report-split .tp-evidence-grid {
	margin-top: 0;
}

.tp-report-shot {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tp-report-shot .tp-mini {
	min-height: 208px;
	padding: 14px 12px;
	gap: 9px;
	border: 1px solid var(--tp-line);
	border-radius: 12px;
	background: #fff;
}

.tp-report-shot figcaption {
	font-size: 10px;
	text-align: center;
	color: var(--tp-faint);
}

.tp-report-meta {
	margin-top: 18px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.tp-report-meta span {
	min-height: 24px;
	padding: 0 9px;
	border: 1px solid var(--tp-line);
	border-radius: 9999px;
	display: inline-flex;
	align-items: center;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 9px;
	color: var(--tp-muted);
}

.tp-report-meta span:first-child {
	border-color: #efc7ca;
	background: var(--tp-red-soft);
	color: var(--tp-red);
}

.tp-efficiency {
	padding: 104px 0;
	background: #111113;
	color: #aaaab2;
}

.tp-efficiency-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1.2fr);
	align-items: center;
	gap: 96px;
}

.tp-efficiency .tp-eyebrow {
	color: #8b8b93;
}

.tp-efficiency h2 {
	margin: 14px 0 22px;
	font-size: 2.625rem;
	font-weight: 720;
	color: #fff;
}

.tp-efficiency-copy > p:last-child {
	font-size: 1.0625rem;
	color: #aaaab2;
}

.tp-efficiency-proof {
	border-top: 1px solid #333338;
}

.tp-efficiency-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-bottom: 1px solid #333338;
}

.tp-efficiency-metrics > div {
	min-width: 0;
	padding: 22px 16px;
}

.tp-efficiency-metrics > div:nth-child(even) {
	border-left: 1px solid #333338;
}

.tp-efficiency-metrics > div:nth-child(n + 3) {
	border-top: 1px solid #333338;
}

.tp-efficiency-metrics strong,
.tp-efficiency-metrics span {
	display: block;
}

.tp-efficiency-metrics strong {
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 2.375rem;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
}

.tp-efficiency-metrics span {
	margin-top: 8px;
	font-size: 0.8125rem;
	color: #aaaab2;
}

.tp-efficiency-update {
	padding: 22px 16px;
	border-bottom: 1px solid #333338;
}

.tp-efficiency-update strong {
	display: block;
	font-size: 0.9375rem;
	color: #fff;
}

.tp-efficiency-update p {
	margin-top: 6px !important;
	font-size: 0.9375rem;
	color: #aaaab2;
}

.tp-efficiency-note {
	padding: 14px 16px 0;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #8b8b93;
}

.tp-workflow-section {
	padding: 112px 0 120px;
	background: var(--tp-soft);
}

.tp-workflow-heading {
	max-width: 720px;
}

.tp-workflow-heading h3 {
	margin-top: 12px;
	font-size: 1.875rem;
	font-weight: 700;
	color: var(--tp-ink);
}

.tp-workflow-heading > p:last-child {
	margin-top: 14px;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--tp-muted);
}

.tp-workflow-table-wrap {
	margin-top: 12px;
	overflow: hidden;
	border: 1px solid #cfcfd5;
	border-radius: 6px;
	background: #fff;
}

.tp-workflow-prerequisite {
	margin-top: 36px;
	padding: 12px 16px;
	display: grid;
	grid-template-columns: 152px minmax(0, 1fr);
	gap: 16px;
	border: 1px solid #cfcfd5;
	border-radius: 4px;
	background: #fff;
}

.tp-workflow-prerequisite span {
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--tp-faint);
}

.tp-workflow-prerequisite p {
	font-size: 0.875rem;
	color: var(--tp-muted);
}

.tp-workflow-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.8125rem;
}

.tp-workflow-table th,
.tp-workflow-table td {
	text-align: left;
}

.tp-workflow-lane-head {
	padding: 24px;
	vertical-align: middle;
	background: #fafafa;
}

.tp-workflow-lane-head + .tp-workflow-lane-head,
.tp-workflow-phase-body td + td {
	border-left: 1px solid var(--tp-line);
}

.tp-workflow-lane-head.tp-workflow-tessa-cell,
.tp-workflow-phase-body .tp-workflow-tessa-cell {
	background: var(--tp-blue-soft);
}

.tp-workflow-lane-head-inner {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	align-items: center;
}

.tp-workflow-metric {
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	border-right: 1px solid var(--tp-line);
}

.tp-workflow-metric strong {
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	color: var(--tp-ink);
}

.tp-workflow-metric small {
	margin-top: 6px;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--tp-faint);
}

.tp-workflow-lane-copy {
	min-width: 0;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
}

.tp-workflow-lane-copy > strong {
	font-size: 1.0625rem;
	line-height: 1.35;
	color: var(--tp-ink);
}

.tp-workflow-lane-copy > small {
	margin-top: 4px;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--tp-faint);
}

.tp-workflow-lane-copy > em {
	width: fit-content;
	margin-top: 8px;
	padding: 3px 6px;
	border: 1px solid #b9d2f6;
	border-radius: 3px;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 500;
	color: #1459b8;
}

.tp-workflow-phase-row th {
	padding: 0;
	border-top: 1px solid var(--tp-line);
	border-bottom: 1px solid var(--tp-line);
	background: #ededf0;
}

.tp-workflow-phase-button {
	width: 100%;
	min-height: 40px;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-family: inherit;
	text-align: left;
	color: var(--tp-ink);
	cursor: default;
}

.tp-workflow-phase-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.875rem;
	font-weight: 700;
}

.tp-workflow-phase-title > span {
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.6875rem;
	font-weight: 600;
	color: var(--tp-faint);
}

.tp-workflow-phase-summary {
	display: none;
}

.tp-workflow-phase-body td {
	padding: 0;
	vertical-align: top;
	background: #fff;
	transition: background-color 120ms ease;
}

.tp-workflow-phase-body .tp-workflow-tessa-cell {
	vertical-align: middle;
}

.tp-workflow-phase:hover .tp-workflow-phase-body td:first-child {
	background: #fafafa;
}

.tp-workflow-phase:hover .tp-workflow-phase-body .tp-workflow-tessa-cell {
	background: #e5efff;
}

.tp-workflow-entry {
	min-width: 0;
	padding: 16px 20px;
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 12px;
	position: relative;
	transition: background-color 120ms ease;
}

.tp-workflow-entry + .tp-workflow-entry {
	border-top: 1px solid var(--tp-line-soft);
}

.tp-workflow-number {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #aaaab2;
	border-radius: 9999px;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1;
	color: var(--tp-muted);
}

.tp-workflow-entry:not(.is-last)::before {
	content: "";
	position: absolute;
	left: 29px;
	top: 36px;
	bottom: -17px;
	width: 1px;
	background: #cfcfd5;
}

.tp-workflow-tessa-cell .tp-workflow-number {
	border-color: #82afea;
	color: var(--tp-blue);
}

.tp-workflow-tessa-cell .tp-workflow-entry:not(.is-last)::before {
	background: #a9c8f1;
}

.tp-workflow-entry strong {
	display: block;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--tp-ink);
}

.tp-workflow-entry p {
	margin-top: 3px !important;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: var(--tp-muted);
}

.tp-workflow-entry small {
	width: fit-content;
	margin-top: 8px;
	padding: 3px 6px;
	display: block;
	border: 1px solid #cfcfd5;
	border-radius: 3px;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.6875rem;
	line-height: 1.35;
	color: var(--tp-muted);
}

.tp-workflow-consolidation {
	width: fit-content;
	margin: 0 20px 16px 52px;
	padding: 3px 6px;
	border: 1px solid #b9d2f6;
	border-radius: 3px;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #1459b8;
}

.tp-workflow-mobile-lane {
	display: none;
}

.tp-workflow-summary {
	padding: 16px 20px 20px;
	border-top: 1px solid #b9d2f6;
	background: var(--tp-blue-soft);
}

.tp-workflow-summary > span {
	display: block;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #1459b8;
}

.tp-workflow-summary ul {
	margin-top: 12px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
}

.tp-workflow-summary li {
	min-width: 0;
	padding: 0 16px;
	border-left: 1px solid #c9dcf7;
}

.tp-workflow-summary li:first-child {
	padding-left: 0;
	border-left: 0;
}

.tp-workflow-summary li strong,
.tp-workflow-summary li small {
	display: block;
}

.tp-workflow-summary li strong {
	font-size: 0.9375rem;
	color: var(--tp-ink);
}

.tp-workflow-summary li small {
	margin-top: 3px;
	font-size: 0.875rem;
	line-height: 1.45;
	color: var(--tp-muted);
}

.tp-workflow-note {
	max-width: 900px;
	margin-top: 28px !important;
	font-size: 0.875rem;
	line-height: 1.6;
	color: var(--tp-faint);
}

.tp-workflow-note a {
	margin-left: 5px;
	color: var(--tp-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tp-deployment {
	padding: 120px 0;
	background: #111113;
	color: #aaaab2;
}

.tp-deployment-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
	gap: 100px;
	align-items: center;
}

.tp-deployment .tp-eyebrow {
	color: #8b8b93;
}

.tp-deployment h2,
.tp-contact h2 {
	color: #fff;
}

.tp-deployment h2 {
	margin-bottom: 22px;
}

.tp-deployment-grid > div > p:last-child,
.tp-contact-copy > p:last-child {
	font-size: 1.0625rem;
	color: #aaaab2;
}

.tp-deployment-layers {
	border-top: 1px solid #333338;
}

.tp-deployment-layers > div {
	min-height: 72px;
	padding: 14px 12px;
	border-bottom: 1px solid #333338;
	display: grid;
	grid-template-columns: 150px 1fr;
	align-items: center;
	gap: 24px;
	transition: background-color 120ms ease;
}

.tp-deployment-layers > div:hover {
	background: #1a1a1d;
}

.tp-deployment-layers dt {
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.75rem;
	text-transform: uppercase;
	color: #a0a0a8;
}

.tp-deployment-layers dd {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #ededf0;
}

.tp-tiers-section {
	padding: 128px 0;
	background: var(--tp-soft);
}

.tp-section-heading {
	max-width: 720px;
	margin-bottom: 48px;
}

.tp-section-heading h2 {
	margin-bottom: 18px;
}

.tp-tiers {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tp-tier {
	min-width: 0;
	padding: 26px;
	border: 1px solid var(--tp-line);
	border-radius: 6px;
	background: #fff;
	display: flex;
	flex-direction: column;
	transition: border-color 120ms ease, background-color 120ms ease;
}

.tp-tier:hover {
	border-color: #aaaab2;
}

.tp-tier.is-featured {
	border-color: #777780;
}

.tp-tier-head {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--tp-line-soft);
}

.tp-tier-title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.tp-tier-title-row .tp-badge {
	flex: none;
}

.tp-tier h3 {
	font-size: 1.375rem;
	font-weight: 720;
}

.tp-tier-subtitle {
	margin-top: 7px !important;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--tp-faint);
}

.tp-tier > p:not(.tp-tier-callout) {
	padding: 22px 0;
	font-size: 0.9375rem;
	color: var(--tp-muted);
}

.tp-tier ul {
	padding: 0;
	list-style: none;
	flex: 1;
}

.tp-tier li {
	position: relative;
	padding: 10px 0 10px 18px;
	border-bottom: 1px solid var(--tp-line-soft);
	font-size: 0.875rem;
}

.tp-tier li::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 1px;
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	background: #8a8a92;
}

.tp-tier-callout {
	min-height: 74px;
	padding: 20px 0 16px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--tp-muted);
}

.tp-tier .tp-button {
	width: 100%;
}

.tp-faq {
	padding: 120px 0;
	border-top: 1px solid var(--tp-line-soft);
}

.tp-faq-grid {
	display: grid;
	grid-template-columns: 0.65fr 1.35fr;
	gap: 96px;
}

.tp-faq h2 {
	margin-top: 14px;
}

.tp-faq-list {
	border-top: 1px solid var(--tp-line);
}

.tp-faq details {
	border-bottom: 1px solid var(--tp-line);
}

.tp-faq summary {
	min-height: 70px;
	padding: 18px 42px 18px 4px;
	position: relative;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-weight: 650;
	cursor: pointer;
	list-style: none;
	transition: background-color 120ms ease;
}

.tp-faq summary::-webkit-details-marker {
	display: none;
}

.tp-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	border: 1px solid var(--tp-line);
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 0.8125rem;
	font-weight: 500;
}

.tp-faq details[open] summary::after {
	content: "-";
}

.tp-faq summary:hover {
	background: var(--tp-soft);
}

.tp-faq details p {
	max-width: 720px;
	padding: 0 42px 24px 4px;
	font-size: 1rem;
	color: var(--tp-muted);
}

.tp-contact {
	padding: 120px 0;
	background: #111113;
	color: #fff;
}

.tp-contact-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	gap: 96px;
	align-items: start;
}

.tp-contact .tp-eyebrow {
	color: #8b8b93;
}

.tp-contact h2 {
	margin: 14px 0 22px;
}

.tp-contact-form {
	padding: 30px;
	border: 1px solid #333338;
	border-radius: 6px;
	background: #171719;
}

.tp-contact .t-form-fields {
	gap: 16px;
}

.tp-contact .t-form-field label {
	margin-bottom: 6px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #cfcfd5;
}

.tp-contact .t-form-field input,
.tp-contact .t-form-field textarea,
.tp-contact .t-form-field select {
	min-height: 42px;
	padding: 9px 11px;
	border: 1px solid #3a3a40;
	border-radius: 4px;
	background: #0d0d0f;
	color: #fff;
	font-size: 0.8125rem;
	transition: background-color 120ms ease, border-color 120ms ease;
}

.tp-contact .t-form-field textarea {
	min-height: 112px;
}

.tp-contact .t-form-field input:focus,
.tp-contact .t-form-field textarea:focus,
.tp-contact .t-form-field select:focus {
	outline: 2px solid var(--tp-blue);
	outline-offset: 2px;
	border-color: var(--tp-blue);
}

.tp-contact .t-form-field select option {
	background: #111113;
	color: #fff;
}

.tp-contact .t-btn {
	min-height: 42px;
	margin-top: 18px;
	padding: 0 20px;
	border: 1px solid #ededf0;
	border-radius: 9999px;
	background: #ededf0;
	color: #111113;
	font-size: 0.875rem;
	font-weight: 650;
	transition: background-color 120ms ease;
}

.tp-contact .t-btn:hover {
	background: #fff;
	border-color: #fff;
}

.tp-nav a:focus-visible,
.tessa-product a:focus-visible,
.tessa-product button:focus-visible,
.tessa-product summary:focus-visible,
.tessa-product input:focus-visible,
.tessa-product textarea:focus-visible,
.tessa-product select:focus-visible {
	outline: 2px solid var(--tp-blue);
	outline-offset: 3px;
}

@media screen and (max-width: 1120px) {
	.tp-story-grid {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.tp-story-reversed .tp-story-copy,
	.tp-story-reversed .tp-proof {
		order: initial;
	}

	.tp-story-reversed .tp-story-grid {
		grid-template-columns: 1fr;
	}

	.tp-story-copy {
		max-width: 720px;
	}

	.tp-map-flow {
		padding-right: 18px;
		padding-left: 18px;
		grid-template-columns: minmax(88px, 1fr) 18px minmax(88px, 1fr) 18px minmax(88px, 1fr) 18px minmax(88px, 1fr);
	}

	.tp-run-body {
		grid-template-columns: 1fr 180px;
	}

	.tp-device-preview {
		width: 180px;
	}

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

@media screen and (max-width: 900px) {
	.tp-nav-inner,
	.tp-shell {
		width: min(100% - 32px, 720px);
	}

	.tp-wide {
		width: calc(100% - 32px);
	}

	.tp-nav-links > a:not(.tp-button) {
		display: none;
	}

	.tp-hero {
		padding: 84px 0 32px;
	}

	.tp-hero h1 {
		font-size: 2.625rem;
	}

	.tessa-product .tp-lead {
		font-size: 1.125rem;
	}

	.tp-platforms {
		display: none;
	}

	.tp-demo-intro {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 20px;
	}

	.tp-story-grid,
	.tp-efficiency-grid,
	.tp-deployment-grid,
	.tp-faq-grid,
	.tp-contact-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.tp-story-reversed .tp-story-copy,
	.tp-story-reversed .tp-proof {
		order: initial;
	}

	.tp-story-copy {
		max-width: 680px;
	}

	.tp-efficiency-copy {
		max-width: 680px;
	}

	.tp-workflow-lane-head {
		padding: 20px;
	}

	.tp-workflow-lane-head-inner {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.tp-workflow-metric {
		padding-right: 16px;
	}

	.tp-workflow-lane-copy {
		padding-left: 16px;
	}

	.tp-workflow-summary ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 16px;
	}

	.tp-workflow-summary li:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.tp-deployment-layers {
		width: 100%;
	}

	.tp-faq header {
		max-width: 440px;
	}

	.tp-contact-copy {
		max-width: 560px;
	}
}

@media screen and (max-width: 700px) {
	.tp-nav-inner {
		width: calc(100% - 24px);
	}

	.tp-nav-byline {
		display: none;
	}

	.tp-nav-links {
		gap: 0;
	}

	.tp-nav .tp-button {
		padding: 0 14px;
	}

	.tp-shell {
		width: calc(100% - 32px);
	}

	.tp-wide {
		width: calc(100% - 16px);
	}

	.tp-hero {
		padding: 84px 0 32px;
	}

	.tp-hero h1 {
		margin-top: 14px;
		font-size: 2.5rem;
	}

	.tessa-product .tp-lead {
		font-size: 1.0625rem;
	}

	.tp-platforms {
		gap: 20px;
		flex-wrap: wrap;
	}

	.tp-demo,
	.tp-story,
	.tp-efficiency,
	.tp-deployment,
	.tp-faq,
	.tp-contact {
		padding-top: 56px;
		padding-bottom: 80px;
	}

	.tp-product-intro,
	.tp-tiers-section {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.tp-workflow-section {
		padding-top: 72px;
		padding-bottom: 80px;
	}

	.tp-workflow-prerequisite {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.tp-workflow-table,
	.tp-workflow-table thead,
	.tp-workflow-table tbody,
	.tp-workflow-table tr,
	.tp-workflow-table th,
	.tp-workflow-table td {
		display: block;
		width: 100%;
	}

	.tp-workflow-table colgroup {
		display: none;
	}

	.tp-workflow-table thead tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tp-workflow-lane-head {
		min-width: 0;
		padding: 14px 12px;
	}

	.tp-workflow-lane-head + .tp-workflow-lane-head {
		border-left: 1px solid var(--tp-line);
	}

	.tp-workflow-lane-head-inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.tp-workflow-metric {
		padding: 0 0 8px;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		align-items: end;
		gap: 7px;
		border-right: 0;
		border-bottom: 1px solid var(--tp-line);
	}

	.tp-workflow-metric strong {
		font-size: 1.5625rem;
	}

	.tp-workflow-metric small {
		margin-top: 0;
		padding-bottom: 1px;
		line-height: 1.25;
	}

	.tp-workflow-lane-copy {
		padding-left: 0;
	}

	.tp-workflow-lane-copy > strong {
		font-size: 1rem;
	}

	.tp-workflow-lane-copy > small {
		line-height: 1.4;
	}

	.tp-workflow-lane-copy > em {
		margin-top: 7px;
	}

	.tp-workflow-phase-row th {
		border-top: 1px solid var(--tp-line);
	}

	.tp-workflow-phase-button {
		min-height: 44px;
		cursor: pointer;
	}

	.tp-workflow-phase-summary {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
		font-size: 0.75rem;
		font-weight: 500;
		color: var(--tp-faint);
	}

	.tp-workflow-phase-summary > span {
		white-space: nowrap;
	}

	.tp-workflow-phase-summary i {
		width: 14px;
		height: 14px;
		position: relative;
		flex: none;
	}

	.tp-workflow-phase-summary i::before,
	.tp-workflow-phase-summary i::after {
		content: "";
		position: absolute;
		background: var(--tp-faint);
	}

	.tp-workflow-phase-summary i::before {
		width: 10px;
		height: 1px;
		left: 2px;
		top: 6px;
	}

	.tp-workflow-phase-summary i::after {
		width: 1px;
		height: 10px;
		left: 6px;
		top: 2px;
	}

	.tp-workflow-phase.is-open .tp-workflow-phase-summary i::after {
		display: none;
	}

	.tp-workflow-table.is-enhanced .tp-workflow-phase:not(.is-open) .tp-workflow-phase-body {
		display: none;
	}

	.tp-workflow-phase-body td + td {
		border-top: 1px solid var(--tp-line);
		border-left: 0;
	}

	.tp-workflow-consolidation {
		display: none;
	}

	.tp-workflow-mobile-lane {
		min-height: 34px;
		padding: 8px 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		border-bottom: 1px solid var(--tp-line-soft);
		font-size: 0.8125rem;
		font-weight: 700;
		color: var(--tp-ink);
	}

	.tp-workflow-mobile-lane small {
		font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
		font-size: 0.6875rem;
		font-weight: 500;
		color: var(--tp-faint);
	}

	.tp-workflow-tessa-cell .tp-workflow-mobile-lane {
		color: var(--tp-blue);
	}

	.tp-workflow-entry {
		padding: 14px 16px;
	}

	.tp-workflow-entry:not(.is-last)::before {
		left: 25px;
		top: 34px;
		bottom: -15px;
	}

	.tp-workflow-summary {
		padding: 16px;
	}

	.tp-workflow-summary ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 0;
	}

	.tp-demo-intro {
		width: calc(100% - 16px);
		margin-bottom: 20px;
	}

	.tp-demo-intro h2,
	.tp-product-intro h2,
	.tp-efficiency h2,
	.tp-section-heading h2,
	.tp-deployment h2,
	.tp-faq h2,
	.tp-contact h2,
	.tp-story-copy h2 {
		font-size: 2.125rem;
	}

	.tp-demo-frame {
		height: min(720px, calc(100svh - 24px));
		min-height: 620px;
	}

	.tp-proof {
		min-height: 0;
	}

	.tp-map-proof {
		min-height: 560px;
	}

	.tp-map-flow {
		padding: 24px;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(7, auto);
		gap: 0;
	}

	.tp-map-node {
		min-height: 72px;
		padding: 10px;
		display: grid;
		grid-template-columns: 52px 1fr;
		grid-template-rows: auto auto;
		column-gap: 10px;
	}

	.tp-map-thumb {
		width: 52px;
		height: 50px;
		margin: 0;
		padding: 7px 8px;
		gap: 4px;
		grid-row: 1 / 3;
		overflow: hidden;
	}

	.tp-map-thumb i {
		height: 3px;
	}

	.tp-map-thumb .tps-brand {
		height: 4px;
	}

	.tp-map-thumb .tps-card {
		height: 10px;
	}

	.tp-map-thumb .tps-btn {
		height: 7px;
	}

	.tp-map-thumb .tps-gap {
		margin-top: 2px;
	}

	.tp-map-line {
		width: 1px;
		height: 14px;
		margin-left: 26px;
	}

	.tp-run-body {
		grid-template-columns: 1fr 156px;
		padding: 20px;
		gap: 16px;
	}

	.tp-device-preview {
		width: 156px;
		min-height: 360px;
		padding: 12px;
	}

	.tp-device-preview strong {
		font-size: 20px;
	}

	.tp-tiers {
		grid-template-columns: 1fr;
	}

	.tp-tier-head,
	.tp-tier > p:not(.tp-tier-callout) {
		min-height: 0;
	}

	.tp-tier-callout {
		min-height: 0;
	}

	.tp-deployment-layers > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.tp-contact-form {
		padding: 20px;
	}

	.tp-contact .t-form-fields {
		grid-template-columns: 1fr;
	}

	.tp-contact .t-form-field.t-form-half {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 480px) {
	.t-footer-inner {
		padding: 0 12px;
	}

	.tp-nav-brand img {
		height: 21px;
	}

	.tp-hero {
		padding: 84px 0 32px;
	}

	.tp-hero h1 {
		font-size: 2rem;
	}

	.tessa-product .tp-lead {
		font-size: 1rem;
	}

	.tp-actions .tp-button {
		padding-right: 14px;
		padding-left: 14px;
		font-size: 0.875rem;
	}

	.tp-platforms {
		display: none;
	}

	.tp-demo {
		padding-top: 40px;
	}

	.tp-demo-intro h2 {
		font-size: 1.875rem;
	}

	.tp-demo-intro {
		gap: 16px;
	}

	.tp-demo-intro > div > p:last-child {
		margin-top: 12px;
		font-size: 0.9375rem;
	}

	.tp-platforms {
		font-size: 0.625rem;
	}


	.tp-efficiency-metrics strong {
		font-size: 1.875rem;
	}

	.tp-workflow-section {
		padding-top: 64px;
		padding-bottom: 72px;
	}

	.tp-workflow-heading h3 {
		font-size: 1.625rem;
	}

	.tp-demo-frame {
		min-height: 580px;
	}

	.tp-run-body {
		grid-template-columns: 1fr;
	}

	.tp-device-preview {
		width: 100%;
		min-height: 220px;
		border-width: 4px;
		border-radius: 18px;
	}

	.tp-report-split {
		grid-template-columns: 1fr;
	}

	.tp-report-shot {
		width: min(190px, 100%);
		margin: 0 auto;
	}

	.tp-evidence-grid {
		grid-template-columns: 1fr;
	}

	.tp-evidence-grid > div {
		min-height: 0;
	}

	.tp-evidence-grid > div + div {
		border-top: 1px solid var(--tp-line);
		border-left: 0;
	}

	.tp-report-body {
		padding: 24px 20px;
	}

	.tp-contact-grid {
		gap: 36px;
	}
}

@media screen and (max-width: 360px) {
	.tp-hero {
		padding-top: 76px;
	}

	.tp-hero .tp-eyebrow {
		display: none;
	}

	.tp-hero h1 {
		margin-top: 0;
		font-size: 1.875rem;
	}

	.tessa-product .tp-lead {
		font-size: 0.9375rem;
	}

	.tp-actions .tp-button-secondary {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tessa-product *,
	.tessa-product *::before,
	.tessa-product *::after,
	.tp-nav * {
		animation-duration: 0.001ms !important;
		transition-duration: 0.001ms !important;
	}
}
