@media (min-width: 721px) {
    .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .tool-tile { gap: 14px; min-height: 108px; padding: 16px; }
    .tool-icon { width: 48px; height: 48px; border-radius: 13px; }
    .tool-icon svg { width: 27px; height: 27px; }
    .tool-copy strong { font-size: 1rem; }
    .tool-copy span { font-size: .85rem; line-height: 1.3; }
    .tool-arrow { font-size: 1.3rem; }
}
