.boost-steps{position:relative;padding:3rem 2rem;background:var(--boost-bg);--boost-steps-accent:var(--boost-accent);--boost-steps-accent-text:var(--boost-btn-primary-text);--boost-steps-card-shadow:var(--boost-card-shadow);--boost-steps-card-shadow-lg:var(--boost-card-shadow-lg)}.boost-steps__container{margin:0 auto;padding:0 1rem}.boost-steps--horizontal .boost-steps__grid{display:grid;grid-template-columns:1fr;gap:2rem;position:relative;max-width:500px}.boost-steps--horizontal .boost-steps__item{position:relative;text-align:center}.boost-steps--horizontal .boost-steps__item::after{display:none}.boost-steps--horizontal .boost-steps__indicator{margin:0 auto 1.25rem}.boost-steps--vertical .boost-steps__grid{display:flex;flex-direction:column;gap:0;position:relative;max-width:var(--boost-container-narrow,700px);padding-left:56px}.boost-steps--vertical .boost-steps__item{position:relative;text-align:left;padding-bottom:2.5rem}.boost-steps--vertical .boost-steps__item:last-child{padding-bottom:0}.boost-steps--vertical .boost-steps__indicator{position:absolute;left:-56px;top:0}.boost-steps__indicator{width:44px;height:44px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;border-radius:50%}.boost-steps__number{font-size:1rem;font-weight:700;line-height:1}.boost-steps__icon{display:inline-flex;align-items:center;justify-content:center}.boost-steps__icon svg{width:24px;height:24px;stroke:var(--boost-current-color);fill:none}.boost-steps__indicator .boost-styled-icon{width:auto;height:auto;min-width:0;min-height:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--boost-steps-accent-text,var(--boost-text-inverse,#fff));--boost-current-color:currentColor;--boost-icon-color:currentColor;--boost-icon-bg:transparent;box-shadow:none}.boost-steps__indicator .boost-styled-icon svg,.boost-steps__indicator .boost-styled-icon path,.boost-steps__indicator .boost-styled-icon line,.boost-steps__indicator .boost-styled-icon polyline,.boost-steps__indicator .boost-styled-icon circle{width:24px;height:24px;stroke:currentColor}.boost-steps__title{font-size:1.15rem;font-weight:700;color:var(--boost-text);margin:0 0 0.5rem}.boost-steps__desc{font-size:0.95rem;color:var(--boost-text-muted);line-height:1.6;margin:0}.boost-steps__text{text-align:center;font-size:1.05rem;color:var(--boost-text-muted);line-height:1.7;max-width:var(--boost-container-narrow,700px);margin:-0.5rem auto 2.5rem}.boost-steps--style-default .boost-steps__indicator{background:var(--boost-steps-accent);color:var(--boost-steps-accent-text)}.boost-steps--style-default.boost-steps--horizontal .boost-steps__item:not(:last-child)::after{content:'';position:absolute;top:28px;left:calc(50% + 36px);right:calc(-50% + 36px);height:2px;background:var(--boost-border);z-index:0}.boost-steps--style-default.boost-steps--vertical .boost-steps__grid::before{content:'';position:absolute;left:21px;top:0;bottom:0;width:2px;background:var(--boost-border);z-index:0}.boost-steps--style-cards .boost-steps__indicator{width:40px;height:40px;color:var(--boost-steps-accent);border-radius:14px}.boost-steps--style-cards .boost-steps__number{font-size:1.1rem}.boost-steps--style-cards.boost-steps--horizontal .boost-steps__item{background:var(--boost-card-bg);border:1px solid var(--boost-card-border);border-radius:16px;padding:2rem 1.5rem;transition:transform 0.3s ease,box-shadow 0.3s ease}.boost-steps--style-cards.boost-steps--horizontal .boost-steps__item:hover{transform:translateY(-4px);box-shadow:var(--boost-steps-card-shadow-lg)}.boost-steps--style-cards.boost-steps--vertical .boost-steps__grid{padding-left:0;gap:1rem}.boost-steps--style-cards.boost-steps--vertical .boost-steps__item{display:flex;align-items:center;gap:1.25rem;background:var(--boost-card-bg);border:1px solid var(--boost-card-border);border-radius:16px;padding:1.5rem;padding-bottom:1.5rem;transition:transform 0.3s ease,box-shadow 0.3s ease}.boost-steps--style-cards.boost-steps--vertical .boost-steps__item:hover{transform:translateX(4px);box-shadow:var(--boost-steps-card-shadow)}.boost-steps--style-cards.boost-steps--vertical .boost-steps__indicator{position:static;flex-shrink:0}.boost-steps--style-minimal .boost-steps__indicator{width:28px;height:28px;background:var(--boost-steps-accent);color:var(--boost-steps-accent-text);font-size:0.75rem}.boost-steps--style-minimal .boost-steps__number{font-size:0.8rem;font-weight:700}.boost-steps--style-minimal .boost-steps__icon svg{width:16px;height:16px}.boost-steps--style-minimal.boost-steps--horizontal .boost-steps__item:not(:last-child)::after{content:'';position:absolute;top:16px;left:calc(50% + 22px);right:calc(-50% + 22px);height:1px;border-top:2px dashed var(--boost-border);z-index:0}.boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid{padding-left:42px}.boost-steps--style-minimal.boost-steps--vertical .boost-steps__indicator{left:-42px}.boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid::before{content:'';position:absolute;left:13px;top:0;bottom:0;width:0;border-left:2px dashed var(--boost-border);z-index:0}.boost-steps--style-bordered .boost-steps__indicator{width:56px;height:56px;background:var(--boost-transparent);color:var(--boost-steps-accent);border:2px solid var(--boost-steps-accent)}.boost-steps--style-bordered .boost-steps__number{font-weight:800}.boost-steps--style-bordered.boost-steps--horizontal .boost-steps__item{border:1px solid var(--boost-border);border-radius:12px;padding:2rem 1.5rem}.boost-steps--style-bordered.boost-steps--horizontal .boost-steps__item:not(:last-child)::after{content:'';position:absolute;top:calc(28px + 2rem);left:calc(50% + 36px);right:calc(-50% + 36px);height:2px;background:var(--boost-border);z-index:0}.boost-steps--style-bordered.boost-steps--vertical .boost-steps__item{border:1px solid var(--boost-border);border-radius:12px;padding:1.5rem;padding-left:1.5rem;margin-bottom:1rem;margin-left:-16px}.boost-steps--style-bordered.boost-steps--vertical .boost-steps__item:last-child{margin-bottom:0}.boost-steps--style-bordered.boost-steps--vertical .boost-steps__grid{padding-left:64px}.boost-steps--style-bordered.boost-steps--vertical .boost-steps__indicator{left:-64px}.boost-steps--style-letter .boost-steps__indicator{width:auto;height:auto;background:var(--boost-transparent);border-radius:0;display:flex;flex-direction:column;align-items:flex-start;gap:0.5rem;margin-bottom:1rem}.boost-steps__counter{font-family:var(--boost-font-mono,ui-monospace,monospace);font-size:0.8rem;font-weight:400;color:var(--boost-text-muted);letter-spacing:0.05em;line-height:1}.boost-steps__letter{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:0.85;color:var(--boost-steps-accent);letter-spacing:-0.02em}.boost-steps--style-letter.boost-steps--horizontal .boost-steps__item{background:var(--boost-preset-item-bg,var(--boost-card-bg,var(--boost-bg-alt)));border:var(--boost-preset-item-border,1px solid var(--boost-card-border));border-radius:var(--boost-preset-item-radius,16px);padding:var(--boost-preset-item-padding,2rem 1.5rem);box-shadow:var(--boost-preset-item-shadow,none);text-align:left;transition:border-color 0.3s,box-shadow 0.3s}.boost-steps--style-letter.boost-steps--horizontal .boost-steps__indicator{margin:0 0 1rem}.boost-steps--style-letter.boost-steps--vertical .boost-steps__grid{padding-left:0;gap:2rem}.boost-steps--style-letter.boost-steps--vertical .boost-steps__item{display:flex;gap:1.5rem;align-items:flex-start}.boost-steps--style-letter.boost-steps--vertical .boost-steps__indicator{position:static;flex-shrink:0;min-width:80px}@media (min-width:768px){.boost-steps--horizontal .boost-steps__grid{grid-template-columns:repeat(2,1fr);max-width:none}.boost-steps__indicator{width:56px;height:56px}.boost-steps__number{font-size:1.25rem}.boost-steps--style-minimal .boost-steps__indicator{width:32px;height:32px}.boost-steps--style-cards .boost-steps__indicator{width:48px;height:48px}.boost-steps--vertical .boost-steps__grid{padding-left:72px}.boost-steps--vertical .boost-steps__indicator{left:-72px}.boost-steps--style-default.boost-steps--vertical .boost-steps__grid::before{left:27px}.boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid{padding-left:48px}.boost-steps--style-minimal.boost-steps--vertical .boost-steps__indicator{left:-48px}.boost-steps--style-minimal.boost-steps--vertical .boost-steps__grid::before{left:15px}.boost-steps--style-bordered.boost-steps--vertical .boost-steps__grid{padding-left:80px}.boost-steps--style-bordered.boost-steps--vertical .boost-steps__indicator{left:-80px}.boost-steps--style-letter .boost-steps__letter{font-size:clamp(3.5rem,8vw,6rem)}}@media (min-width:1024px){.boost-steps--horizontal .boost-steps__grid{grid-template-columns:repeat(var(--boost-steps-columns,4),1fr)}.boost-steps--style-default.boost-steps--horizontal .boost-steps__item:not(:last-child)::after,.boost-steps--style-minimal.boost-steps--horizontal .boost-steps__item:not(:last-child)::after,.boost-steps--style-bordered.boost-steps--horizontal .boost-steps__item:not(:last-child)::after{display:block}}