.hr-wrap{max-width:400px;margin:28px auto 0;transition:transform .15s ease-out;position:relative}.hr-flow{justify-content:center;align-items:center;display:flex}.hr-step-group{align-items:center;display:flex}.hr-step{opacity:.25;flex-direction:column;align-items:center;gap:8px;transition:opacity .5s,transform .4s cubic-bezier(.23,1,.32,1);display:flex}.hr-step--active{opacity:1;transform:scale(1.08)}.hr-icon{width:50px;height:50px;color:var(--c-accent);background:#4a9eda0f;border:1px solid #4a9eda1f;border-radius:50%;justify-content:center;align-items:center;transition:border-color .4s,box-shadow .4s;display:flex}.hr-step--active .hr-icon{border-color:#4a9eda66;box-shadow:0 0 20px #4a9eda26}.hr-label{color:var(--c-text-sub,#ffffffb3);letter-spacing:.5px;font-size:11px}.hr-amount{align-items:center;font-weight:700;display:flex}.hr-digit{color:var(--c-heading,#fff);font-variant-numeric:tabular-nums;text-align:center;min-width:12px;font-size:18px;font-weight:700}.hr-digit--spin{color:#4a9eda66}.hr-curr{color:var(--c-accent);margin-left:2px;font-size:14px}.hr-line{background:#4a9eda26;width:44px;height:1px;margin:0 8px 20px;position:relative}.hr-pulse{background:var(--c-accent);opacity:0;border-radius:50%;width:6px;height:6px;position:absolute;top:-2.5px;left:0}.hr-pulse--go{animation:.6s ease-in-out forwards hrPulseMove}@keyframes hrPulseMove{0%{opacity:1;left:0}to{opacity:.5;left:calc(100% - 6px)}}.hr-floats{pointer-events:none;position:absolute;inset:0}.hr-float{color:#4a9eda40;font-size:14px;animation:3s ease-in-out infinite hrFloat;position:absolute}@keyframes hrFloat{0%,to{opacity:.2;transform:translateY(0)}50%{opacity:.5;transform:translateY(-10px)}}
.pg-ref-steps{gap:var(--sp-gap);grid-template-columns:repeat(3,1fr);max-width:900px;margin:0 auto;display:grid}.pg-ref-step{text-align:center;background:var(--c-card-bg);border:1px solid var(--c-border);border-radius:var(--br-xl);padding:var(--sp-card)}.pg-ref-num{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:36px;font-weight:700}@media (max-width:768px){.pg-ref-steps{grid-template-columns:1fr}}
