/* Small, visible navigation between the four public directions. */
.wai-ecosystem { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; width:min(1440px,100%); margin:0 auto; padding:30px clamp(22px,5vw,80px); border-top:1px solid #29306625; color:#293066; text-align:left; }
.wai-ecosystem a { display:flex; flex-direction:column; align-items:flex-start; gap:7px; min-width:0; min-height:44px; text-decoration:none; }
.wai-ecosystem strong { font-size:14px; line-height:1.5; font-weight:500; }
.wai-ecosystem span { font-size:12px; line-height:1.6; color:#686d86; }
.wai-ecosystem a:hover strong { text-decoration:underline; text-underline-offset:4px; }
.wai-ecosystem a:focus-visible { outline:3px solid #344ce8; outline-offset:6px; }
@media(max-width:850px) { .wai-ecosystem { grid-template-columns:repeat(2,minmax(0,1fr)); gap:25px 18px; } }
@media(max-width:380px) { .wai-ecosystem { gap:22px 16px; padding-inline:20px; } .wai-ecosystem strong { font-size:13px; } .wai-ecosystem span { font-size:11px; } }
