.fish-industries-hero{background:linear-gradient(135deg,var(--brand-secondary),var(--brand-primary-dark))}.fish-detailed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.fish-detailed-grid article{border:1px solid var(--brand-border);background:#fff;padding:28px}.fish-detailed-grid article:nth-child(2),.fish-detailed-grid article:nth-child(3){background:var(--brand-bg-alt)}.fish-selector{background:#fff}.fish-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;max-width:920px;margin:0 auto}.fish-checklist label{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--brand-border);padding:16px;color:var(--brand-text);background:var(--brand-bg-alt)}.fish-checklist input{margin-top:5px;accent-color:var(--brand-primary)}@media (max-width:767px){.fish-checklist,.fish-detailed-grid{grid-template-columns:1fr}}