
:root{--y:#ffcb3d;--text:#191919;--muted:#667085;--bg:#f6f7f8;--line:#e6e8eb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.hh-page{min-height:68vh}.hh-shell{width:min(1180px,calc(100% - 32px));margin:auto}.hh-hero{padding:48px 0 24px}.hh-eyebrow{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hh-eyebrow:before{content:"";display:inline-block;width:28px;height:4px;border-radius:4px;background:var(--y);margin-right:9px;vertical-align:middle}.hh-hero h1{max-width:860px;margin:14px 0;font-size:clamp(38px,5vw,66px);line-height:1.04;letter-spacing:-.055em}.hh-hero p{max-width:800px;margin:0;color:var(--muted);font-size:18px;line-height:1.7}.hh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:14px 0 56px}.hh-card{display:flex;flex-direction:column;min-height:220px;padding:24px;background:#fff;border:1px solid var(--line);border-radius:22px;text-decoration:none;color:inherit;box-shadow:0 8px 28px rgba(16,24,40,.035);transition:.2s}.hh-card:hover{transform:translateY(-3px);box-shadow:0 18px 46px rgba(16,24,40,.09)}.hh-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:var(--y);font-size:21px;font-weight:900}.hh-card h2{margin:20px 0 8px;font-size:23px}.hh-card p{margin:0;color:var(--muted);line-height:1.6}.hh-card span{margin-top:auto;padding-top:20px;font-weight:850}.hh-tool-wrap{padding:34px 0 60px}.hh-breadcrumb{font-size:13px;color:var(--muted)}.hh-breadcrumb a{text-decoration:none;color:inherit}.hh-tool-title{margin:10px 0 20px}.hh-tool-title h1{margin:7px 0;font-size:clamp(32px,4vw,48px);letter-spacing:-.045em}.hh-tool-title p{margin:0;color:var(--muted);line-height:1.6}.hh-note{font-size:12px;color:var(--muted);line-height:1.6;margin-top:14px}.hh-quick{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.hh-quick a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;text-decoration:none;font-size:13px;font-weight:750}@media(max-width:900px){.hh-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.hh-shell{width:calc(100% - 22px)}.hh-grid{grid-template-columns:1fr}.hh-hero{padding-top:32px}.hh-hero h1{font-size:38px}.hh-hero p{font-size:16px}.hh-tool-wrap{padding:24px 0 90px}}
