.other-tools{padding:52px 0 58px;border-top:1px solid var(--border);background:var(--surface-soft)}
.other-tools h2{margin:0 0 26px;font-size:clamp(1.7rem,3vw,2.2rem)}
.other-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.other-tool-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:28px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}
.other-tool-heading{display:flex;align-items:center;gap:13px;margin-bottom:18px}
.other-tool-heading h3{font-size:1.25rem;margin:0}
.other-tool-icon{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;border-radius:10px;background:var(--cyan-soft);color:var(--primary)}
.other-tool-card p{color:var(--muted);margin:0 0 24px;max-width:55ch}
.other-tool-card .btn{margin-top:auto;max-width:100%;text-align:left}
.other-tool-card .btn svg{flex-shrink:0}
@media(max-width:650px){.other-tools{padding:36px 0 40px}.other-tools-grid{grid-template-columns:minmax(0,1fr);gap:16px}.other-tool-card{padding:22px}.other-tool-card .btn{font-size:.85rem}}
@media print{.other-tools{display:none}}
