.phase-scroll{margin:0 auto;max-width:1220px;position:relative;width:100%}.phase-scroll__container{min-height:100vh;position:relative}.phase-scroll__progress-wrapper{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:absolute;top:0;width:80px;z-index:10}.phase-scroll__progress-container{height:fit-content}.phase-scroll__left{padding:120px 60px 120px 100px;position:relative;width:50%}.phase-scroll__progress-bar{align-items:center;display:flex;flex-direction:column;position:relative;width:20px}.phase-scroll__progress-track{background-color:#3c50e7;height:100%;left:50%;opacity:.2;position:absolute;transform:translateX(-50%);width:2px}.phase-scroll__progress-dots{display:flex;flex-direction:column;gap:40px;position:relative;z-index:2}.phase-scroll__progress-dot{background:#fff;border:2px solid #3c50e7;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s ease,transform .3s ease;width:12px}.phase-scroll__progress-dot.active{background-color:#3c50e7;transform:scale(1.2)}.phase-scroll__progress-indicator{background-color:#3c50e7;height:0;left:50%;position:absolute;top:0;transform:translateX(-50%);transition:height .3s ease;width:2px;z-index:1}.phase-scroll__content{max-width:500px}.phase-scroll__phase{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:80px 0}.phase-scroll__phase:first-child{padding-top:0}.phase-scroll__phase:last-child{padding-bottom:0}.phase-scroll__badge{border-radius:8px;color:#000;display:inline-block;font-family:var(--font-family-body,"Inter",sans-serif);font-size:14px;font-weight:500;margin-bottom:16px;padding:8px 24px;width:fit-content}.phase-scroll__heading{color:#000;font-size:40px;line-height:1.2;margin:0 0 16px}.phase-scroll__heading,.phase-scroll__subhead{font-family:var(--font-family-header,"Inter",sans-serif)}.phase-scroll__subhead{color:#333;font-size:20px;line-height:1.4;margin:0 0 24px}.phase-scroll__text{color:#555;font-family:var(--font-family-body,"Inter",sans-serif);font-size:16px;line-height:1.6}.phase-scroll__text p{margin:0 0 16px}.phase-scroll__text p:last-child{margin-bottom:0}.phase-scroll__text ul{margin:0 0 16px;padding-left:20px}.phase-scroll__text li{margin-bottom:8px}.phase-scroll__text li:last-child{margin-bottom:0}.phase-scroll__text .phase-callout{background-color:#e8f4fd;border-radius:8px;margin-top:16px;padding:16px 20px}.phase-scroll__text .phase-callout strong{color:#1a73e8;display:block;margin-bottom:8px}.phase-scroll__text .phase-callout ul{margin:0}.phase-scroll__right{align-items:center;display:flex;height:100vh;justify-content:right;padding:40px 0;position:absolute;right:0;top:0;width:50%}.phase-scroll__image-container{border-radius:16px;height:600px;max-width:500px;overflow:hidden;position:relative;width:100%}.phase-scroll__image-wrapper{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 0s;width:100%}.phase-scroll__image-wrapper.active{opacity:1}.phase-scroll__image{height:100%;object-fit:cover;width:100%}.phase-scroll__image-placeholder{background:linear-gradient(135deg,#f0f0f0,#e0e0e0);height:100%;width:100%}.phase-scroll__image-mask{height:100%;left:0;position:absolute;top:0;transform:translateY(-100%);width:100%;z-index:10}@media (max-width:900px){.phase-scroll__left{padding:60px 0;width:100%}.phase-scroll__progress-wrapper,.phase-scroll__right{display:none}.phase-scroll__phase{min-height:auto;padding:40px 0}.phase-scroll__heading{font-size:32px}.phase-scroll__subhead{font-size:18px}}@media (max-width:767px){.phase-scroll__heading{font-size:28px}.phase-scroll__subhead{font-size:16px}}