.tools-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.tool-card{display:flex;flex-direction:column}
.tool-image{flex-shrink:0}
.tool-copy{display:flex;flex-direction:column;flex:1;padding:22px 20px 24px}
.tool-copy>p:not(.eyebrow){min-height:0;padding-bottom:24px}
.tool-copy .text-link{margin-top:auto;gap:10px}
.nexus-tool-image{display:grid;place-items:center;background:#151515;border-bottom:3px solid var(--red)}
.nexus-tool-wordmark{color:#f7f7f7;font-size:clamp(32px,3.2vw,46px);font-weight:850;letter-spacing:-1.5px;line-height:1.15;padding-bottom:22px}
.nexus-tool-wordmark small{display:block;margin-top:7px;color:#aaa;font-size:8px;font-weight:650;letter-spacing:2.2px;text-align:center}
.tool-features{list-style:none;padding:0;margin:-6px 0 24px;display:grid;gap:7px;font-size:12px;line-height:1.6;color:#505050}
.tool-features li{display:flex;align-items:baseline;gap:9px}
.tool-features .icon{color:var(--red);font-size:10px;flex-shrink:0}
@media(max-width:1180px){.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.tool-copy{padding:24px}.nexus-tool-wordmark{font-size:46px}}
@media(max-width:720px){.tools-grid{grid-template-columns:minmax(0,1fr);gap:24px}.tool-copy{padding:26px}.nexus-tool-wordmark{font-size:46px}}
