/* Pack anclaje inteligente + CTA final */
.sgSmartAnchorPulse{
  animation: sgSmartPulse 1.8s infinite;
}
@keyframes sgSmartPulse{
  0%{box-shadow:0 0 0 0 rgba(255,56,92,.35)}
  70%{box-shadow:0 0 0 10px rgba(255,56,92,0)}
  100%{box-shadow:0 0 0 0 rgba(255,56,92,0)}
}
.sgSmartHint{
  margin-top:10px;
  padding:10px 12px;
  border:1px solid #e5e7eb;
  border-radius:12px;
  background:#fff7ed;
  color:#9a3412;
  font-size:13px;
  line-height:1.4;
}
