.test-flow{margin:8px 0 36px;padding:24px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(124,156,255,.11),rgba(255,255,255,.035) 42%,rgba(103,232,165,.06));box-shadow:0 24px 70px rgba(0,0,0,.18)}.test-flow__head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:20px}.test-flow__kicker{display:block;margin-bottom:8px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.14em}.test-flow h2{margin:0;font-family:Inter,system-ui,sans-serif;font-size:clamp(1.55rem,4vw,2.25rem);letter-spacing:-.035em}.test-flow__hint{max-width:360px;margin:0;color:var(--muted);font-family:system-ui,sans-serif;font-size:13px;line-height:1.55}.test-flow__steps{counter-reset:flow;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:0;padding:0;list-style:none}.test-flow__steps li{counter-increment:flow;position:relative;min-height:168px;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(5,8,15,.6);overflow:hidden}.test-flow__steps li:before{content:"0" counter(flow);display:block;margin-bottom:28px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.14em}.test-flow__steps li:after{content:"";position:absolute;right:-26px;bottom:-34px;width:100px;height:100px;border:1px solid rgba(124,156,255,.16);border-radius:50%}.test-flow__steps strong{display:block;margin-bottom:8px;font-family:Inter,system-ui,sans-serif;font-size:1rem}.test-flow__steps span{display:block;color:var(--muted);font-family:system-ui,sans-serif;font-size:12px;line-height:1.55}.test-flow__steps a{color:var(--text);text-decoration-thickness:1px;text-underline-offset:3px}@media(max-width:720px){.test-flow{padding:18px}.test-flow__head{align-items:flex-start;flex-direction:column}.test-flow__steps{grid-template-columns:1fr 1fr}}@media(max-width:480px){.test-flow__steps{grid-template-columns:1fr}}