.fv-card{border:1px solid var(--border);background:var(--card);border-radius:1.5rem;flex-direction:column;justify-content:center;min-height:22rem;padding:2.5rem 2.25rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0d1b3d0a}.fv-hero{justify-content:center;padding:.25rem 0 2rem;display:flex;position:relative}.fv-hero-badge{background:var(--muted);width:5.5rem;height:5.5rem;color:var(--foreground);border-radius:1.75rem;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 2px #0d1b3d0f}.fv-track{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex;position:relative}.fv-line{background:var(--border);height:2px;position:absolute;top:1.375rem;left:12%;right:12%;overflow:hidden}.fv-line:after{content:"";transform-origin:0;background:var(--primary);opacity:.7;width:100%;position:absolute;inset:0}.fv-node{z-index:1;text-align:center;flex-direction:column;flex:1;align-items:center;gap:.55rem;display:flex;position:relative}.fv-dot{border:1px solid var(--border);background:var(--card);width:2.75rem;height:2.75rem;color:var(--muted-foreground);border-radius:9999px;justify-content:center;align-items:center;display:flex}.fv-node-label{color:var(--muted-foreground);font-size:.8rem;font-weight:600;line-height:1.15}.fv-caption{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);margin-top:1.75rem;padding-top:1rem;font-size:.8125rem}@media (prefers-reduced-motion:no-preference){.fv-hero-badge{animation:4.5s ease-in-out infinite fvBob}.fv-line:after{animation:3.6s ease-in-out infinite fvFill}.fv-node .fv-dot{animation:3.6s ease-in-out infinite fvDot}.fv-node:nth-child(2) .fv-dot{animation-delay:.2s}.fv-node:nth-child(3) .fv-dot{animation-delay:1.2s}.fv-node:nth-child(4) .fv-dot{animation-delay:2.2s}}@keyframes fvBob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fvFill{0%{transform:scaleX(0)}70%,to{transform:scaleX(1)}}@keyframes fvDot{0%,66%,to{border-color:var(--border);background:var(--card);color:var(--muted-foreground);transform:scale(.92)}10%,30%{border-color:var(--primary);background:var(--brand-soft);color:var(--primary);transform:scale(1.08)}}
