.phases-section{display:flex;justify-content:center;align-items:center;width:100%;padding:100px 40px;background-color:#fff}.phases-container{width:100%;max-width:900px}.phases-label{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:#227cf1;margin:0}.phases-label-line{display:inline-block;height:1px;width:40px;background-color:#227cf1}.phases-heading{margin-top:20px;margin-bottom:0;font-family:Ubuntu,sans-serif;font-size:48px;font-weight:800;line-height:1.05;letter-spacing:-.02em;color:#031533}.phases-highlight-wrapper{position:relative;display:inline-block}.phases-highlight-text{position:relative;z-index:1;color:#227cf1}.phases-highlight-bar{position:absolute;left:0;right:0;bottom:4px;z-index:0;height:10px;transform-origin:left;background-color:rgba(34,124,241,.15)}.phases-description{margin-top:20px;margin-bottom:0;font-size:18px;line-height:1.7;color:#5a6577}.phases-items{display:flex;flex-direction:row;gap:20px;margin-top:36px}.phases-item{gap:16px}.phases-item,.phases-item-icon{display:flex;align-items:center}.phases-item-icon{flex-shrink:0;justify-content:center;width:72px;height:72px}.phases-item-icon img{width:100%;height:auto}.phases-item-title{margin:0;font-size:18px;font-weight:700;color:#031533}.phases-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px}.phases-cta{position:relative;display:inline-flex;align-items:center;gap:12px;overflow:hidden;border-radius:9999px;background-color:#f15a22;padding:16px 28px;font-size:14px;font-weight:600;color:#fff;border:none;cursor:pointer;box-shadow:0 12px 30px -10px rgba(241,90,34,.55);transition:box-shadow .3s ease}.phases-cta:hover{box-shadow:0 18px 45px -10px rgba(241,90,34,.75)}.phases-cta:hover .phases-cta-shine{transform:translateX(100%)}.phases-cta:hover .phases-cta-icon{background-color:#fff;color:#f15a22}.phases-cta-shine{pointer-events:none;position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:transform .7s ease}.phases-cta-label{position:relative}.phases-cta-icon{position:relative;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:hsla(0,0%,100%,.15);transition:all .3s ease}.phases-badge,.phases-cta-icon{display:flex;align-items:center}.phases-badge{gap:8px;font-size:12px;font-weight:500;color:#5a6577;margin:0}.phases-pulse{display:flex;align-items:center;justify-content:center}.phases-pulse,.phases-pulse-dot{position:relative;width:8px;height:8px}.phases-pulse-dot,.phases-pulse-ping{display:inline-flex;border-radius:50%;background-color:#227cf1}.phases-pulse-ping{position:absolute;width:100%;height:100%;opacity:.7;animation:phases-ping 1.5s cubic-bezier(0,0,.2,1) infinite}@keyframes phases-ping{75%,to{transform:scale(2.5);opacity:0}}@media screen and (max-width:1023px){.phases-section{padding:80px 30px}.phases-heading{font-size:40px}.phases-description{font-size:16px}}@media screen and (max-width:519px){.phases-section{padding:60px 20px}.phases-heading{font-size:32px}.phases-description{font-size:15px;line-height:1.6}.phases-actions{flex-direction:column;align-items:flex-start;gap:16px}.phases-cta{width:100%;justify-content:center;padding:14px 24px}.phases-items{gap:16px}.phases-item-icon{width:56px;height:56px}.phases-item-title{font-size:16px}}