.phytest-progress-steps-wrapper{width:100%;padding:60px 20px;background:#fff;background:linear-gradient(135deg,#fff 0%,#fff 70%,#f8f8f8 100%);position:relative}.phytest-progress-steps-wrapper:after{content:'';position:absolute;bottom:0;right:0;width:40%;height:60%;background:linear-gradient(135deg,transparent 0%,rgba(240,240,240,.3) 100%);pointer-events:none;border-radius:100% 0 0}.phytest-progress-steps-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:40px;position:relative;z-index:1;align-items:flex-start}.phytest-progress-step{flex:1;min-width:0}.phytest-progress-step-current{flex:2.5;transform:scale(1)}.phytest-progress-step-next,.phytest-progress-step-later{flex:1;transform:scale(.95);opacity:.85}.phytest-progress-step-label{font-size:14px;font-weight:600;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px;text-align:left}.phytest-progress-step-current .phytest-progress-step-label{color:#1a1a1a;font-weight:700;font-size:16px}.phytest-progress-step-next .phytest-progress-step-label,.phytest-progress-step-later .phytest-progress-step-label{color:#9e9e9e;font-weight:600;font-size:13px}.phytest-progress-bar-container{width:100%;height:12px;background:#e8e8e8;border-radius:20px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px rgba(0,0,0,.05)}.phytest-progress-step-current .phytest-progress-bar-container{height:14px}.phytest-progress-step-next .phytest-progress-bar-container,.phytest-progress-step-later .phytest-progress-bar-container{height:10px}.phytest-progress-bar{height:100%;background:linear-gradient(90deg,#4a90e2 0%,#7b68ee 100%);background:linear-gradient(90deg,#5b9fd8 0%,#8b7ae6 50%,#9d6dd9 100%);border-radius:20px;transition:width .6s ease;position:relative;box-shadow:0 2px 8px rgba(123,104,238,.3)}.phytest-progress-bar-empty{background:#e8e8e8}.phytest-progress-step-content{margin-top:20px;text-align:left}.phytest-progress-step-title{font-size:24px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0 0 12px;padding:0;text-align:left}.phytest-progress-step-current .phytest-progress-step-title{font-size:28px}.phytest-progress-step-next .phytest-progress-step-title,.phytest-progress-step-later .phytest-progress-step-title{font-size:18px}.phytest-progress-step-description{font-size:16px;font-weight:400;color:#4a4a4a;line-height:1.6;margin:0 0 16px;padding:0;max-width:600px;text-align:left}.phytest-progress-step-current .phytest-progress-step-description{font-size:17px}.phytest-progress-step-next .phytest-progress-step-description,.phytest-progress-step-later .phytest-progress-step-description{font-size:14px;color:#6a6a6a}.phytest-progress-step-link{display:inline-block;font-size:16px;font-weight:600;color:#7b68ee;text-decoration:underline;transition:all .3s ease;cursor:pointer;text-align:left}.phytest-progress-step-link:hover{color:#6b4fbb;text-decoration:underline;transform:translateX(3px)}.phytest-progress-step-link:active{color:#5a3fa0}@media (max-width:1024px){.phytest-progress-steps-container{gap:30px}.phytest-progress-step-title{font-size:22px}.phytest-progress-step-description{font-size:15px}}@media (max-width:768px){.phytest-progress-steps-wrapper{padding:40px 20px}.phytest-progress-steps-container{flex-direction:column;gap:28px}.phytest-progress-step{width:100%}.phytest-progress-step-next,.phytest-progress-step-later{transform:scale(1);opacity:1}.phytest-progress-step-label{font-size:13px;margin-bottom:10px}.phytest-progress-bar-container{height:10px}.phytest-progress-step-current .phytest-progress-bar-container{height:12px}.phytest-progress-step-title{font-size:22px;margin-bottom:10px}.phytest-progress-step-current .phytest-progress-step-title{font-size:24px}.phytest-progress-step-next .phytest-progress-step-title,.phytest-progress-step-later .phytest-progress-step-title{font-size:18px}.phytest-progress-step-description{font-size:15px;margin-bottom:14px}.phytest-progress-step-link{font-size:15px}}@media (max-width:480px){.phytest-progress-steps-wrapper{padding:30px 15px}.phytest-progress-steps-container{flex-direction:column;gap:24px}.phytest-progress-step{width:100%}.phytest-progress-step-label{font-size:12px;margin-bottom:8px}.phytest-progress-bar-container{height:8px}.phytest-progress-step-title{font-size:20px;margin-bottom:8px}.phytest-progress-step-description{font-size:14px;margin-bottom:12px;line-height:1.5}.phytest-progress-step-link{font-size:14px}}@keyframes progressAnimation{from{width:0}}.phytest-progress-bar{animation:progressAnimation 1s ease-out}