
/* Fire + smoke knowledge layer */
.fsrt-stage-grid,.fsrt-material-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.fsrt-stage,.fsrt-material{background:#fff;border:1px solid #dbe3e9;border-radius:14px;padding:1.2rem}.fsrt-stage strong{display:block;color:#f47c00;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.35rem}.fsrt-callout{border-left:5px solid #f47c00;background:#fff7ee;padding:1rem 1.1rem;border-radius:10px}.fsrt-process{counter-reset:stage;display:grid;gap:.8rem}.fsrt-process>div{counter-increment:stage;background:#fff;padding:1rem 1rem 1rem 3.4rem;border:1px solid #dbe3e9;border-radius:12px;position:relative}.fsrt-process>div:before{content:counter(stage);position:absolute;left:1rem;top:1rem;width:1.7rem;height:1.7rem;border-radius:50%;display:grid;place-items:center;background:#10263d;color:#fff;font-weight:800}@media(max-width:800px){.fsrt-stage-grid,.fsrt-material-grid{grid-template-columns:1fr}}
