:root {
  color-scheme: light;
  --ink: #18211f;
  --muted: #65706d;
  --paper: #fbf8f1;
  --card: #fffdf8;
  --line: #deddd5;
  --lime: #d8f73a;
  --coral: #ff795f;
  --forest: #12342d;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.topbar { width: min(1180px, calc(100% - 40px)); height: 72px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px; background: var(--lime); }
.tools { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.langs { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.langs a { padding: 5px 9px; border-radius: 999px; text-decoration: none; }
.langs a[aria-current="page"] { color: var(--ink); background: var(--lime); font-weight: 900; }
.telegram { font-weight: 800; text-decoration: none; }
.hero { width: min(1180px, calc(100% - 40px)); margin: 24px auto 0; padding: 54px; border-radius: 34px; color: #fff; background: linear-gradient(135deg, #0f302a, #193f36 58%, #2b5548); box-shadow: 0 28px 80px rgba(25, 57, 49, .18); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.eyebrow, .kicker { margin: 0 0 14px; color: #6f8500; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: var(--lime); }
h1 { margin: 0; font-size: clamp(42px, 5.3vw, 70px); line-height: .98; letter-spacing: -.055em; }
.lead { margin: 24px 0 0; color: #d2e0dc; font-size: 20px; line-height: 1.55; }
.meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; color: #a8bdb7; font-size: 13px; }
.hero figure { margin: 0; min-height: 410px; overflow: hidden; border-radius: 24px; background: #274e44; }
.hero img { display: block; width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.promise-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 36px; }
.promise-row div { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
.promise-row b, .promise-row span { display: block; }
.promise-row b { color: var(--lime); font-size: 18px; }
.promise-row span { margin-top: 6px; color: #c5d5d0; font-size: 13px; line-height: 1.4; }
.shell { display: grid; grid-template-columns: 240px minmax(0, 820px); gap: 56px; width: min(1120px, calc(100% - 40px)); margin: 70px auto; align-items: start; }
.toc { position: sticky; top: 24px; display: grid; gap: 8px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,248,.88); }
.toc b { margin-bottom: 6px; }
.toc a { color: var(--muted); font-size: 13px; line-height: 1.35; text-decoration: none; }
.toc a:hover { color: var(--ink); }
article section { margin-bottom: 20px; padding: 46px; border: 1px solid var(--line); border-radius: 24px; background: var(--card); }
article section.dark { color: #f7fbf8; border-color: var(--forest); background: var(--forest); }
h2 { margin: 0 0 20px; font-size: clamp(30px, 4vw, 45px); line-height: 1.06; letter-spacing: -.045em; }
article p { color: #56625f; font-size: 17px; line-height: 1.75; }
.dark p { color: #c3d3ce; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 26px; }
.cards div { padding: 20px; border-radius: 15px; background: #f0f2e9; }
.cards b, .cards span { display: block; }
.cards span { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.48; }
.dark .cards div { background: rgba(255,255,255,.08); }
.dark .cards b { color: var(--lime); }
.dark .cards span { color: #b7cbc4; }
.verification { position: relative; overflow: hidden; border-color: #f3bbaa; background: #fff0ea; }
.verification:after { content: ""; position: absolute; width: 170px; height: 170px; right: -50px; top: -70px; border-radius: 50%; background: var(--coral); opacity: .15; }
.verification p, .verification h2 { position: relative; z-index: 1; }
.conclusion { color: #fff; border-color: #172724; background: #172724; }
.conclusion .kicker { color: var(--lime); }
.conclusion p { color: #c7d6d1; }
.cta { display: inline-flex; margin-top: 10px; padding: 14px 20px; border-radius: 999px; color: var(--ink); background: var(--lime); font-weight: 900; text-decoration: none; }
.related h2 { font-size: 30px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.related-grid a { padding: 22px; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; }
.related-grid b, .related-grid span { display: block; }
.related-grid span { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.status { padding: 24px 30px; }
.status p { margin: 7px 0 0; font-size: 14px; }
footer { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 48px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); }
footer div, footer nav { display: flex; gap: 14px; }
footer a { text-decoration: none; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .shell { grid-template-columns: 1fr; gap: 28px; }
  .toc { position: static; grid-template-columns: 1fr 1fr; }
  .toc b { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .topbar { width: calc(100% - 24px); }
  .tools > span, .telegram { display: none; }
  .hero { width: calc(100% - 20px); padding: 28px 20px 20px; border-radius: 24px; }
  h1 { font-size: 41px; }
  .lead { font-size: 17px; }
  .hero figure, .hero img { min-height: 250px; }
  .promise-row { grid-template-columns: 1fr; }
  .shell { width: calc(100% - 20px); margin: 36px auto; }
  .toc, .cards, .related-grid { grid-template-columns: 1fr; }
  .toc b { grid-column: auto; }
  article section { padding: 28px 22px; border-radius: 20px; }
  footer { width: calc(100% - 28px); flex-direction: column; }
}
