.hiw-journey__steps{list-style:none;padding:0;display:grid;grid-gap:28px;gap:28px;max-width:980px;margin:0 auto}.hiw-journey__autopilot{margin:64px auto 0;max-width:720px;text-align:center;padding:36px 32px;border-radius:var(--ap-radius-lg);background:linear-gradient(135deg,rgba(0,58,155,.04),rgba(255,204,82,.06));border:1px solid var(--ap-line)}.hiw-journey__autopilot .ap-tag{margin-bottom:16px}.hiw-journey__autopilot-title{font-family:var(--ap-font-display);font-size:clamp(24px,2.6vw,32px);font-weight:700;color:var(--ap-ink);margin:0 0 12px;letter-spacing:-.02em}.hiw-journey__autopilot-text{font-size:15.5px;line-height:1.6;color:var(--ap-ink-soft);margin:0 auto 22px;max-width:560px}.hiw-step{position:relative;display:grid;grid-template-columns:92px 1fr;grid-gap:24px;gap:24px;align-items:stretch}.hiw-step__rail{position:relative;display:flex;flex-direction:column;align-items:center;gap:0}.hiw-step__number{font-family:var(--ap-font-mono);font-size:13px;font-weight:700;letter-spacing:.1em;color:var(--ap-primary);background:#fff;border:1px solid var(--ap-line);width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:var(--ap-shadow-sm);z-index:1}.hiw-step:before{content:"";position:absolute;top:56px;left:28px;width:2px;height:calc(100% + 28px - 56px);background:linear-gradient(180deg,var(--ap-line) 0,transparent 100%);z-index:0}.hiw-step--last:before{display:none}.hiw-step__card{position:relative;background:#fff;border:1px solid var(--ap-line);border-radius:var(--ap-radius);padding:28px 28px 24px;overflow:hidden;transition:transform .25s var(--ap-ease),box-shadow .25s var(--ap-ease),border-color .25s var(--ap-ease)}.hiw-step__card:hover{transform:translateY(-2px);box-shadow:var(--ap-shadow-md);border-color:rgba(0,58,155,.18)}.hiw-step__card:hover .hiw-step__glow{opacity:1}.hiw-step__head{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-bottom:14px}.hiw-step__head .ap-icon-bubble{margin-bottom:0}.hiw-step__tag{font-family:var(--ap-font-mono);font-size:11.5px;font-weight:700;letter-spacing:.1em;color:var(--ap-muted);text-transform:uppercase}.hiw-step__title{font-family:var(--ap-font-display);font-size:clamp(20px,2.2vw,26px);font-weight:700;color:var(--ap-ink);margin:0 0 6px;letter-spacing:-.02em;line-height:1.25}.hiw-step__sub{font-size:14px;color:var(--ap-primary);font-weight:600;margin:0 0 14px;line-height:1.4}.hiw-step__text{font-size:14.5px;line-height:1.6;color:var(--ap-ink-soft);margin:0 0 18px}.hiw-step__bullets{list-style:none;padding:0;margin:0 0 20px;display:grid;grid-gap:8px;gap:8px}.hiw-step__bullets li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;color:var(--ap-ink-2)}.hiw-step__bullets li svg{flex:0 0 auto;color:var(--ap-primary);margin-top:2px}.hiw-step__links{display:flex;flex-wrap:wrap;gap:10px}.hiw-step__link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--ap-primary);text-decoration:none;padding:7px 14px;border-radius:999px;background:var(--ap-bg-alt);border:1px solid var(--ap-line);transition:background .2s var(--ap-ease),color .2s var(--ap-ease),border-color .2s var(--ap-ease),gap .2s var(--ap-ease)}.hiw-step__link:hover{background:rgba(0,58,155,.06);border-color:rgba(0,58,155,.2);color:var(--ap-primary);gap:8px}.hiw-step__glow{position:absolute;width:280px;height:280px;right:-100px;top:-100px;border-radius:50%;filter:blur(80px);opacity:.18;pointer-events:none;transition:opacity .3s var(--ap-ease);background:rgba(59,130,246,.5)}.hiw-step--purple .hiw-step__number,.hiw-step--purple .hiw-step__sub{color:var(--ap-primary-3)}.hiw-step--purple .hiw-step__glow{background:rgba(99,102,241,.45)}.hiw-step--pink .hiw-step__number,.hiw-step--pink .hiw-step__sub{color:var(--ap-pink)}.hiw-step--pink .hiw-step__glow{background:rgba(236,72,153,.4)}.hiw-step--emerald .hiw-step__number,.hiw-step--emerald .hiw-step__sub{color:var(--ap-emerald)}.hiw-step--emerald .hiw-step__glow{background:rgba(16,185,129,.4)}.hiw-step--amber .hiw-step__number,.hiw-step--amber .hiw-step__sub{color:#b45309}.hiw-step--amber .hiw-step__glow{background:rgba(245,158,11,.4)}.hiw-step--cyan .hiw-step__number,.hiw-step--cyan .hiw-step__sub{color:var(--ap-cyan)}.hiw-step--cyan .hiw-step__glow{background:rgba(6,182,212,.4)}@media(max-width:760px){.hiw-step{grid-template-columns:56px 1fr;gap:16px}.hiw-step__number{width:44px;height:44px;font-size:12px}.hiw-step:before{top:44px;left:22px;height:calc(100% + 28px - 44px)}.hiw-step__card{padding:22px 20px 20px}}