.other-tools{padding-block:55px 65px;border-top:1px solid var(--line)}
.other-tools-heading{margin-bottom:28px}
.other-tools-heading .eyebrow{margin-bottom:12px;color:var(--muted);letter-spacing:.06em}
.other-tools-heading h2{font-size:clamp(28px,3vw,36px);margin-bottom:0}
.other-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:24px}
.other-tools-card{min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:28px;border:1px solid var(--line);border-radius:12px;background:var(--tint)}
.other-tools-icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:20px;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink)}
.other-tools-card h3{font-size:24px;margin-bottom:12px}
.other-tools-card p{font-size:15px;line-height:1.8;margin-bottom:22px;max-width:48ch}
.other-tools-card .text-link{margin-top:auto;min-height:44px}
@media(max-width:700px){.other-tools{padding-block:40px 48px}.other-tools-grid{grid-template-columns:minmax(0,1fr);gap:16px}.other-tools-card{padding:24px}.other-tools-heading{margin-bottom:24px}}
@media print{.other-tools{display:none}}
