:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
	margin: 0;
	color: #c5c5c5;
	background: #100505;
	font-family: "Jost", sans-serif;
	font-size: 19px;
	line-height: 1.7;
}
a { color: #fa5b0f; text-underline-offset: 4px; }
.page-header { border-bottom: 1px solid rgba(255,255,255,.1); background: #080303; }
.header-inner, .article { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 82px; }
.logo { display: block; width: 44px; height: 44px; overflow: hidden; }
.logo img { width: 44px; height: 44px; }
.back { color: #fff; text-decoration: none; font-size: 15px; font-weight: 600; }
.back span, .kicker { color: #fa5b0f; }
.article { max-width: 820px; padding: 100px 0 120px; }
.kicker { margin: 0 0 14px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0 0 50px; color: #fff; font-size: 36px; line-height: 1.08; }
.lead { color: #fff; font-size: 23px; line-height: 1.5; }
p, ol { margin: 0 0 28px; }
li { margin-bottom: 14px; }
.signature { margin-top: 52px; color: #fff; font-weight: 600; }
.signature img { display: inline-block; width: 250px; max-width: 100%; margin-left: 8px; vertical-align: middle; }
.qa { margin-bottom: 34px; }
.qa strong { color: #fff; }
@media (max-width: 600px) {
	body { font-size: 17px; }
	.header-inner { height: 68px; }
	.article { padding: 70px 0 90px; }
	h1 { margin-bottom: 38px; font-size: 30px; }
	.lead { font-size: 20px; }
	.signature img { display: block; margin: 12px 0 0; }
}
