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

h1, h2, h3 { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; line-height: 1.2; text-transform: uppercase; letter-spacing: .04em; }
h1 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 18px; }
h2 { font-size: clamp(22px, 3vw, 30px); margin: 36px 0 18px; }
h3 { font-size: 19px; margin: 0 0 8px; }
p { margin: 0 0 12px; max-width: 63ch; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 18px; }
.main { padding: 36px 0 54px; }

.head { background: #fdfcfc;
    border-bottom: 1px solid #dfd8d9; }
.head-logo { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; font-weight: 700;
    font-size: 20px; color: #301d1f; text-decoration: none;
    display: inline-flex; align-items: center;
    gap: 9px; }
.head-mark { flex: 0 0 auto; display: block;
    border-radius: 8px; }
.head-nav a { color: #301d1f; text-decoration: none; }
.head-nav a:hover { color: #1c7d70; }
.head-nav a { display: inline-block;
    padding: 6px 12px; border-radius: 10px; }
.head-nav a:hover { background: #f8f7f7; }
.head-in { padding: 18px 0; }
.head-nav { display: flex; flex-wrap: wrap;
    gap: 18px; margin-top: 12px; padding-top: 12px;
    border-top: 1px solid #dfd8d9; }
.foot { background: #fdfcfc;
    border-top: 1px solid #dfd8d9; padding: 36px 0;
    color: #7d686b; font-size: 15px; }
.foot a { color: #7d686b; }
.foot p { margin: 0 0 6px; max-width: none; }
.foot small { display: block; }
.foot-rule { border: 0; border-top: 1px solid #dfd8d9;
    margin: 0 0 18px; width: 100%; flex: 1 0 100%;
    grid-column: 1 / -1; }
.foot-nav ul { list-style: none; margin: 0;
    padding: 0; }
.foot-nav li { margin: 0 0 6px; }
.foot-in { display: grid; gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr)); }
@media (max-width: 720px) {
    .head-nav { flex-wrap: wrap; }
    .head-nav ul { flex-wrap: wrap; }
}
.cards { display: flex; flex-wrap: wrap; gap: 18px; }
.cards > * { flex: 1 1 260px; }
.cards > li { border-radius: 10px; padding: 18px;
  background: #fdfcfc; box-shadow: 0 2px 10px rgba(0,0,0,.08); }

.cards { list-style: none; margin: 0; padding: 0; }
.cards h3 { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; }
.cards p { color: #7d686b; margin: 0; }

.lead { font-size: 18px; color: #7d686b; max-width: 63ch; }
.cta {
    display: inline-block; padding: 12px 22px; border-radius: 10px;
    background: #1c7d70; color: #ffffff;
    text-decoration: none; font-weight: 600;
}
.cta:hover { opacity: .9; }

.prices { width: 100%; border-collapse: collapse; margin: 18px 0; }
.prices th, .prices td {
    text-align: left; padding: 11px 18px 11px 0;
    border-bottom: 1px solid #dfd8d9;
}
.prices th { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; }

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

.faq summary { cursor: pointer; font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; padding: 10px 0; }
.faq details { border-bottom: 1px solid #dfd8d9; }
.faq p { color: #7d686b; }

.note { color: #7d686b; font-size: 15px; }
.pager { display: flex; gap: 8px; flex-wrap: wrap; margin: 36px 0; }
.pager a, .pager span {
    padding: 8px 14px; border: 1px solid #dfd8d9;
    border-radius: 10px; text-decoration: none;
}
.pager span { background: #1c7d70; color: #ffffff; border-color: #1c7d70; }


.defs { margin: 0; }
.defs dt { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; font-size: 18px;
    margin: 18px 0 4px; }
.defs dd { margin: 0; color: #7d686b; max-width: 63ch; }

.facts { display: flex; flex-wrap: wrap; gap: 36px;
    margin: 18px 0; }
.stat-n { display: block; font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace;
    font-size: 30px; color: #1c7d70; }

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

.band { background: #fdfcfc; border-left: 4px solid #1c7d70;
    padding: 18px 27px; margin: 36px 0; }
.band h2 { margin-top: 0; }

.quote { margin: 36px 0; padding: 0 0 0 18px;
    border-left: 3px solid #dfd8d9; font-size: 18px; }
.quote footer { color: #7d686b; font-size: 15px; }

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

.plain { list-style: none; padding: 0; margin: 0; }
.plain li { margin: 0 0 8px; }
.checks { list-style: none; padding: 0; margin: 0; }
.checks li, .check { position: relative;
    padding-left: 26px; margin: 0 0 10px; }
.checks li::before, .check::before { content: "—";
    position: absolute; left: 0; color: #1c7d70;
    font-weight: 700; }
.figure { margin: 18px 0; }
.figure img { border-radius: 10px; width: 100%; }
.figure figcaption { margin-top: 6px; }
.price { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; font-size: 20px;
    color: #1c7d70; margin: 0; }


.hero-pic { display: block; width: 100%; height: auto;
    aspect-ratio: 1 / 1; object-fit: cover;
    border-radius: 10px; }
.hero-media { margin: 0; }
.hero-text h1 { margin-top: 0; }
@media (min-width: 820px) {
    .hero-wide { display: grid; gap: 36px;
        grid-template-columns: 2fr 3fr; align-items: center; }
    .hero-text { min-width: 0; }
    .hero-media { margin: 0; }
}
@media (max-width: 819px) {
    .hero-media { margin-bottom: 18px; }
}
@media (min-width: 820px) {
    .hero-right .hero-media { order: 2; }
}
.cards-edge > li { border-left: 3px solid #1c7d70;
    padding-left: 18px; }
.flow-side { list-style: none; margin: 0; padding: 0; }
.flow-side li { display: flex; gap: 18px;
    align-items: baseline; padding: 12px 0;
    border-bottom: 1px solid #dfd8d9; }
.flow-side li:last-child { border-bottom: 0; }
.flow-side b { flex: 0 0 auto; font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace;
    font-size: 24px; color: #1c7d70; }
.flow-side p { margin: 0; }
.prices-defs { margin: 18px 0; }
.prices-defs dt { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace;
    margin: 12px 0 2px; }
.prices-defs dd { margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dfd8d9; }
.figure-wide img { aspect-ratio: 21 / 9;
    object-fit: cover; }
.cols { margin: 0; }
.terms { list-style: none; margin: 0; padding: 0; }
.terms li { margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfd8d9; }
.terms b { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; }
.terms span { color: #7d686b; }
.myth { margin: 0; }
.myth dt { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace;
    margin: 18px 0 4px; }
.myth dt::before { content: '✕'; color: #1c7d70;
    margin-right: 8px; }
.myth dd { margin: 0 0 0 22px; color: #7d686b; }
.fits-flat { list-style: none; margin: 0;
    padding: 0; }
.fits-flat li { position: relative;
    padding-left: 26px; margin: 0 0 8px; }
.fits-y::before { content: '+'; position: absolute;
    left: 0; color: #1c7d70; font-weight: 700; }
.fits-n::before { content: '—'; position: absolute;
    left: 0; color: #7d686b; }
.compare { width: 100%; border-collapse: collapse;
    margin: 18px 0; }
.compare th, .compare td { text-align: left;
    padding: 10px 18px 10px 0;
    border-bottom: 1px solid #dfd8d9; }
.compare th { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; }
.compare td:first-child { color: #7d686b; }
.sum { font-size: 19px; line-height: 1.5; list-style: none; margin: 0;
    padding: 0; }
.sum li { margin: 0 0 10px; padding-left: 24px;
    position: relative; }
.sum li::before { content: '→'; position: absolute;
    left: 0; color: #1c7d70; }
.hint { background: #fdfcfc;
    border-radius: 10px; padding: 18px;
    margin: 18px 0; }
.hint h3 { margin: 0 0 6px; }
.hint p { margin: 0; }
.line-grid { display: grid; gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.line-grid b { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace;
    font-size: 22px; color: #1c7d70; }
.line-grid p { margin: 4px 0 0; color: #7d686b; }
.read { margin: 0; }
.read dt { font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace;
    margin: 18px 0 2px; }
.read dd { margin: 0; color: #7d686b; }

.also {
    margin: 36px 0 0;
    padding-top: 18px;
    border-top: 1px solid #dfd8d9;
}
.also a { color: #1c7d70; }

.also ol { margin: 0; padding-left: 20px;
     }
.also li { margin: 0 0 6px; }

.feed { list-style: none; margin: 0; padding: 0;
    display: grid; gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(min(440px, 100%), 1fr)); }
.feed h3 { margin: 0 0 8px; font-size: 18px;
    font-family: Consolas, Menlo, "DejaVu Sans Mono", monospace; line-height: 1.3; }
.feed h3 a { color: #301d1f; text-decoration: none; }
.feed h3 a:hover { color: #1c7d70; }
.feed-lead { margin: 0 0 8px; max-width: none;
    color: #7d686b; }
.feed-date { margin: 0; max-width: none;
    color: #7d686b; font-size: 14px; }
.feed-item { display: flex; gap: 18px;
    align-items: flex-start; }
.feed-body { flex: 1 1 auto; min-width: 0; }
.feed-media { flex: 0 0 150px; margin: 0;
    overflow: hidden; border-radius: 10px; }
.feed-media img { display: block; width: 150px;
    height: 112px; object-fit: cover; }
@media (max-width: 520px) {
    .feed-item { display: block; }
    .feed-media { width: 100%; margin: 0 0 10px; }
    .feed-media img { width: 100%; height: auto;
        aspect-ratio: 16 / 9; }
}
.page { max-width: 840px; }
.post h1 { margin-top: 0;
    margin-bottom: 12px; }
.post-date { margin-top: 0;
    margin-bottom: 10px;
    color: #7d686b; font-size: 15px; }
.post-crumbs { margin-top: 0;
    margin-bottom: 8px;
    color: #7d686b; font-size: 14px; }
.post-crumbs a { color: #7d686b; }
.post-crumbs ol { list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 6px; }
.post-crumbs li + li::before { content: '/';
    margin-right: 6px; }
.post-tail { margin-top: 36px;
    margin-bottom: 0; padding-top: 18px;
    border-top: 1px solid #dfd8d9; }
.post-head { padding-bottom: 18px;
    border-bottom: 1px solid #dfd8d9;
    margin-bottom: 18px; }
.post-lead { margin: 0; font-size: 19px;
    line-height: 1.55; color: #7d686b; max-width: none; }
.post-cover { margin: 0 0 18px; overflow: hidden;
    border-radius: 10px; }
.post-cover img { display: block; width: 100%;
    height: auto; aspect-ratio: 4 / 3;
    object-fit: cover; }
.post-body h2 { font-size: clamp(20px, 2.4vw, 26px);
    margin: 36px 0 10px; }
.post-body h3 { font-size: 19px;
    margin: 22px 0 6px; }
.post-body p { max-width: none; }
.post-body ul, .post-body ol {
    padding-left: 22px; margin: 0 0 12px; }
.post-body li { margin: 0 0 6px; }
.post-body img { border-radius: 10px;
    margin: 18px 0; }
.post-body blockquote { margin: 18px 0;
    padding-left: 18px; border-left: 3px solid #dfd8d9;
    color: #7d686b; }
.post-body table { width: 100%; border-collapse: collapse;
    margin: 18px 0; }
.post-body th, .post-body td { text-align: left;
    padding: 9px 12px 9px 0; border-bottom: 1px solid #dfd8d9; }
.main > section, .main > .full { margin-bottom: 36px; }
.main > *:last-child { margin-bottom: 0; }
.main > section > p, .main > section > h2 + p { max-width: 78ch; }
.main > section + section::before { content: ''; display: block;
    margin: 0 0 36px; height: 5px; border-top: 1px solid #dfd8d9;
    border-bottom: 1px solid #dfd8d9; }
@media (min-width: 960px) {
    .main > section { display: grid; gap: 0 36px;
        grid-template-columns: minmax(min(420px, 100%), 1fr) minmax(0, 240px); }
    .main > section > h2 { grid-column: 2; margin-top: 0; }
    .main > section > *:not(h2) { grid-column: 1; }
    .main > section:first-child { display: block; }
}
@media (min-width: 640px) {
    .cards { grid-template-columns: repeat(2, 1fr);
        display: grid; }
}

@media (max-width: 720px) {
    .main { padding: 18px 0 36px; }
}
@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
}
