.stepper-wrapper{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#cbd5e1;--primary-color:rgb(33, 129, 164);--bg-circle:#2181a4;--border-circle:rgba(33, 129, 164, 0.5);--line-color:rgba(255, 255, 255, 0.1);--text-title:#ffffff;--text-body:#9ca3af;margin:2rem 8rem 2rem 6rem}.step-container{display:flex;gap:1rem;position:relative;margin-bottom:0}.stepper-wrapper .left-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.stepper-wrapper .circle{width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--bg-circle);border:1px solid var(--border-circle);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;box-shadow:0 0 10px rgba(249,115,22,.2);z-index:10}.stepper-wrapper .line-vertical{width:2px;flex-grow:1;background-color:var(--line-color);margin:.5rem 0;min-height:1.5rem}.stepper-wrapper .line-vertical.hidden{display:none}.stepper-wrapper .right-col{padding-bottom:1.5rem;padding-top:.25rem;flex-grow:1;min-width:0}.stepper-wrapper .right-col h3{color:var(--text-title);font-weight:700;font-size:1.25rem;margin:0 0 .75rem 0;line-height:1.2}.stepper-wrapper .content{color:var(--text-body);font-size:.95em;line-height:1.625}.stepper-wrapper .content p{margin:0 0 .5rem 0!important}.stepper-wrapper .content strong{color:#698dcd!important}