.subhero-industries{background:radial-gradient(circle at 20% 20%,rgba(245,127,23,.12),transparent 40%),linear-gradient(135deg,#f4f6f8 0,#e8f0e9 55%,#fff 100%);padding:64px 0;border-bottom:4px solid var(--brand-primary)}.subhero-industries h1{color:var(--brand-primary-dark)}.subhero-industries p{color:var(--brand-neutral-mid);font-size:1.1rem}.subhero-industries img{border-radius:var(--brand-radius);min-height:280px;-o-object-fit:cover;object-fit:cover;width:100%;border:1px solid var(--brand-border)}.cnst-cards-two-col{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.cnst-site-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-left:6px solid var(--brand-accent);border-radius:var(--brand-radius);padding:24px}.cnst-site-card h3{color:var(--brand-primary-dark);margin-bottom:12px}.cnst-site-card span{display:inline-block;margin-top:12px;font-size:.85rem;font-weight:700;color:var(--brand-accent)}.cnst-checklist{list-style:none;padding:0;margin:0 auto;max-width:720px}.cnst-checklist li{border:1px solid var(--brand-border);background:var(--brand-bg);border-radius:var(--brand-radius);padding:16px 18px 16px 48px;margin-bottom:12px;cursor:pointer;position:relative;font-weight:600}.cnst-checklist li::before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid var(--brand-primary);border-radius:2px;background:#fff}.cnst-checklist li.is-checked{border-color:var(--brand-primary);background:#e8f5e9}.cnst-checklist li.is-checked::before{background:var(--brand-primary);box-shadow:inset 0 0 0 3px #fff}.tx-rec-panels{max-width:720px;margin:24px auto 0}.tx-rec-panel{display:none;padding:16px 18px;margin-bottom:8px;background:var(--brand-primary-dark);color:var(--brand-text-inverse);border-radius:var(--brand-radius)}.tx-rec-panel.is-visible{display:block}.cnst-form-panel{background:var(--brand-bg-alt);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px}@media (max-width:767.98px){.cnst-cards-two-col{grid-template-columns:1fr}}