.hiw-module{width:100%}.hiw-card{border-radius:16px;box-shadow:0 4px 32px rgba(0,41,60,.25);padding:52px 52px 56px}.hiw-header{margin-bottom:48px}.hiw-header h3{margin-bottom:10px}.hiw-header__accent{background:var(--vermillion);border-radius:2px;display:block;height:3px;width:40px}.hiw-steps{align-items:flex-start;display:flex;gap:0}.hiw-step{flex:1;flex-direction:column;max-width:340px;text-align:center}.hiw-step,.hiw-step__node{align-items:center;display:flex}.hiw-step__node{border-radius:50%;flex-shrink:0;height:72px;justify-content:center;margin-bottom:16px;width:72px}.hiw-step__node--analyze{background:linear-gradient(135deg,#003349,#005c78)}.hiw-step__node--nudge{background:linear-gradient(135deg,#ef4523,#f07528)}.hiw-step__node--record{background:linear-gradient(135deg,#3a1248,#72306e)}.hiw-step__desc{color:hsla(0,0%,100%,.75);font-size:16px;line-height:1.6;max-width:300px}@keyframes hiw-float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@media (min-width:1024px) and (prefers-reduced-motion:no-preference){.hiw-step__node.is-floating{animation:hiw-float 1.2s ease-in-out infinite}}@media (prefers-reduced-motion:no-preference){[data-hiw-step]{opacity:0;transform:translateX(-10px);transition:opacity .4s ease,transform .4s ease;transition-delay:var(--hiw-delay,0s)}[data-hiw-step].hiw-visible{opacity:1;transform:translateX(0)}}@media (max-width:1023px){.hiw-card{padding:36px 24px 40px}.hiw-steps{align-items:center;flex-direction:column}.hiw-step{max-width:420px;width:100%}.hiw-step__desc{max-width:100%}}@media (prefers-reduced-motion:no-preference) and (max-width:1023px){[data-hiw-step]{transform:translateY(10px)}[data-hiw-step].hiw-visible{transform:translateY(0)}}