.workflow-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:18px 0 14px}
.workflow-strip div{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px;min-height:58px}
.workflow-strip span{display:block;width:12px;height:12px;border-radius:50%;background:#c8d2cd;margin-bottom:7px}
.workflow-strip b{display:block;font-size:11px;color:#536159}
.workflow-strip .done{background:#eef7f2;border-color:#bdd8c8}
.workflow-strip .done span{background:#1b6a4b}
.workflow-strip .done b{color:#174c39}
.finance-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0}
.finance-strip article{border:1px solid var(--line);background:#fbfcfa;border-radius:8px;padding:13px}
.finance-strip small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.7px;margin-bottom:5px}
.finance-strip b{font-size:14px}
.checklist-panel{margin-top:18px}
.checklist-panel h3{font:500 19px Georgia,serif;margin-bottom:10px}
.checklist-panel>div{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.checklist-panel article{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px;min-height:82px}
.checklist-panel span{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:50%;background:#f3d4ce;color:#90372e;font-size:10px;font-weight:800;margin-bottom:6px}
.checklist-panel b,.checklist-panel small{display:block}
.checklist-panel b{font-size:12px}
.checklist-panel small{color:var(--muted);font-size:10px;margin-top:3px;line-height:1.35}
.checklist-panel article.done{background:#f3faf6}
.checklist-panel article.done span{background:#1b6a4b;color:#fff}
.muted-line{color:var(--muted);font-size:12px}
.state-paid{background:#d8f1e2;color:#155d3b}
@media(max-width:900px){.workflow-strip,.finance-strip,.checklist-panel>div{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.workflow-strip,.finance-strip,.checklist-panel>div{grid-template-columns:1fr}}
