@font-face {
	font-family: system-fallback;
	src: local("Arial");
}
:root {
	--paper: #000;
	--ink: #f5f5f7;
	--muted: #929297;
	--blue: #7aa7ff;
	--line: #252528;
	color-scheme: dark;
	font-family:
		-apple-system, BlinkMacSystemFont, "Helvetica Neue", system-fallback,
		sans-serif;
	color: var(--ink);
	background: var(--paper);
	font-synthesis: none;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
button,
input {
	font: inherit;
}
button,
a,
input {
	-webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible {
	outline: 3px solid var(--blue);
	outline-offset: 6px;
}
button {
	cursor: pointer;
}
button:disabled {
	cursor: default;
}
::selection {
	background: #234775;
	color: #fff;
}
.site-header,
footer {
	max-width: 1100px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 36px;
}
.wordmark {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 650;
	letter-spacing: -0.65px;
	white-space: nowrap;
}
.quiet-link {
	font-size: 14px;
	color: var(--muted);
}
.quiet-link:hover,
footer a:hover {
	color: var(--blue);
}
.hero {
	text-align: center;
	padding: 45px 24px 0;
	overflow: hidden;
}
h1 {
	font-size: clamp(2.85rem, 6vw, 4.65rem);
	line-height: 1.015;
	font-weight: 650;
	letter-spacing: -0.065em;
	margin: 0;
}
.intro {
	font-size: 1.15rem;
	line-height: 1.55;
	color: var(--muted);
	letter-spacing: -0.025em;
	margin: 23px auto 24px;
}
.purchase {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 11px;
}
.buy-button {
	display: inline-flex;
	align-items: center;
	gap: 28px;
	padding: 16px 20px 16px 25px;
	border-radius: 15px;
	color: #111;
	background: #f5f5f7;
	font-weight: 600;
	font-size: 16px;
	transition:
		background 0.2s,
		transform 0.2s;
}
.buy-button:hover {
	background: #fff;
	transform: translateY(-1px);
}
.buy-button span {
	padding-left: 18px;
	border-left: 1px solid #1113;
	font-weight: 450;
}
.purchase p {
	font-size: 13px;
	color: var(--muted);
	margin: 0;
}
[hidden] {
	display: none !important;
}
.demo {
	max-width: 940px;
	margin: 52px auto 0;
}
.video-frame {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--line);
	background: #080808;
}
.video-frame video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #000;
}
.video-frame video:focus-visible {
	outline: 3px solid var(--blue);
	outline-offset: -3px;
}
.video-placeholder {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 24px;
	color: var(--muted);
}
.video-placeholder svg {
	color: #626269;
	margin-bottom: 17px;
}
.video-placeholder p {
	color: #c7c7cc;
	margin: 0 0 9px;
	font-size: 19px;
	letter-spacing: -0.035em;
}
.video-placeholder span {
	font-size: 13px;
}
.demo figcaption {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.6;
	margin-top: 21px;
}
.questions {
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	gap: 72px;
	max-width: 970px;
	padding: 64px 36px 70px;
	margin: 68px auto 0;
	border-top: 1px solid var(--line);
	scroll-margin-top: 35px;
	text-align: left;
}
.faq-heading h2 {
	font-size: 2rem;
	line-height: 1.12;
	letter-spacing: -0.055em;
	font-weight: 600;
	margin: 0 0 18px;
}
.faq-heading p {
	font-size: 16px;
	line-height: 1.6;
	color: var(--muted);
	margin: 0;
}
.faq-list details {
	border-bottom: 1px solid var(--line);
	padding: 21px 0;
}
.faq-list details:first-child {
	padding-top: 2px;
}
.faq-list details:last-child {
	border-bottom: 0;
}
summary {
	font-size: 16px;
	line-height: 1.45;
	font-weight: 550;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap: 18px;
}
summary::-webkit-details-marker {
	display: none;
}
summary::after {
	content: "+";
	font-size: 21px;
	line-height: 1;
	color: #8993a4;
	font-weight: 350;
}
details[open] summary::after {
	content: "−";
}
details p {
	font-size: 16px;
	line-height: 1.75;
	color: var(--muted);
	margin: 13px 26px 0 0;
}
details a {
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}
footer {
	border-top: 1px solid var(--line);
	font-size: 12px;
	color: var(--muted);
	padding-top: 27px;
	padding-bottom: 32px;
}
footer .wordmark {
	font-size: 16px;
	color: var(--ink);
}
footer > span {
	margin-left: auto;
}
footer > a:last-child {
	margin-left: 24px;
}
@media (min-width: 1200px) {
	.hero {
		padding-top: 54px;
	}
}
@media (max-width: 700px) {
	.demo {
		margin-top: 38px;
	}
	.video-frame {
		border-radius: 15px;
	}
	.video-placeholder svg {
		width: 42px;
		height: 32px;
		margin-bottom: 12px;
	}
	.video-placeholder p {
		font-size: 17px;
	}
	.site-header {
		padding: 23px 24px;
	}
	.wordmark {
		font-size: 18px;
	}
	.quiet-link {
		font-size: 13px;
	}
	.hero {
		padding-top: 35px;
	}
	.intro {
		font-size: 1rem;
		margin: 20px auto 22px;
	}
	.buy-button {
		padding: 15px 18px 15px 22px;
	}
	.questions {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-top: 58px;
		padding: 48px 26px 40px;
	}
	.faq-heading h2 br,
	.faq-heading p br {
		display: none;
	}
	.faq-heading h2 {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	.faq-list details {
		padding: 20px 0;
	}
	footer {
		padding: 24px;
		flex-wrap: wrap;
		gap: 18px;
	}
	footer > span {
		order: 3;
		width: 100%;
		margin: 0;
	}
	footer > a:last-child {
		margin-left: auto;
	}
}
@media (max-width: 450px) {
	h1 {
		font-size: clamp(2.4rem, 10vw, 3.5rem);
	}
	.desktop-break {
		display: none;
	}
	.intro {
		max-width: 260px;
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	.buy-button {
		transition: none;
	}
}
