.process{background:#0e0e10}.pr__head{margin-bottom:3.5rem}.pr__title{font-size:clamp(2.2rem,6vw,5rem);margin-top:.6rem}.pr__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:clamp(20px,3vw,40px);gap:clamp(20px,3vw,40px)}.pr__card{border-top:1px solid var(--line);padding-top:1.4rem}.pr__n{font-size:3rem;display:block;margin-bottom:1.4rem;background:var(--grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pr__name{font-size:1.4rem;margin-bottom:.6rem;font-weight:700}.pr__desc{color:var(--muted);font-size:.98rem}@media (max-width:900px){.pr__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.pr__grid{grid-template-columns:1fr}}