.page-infographic{width:min(var(--max),calc(100% - 64px));margin:auto;padding:96px 0;border-top:1px solid var(--line)}
.page-infographic-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:64px;align-items:end;margin-bottom:38px}
.page-infographic-head small{color:#8a6542;font-size:10px;font-weight:900;letter-spacing:.16em}
.page-infographic-head h2{margin:12px 0 0;font-size:clamp(36px,4vw,58px);line-height:1.05;letter-spacing:-.06em;word-break:keep-all}
.page-infographic-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.85;word-break:keep-all}
.info-flow{display:grid;grid-template-columns:repeat(var(--count,4),1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.info-flow article{position:relative;min-height:220px;padding:26px 24px;border-right:1px solid var(--line)}
.info-flow article:last-child{border-right:0}
.info-flow article:not(:last-child):after{content:"→";position:absolute;right:-11px;top:30px;z-index:2;width:22px;height:22px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:var(--paper);font-size:11px}
.info-flow span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#f0ece5;color:#8a6542;font-size:11px;font-weight:900}
.info-flow b{display:block;margin:24px 0 9px;font-size:16px}
.info-flow p{margin:0;color:var(--muted);font-size:12px;line-height:1.7;word-break:keep-all}
.info-proof{display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px;background:var(--green);color:#fff;border-radius:12px;overflow:hidden}
.info-proof div{padding:22px 24px;border-right:1px solid rgba(255,255,255,.14)}
.info-proof div:last-child{border:0}.info-proof strong{display:block;font-size:20px}.info-proof small{color:#b8cbc3}
@media(max-width:1000px){.info-flow{grid-template-columns:repeat(2,1fr)}.info-flow article:nth-child(2n){border-right:0}.info-flow article{border-bottom:1px solid var(--line)}.info-flow article:after{display:none}.info-proof{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.page-infographic{width:calc(100% - 36px);padding:64px 0}.page-infographic-head{grid-template-columns:1fr;gap:18px}.page-infographic-head h2{font-size:34px}.info-flow{grid-template-columns:1fr}.info-flow article{min-height:0;border-right:0;padding:22px}.info-flow article:last-child{border-bottom:0}.info-flow b{margin-top:16px}.info-proof{grid-template-columns:1fr 1fr}.info-proof div{padding:17px}.info-proof strong{font-size:16px}}
