.ecosystem-layout { display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,6vw,96px); align-items:start; margin-top:32px; }
.ecosystem-layout h2 { margin:0; }
.ecosystem-copy p { max-width:60ch; margin:0 0 24px; }
.ecosystem-copy strong { color:#171716; }
.ecosystem-copy .btn-row { margin-top:32px; }
@media(max-width:800px) { .ecosystem-layout { grid-template-columns:1fr; } }
