.industries-hero{background:radial-gradient(circle at 20% 20%,rgba(255,210,63,.38),transparent 36%),linear-gradient(135deg,#fff,var(--brand-bg));padding:86px 0;text-align:center}.industries-hero p{max-width:850px;margin:0 auto;color:var(--brand-text-muted)}.industry-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-two-col article{background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.industry-two-col img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover}.industry-two-col div{padding:26px}.industry-two-col p{color:var(--brand-text-muted)}.checklist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.checklist-grid label{background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius);padding:18px;font-weight:800;display:flex;gap:12px;align-items:flex-start}.checklist-grid label.is-checked{border-color:var(--brand-primary);background:#fff8e6}.industry-cta{background:var(--brand-primary);color:var(--text-on-dark)}.industry-cta p{color:rgba(255,255,255,.86)}@media (max-width:991px){.checklist-grid,.industry-two-col{grid-template-columns:1fr}}