  .page-hero{background:radial-gradient(900px 400px at 80% -20%,var(--mint),#fff 60%);padding:120px 0 40px;border-bottom:1px solid var(--line)}
  .crumbs{font-size:.85rem;color:var(--ink-faint);margin-bottom:14px}
  .crumbs a{color:var(--brand);font-weight:600}
  .crumbs span{margin:0 8px;color:var(--line)}
  .page-hero h1{font-size:clamp(2rem,4vw,3rem)}
  .page-hero p{color:var(--ink-dim);margin-top:14px;max-width:680px}
  /* направления-навигация */
  .dirs-nav{padding:40px 0 14px}
  .dirs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .dircard{position:relative;display:flex;flex-direction:column;min-height:280px;
    background:linear-gradient(160deg,#fff,var(--bg-2));border:1px solid var(--line);border-radius:20px;
    padding:30px;transition:.32s cubic-bezier(.2,.7,.2,1);overflow:hidden}
  .dircard::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .35s}
  .dircard:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:var(--brand)}
  .dircard:hover::before{transform:scaleX(1)}
  /* большая фоновая зарисовка оборудования */
  .dc-bg{position:absolute;right:-18px;bottom:-18px;width:170px;height:170px;color:var(--brand);opacity:.10;pointer-events:none;transition:.4s cubic-bezier(.2,.7,.2,1)}
  .dircard:hover .dc-bg{opacity:.18;transform:scale(1.08) rotate(-4deg)}
  .dc-ic{position:relative;z-index:1;width:58px;height:58px;border-radius:15px;background:var(--mint);color:var(--brand);display:grid;place-items:center;margin-bottom:18px;transition:.3s}
  .dircard:hover .dc-ic{transform:scale(1.08)}
  .dc-ic svg{width:30px;height:30px}
  .dc-body{position:relative;z-index:1;flex:1}
  .dc-body h3{font-size:1.35rem;margin-bottom:8px}
  .dc-body p{color:var(--ink-dim);font-size:.92rem;max-width:80%}
  .dc-count{position:relative;z-index:1;margin-top:20px;font-size:.78rem;font-weight:700;color:var(--brand-dark);background:#fff;border:1px solid var(--line);padding:7px 14px;border-radius:20px;align-self:flex-start;display:inline-flex;align-items:center;gap:8px}
  .dc-count::after{content:"→";color:var(--brand);font-weight:800;transition:transform .3s}
  .dircard:hover .dc-count::after{transform:translateX(3px)}
  .dc-arr{display:none}
  @media(max-width:980px){.dirs-grid{grid-template-columns:1fr}}
  .catgroup{padding:60px 0;scroll-margin-top:80px}
  .catgroup .gh{margin-bottom:34px;text-align:center;max-width:680px;margin-left:auto;margin-right:auto}
  .catgroup .gh .tag{justify-content:center}
  .catgroup .gh .tag{margin-bottom:10px}
  .catgroup .gh h2{font-size:clamp(1.5rem,2.6vw,2rem)}
  .catgroup .gh p{color:var(--ink-dim);margin-top:8px;max-width:620px}
  .catgrid{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}
  .catgrid .ccard{flex:0 0 234px;max-width:234px}
  .catgrid .ccard:nth-child(2){transition-delay:.07s}
  .catgrid .ccard:nth-child(3){transition-delay:.14s}
  .catgrid .ccard:nth-child(4){transition-delay:.21s}
  .catgrid .ccard:nth-child(5){transition-delay:.28s}
  .ccard{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;transition:.28s cubic-bezier(.2,.7,.2,1);position:relative;overflow:hidden}
  .ccard::after{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:var(--brand);transform:scaleX(0);transform-origin:center;transition:transform .3s}
  .ccard:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--brand)}
  .ccard:hover::after{transform:scaleX(1)}
  .ccard .ic{width:56px;height:56px;border-radius:14px;background:var(--mint);color:var(--brand);display:grid;place-items:center;margin-bottom:18px;transition:.3s}
  .ccard:hover .ic{transform:scale(1.1) translateY(-2px)}
  .ccard .ic svg{width:28px;height:28px}
  .ccard .cph{width:100%;aspect-ratio:1/1;border-radius:14px;background:var(--bg-2);margin-bottom:18px;overflow:hidden;display:grid;place-items:center;border:1px solid var(--line)}
  .ccard .cph img{width:100%;height:100%;object-fit:contain;transition:transform .35s}
  .ccard .cph.cph-fill{background:none;border:none}
  .ccard .cph.cph-fill img{object-fit:cover}
  .ccard:hover .cph img{transform:scale(1.06)}
  .ccard h3{font-size:1.12rem;margin-bottom:10px}
  .ccard p{color:var(--ink-dim);font-size:.9rem;flex:1}
  .ccard .more{color:var(--brand);font-weight:800;font-size:.86rem;margin-top:18px;display:inline-flex;align-items:center;gap:6px;transition:gap .25s}
  .ccard:hover .more{gap:10px}
  .catgroup.bg-2 {background: #f4f8f5;}
  @media(max-width:980px){.catgrid .ccard{flex:0 1 280px}}
  @media(max-width:580px){.catgrid .ccard{flex:1 1 100%;max-width:100%}}
