.process-steps{padding:clamp(3rem,6vw,4rem) 24px;text-align:center;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.process-steps--visible{opacity:1;transform:translateY(0)}.process-steps__header{margin-bottom:2.5rem}.process-steps__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem;color:var(--landing-ink,#0f172a)}.process-steps__subtitle{font-size:1rem;color:var(--landing-ink-muted,#475569);line-height:1.6;max-width:640px;margin:0 auto}.process-steps__path-wrapper{position:relative;max-width:1100px;margin:0 auto}.process-steps__path-svg{position:absolute;top:0;left:0;right:0;height:100%;width:100%;pointer-events:none}.process-steps__path{opacity:.5}.process-steps--simple .process-steps__path,.process-steps__path{stroke:var(--brand-primary)}.process-steps__row{position:relative;z-index:1}.process-steps__col{display:flex;justify-content:center;align-items:stretch}.process-steps__card{background:var(--landing-surface,#fff);border-radius:16px;padding:24px 20px;text-align:center;max-width:260px;width:100%;min-height:220px;height:100%;display:flex;flex-direction:column;align-items:center;box-shadow:0 1px 3px rgba(15,23,42,.06);border:1px solid var(--landing-border,#e2e8f0);transition:transform .2s,box-shadow .2s;position:relative}.process-steps__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(15,23,42,.08)}.process-steps__number{position:absolute;top:-12px;left:50%;transform:translateX(-50%);width:28px;height:28px;border-radius:50%;font-size:.875rem;font-weight:700}.process-steps__icon,.process-steps__number{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-primary-light) 100%);color:#fff;display:flex;align-items:center;justify-content:center}.process-steps__icon{width:48px;height:48px;flex-shrink:0;border-radius:12px;margin:16px auto 12px}.process-steps__card-title{font-size:1rem;font-weight:600;color:var(--landing-ink,#0f172a);margin:0 0 8px;flex-shrink:0}.process-steps__card-desc{font-size:.875rem;color:var(--landing-ink-muted,#475569);line-height:1.5;margin:0;flex:1}.process-steps--simple{background:var(--simple-bg,var(--landing-bg-warm,#f1f5f9))}.process-steps--simple .process-steps__card{background:var(--simple-card-bg,var(--landing-surface,#fff))}.process-steps--full{background:var(--landing-surface,#fff);border-bottom:1px solid var(--landing-border,#e2e8f0)}@media (max-width:991px){.process-steps__path-svg{display:none}.process-steps__col{display:flex;justify-content:center}.process-steps__card{margin-left:auto;margin-right:auto}}