.tech{padding:clamp(60px,8vw,100px) 0;border-top:1px solid var(--line)}
.tech__header{max-width:680px;margin:0 auto clamp(40px,6vw,64px);text-align:center}
.tech__label{font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.tech__note{font-size:15px;color:var(--muted);line-height:1.6}
.tech__groups{display:flex;flex-direction:column;gap:32px}
.tech__group-label{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.tech__pills{display:flex;flex-wrap:wrap;gap:8px}
.tech__pill{display:inline-block;padding:5px 13px;border:1px solid var(--line);border-radius:100px;font-size:12px;font-weight:500;color:var(--muted);letter-spacing:.01em}
