.process-stepper-section{padding:4rem 2rem;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.process-stepper-title{text-align:center;font-size:2.5rem;font-weight:700;color:#0A005A;margin-bottom:3rem;font-family:inherit}.process-stepper-container{width:100%;max-width:1200px;position:relative}.process-stepper-container:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#eadff1,#b8b2bd);transform:translateX(-50%);z-index:1}.process-stepper-content{position:relative;display:flex;flex-direction:column;gap:4rem;z-index:2}.process-step{display:flex;align-items:center;position:relative;width:100%;min-height:120px}.left-step{justify-content:flex-start}.right-step{justify-content:flex-end}.step-content{width:45%;max-width:450px;padding:2rem;background:#400b5a;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);border:2px solid #640aa3;transition:transform .3s ease,box-shadow .3s ease;position:relative}.left-step .step-content{margin-right:auto;margin-left:0}.right-step .step-content{margin-left:auto;margin-right:0}.step-content:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(100,10,163,.2)}.step-title{font-size:1.5rem;font-weight:700;color:white;margin-bottom:.5rem}.step-description{color:white;line-height:1.6;margin:0}.step-connector{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}.step-number{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#640AA3,#8A2BE2);color:white;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;box-shadow:0 4px 15px rgba(100,10,163,.3);border:3px solid white}.connector-line{display:none}@media (max-width:768px){.process-stepper-section{padding:2rem 1rem}.process-stepper-title{font-size:2rem;margin-bottom:2rem}.process-stepper-container:before{left:2rem;transform:none}.process-stepper-content{gap:3rem;padding-left:5rem}.process-step{flex-direction:column;align-items:flex-start;min-height:auto;position:relative}.left-step,.process-step,.right-step{justify-content:flex-start}.step-content{width:100%;max-width:none;text-align:left;margin:0 0 0 1rem}.step-connector{position:absolute;left:-3rem;top:2rem;transform:translateX(-50%)}}@media (max-width:480px){.process-stepper-title{font-size:1.75rem}.step-content{padding:1.5rem}.step-title{font-size:1.25rem}.step-number{width:40px;height:40px;font-size:1rem}}