.lj-panel{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.lj-wrap{width:90%;max-width:1260px;box-sizing:border-box}.lj-header{text-align:center;margin-bottom:clamp(1.5rem,4vh,2.25rem)}.lj-heading{font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:800;letter-spacing:-.04em;line-height:1.06;color:var(--text-primary);margin-bottom:0}.lj-subheading{font-size:clamp(.88rem,1.1vw,.96rem);line-height:1.72;color:var(--text-muted);max-width:520px;margin:.8rem auto 0}.lj-timeline{display:grid;gap:0;position:relative}.lj-connector{position:absolute;top:44px;left:8%;right:8%;height:2px;background:linear-gradient(90deg,#16a34a,#9a28dd,#ca76fa,#c084fc);z-index:0;pointer-events:none}.lj-step{flex-direction:column;text-align:center;padding:0 clamp(.5rem,1.5vw,1rem);z-index:1}.lj-node,.lj-step{display:flex;align-items:center;position:relative}.lj-node{width:clamp(72px,7vw,88px);height:clamp(72px,7vw,88px);border-radius:50%;justify-content:center;font-size:1.1rem;font-weight:700;margin-bottom:20px;flex-shrink:0;border:2px solid var(--accent-border);background:#fff;color:var(--text-primary);box-shadow:0 4px 20px var(--accent-subtle);z-index:2;overflow:hidden;transition:transform .3s,box-shadow .3s;opacity:0;transform:scale(.4) translateY(20px)}.lj-node.done{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 4px 20px rgba(22,163,74,.25)}.lj-node.current,.lj-node.done{border-color:transparent;color:#fff}.lj-node.current{background:linear-gradient(135deg,#d946ef,#a855f7);box-shadow:0 0 0 6px rgba(217,70,239,.2),0 0 0 12px rgba(168,85,247,.1),0 8px 40px rgba(217,70,239,.5)}.lj-node.next{border-color:transparent;color:#fff}.lj-step.vis .lj-node{animation:nodePopIn .9s cubic-bezier(.34,1.56,.64,1) both}.lj-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.lj-badge.done{background:rgba(22,163,74,.12);color:#16a34a}.lj-badge.current{background:linear-gradient(135deg,rgba(217,70,239,.2),rgba(168,85,247,.15));color:#c026d3;font-weight:800}.lj-badge.next{opacity:.7}.lj-step-title{font-size:clamp(.9rem,1.1vw,1.05rem);font-weight:700;color:var(--text-primary);margin-bottom:8px;line-height:1.25}.lj-step-desc{font-size:clamp(.78rem,1vw,.84rem);line-height:1.62;color:var(--text-muted);max-width:200px;margin:0 auto}@media (max-width:639px){.lj-panel{align-items:flex-start;padding:2rem 0}.lj-timeline{grid-template-columns:1fr!important;gap:2rem}.lj-connector{display:none}.lj-step{flex-direction:row;text-align:left;align-items:flex-start;gap:1rem;padding:0}.lj-node{flex-shrink:0;margin-bottom:0;width:56px;height:56px}.lj-step-desc{max-width:100%}.lj-step-text{display:flex;flex-direction:column;align-items:flex-start}}