.flb-steps{--steps-gap:28px;--step-marker:40px;list-style:none;margin:0;padding:0;display:grid;gap:var(--steps-gap);font-family:var(--phf-font-body);color:var(--phf-text);counter-reset:flbstep}.flb-steps-dir-row .flb-steps{grid-template-columns:repeat(var(--steps-n,4),minmax(0,1fr))}.flb-steps__item{--step-accent:var(--phf-group,var(--phf-ink));position:relative;display:flex;flex-direction:column;gap:14px;min-width:0}.flb-steps__marker{position:relative;z-index:1;display:grid;place-items:center;width:var(--step-marker);height:var(--step-marker);border-radius:50%;background:var(--step-accent);color:#fff;box-shadow:0 0 0 6px color-mix(in srgb,var(--step-accent) 20%,transparent)}.flb-g-coach .flb-steps__marker{color:var(--phf-ink)}.flb-steps__n{display:none;font:700 15px/1 var(--phf-font-body)}.flb-steps-num-yes .flb-steps__n{display:block}.flb-steps__marker::after{content:"";width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.9)}.flb-steps-num-yes .flb-steps__marker::after{display:none}.flb-steps-line-yes.flb-steps-dir-row .flb-steps__item:not(:last-child)::before{content:"";position:absolute;top:calc(var(--step-marker) / 2);left:var(--step-marker);right:calc(-1 * var(--steps-gap));height:2px;background:repeating-linear-gradient(90deg,var(--phf-guide) 0 6px,transparent 6px 12px)}.flb-steps-line-yes.flb-steps-dir-column .flb-steps__item:not(:last-child)::before{content:"";position:absolute;left:calc(var(--step-marker) / 2 - 1px);top:var(--step-marker);bottom:calc(-1 * var(--steps-gap));width:2px;background:repeating-linear-gradient(180deg,var(--phf-guide) 0 6px,transparent 6px 12px)}.flb-steps-dir-column .flb-steps__item{flex-direction:row;gap:20px;align-items:flex-start}.flb-steps__body{display:flex;flex-direction:column;gap:6px;min-width:0}.flb-steps__label{font:700 12px/1 var(--phf-font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--step-accent)}.flb-steps__title{margin:0;font:600 19px/1.3 var(--phf-font-body);color:var(--phf-text)}.flb-steps__text{margin:0;font:400 15px/1.55 var(--phf-font-body);color:var(--phf-muted)}.flb-steps__media{margin-top:8px;border-radius:14px;overflow:hidden;background:var(--phf-surface-2)}.flb-steps__media img{display:block;width:100%;height:auto}@media (max-width:1024px){.flb-steps-dir-row .flb-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.flb-steps-line-yes.flb-steps-dir-row .flb-steps__item:nth-child(2n)::before{display:none}}@media (max-width:767px){.flb-steps,.flb-steps-dir-row .flb-steps{grid-template-columns:1fr;--steps-gap:22px}.flb-steps__item,.flb-steps-dir-row .flb-steps__item{flex-direction:row;gap:16px;align-items:flex-start}.flb-steps-line-yes .flb-steps__item:not(:last-child)::before,.flb-steps-line-yes.flb-steps-dir-row .flb-steps__item:not(:last-child)::before{top:var(--step-marker);left:calc(var(--step-marker) / 2 - 1px);right:auto;bottom:calc(-1 * var(--steps-gap));width:2px;height:auto;background:repeating-linear-gradient(180deg,var(--phf-guide) 0 6px,transparent 6px 12px);display:block}.flb-steps__title{font-size:17px}}