.service-step-button{--step-white:#f0f9ff;--step-100:#b8d9eb;--step-200:#7eb8d4;--step-300:#5399bb;--step-400:#1476a5;--step-500:#0b425b;--step-shadow:15,92,133;--radius:10px;border-radius:var(--radius);pointer-events:none;background:0 0;flex-shrink:0;width:36px;height:36px;position:relative}.service-step-bg{border-radius:inherit;filter:blur(1px);position:absolute;inset:0}.service-step-bg:before{content:"";border-radius:calc(var(--radius)*1.1);background:var(--step-500);filter:blur(3px);box-shadow:-2px 2px 0 0 rgb(var(--step-shadow)/36%),-4px 4px 0 0 rgb(var(--step-shadow)/26%),-6px 6px 1px 0 rgb(var(--step-shadow)/18%),-8px 8px 3px 0 rgb(var(--step-shadow)/10%);position:absolute;inset:0}.service-step-wrap{border-radius:inherit;background:linear-gradient(to bottom,var(--step-100)0%,var(--step-400)100%);height:100%;padding:1.5px;position:relative;overflow:hidden;transform:translate(3px,-3px)}.service-step-content{z-index:1;border-radius:calc(var(--radius)*.85);background:linear-gradient(to bottom,var(--step-300)0%,var(--step-400)100%);height:100%;box-shadow:inset -1px 5px 5px -3px var(--step-200),inset 1px -1px 4px 0 #00000042;justify-content:center;align-items:center;font-family:Switzer,system-ui,sans-serif;font-weight:600;display:flex;position:relative}.service-step-content:before{content:"";z-index:2;opacity:.6;background:linear-gradient(to bottom,transparent,var(--step-400));filter:brightness(1.15)blur(3px);width:75%;margin:auto;position:absolute;inset:42% 0 32%}.service-step-number{z-index:10;font-variant-numeric:tabular-nums;color:var(--step-white);text-shadow:-1px 1px 2px var(--step-500);font-size:.9375rem;line-height:1;position:relative}@media (min-width:640px){.service-step-button{--radius:11px;width:40px;height:40px}.service-step-number{font-size:1rem}}
