.production-checklist{margin:0 0 24px;padding-left:22px}
.production-checklist li{margin:8px 0}
.checkbox-row{display:flex;gap:10px;align-items:flex-start}
.btn-danger{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:11px 18px;background:#b42318;color:#fff;font-weight:700;cursor:pointer}
.btn-danger:hover{opacity:.92}
.about-system-card{max-width:850px}
.about-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0}
.about-system-grid div{padding:18px;border:1px solid #f4bfd2;border-radius:14px;background:#fff7fb}
.about-system-grid span,.about-system-grid strong{display:block}
.about-system-grid span{margin-bottom:6px;color:#6d5360}
@media(max-width:700px){.about-system-grid{grid-template-columns:1fr}}
