.circular-step-container{display:flex;flex-direction:column;align-items:center;margin:32px 0;position:relative}.circular-progress-wrapper{position:relative;width:120px;height:120px;margin-bottom:16px}.circular-progress{width:100%;height:100%;transform:rotate(-90deg);animation:rotate-circle 2s linear infinite}@keyframes rotate-circle{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}.circular-progress circle{fill:none;stroke-width:6}.progress-bg{stroke:#e5e7eb}.progress-bar{stroke:#3b82f6;stroke-linecap:round;stroke-dasharray:85 339;stroke-dashoffset:0}.progress-bar.active{stroke:#3b82f6}.progress-bar.completed{stroke:#10b981;stroke-dashoffset:0}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.7}}.logo-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.rapidx-logo{width:60px;height:60px;object-fit:contain}.step-label{text-align:center}.step-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:4px}.step-caption{font-size:14px;color:#6b7280;margin-bottom:8px}.completion-step{margin-top:40px;padding:24px;border-top:2px dashed #e5e7eb}.completion-checkmark{margin-bottom:16px;animation:checkmark-pop .6s ease-out}@keyframes checkmark-pop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.completion-time{font-size:16px;font-weight:500;color:#10b981}@media (max-width:640px){.circular-progress-wrapper{width:100px;height:100px}.logo-center{width:70px;height:70px}.rapidx-logo{width:50px;height:50px}.step-title{font-size:16px}.step-caption{font-size:13px}}