/* гуманистический в заголовках, серифный в тексте */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: #212b26;
	color: #e7e9e8;
	font: 16px/1.65 Georgia, "Times New Roman", serif;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #d49654; }
a:hover, a:focus { text-decoration: none; }
:focus-visible { outline: 2px solid #d49654; outline-offset: 2px; }

h1, h2, h3 { font-family: "Trebuchet MS", "Lucida Grande", sans-serif; line-height: 1.2; text-transform: uppercase; letter-spacing: .04em; }
h1 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 17px; }
h2 { font-size: clamp(22px, 3vw, 30px); margin: 34px 0 17px; }
h3 { font-size: 19px; margin: 0 0 8px; }
p { margin: 0 0 11px; max-width: 71ch; }

.pla-wrap { max-width: 1160px; margin: 0 auto; padding: 0 17px; }
.pla-main { padding: 34px 0 51px; }

.pla-head { background: #2a322e; border-bottom: 1px solid #424d48; }
.pla-head__logo { font-family: "Trebuchet MS", "Lucida Grande", sans-serif; font-weight: 700;
	font-size: 20px; color: #e7e9e8; text-decoration: none; }
.pla-head__nav a { color: #e7e9e8; text-decoration: none; }
.pla-head__nav a:hover { color: #d49654; }
.pla-head__in { display: flex; align-items: center;
	justify-content: space-between; gap: 17px; padding: 17px 0; }
.pla-head__nav { display: flex; gap: 17px; flex-wrap: wrap; }

.pla-cards { display: grid; gap: 17px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.pla-cards > li { border-radius: 10px; padding: 17px;
  background: #2a322e; box-shadow: 0 2px 10px rgba(0,0,0,.08); }

.pla-cards { list-style: none; margin: 0; padding: 0; }
.pla-cards h3 { font-family: "Trebuchet MS", "Lucida Grande", sans-serif; }
.pla-cards p { color: #93a99e; margin: 0; }

.pla-lead { font-size: 18px; color: #93a99e; max-width: 71ch; }
.pla-cta {
	display: inline-block; padding: 12px 22px; border-radius: 10px;
	background: #d49654; color: #0f0f0f;
	text-decoration: none; font-weight: 600;
}
.pla-cta:hover { opacity: .9; }

.pla-prices { width: 100%; border-collapse: collapse; margin: 17px 0; }
.pla-prices th, .pla-prices td {
	text-align: left; padding: 11px 17px 11px 0;
	border-bottom: 1px solid #424d48;
}
.pla-prices th { font-family: "Trebuchet MS", "Lucida Grande", sans-serif; }

.pla-steps { counter-reset: s; list-style: none; padding: 0; margin: 0; }
.pla-steps li { position: relative; padding-left: 48px; margin: 0 0 17px; }
.pla-steps li::before {
	counter-increment: s; content: counter(s);
	position: absolute; left: 0; top: 0;
	width: 32px; height: 32px; border-radius: 16px;
	background: #d49654; color: #0f0f0f;
	display: flex; align-items: center; justify-content: center;
	font-weight: 700;
}

.pla-faq summary { cursor: pointer; font-family: "Trebuchet MS", "Lucida Grande", sans-serif; padding: 10px 0; }
.pla-faq details { border-bottom: 1px solid #424d48; }
.pla-faq p { color: #93a99e; }

.pla-note { color: #93a99e; font-size: 15px; }
.pla-pager { display: flex; gap: 8px; flex-wrap: wrap; margin: 34px 0; }
.pla-pager a, .pla-pager span {
	padding: 8px 14px; border: 1px solid #424d48;
	border-radius: 10px; text-decoration: none;
}
.pla-pager span { background: #d49654; color: #0f0f0f; border-color: #d49654; }


.pla-defs { margin: 0; }
.pla-defs dt { font-family: "Trebuchet MS", "Lucida Grande", sans-serif; font-size: 18px;
	margin: 17px 0 4px; }
.pla-defs dd { margin: 0; color: #93a99e; max-width: 71ch; }

.pla-facts { display: flex; flex-wrap: wrap; gap: 34px;
	margin: 17px 0; }
.pla-stat__n { display: block; font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
	font-size: 30px; color: #d49654; }

.pla-flow { display: flex; flex-direction: column; gap: 17px; }
.pla-step { display: flex; gap: 14px; align-items: flex-start; }
.pla-step p { margin: 0; }
.pla-step__n { flex: 0 0 auto; width: 30px; height: 30px;
	border: 2px solid #d49654; color: #d49654;
	border-radius: 15px; display: flex;
	align-items: center; justify-content: center; font-weight: 700; }

.pla-band { background: #2a322e; border-left: 4px solid #d49654;
	padding: 17px 26px; margin: 34px 0; }
.pla-band h2 { margin-top: 0; }

.pla-quote { margin: 34px 0; padding: 0 0 0 17px;
	border-left: 3px solid #424d48; font-size: 18px; }
.pla-quote footer { color: #93a99e; font-size: 15px; }

.pla-cols p { max-width: none; }
@media (min-width: 860px) {
	.pla-cols { column-count: 2; column-gap: 34px; }
}

.pla-plain { list-style: none; padding: 0; margin: 0; }
.pla-plain li { margin: 0 0 8px; }
.pla-checks { list-style: none; padding: 0; margin: 0; }
.pla-checks li, .pla-check { position: relative; padding-left: 26px;
	margin: 0 0 10px; }
.pla-checks li::before, .pla-check::before { content: "—";
	position: absolute; left: 0; color: #d49654; font-weight: 700; }
.pla-figure { margin: 17px 0; }
.pla-figure img { border-radius: 10px; width: 100%; }
.pla-figure figcaption { margin-top: 6px; }
.pla-hero__pic { border-radius: 10px; margin-bottom: 17px; }
@media (min-width: 860px) {
	.pla-hero__wide { display: grid; gap: 34px;
		grid-template-columns: 1fr 1fr; align-items: center; }
	.pla-hero__pic { margin: 0; }
}
.pla-price { font-family: "Trebuchet MS", "Lucida Grande", sans-serif; font-size: 20px;
	color: #d49654; margin: 0; }

.pla-foot { background: #2a322e; border-top: 1px solid #424d48;
	padding: 34px 0; color: #93a99e; font-size: 15px; }
.pla-foot a { color: #93a99e; }
.pla-foot__in { display: grid; gap: 17px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.pla-foot ul { list-style: none; margin: 0; padding: 0; }
.pla-foot li { margin: 0 0 6px; }


@media (max-width: 720px) {
	.pla-head__nav { flex-wrap: wrap; }
	.pla-main { padding: 17px 0 34px; }
}
@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; transition: none !important; }
}
