/* Numbered process cards on the three growth-path detail pages. */
.premium-service-page .service-process li[data-step]{position:relative;isolation:isolate;overflow:hidden;min-height:210px;padding:25px!important}
.premium-service-page .service-process li[data-step]::before{content:attr(data-step);position:absolute;right:11px;bottom:-37px;z-index:0;font-family:"Bebas Neue",Impact,sans-serif;font-size:clamp(130px,15vw,210px);line-height:1;letter-spacing:-.04em;color:#dae8ed;pointer-events:none;user-select:none}
.premium-service-page .service-process li[data-step]>.service-step{display:none}
.premium-service-page .service-process li[data-step] h3{position:relative;z-index:1;margin:6px 0 14px;font-weight:700}
.premium-service-page .service-process li[data-step] p{position:relative;z-index:1;max-width:230px}
@media(max-width:760px){.premium-service-page .service-process li[data-step]{min-height:185px;padding:22px!important}.premium-service-page .service-process li[data-step]::before{font-size:155px;right:12px;bottom:-25px}}
