.anchor-sec{padding:100px 0;position:relative;}
.anchor-flow{
  max-width:620px;margin:0 auto;
  display:flex;flex-direction:column;
  position:relative;
}
.anchor-flow::before{
  content:'';position:absolute;left:31px;top:24px;bottom:24px;width:2px;
  background:linear-gradient(180deg,rgba(239,68,68,.5),rgba(239,68,68,.5),rgba(34,197,94,.7));
  z-index:0;border-radius:2px;
}
.anchor-item{
  display:flex;align-items:stretch;gap:0;
  opacity:0;transform:translateX(-36px);
  position:relative;z-index:1;
  margin-bottom:14px;
  transition:opacity .65s ease,transform .65s cubic-bezier(.22,1,.36,1);
}
.anchor-item.visible{opacity:1;transform:translateX(0);}
.anchor-node{
  width:64px;flex-shrink:0;
  display:flex;flex-direction:column;align-items:center;
  padding-top:24px;
}
.anchor-dot{
  width:14px;height:14px;border-radius:50%;
  background:#ef4444;border:2px solid rgba(239,68,68,.4);
  box-shadow:0 0 12px rgba(239,68,68,.5);
  flex-shrink:0;
}
.anchor-dot.good{
  background:var(--green);border-color:rgba(34,197,94,.4);
  box-shadow:0 0 18px rgba(34,197,94,.7);
  width:18px;height:18px;
}
.anchor-card{
  flex:1;
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;padding:18px 22px;
  display:flex;align-items:center;gap:16px;
  position:relative;overflow:hidden;
  transition:transform .3s,border-color .3s;
}
.anchor-card:hover{transform:translateX(4px);}
.anchor-card.bad{border-color:rgba(239,68,68,.15);}
.anchor-card.bad::before{
  content:'';position:absolute;left:0;top:0;bottom:0;width:3px;
  background:linear-gradient(180deg,#ef4444,#f87171);border-radius:3px 0 0 3px;
}
.anchor-card.good{
  border-color:rgba(34,197,94,.3);
  background:rgba(34,197,94,.06);
  box-shadow:0 0 40px rgba(34,197,94,.1);
}
.anchor-card.good::before{
  content:'';position:absolute;left:0;top:0;bottom:0;width:3px;
  background:linear-gradient(180deg,#22c55e,#4ade80);border-radius:3px 0 0 3px;
}
.anchor-glow-ring{
  position:absolute;inset:0;border-radius:16px;
  background:linear-gradient(135deg,rgba(34,197,94,.1),transparent,rgba(59,130,246,.08));
  pointer-events:none;
}
.anchor-icon{font-size:1.5rem;flex-shrink:0;line-height:1;}
.anchor-body{flex:1;min-width:0;}
.anchor-label{font-family:var(--ffh);font-weight:700;font-size:.95rem;color:#fff;margin-bottom:3px;}
.anchor-detail{font-size:.76rem;color:var(--muted);margin-bottom:7px;}
.anchor-price{font-family:var(--ffh);font-weight:800;font-size:1.4rem;line-height:1;margin-bottom:3px;}
.anchor-price span{font-size:.72rem;font-family:var(--ff);font-weight:400;color:var(--muted);margin-left:4px;}
.anchor-price.bad{color:#f87171;}
.anchor-price.good{color:var(--green);}
.anchor-note{font-family:var(--ffm);font-size:.6rem;color:var(--muted);letter-spacing:.04em;}
.anchor-badge{
  position:absolute;top:10px;right:10px;
  font-family:var(--ffm);font-size:.5rem;letter-spacing:.1em;
  background:var(--green);color:#fff;border-radius:50px;padding:3px 10px;
}
