:root {
  --paper: #f4f1e8;
  --paper-deep: #e9e5d9;
  --card: #fbfaf6;
  --ink: #15251f;
  --muted: #68736d;
  --line: #d6d2c5;
  --green: #123c32;
  --green-2: #1d6653;
  --mint: #b9d2c4;
  --gold: #b88931;
  --blue: #465f9b;
  --red: #a7463e;
  --white: #fffdf8;
  --shadow: 0 24px 80px rgba(20, 44, 35, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .24; z-index: 100; background: radial-gradient(circle at 17% 23%, rgba(18,60,50,.025) 0 1px, transparent 1.5px), radial-gradient(circle at 73% 61%, rgba(184,137,49,.028) 0 1px, transparent 1.5px); background-size: 19px 23px, 29px 31px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(184, 137, 49, .55); outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(244, 241, 232, .92); border-color: rgba(21, 37, 31, .09); box-shadow: 0 8px 40px rgba(21, 37, 31, .06); backdrop-filter: blur(18px); }
.nav-shell { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 23px; font-weight: 800; letter-spacing: -.05em; }
.brand-dot { color: var(--gold); }
.brand-mark { width: 27px; height: 27px; display: inline-flex; align-items: end; gap: 3px; padding: 5px; background: var(--green); border-radius: 7px; transform: rotate(-2deg); }
.brand-mark i { display: block; width: 4px; background: var(--paper); border-radius: 3px 3px 0 0; }
.brand-mark i:nth-child(1) { height: 7px; }
.brand-mark i:nth-child(2) { height: 12px; }
.brand-mark i:nth-child(3) { height: 17px; background: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { color: #3f4c46; text-decoration: none; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.button):hover { color: var(--green-2); }
.menu-toggle { display: none; border: 0; padding: 8px; background: none; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 1px solid var(--green); border-radius: 4px; background: var(--green); color: var(--white); font-weight: 750; font-size: 14px; text-decoration: none; box-shadow: 0 10px 28px rgba(18, 60, 50, .18); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: #184c3f; box-shadow: 0 15px 34px rgba(18, 60, 50, .24); }
.button:active { transform: translateY(0); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: 13px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; color: var(--green); font-weight: 750; font-size: 14px; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { font-size: 18px; }

.hero { position: relative; overflow: hidden; padding: 150px 0 0; background: radial-gradient(circle at 74% 38%, rgba(185, 210, 196, .7), transparent 32%), linear-gradient(145deg, #f7f4eb 0%, #eeece2 100%); }
.hero::after { content: ""; position: absolute; inset: auto -5% 20% auto; width: 48%; height: 55%; border: 1px solid rgba(18, 60, 50, .09); border-radius: 50%; transform: rotate(-9deg); }
.hero-glow { position: absolute; top: 120px; left: 52%; width: 420px; height: 420px; border-radius: 50%; background: rgba(184, 137, 49, .08); filter: blur(1px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 6vw; align-items: center; min-height: 610px; padding-bottom: 82px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.eyebrow--light { color: #a9c8ba; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.048em; line-height: .99; }
h1 { max-width: 740px; margin-bottom: 30px; font-size: clamp(50px, 5.25vw, 76px); }
h1 em, h2 em { color: var(--green-2); font-weight: 400; }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: #46524d; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-note { display: flex; align-items: center; gap: 15px; margin-top: 42px; }
.hero-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero-note strong { color: var(--ink); }
.mini-avatars { display: flex; padding-left: 8px; }
.mini-avatars img { box-sizing: border-box; width: 32px; height: 32px; margin-left: -8px; padding: 3px; border: 2px solid var(--paper); border-radius: 50%; background: var(--white); object-fit: contain; }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.ledger-card { position: relative; z-index: 2; width: min(100%, 470px); padding: 28px 30px 25px; border: 1px solid rgba(21, 37, 31, .18); border-radius: 7px; background: rgba(255, 253, 248, .92); box-shadow: 22px 30px 0 rgba(18, 60, 50, .11), var(--shadow); transform: rotate(1.2deg); backdrop-filter: blur(6px); }
.ledger-card::before { content: ""; position: absolute; inset: 8px; pointer-events: none; border: 1px solid rgba(18, 60, 50, .05); }
.ledger-top { display: flex; align-items: start; justify-content: space-between; padding-bottom: 23px; border-bottom: 2px solid var(--ink); }
.ledger-top div { display: flex; flex-direction: column; }
.ledger-kicker { margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ledger-top strong { font-family: var(--serif); font-size: 18px; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: var(--green-2); font-size: 10px; font-weight: 700; }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #42a27c; box-shadow: 0 0 0 4px rgba(66, 162, 124, .13); }
.ledger-columns, .ledger-row, .ledger-total { display: grid; grid-template-columns: 1fr auto; align-items: center; }
.ledger-columns { padding: 14px 0 7px; color: #8a938e; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ledger-row { min-height: 48px; border-bottom: 1px solid var(--line); font-size: 13px; }
.ledger-row strong, .ledger-total strong { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.ledger-row.is-negative strong { color: var(--red); }
.ledger-total { margin-top: 7px; padding: 17px 0 12px; border-top: 2px solid var(--ink); color: var(--green-2); font-family: var(--serif); font-size: 18px; font-weight: 700; }
.verified-badge { display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; padding: 6px 10px; border: 1px solid rgba(29, 102, 83, .35); border-radius: 100px; color: var(--green-2); font-size: 10px; font-weight: 750; }
.verified-badge span { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--green-2); color: white; }
.ledger-card.is-cycling .ledger-row { animation: row-in .45s both; }
.ledger-card.is-cycling .ledger-row:nth-child(2) { animation-delay: .09s; }
.ledger-card.is-cycling .ledger-row:nth-child(3) { animation-delay: .18s; }
.ledger-card.is-cycling .ledger-row:nth-child(4) { animation-delay: .27s; }
.ledger-card.is-cycling .ledger-row:nth-child(5) { animation-delay: .36s; }
.ledger-card.is-cycling .ledger-total { animation: row-in .45s .48s both; }
.ledger-card.is-cycling .verified-badge { animation: stamp-in .4s .72s both; }
@keyframes row-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes stamp-in { from { opacity: 0; transform: scale(.9); } to { opacity: 1; transform: scale(1); } }
.metric-float { position: absolute; z-index: 3; min-width: 150px; padding: 13px 15px; border: 1px solid rgba(21, 37, 31, .12); border-radius: 5px; background: var(--paper); box-shadow: 0 14px 35px rgba(21, 37, 31, .12); }
.metric-float span, .metric-float strong { display: block; }
.metric-float span { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.metric-float strong { font-family: var(--mono); font-size: 14px; }
.metric-float--top { top: 32px; right: -20px; transform: rotate(2deg); }
.metric-float--bottom { bottom: 28px; left: -18px; transform: rotate(-2deg); }
.metric-float--top strong { color: var(--green-2); }

.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(21, 37, 31, .13); }
.trust-strip > div { display: flex; gap: 15px; align-items: center; min-height: 90px; padding: 0 24px; border-right: 1px solid rgba(21, 37, 31, .13); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip strong { font-family: var(--serif); font-size: 28px; font-weight: 500; color: var(--green); white-space: nowrap; }
.trust-strip span { color: var(--muted); font-size: 11px; line-height: 1.35; }

.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(40px, 4.4vw, 64px); }
.section-heading--split { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.section-heading--split > p { max-width: 430px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading--center { max-width: 780px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }

.proof { background: var(--card); }
.case-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 18px; }
.case-card { min-height: 330px; padding: 38px; border: 1px solid var(--line); background: var(--paper); }
.case-card--story { position: relative; overflow: hidden; }
.case-card--story::after { content: "< 1%"; position: absolute; right: -18px; bottom: -52px; color: rgba(18, 60, 50, .04); font-family: var(--serif); font-size: 170px; font-weight: 700; }
.case-label { display: inline-flex; margin-bottom: 25px; padding: 5px 10px; border: 1px solid var(--gold); border-radius: 100px; color: #906b28; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
blockquote { max-width: 730px; margin: 0 0 20px; font-family: var(--serif); font-size: clamp(23px, 2.5vw, 34px); line-height: 1.25; letter-spacing: -.03em; }
.case-card--story > p { max-width: 700px; color: var(--muted); font-size: 14px; }
.case-result { display: flex; gap: 15px; align-items: center; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 11px; }
.case-result span { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.case-card--number { display: flex; flex-direction: column; justify-content: center; background: var(--green); color: white; }
.case-card--number p { color: #b8cbc4; font-size: 12px; }
.huge-number { display: block; margin: 12px 0 22px; font-family: var(--serif); font-size: clamp(70px, 8vw, 108px); font-weight: 500; line-height: .8; letter-spacing: -.07em; }
.meter { height: 4px; margin-bottom: 20px; background: rgba(255,255,255,.15); }
.meter i { display: block; width: 76%; height: 100%; background: var(--gold); }
.case-card--number small { color: #a8beb5; line-height: 1.5; }

.roles { background: var(--paper); }
.role-tabs { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; margin: 0 auto 32px; border-bottom: 1px solid var(--line); }
.role-tab { position: relative; padding: 18px 10px; border: 0; background: transparent; color: var(--muted); font-weight: 750; cursor: pointer; }
.role-tab::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--green-2); transform: scaleX(0); transition: transform .25s ease; }
.role-tab.is-active { color: var(--green); }
.role-tab.is-active::after { transform: scaleX(1); }
.role-panel { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 600px; overflow: hidden; border: 1px solid var(--line); background: var(--card); box-shadow: 0 18px 60px rgba(21, 37, 31, .06); }
.role-image { min-height: 100%; overflow: hidden; background: #e9eadf; }
.role-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.86) contrast(.98); }
.role-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 70px); }
.role-index { margin-bottom: 17px; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.role-copy h3 { max-width: 520px; margin-bottom: 18px; font-family: var(--serif); font-size: clamp(32px, 3.4vw, 46px); font-weight: 500; line-height: 1.06; letter-spacing: -.04em; }
.role-copy > p:not(.role-index) { max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.check-list { display: grid; gap: 10px; margin: 18px 0 30px; padding: 0; list-style: none; color: #33423b; font-size: 13px; font-weight: 650; }
.check-list li { display: flex; gap: 10px; }
.check-list span { color: var(--green-2); }
.mini-dashboard { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.mini-dashboard > div { padding: 13px 12px; border: 1px solid var(--line); background: var(--paper); }
.mini-dashboard span, .mini-dashboard strong { display: block; }
.mini-dashboard span { margin-bottom: 5px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.mini-dashboard strong { font-family: var(--mono); font-size: 11px; white-space: nowrap; }
.mini-dashboard .is-profit { border-color: rgba(29, 102, 83, .4); }
.mini-dashboard .is-profit strong { color: var(--green-2); }
.recon-table, .stock-list { border: 1px solid var(--line); background: var(--paper); font-size: 11px; }
.recon-table > div, .stock-list > div { display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding: 0 13px; border-bottom: 1px solid var(--line); }
.recon-table > div:last-child, .stock-list > div:last-child { border: 0; }
.recon-head { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.status-ok, .safe { color: var(--green-2); }
.is-warning { background: rgba(184, 137, 49, .12); }
.is-warning strong, .warning { color: #9a7025; }
.danger { color: var(--red); }
.market { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; color: white; font-size: 8px; font-style: normal; font-weight: 800; }
.market--ozon { background: #1b62d8; }
.market--wb { background: #8c3fa6; }
.market--ym { background: #e04936; }
.market--lemana { background: #347d42; }

.section--dark { background: var(--green); color: var(--white); }
.section--dark .section-heading h2 em { color: #a8c8b9; }
.section--dark .section-heading--split > p { color: #a6b9b1; }
.flow-map { padding: 60px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.flow-sources { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.flow-sources > span { display: flex; align-items: center; justify-content: center; min-height: 58px; padding: 10px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); font-size: 12px; font-weight: 700; }
.flow-lines { display: block; width: 100%; height: 60px; overflow: visible; }
.flow-line, .flow-pulse { fill: none; vector-effect: non-scaling-stroke; }
.flow-line { stroke: rgba(185,210,196,.38); stroke-width: 1.5; }
.flow-pulse { stroke: var(--gold); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 5 95; stroke-dashoffset: 5; opacity: 0; }
.flow-core { display: flex; align-items: center; justify-content: space-between; max-width: 580px; min-height: 94px; margin: 0 auto; padding: 20px 25px; border: 1px solid rgba(185,210,196,.5); background: #174a3e; box-shadow: 0 20px 60px rgba(0,0,0,.15); }
.flow-core-mark { display: flex; align-items: end; gap: 3px; width: 34px; }
.flow-core-mark b { width: 6px; height: 12px; background: #b8d4c6; }
.flow-core-mark b:nth-child(2) { height: 21px; }
.flow-core-mark b:nth-child(3) { height: 30px; background: var(--gold); }
.flow-core > div { flex: 1; display: flex; flex-direction: column; padding: 0 18px; }
.flow-core small { color: #9fbbb0; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.flow-core strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.flow-check { padding: 6px 10px; border: 1px solid rgba(185,210,196,.45); border-radius: 100px; color: #b9d2c4; font-size: 9px; font-weight: 750; }
.flow-arrow { height: 54px; display: grid; place-items: center; color: #78998b; font-family: var(--mono); }
.flow-outputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.flow-outputs > div { display: grid; grid-template-columns: auto 1fr; padding: 22px; border-top: 2px solid var(--gold); background: rgba(255,255,255,.06); }
.flow-outputs span { grid-row: 1 / 3; margin-right: 15px; color: #759589; font-family: var(--serif); font-size: 22px; }
.flow-outputs strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.flow-outputs small { color: #9db2aa; font-size: 10px; }

.process { background: var(--card); }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 90px 1fr auto; gap: 30px; align-items: center; padding: 32px 10px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--green-2); font-family: var(--serif); font-size: 32px; }
.process-list h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.process-list p { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; }
.process-list small { min-width: 92px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); text-align: center; }

.security { background: var(--paper-deep); }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.security-image { position: relative; }
.security-image img { aspect-ratio: 1.13; width: 100%; object-fit: cover; border: 1px solid var(--line); filter: saturate(.75); }
.security-stamp { position: absolute; right: -25px; bottom: 26px; display: flex; flex-direction: column; min-width: 220px; padding: 18px 22px; border: 1px solid rgba(18,60,50,.25); background: var(--card); box-shadow: var(--shadow); transform: rotate(-2deg); }
.security-stamp strong { color: var(--green-2); font-family: var(--serif); font-size: 20px; }
.security-stamp span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.security-copy h2 { margin-bottom: 24px; font-size: clamp(40px, 4vw, 58px); }
.security-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.75; }
.security-list { display: grid; gap: 0; margin: 34px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.security-list li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.security-list li > span { color: var(--green-2); font-family: var(--serif); font-size: 16px; }
.security-list strong { font-size: 13px; }
.security-list p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }

.price { background: var(--card); }
.price-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.price-copy h2 { margin-bottom: 25px; font-size: clamp(40px, 4vw, 58px); }
.price-copy > p:not(.eyebrow) { max-width: 470px; margin-bottom: 27px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.price-cards { display: grid; gap: 12px; }
.price-cards article { display: grid; grid-template-columns: 75px 1fr; gap: 20px; min-height: 190px; padding: 34px; border: 1px solid var(--line); background: var(--paper); }
.price-number { color: var(--green-2); font-family: var(--serif); font-size: 34px; }
.price-cards small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-cards h3 { margin: 7px 0 12px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.price-cards p { max-width: 480px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.price-cards .price-card--accent { border-color: var(--green); background: var(--green); color: var(--white); }
.price-card--accent .price-number { color: var(--gold); }
.price-card--accent small, .price-card--accent p { color: #a9bdb5; }

.contact { background: var(--green); color: var(--white); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { margin-bottom: 26px; font-size: clamp(42px, 4.6vw, 64px); }
.contact-copy h2 em { color: #a9c8ba; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #a8bbb3; font-size: 15px; line-height: 1.75; }
.contact-facts { display: grid; gap: 10px; margin-top: 32px; color: #d8e3dd; font-size: 12px; }
.contact-facts i { margin-right: 8px; color: var(--gold); font-style: normal; }
.direct-contact { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-top: 44px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; color: #92aaa0; }
.telegram-link { color: #e6efe9; font-size: 13px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; transition: color .18s ease; }
.telegram-link svg { vertical-align: -2px; margin-right: 3px; }
.telegram-link:hover { color: var(--gold); }

/* Страница «спасибо» (/thanks) */
.thanks-shell { max-width: 720px; padding-top: 140px; min-height: 60vh; }
.thanks-shell h1 { margin: 0 0 20px; }
.thanks-note { max-width: 520px; color: #56625c; font-size: 15px; line-height: 1.75; }
.thanks-action { margin-top: 34px; }
.lead-form { padding: 42px; background: var(--card); color: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label, .lead-form legend { color: #56625c; font-size: 11px; font-weight: 750; }
.lead-form label > span, .lead-form legend > span { color: var(--red); }
.lead-form input[type="text"], .lead-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font-size: 15px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.lead-form input[type="text"] { height: 50px; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(29,102,83,.1); }
.lead-form fieldset { margin: 23px 0; padding: 0; border: 0; }
.lead-form legend { margin-bottom: 9px; }
.market-checks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.market-checks label { cursor: pointer; }
.market-checks input { position: absolute; opacity: 0; }
.market-checks span { display: grid; place-items: center; min-height: 42px; border: 1px solid var(--line); background: var(--white); color: var(--muted); font-size: 10px; transition: .18s ease; }
.market-checks input:checked + span { border-color: var(--green-2); background: rgba(29,102,83,.08); color: var(--green); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0; font-weight: 500 !important; line-height: 1.45; }
.consent input { flex: none; width: 17px; height: 17px; margin: 0; accent-color: var(--green-2); }
.consent a { text-underline-offset: 3px; }
.button--form { width: 100%; border: 0; }
.button--form[disabled] { cursor: wait; opacity: .65; transform: none; }
.form-note, .form-status { margin: 12px 0 0; color: #87908b; font-size: 9px; text-align: center; }
.form-status { font-size: 12px; font-weight: 700; }
.form-status.is-success { color: var(--green-2); }
.form-status.is-error { color: var(--red); }
.form-success { min-height: 310px; display: flex; flex-direction: column; justify-content: center; }
.form-success h3 { max-width: 520px; margin: 0 0 16px; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
.form-success > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

.site-footer { padding: 42px 0; background: #0c2c25; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: center; gap: 30px; }
.brand--footer { color: white; }
.footer-grid > p { margin: 0; color: #8fa69c; font-size: 10px; line-height: 1.5; }
.footer-links { display: flex; flex-direction: column; gap: 5px; color: #a9bdb5; font-size: 10px; }
.copyright { color: #718b80; font-size: 10px; }

.privacy-main { min-height: calc(100vh - 180px); padding: 150px 0 100px; background: var(--card); }
.privacy-layout { display: grid; grid-template-columns: 270px 1fr; gap: 70px; }
.privacy-aside { position: sticky; top: 110px; align-self: start; padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.privacy-aside strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: 20px; }
.privacy-aside p { margin: 0; color: var(--muted); font-size: 11px; }
.privacy-content { max-width: 760px; }
.privacy-content h1 { font-size: clamp(44px, 5vw, 68px); }
.privacy-content h2 { margin: 48px 0 14px; font-size: 28px; letter-spacing: -.03em; }
.privacy-content p, .privacy-content li { color: #4f5d56; font-size: 14px; line-height: 1.75; }
.privacy-content .placeholder-note { padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(184,137,49,.09); color: #785a25; }

.js [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s ease-out, transform .55s ease-out; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Схема «журнал операций»: каскад — площадки → линии → журнал → стрелка → роли */
.js [data-reveal] .flow-sources > span { opacity: 0; transform: translateY(10px); transition: opacity .45s ease-out, transform .45s ease-out; }
.js [data-reveal] .flow-sources > span:nth-child(2) { transition-delay: .08s; }
.js [data-reveal] .flow-sources > span:nth-child(3) { transition-delay: .16s; }
.js [data-reveal] .flow-sources > span:nth-child(4) { transition-delay: .24s; }
.js [data-reveal] .flow-line { stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset .8s ease-out .45s; }
.js [data-reveal] .flow-line:nth-of-type(2) { transition-delay: .55s; }
.js [data-reveal] .flow-line:nth-of-type(3) { transition-delay: .65s; }
.js [data-reveal] .flow-line:nth-of-type(4) { transition-delay: .75s; }
.js [data-reveal] .flow-core { opacity: 0; transform: scale(.96); transition: opacity .5s ease-out .85s, transform .5s ease-out .85s; }
.js [data-reveal] .flow-arrow,
.js [data-reveal] .flow-outputs > div { opacity: 0; transform: translateY(10px); transition: opacity .45s ease-out 1.15s, transform .45s ease-out 1.15s; }
.js [data-reveal] .flow-outputs > div:nth-child(1) { transition-delay: 1.3s; }
.js [data-reveal] .flow-outputs > div:nth-child(2) { transition-delay: 1.42s; }
.js [data-reveal] .flow-outputs > div:nth-child(3) { transition-delay: 1.54s; }
.js [data-reveal].is-visible .flow-sources > span,
.js [data-reveal].is-visible .flow-arrow,
.js [data-reveal].is-visible .flow-outputs > div { opacity: 1; transform: none; }
.js [data-reveal].is-visible .flow-line { stroke-dashoffset: 0; }
.js [data-reveal].is-visible .flow-core { opacity: 1; transform: none; }
.js [data-reveal].is-visible .flow-pulse { animation: flow-pulse 3s linear infinite; animation-delay: 1.6s; }
.js [data-reveal].is-visible .flow-pulse:nth-of-type(6) { animation-delay: 2.35s; }
.js [data-reveal].is-visible .flow-pulse:nth-of-type(7) { animation-delay: 3.1s; }
.js [data-reveal].is-visible .flow-pulse:nth-of-type(8) { animation-delay: 3.85s; }
.js [data-reveal].is-visible .flow-core-mark b { animation: flow-bar 2.4s ease-in-out infinite; transform-origin: bottom; }
.js [data-reveal].is-visible .flow-core-mark b:nth-child(2) { animation-delay: .3s; }
.js [data-reveal].is-visible .flow-core-mark b:nth-child(3) { animation-delay: .6s; }
@keyframes flow-pulse {
  0% { stroke-dashoffset: 100; opacity: 0; }
  8% { opacity: 1; }
  80% { opacity: 1; }
  95% { stroke-dashoffset: 5; opacity: 0; }
  100% { stroke-dashoffset: 5; opacity: 0; }
}
@keyframes flow-bar {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(.65); }
}
.role-panel[hidden] { display: none; }

.reports { background: linear-gradient(180deg, var(--paper) 0%, #efece1 100%); }
.report-explorer { display: grid; grid-template-columns: 350px 1fr; gap: 40px; align-items: start; }
.report-nav { display: grid; align-content: start; border-top: 1px solid rgba(21, 37, 31, .16); }
.report-tab { position: relative; padding: 16px 16px 17px 21px; border: 0; border-bottom: 1px solid rgba(21, 37, 31, .13); background: transparent; text-align: left; cursor: pointer; transition: background .18s ease; }
.report-tab::before { content: ""; position: absolute; top: -1px; bottom: -1px; left: 0; width: 3px; background: var(--green-2); transform: scaleY(0); transition: transform .22s ease; }
.report-tab:hover { background: rgba(255, 253, 248, .55); }
.report-tab strong { display: block; margin-bottom: 5px; color: #4c5852; font-family: var(--serif); font-size: 17.5px; font-weight: 500; letter-spacing: -.02em; line-height: 1.18; transition: color .18s ease; }
.report-tab span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.report-tab.is-active { background: rgba(255, 253, 248, .8); }
.report-tab.is-active::before { transform: scaleY(1); }
.report-tab.is-active strong { color: var(--ink); }
.report-tab.is-active span { color: var(--green-2); }
.report-panel { margin: 0; }
.report-panel[hidden] { display: none; }
.js .report-panel.is-active { animation: report-in .4s ease both; }
@keyframes report-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.report-frame { overflow: hidden; border: 1px solid rgba(21, 37, 31, .16); border-radius: 9px; background: var(--white); box-shadow: var(--shadow); }
.report-frame img { aspect-ratio: 16 / 9; width: 100%; height: auto; object-fit: cover; object-position: top; }
.report-frame-bar { display: flex; align-items: center; gap: 6px; padding: 11px 15px; border-bottom: 1px solid var(--line); background: var(--paper-deep); }
.report-frame-bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(21, 37, 31, .16); }
.report-frame-bar span { margin-left: 10px; color: var(--muted); font-family: var(--mono); font-size: 11px; }
.report-panel figcaption { max-width: 700px; margin: 16px 4px 0; color: #46524d; font-size: 13.5px; line-height: 1.65; }
.report-more { margin-top: 54px; padding-top: 40px; border-top: 1px solid rgba(21, 37, 31, .13); }
.report-more-title { margin: 0 0 20px; color: var(--green-2); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.report-more-title span { color: var(--muted); font-weight: 700; letter-spacing: .06em; text-transform: none; }
.report-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.report-chips li { display: inline-flex; }
.report-chips .report-chip, .report-chips .is-static { display: inline-flex; align-items: baseline; gap: 8px; padding: 9px 16px 10px; border: 1px solid rgba(21, 37, 31, .16); border-radius: 100px; background: rgba(255, 253, 248, .7); text-align: left; }
.report-chips strong { font-size: 13px; letter-spacing: -.01em; white-space: nowrap; }
.report-chips span { color: var(--muted); font-size: 12px; }
.report-chip { cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.report-chip:hover { border-color: rgba(29, 102, 83, .5); background: var(--white); transform: translateY(-1px); }
.report-chip.is-active { border-color: var(--green); background: var(--green); }
.report-chip.is-active strong { color: var(--paper); }
.report-chip.is-active span { color: #a9c8ba; }
.report-chips .is-static { color: var(--muted); }
.report-chips .is-static strong { font-weight: 650; }
.report-chips .is-soon { border-style: dashed; background: transparent; }
.report-chips .is-soon span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(620px, 100%); margin: -10px auto 0; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .trust-strip > div { border-bottom: 1px solid rgba(21,37,31,.13); }
  .section-heading--split { grid-template-columns: 1fr; gap: 25px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card--number { min-height: 250px; }
  .role-panel { grid-template-columns: 1fr; }
  .role-image { min-height: 380px; }
  .report-explorer { grid-template-columns: 1fr; gap: 22px; }
  .report-nav { display: flex; overflow-x: auto; padding-bottom: 6px; border-top: 0; -webkit-overflow-scrolling: touch; }
  .report-tab { flex: none; padding: 10px 16px; border: 1px solid rgba(21, 37, 31, .18); border-radius: 100px; }
  .report-tab + .report-tab { margin-left: 8px; }
  .report-tab::before { content: none; }
  .report-tab strong { display: none; }
  .report-tab span { font-size: 11px; color: #4c5852; }
  .report-tab.is-active { border-color: var(--green); background: var(--green); }
  .report-tab.is-active span { color: var(--paper); }
  .flow-map { padding: 35px; }
  .security-grid, .price-shell, .contact-shell { grid-template-columns: 1fr; }
  .security-image { max-width: 700px; }
  .price-copy { max-width: 670px; }
  .contact-copy { position: static; }
  .lead-form { max-width: 760px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .nav-shell { height: 66px; }
  .main-nav { position: fixed; inset: 66px 14px auto; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.button) { display: block; padding: 10px 5px; }
  .menu-toggle { display: block; }
  .hero { padding-top: 85px; }
  .hero-grid { gap: 30px; min-height: 0; padding: 32px 0 65px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-note { margin-top: 28px; }
  .hero-visual { min-height: 430px; }
  .ledger-card { padding: 22px 20px; box-shadow: 10px 14px 0 rgba(18,60,50,.11), var(--shadow); transform: none; }
  .ledger-row:nth-child(4), .ledger-row:nth-child(5) { display: none; }
  .metric-float--top { top: 4px; right: -3px; }
  .metric-float--bottom { bottom: 0; left: -3px; }
  .trust-strip > div { min-height: 74px; padding: 0 12px; }
  .trust-strip > div:first-child { padding-left: 12px; }
  .trust-strip strong { font-size: 23px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(36px, 11vw, 48px); }
  .case-card { min-height: 0; padding: 27px 23px; }
  blockquote { font-size: 24px; }
  .case-result { align-items: flex-start; flex-direction: column; gap: 5px; }
  .role-tabs { overflow-x: auto; justify-content: start; grid-template-columns: repeat(3, minmax(130px, 1fr)); }
  .role-image { min-height: 255px; }
  .role-copy { padding: 30px 22px; }
  .report-more { margin-top: 40px; padding-top: 32px; }
  .report-frame { margin-inline: -6px; }
  .report-panel figcaption { margin-inline: 0; font-size: 13px; }
  .report-chips li { padding: 8px 13px 9px; }
  .report-chips span { font-size: 11px; }
  .role-copy h3 { font-size: 34px; }
  .mini-dashboard { grid-template-columns: 1fr; }
  .flow-map { margin-inline: -14px; padding: 25px 14px; }
  .flow-sources { grid-template-columns: 1fr 1fr; }
  .flow-lines { display: none; }
  .flow-core { margin-top: 22px; padding: 16px; }
  .flow-core-mark { display: none; }
  .flow-core > div { padding-left: 0; }
  .flow-check { display: none; }
  .flow-outputs { grid-template-columns: 1fr; }
  .process-list li { grid-template-columns: 50px 1fr; gap: 15px; }
  .process-list small { grid-column: 2; justify-self: start; }
  .security-stamp { right: 10px; bottom: -25px; min-width: 195px; }
  .security-copy { margin-top: 45px; }
  .price-cards article { grid-template-columns: 48px 1fr; padding: 25px 20px; }
  .lead-form { margin-inline: -4px; padding: 28px 20px; }
  .form-row, .market-checks { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .privacy-main { padding-top: 110px; }
  .privacy-layout { grid-template-columns: 1fr; gap: 35px; }
  .privacy-aside { position: static; }
}

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