#srt-tracker, #srt-brand-container { font-family: Arial, sans-serif; }
.srt-btn { background: #2563eb; color: #fff; border-radius: 8px; padding: 10px 16px; border: none; cursor: pointer; }
.srt-progress-bar { height:10px; border-radius:6px; background:#e5e7eb; overflow:hidden; }
.srt-progress-fill { height:100%; background:#2563eb; width:0%; transition:width .6s ease; }
.srt-timeline { border-left:3px solid #2563eb; padding-left:20px; margin-top:20px; }
.srt-step { margin-bottom:18px; position:relative; }
.srt-step::before { content:''; width:14px; height:14px; border-radius:50%; position:absolute; left:-29px; top:2px; background:#2563eb; }
