/* HireTools Tools Page */
.ht-page-hero{padding:55px 0 50px;background:linear-gradient(135deg,#f8fbfe 0%,#fff 70%);border-bottom:1px solid var(--border)}
.ht-page-hero h1{font-size:clamp(34px,5vw,48px);letter-spacing:-1px;max-width:760px}
.ht-page-hero p{max-width:720px;color:var(--muted);font-size:18px;margin:0}
.ht-tool-directory-card{min-height:100%}
.ht-tool-directory-card .ht-btn{width:100%;margin-top:8px}
.ht-tool-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}
.ht-tool-meta span{display:inline-block;padding:5px 9px;border-radius:6px;background:var(--blue2);color:var(--blue);font-size:11px;font-weight:750}
.ht-process-card{text-align:center;align-items:center}
.ht-process-num{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--blue2);color:var(--blue);font-weight:850;margin-bottom:15px}
.ht-process-card p{color:var(--muted);font-size:14px;margin-bottom:0}
