@font-face {
  font-family: "Unbounded";
  src: url("./fonts/unbounded-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  src: url("./fonts/unbounded-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #10241e;
  --forest: #0b3329;
  --forest-2: #124c3d;
  --green: #16775c;
  --mint: #baf0d8;
  --mint-soft: #e7f8f0;
  --paper: #f7f8f4;
  --white: #ffffff;
  --signal: #ffd43b;
  --danger: #f25f4b;
  --amber: #e8a02c;
  --muted: #596b65;
  --line: #cbd8d2;
  --display: "Unbounded", "Arial Narrow", sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(11, 51, 41, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--signal); color: var(--ink); }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
.shell { width: min(1240px, calc(100% - 56px)); margin: 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--signal); color: var(--ink); font-weight: 800; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.preview-bar { padding: 7px 16px; background: var(--signal); color: var(--ink); text-align: center; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(186, 240, 216, .18); background: var(--forest); color: var(--white); }
.nav-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 17px; font-weight: 750; letter-spacing: -.04em; white-space: nowrap; }
.brand img { border-radius: 50%; }
.brand b { color: var(--signal); font-size: 10px; letter-spacing: .05em; vertical-align: top; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav-links > a:not(.button) { color: #d7e7e1; }
.nav-links > a:not(.button):hover { color: var(--signal); }
.menu-button { display: none; min-width: 48px; min-height: 48px; border: 0; background: transparent; color: white; font-weight: 800; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid var(--signal); border-radius: 2px; background: var(--signal); color: var(--ink); font-weight: 850; transition: transform .18s ease-out, box-shadow .18s ease-out, background .18s ease-out; }
.button:hover { transform: translateY(-3px); box-shadow: 0 10px 0 rgba(11, 51, 41, .18); }
.button-small { min-height: 42px; padding: 0 16px; border-width: 1px; font-size: 13px; }
.button-dark { border-color: var(--forest); background: var(--forest); color: white; }
.button-light { border-color: var(--signal); background: var(--signal); color: var(--ink); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 2px solid currentColor; color: var(--green); font-weight: 800; }
.text-link span { font-size: 20px; transition: transform .18s ease-out; }
.text-link:hover span { transform: translateX(4px); }

.hero { overflow: hidden; background: var(--white); }
.hero-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 24px; align-items: center; padding: 72px 0 0; }
.hero-copy { position: relative; z-index: 2; padding: 0 0 68px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 720px; margin-bottom: 28px; font-family: var(--display); font-size: clamp(43px, 4.5vw, 70px); font-weight: 760; line-height: 1.03; letter-spacing: -.055em; }
h1 em { color: var(--green); font-style: normal; text-decoration: underline; text-decoration-color: var(--signal); text-decoration-thickness: .18em; text-underline-offset: .08em; }
.hero-lead { max-width: 610px; margin-bottom: 30px; color: #43574f; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 25px; color: var(--muted); font-size: 13px; }
.hero-meta span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--green); }
.hero-visual { position: relative; min-height: 520px; align-self: end; display: flex; align-items: flex-end; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; inset: 8% 0 0 7%; background: var(--mint-soft); clip-path: polygon(7% 0, 100% 0, 100% 86%, 86% 100%, 0 100%, 0 12%); }
.hero-visual img { position: relative; z-index: 1; width: 111%; max-width: none; margin-right: -10%; mix-blend-mode: multiply; filter: saturate(1.04) contrast(1.03); }
.shift-sign { position: absolute; top: 9%; right: 1%; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; background: var(--forest); color: white; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.shift-sign span { width: 9px; height: 9px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(255,212,59,.18); animation: pulse 2.2s ease-out infinite; }
.hero-stamp { position: absolute; right: 0; bottom: 8%; z-index: 3; width: 200px; padding: 15px 17px; border: 2px solid var(--forest); background: var(--signal); color: var(--ink); box-shadow: 12px 15px 0 rgba(11,51,41,.11); transform: rotate(-2deg); }
.hero-stamp b, .hero-stamp span { display: block; }
.hero-stamp b { font-family: var(--display); font-size: 10px; line-height: 1.4; text-transform: uppercase; }
.hero-stamp span { margin-top: 6px; font-size: 12px; line-height: 1.35; }

.comment-belt { grid-column: 1 / -1; min-height: 112px; display: grid; grid-template-columns: 160px repeat(3, 1fr); border: 1px solid var(--forest); border-bottom: 0; background: var(--white); box-shadow: var(--shadow); }
.belt-label, .belt-item { min-width: 0; padding: 19px 20px; border-right: 1px solid var(--line); }
.belt-label { display: flex; align-items: center; background: var(--forest); color: white; font-family: var(--display); font-size: 12px; font-weight: 720; line-height: 1.4; text-transform: uppercase; }
.belt-item:last-child { border-right: 0; }
.belt-item span { display: inline-block; margin-bottom: 9px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.belt-item p { margin: 0; overflow: hidden; color: #41564e; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.belt-danger span { color: #ba3d2d; }.belt-safe span { color: var(--green); }.belt-review span { color: #9a6512; }

.proof-strip { background: var(--forest); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 122px; display: flex; flex-direction: column; justify-content: center; padding: 23px 26px; border-left: 1px solid rgba(255,255,255,.14); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.proof-grid b { color: var(--signal); font-size: 14px; }
.proof-grid span { margin-top: 5px; color: #c8dbd4; font-size: 13px; line-height: 1.35; }

.demo-section, .story-section, .control-section, .steps-section, .price-section, .founder-section, .faq-section, .articles-section { padding: 124px 0; }
.section-heading h2, .story-copy h2, .control-copy h2, .price-copy h2, .founder-grid h2, .faq-grid h2, .articles-head h2, .final-cta h2 { font-family: var(--display); font-size: clamp(37px, 4.3vw, 62px); font-weight: 720; line-height: 1.08; letter-spacing: -.05em; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.split-heading h2 { margin: 0; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; }

.product-stage { display: grid; grid-template-columns: 350px 1fr; min-height: 565px; overflow: hidden; border: 1px solid var(--forest); background: var(--mint-soft); box-shadow: 0 30px 0 rgba(11,51,41,.08); }
.scenario-list { padding: 22px; background: var(--forest); }
.scenario { width: 100%; display: grid; grid-template-columns: 36px 1fr; padding: 22px 14px; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); background: transparent; color: white; text-align: left; cursor: pointer; opacity: .62; transition: opacity .18s ease-out, background .18s ease-out; }
.scenario span { grid-row: 1 / 3; color: var(--signal); font-family: var(--display); font-size: 12px; }
.scenario b { font-size: 16px; }
.scenario small { margin-top: 4px; color: #bcd0c8; }
.scenario:hover, .scenario.active, .scenario:focus-visible { opacity: 1; background: rgba(255,255,255,.08); }
.bot-window { align-self: center; width: min(600px, calc(100% - 80px)); margin: 0 auto; overflow: hidden; border: 1px solid var(--forest); background: white; box-shadow: 16px 18px 0 rgba(11,51,41,.13); }
.bot-titlebar { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid var(--line); background: #fbfcfa; font-size: 13px; font-weight: 760; }
.bot-titlebar > div { display: flex; align-items: center; gap: 9px; }
.bot-titlebar i { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--mint-soft); }
.live { color: var(--green); font-size: 12px; }
.incoming { display: flex; gap: 14px; margin: 24px; padding: 18px; border-radius: 14px 14px 14px 2px; background: #f0f4f1; }
.avatar { flex: 0 0 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--forest); font-weight: 850; }
.incoming b { font-size: 14px; }
.incoming p { margin: 6px 0 0; color: #43514c; font-size: 14px; }
.verdict { margin: 0 24px 16px; padding: 18px; border: 1px solid; transition: background .18s ease-out, border-color .18s ease-out; }
.verdict-bad { border-color: #edab9f; background: #fff4f0; }
.verdict-good { border-color: #8bcbb1; background: #eefaf4; }
.verdict-top { display: flex; justify-content: space-between; gap: 16px; font-size: 12px; }
.verdict-top span { color: #bd3e2e; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.verdict-good .verdict-top span { color: var(--green); }
.verdict-top strong { color: var(--muted); font-weight: 700; }
.verdict p { margin: 11px 0 0; color: #46544f; font-size: 14px; }
.decision-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 24px; }
.decision-actions button { min-height: 46px; border: 2px solid var(--forest); background: var(--forest); color: white; font-weight: 800; cursor: pointer; }
.decision-actions button + button { background: white; color: var(--forest); }
.window-note { margin: 17px 24px 23px; color: var(--muted); font-size: 12px; text-align: center; }

.story-section { background: var(--signal); }
.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 90px; align-items: center; }
.story-quote { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; overflow: hidden; border: 2px solid var(--forest); background: var(--forest); color: white; box-shadow: 18px 20px 0 rgba(16,36,30,.18); transform: rotate(-1deg); }
.story-quote::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 240px; height: 240px; border: 45px solid rgba(255,212,59,.13); border-radius: 50%; }
.rule-label { position: relative; z-index: 1; width: fit-content; margin: 0; padding: 8px 10px; background: var(--signal); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.story-quote blockquote { position: relative; z-index: 1; margin: 42px 0; font-family: var(--display); font-size: clamp(25px, 3vw, 40px); font-weight: 660; line-height: 1.2; letter-spacing: -.04em; }
.rule-status { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; margin: 0; color: #c8dcd4; font-size: 13px; font-weight: 700; }
.rule-status span { width: 10px; height: 10px; border-radius: 50%; background: var(--mint); }
.story-copy > p { color: #31463e; font-size: 18px; }
.plain-benefits { display: grid; gap: 0; margin: 34px 0 0; padding: 0; border-top: 2px solid rgba(16,36,30,.3); list-style: none; }
.plain-benefits li { padding: 15px 0; border-bottom: 1px solid rgba(16,36,30,.25); font-weight: 750; }
.plain-benefits li::before { content: "✓"; margin-right: 12px; }

.control-section { overflow: hidden; background: var(--forest); color: white; }
.control-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.control-copy > p { color: #c1d5cd; font-size: 18px; }
.check-list { display: grid; gap: 13px; margin: 32px 0 0; padding: 0; list-style: none; color: #eaf6f1; }
.check-list span { display: inline-grid; width: 24px; height: 24px; place-items: center; margin-right: 9px; background: var(--signal); color: var(--ink); font-weight: 900; }
.journal { padding: 18px; border: 1px solid var(--forest); background: #f9fbf9; color: var(--ink); box-shadow: 18px 20px 0 rgba(0,0,0,.2); transform: rotate(1deg); }
.journal-head, .journal-row, .journal-foot { display: flex; align-items: center; }
.journal-head { justify-content: space-between; padding: 12px 10px 22px; }
.journal-head div span, .journal-head div small { display: block; }
.journal-head div span { font-weight: 850; }
.journal-head div small { margin-top: 3px; color: var(--muted); }
.mode-pill { padding: 7px 10px; background: var(--signal); color: var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.journal-row { gap: 13px; padding: 18px 10px; border-top: 1px solid var(--line); }
.signal { flex: 0 0 10px; height: 10px; border-radius: 50%; }
.signal.red { background: var(--danger); }.signal.green { background: var(--green); }.signal.amber { background: var(--amber); }
.journal-row > div { min-width: 0; flex: 1; }
.journal-row b, .journal-row span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.journal-row b { font-size: 14px; }.journal-row span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.journal-row strong { padding: 7px 9px; font-size: 11px; }
.removed { background: #ffe2dc; color: #9a3022; }.kept { background: var(--mint-soft); color: var(--green); }.review { background: #fff0c8; color: #7c5415; }
.journal-foot { justify-content: space-between; padding: 20px 10px 5px; color: var(--muted); font-size: 12px; }
.journal-foot button { min-height: 42px; padding: 9px 13px; border: 0; background: var(--forest); color: white; font-weight: 750; }

.compact-heading { max-width: 760px; }
.compact-heading p { max-width: 620px; color: var(--muted); font-size: 17px; }
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 56px 0 0; padding: 0; border-top: 2px solid var(--forest); border-bottom: 1px solid var(--line); list-style: none; }
.steps-list li { min-height: 260px; padding: 32px; border-right: 1px solid var(--line); }
.steps-list li:first-child { border-left: 1px solid var(--line); }
.steps-list li > span { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 54px; background: var(--signal); color: var(--ink); font-family: var(--display); font-size: 12px; font-weight: 760; }
.steps-list b { font-family: var(--display); font-size: 20px; font-weight: 680; letter-spacing: -.03em; }
.steps-list p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }

.price-section { background: var(--mint-soft); }
.price-grid { display: grid; grid-template-columns: 1fr 500px; gap: 100px; align-items: center; }
.price-copy > p { max-width: 550px; color: #52625c; font-size: 18px; }
.price-card { padding: 42px; border: 2px solid var(--forest); background: var(--forest); color: white; box-shadow: 18px 20px 0 rgba(11,51,41,.14); }
.price-card > p { color: var(--signal); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.price-number { display: flex; align-items: center; gap: 14px; margin: 18px 0 25px; }
.price-number b { font-family: var(--display); font-size: 80px; font-weight: 760; line-height: .9; letter-spacing: -.06em; }
.price-number span { color: #b9cec5; font-size: 15px; line-height: 1.2; }
.price-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin: 0 0 30px; padding: 0; list-style: none; color: #e2efe9; font-size: 13px; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--signal); }
.price-card small { display: block; margin-top: 14px; color: #a9beb5; line-height: 1.4; text-align: center; }
.network-price { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr) auto; gap: 24px; align-items: center; margin-top: 34px; padding: 25px 30px; border: 1px solid var(--forest); background: white; font-size: 14px; }
.network-price span { color: var(--muted); }.network-price a { color: var(--green); font-weight: 850; }

.founder-section { background: var(--signal); }
.founder-grid { display: grid; grid-template-columns: 130px 1fr auto; gap: 45px; align-items: center; }
.founder-mark { display: grid; width: 118px; height: 118px; place-items: center; border: 2px solid var(--forest); background: var(--forest); color: var(--signal); font-family: var(--display); font-size: 48px; font-weight: 760; transform: rotate(-4deg); }
.founder-grid h2 { margin-bottom: 16px; font-size: clamp(34px, 3.7vw, 50px); }
.founder-grid p { max-width: 760px; margin: 0; color: #3d493f; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-grid h2 { font-size: clamp(36px, 4.1vw, 56px); }
.faq-list { border-top: 2px solid var(--forest); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; font-family: var(--display); font-size: 18px; font-weight: 650; line-height: 1.35; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--green); font-family: var(--sans); font-size: 28px; }
details[open] summary::after { content: "−"; }
details p { max-width: 650px; margin: -4px 0 24px; color: var(--muted); }

.articles-section { background: var(--white); }
.articles-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.articles-head h2 { margin-bottom: 12px; }
.articles-head p { margin: 0; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { display: flex; flex-direction: column; min-height: 470px; padding: 0 0 24px; border-bottom: 2px solid var(--forest); background: var(--paper); transition: transform .18s ease-out, box-shadow .18s ease-out; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card img { width: 100%; aspect-ratio: 1.9; object-fit: cover; margin-bottom: 24px; }
.article-card span, .article-card h3, .article-card b { margin-left: 24px; margin-right: 24px; }
.article-card span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-card h3 { margin-top: 12px; font-family: var(--display); font-size: 21px; font-weight: 660; line-height: 1.25; letter-spacing: -.035em; }
.article-card b { margin-top: auto; color: var(--green); font-size: 13px; }

.final-cta { padding: 116px 0; background: var(--forest); color: white; text-align: center; }
.final-cta-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { max-width: 980px; }
footer { padding: 48px 0; background: #061f19; color: #adc3ba; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.footer-grid .brand { color: white; }
.footer-grid p { margin: 0; font-size: 13px; }
.footer-grid nav { display: flex; gap: 20px; font-size: 12px; }
.footer-grid nav a:hover { color: var(--signal); }

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255,212,59,.18); }
  50% { box-shadow: 0 0 0 10px rgba(255,212,59,0); }
}

@media (max-width: 1020px) {
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 24px 28px; border-bottom: 1px solid rgba(255,255,255,.18); background: var(--forest); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .menu-button { display: block; }
  .hero-grid, .split-heading, .story-grid, .control-grid, .price-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 15px; }
  .hero-visual { min-height: 470px; overflow: hidden; }
  .comment-belt { grid-template-columns: 150px repeat(3, 1fr); }
  .split-heading, .story-grid, .control-grid, .price-grid, .faq-grid { gap: 52px; }
  .story-quote { transform: none; }
  .product-stage { grid-template-columns: 285px 1fr; }
  .founder-grid { grid-template-columns: 100px 1fr; }
  .founder-grid .button { grid-column: 2; justify-self: start; }
  .network-price { grid-template-columns: 1fr 1fr; }
  .network-price a { text-align: right; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-card { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 1240px); }
  .preview-bar { font-size: 9px; }
  .nav-row { min-height: 64px; }
  .nav-links { top: 64px; }
  .hero-grid { padding-top: 46px; }
  h1 { font-size: clamp(37px, 11.5vw, 50px); line-height: 1.04; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: fit-content; }
  .hero-visual { min-height: 340px; }
  .hero-visual::before { inset: 4% 0 0; }
  .hero-visual img { width: 130%; margin-right: -23%; }
  .shift-sign { top: 5%; right: 0; }
  .hero-stamp { right: 0; bottom: 2%; width: 166px; }
  .comment-belt { grid-template-columns: 1fr; margin-top: 24px; }
  .belt-label, .belt-item { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .belt-item:last-child { border-bottom: 0; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 106px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .demo-section, .story-section, .control-section, .steps-section, .price-section, .founder-section, .faq-section, .articles-section { padding: 80px 0; }
  .section-heading h2, .story-copy h2, .control-copy h2, .price-copy h2, .founder-grid h2, .faq-grid h2, .articles-head h2, .final-cta h2 { font-size: 34px; line-height: 1.13; }
  .product-stage { grid-template-columns: 1fr; }
  .scenario-list { display: flex; overflow-x: auto; padding: 12px; }
  .scenario { min-width: 185px; padding: 15px 12px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; grid-template-columns: 30px 1fr; }
  .scenario small { display: none; }
  .bot-window { width: calc(100% - 24px); margin: 28px auto; box-shadow: 8px 10px 0 rgba(11,51,41,.13); }
  .verdict-top { flex-direction: column; gap: 5px; }
  .story-quote { min-height: 390px; padding: 30px; box-shadow: 9px 11px 0 rgba(16,36,30,.18); }
  .story-quote blockquote { font-size: 26px; }
  .journal { margin: 0 -5px; padding: 10px; transform: none; box-shadow: 8px 10px 0 rgba(0,0,0,.18); }
  .journal-row { align-items: flex-start; }
  .journal-row strong { display: none; }
  .steps-list { grid-template-columns: 1fr; }
  .steps-list li { min-height: 0; display: grid; grid-template-columns: 54px 1fr; gap: 14px; padding: 26px 18px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .steps-list li > span { margin: 0; }
  .price-card { padding: 30px 23px; box-shadow: 9px 11px 0 rgba(11,51,41,.14); }
  .price-number b { font-size: 61px; }
  .price-card ul { grid-template-columns: 1fr; }
  .network-price { grid-template-columns: 1fr; }
  .network-price a { text-align: left; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-mark { width: 86px; height: 86px; font-size: 36px; }
  .founder-grid .button { grid-column: auto; width: 100%; }
  .articles-head { align-items: flex-start; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 430px; }
  .final-cta { padding: 82px 0; }
  .footer-grid nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
